typespb

package
v0.21.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 8, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	DeploymentStatus_name = map[int32]string{
		0: "DEPLOYMENT_STATUS_UNSPECIFIED",
		1: "DEPLOYMENT_STATUS_CREATED",
		2: "DEPLOYMENT_STATUS_RUNNING",
		3: "DEPLOYMENT_STATUS_SUCCESS",
		4: "DEPLOYMENT_STATUS_FAILED",
		5: "DEPLOYMENT_STATUS_CANCELED",
		6: "DEPLOYMENT_STATUS_SKIPPED",
		7: "DEPLOYMENT_STATUS_BLOCKED",
	}
	DeploymentStatus_value = map[string]int32{
		"DEPLOYMENT_STATUS_UNSPECIFIED": 0,
		"DEPLOYMENT_STATUS_CREATED":     1,
		"DEPLOYMENT_STATUS_RUNNING":     2,
		"DEPLOYMENT_STATUS_SUCCESS":     3,
		"DEPLOYMENT_STATUS_FAILED":      4,
		"DEPLOYMENT_STATUS_CANCELED":    5,
		"DEPLOYMENT_STATUS_SKIPPED":     6,
		"DEPLOYMENT_STATUS_BLOCKED":     7,
	}
)

Enum value maps for DeploymentStatus.

View Source
var (
	IssueType_name = map[int32]string{
		0:  "ISSUE_TYPE_UNSPECIFIED",
		1:  "ISSUE_TYPE_UNKNOWN",
		2:  "ISSUE_TYPE_ISSUE",
		3:  "ISSUE_TYPE_INCIDENT",
		4:  "ISSUE_TYPE_TEST_CASE",
		5:  "ISSUE_TYPE_REQUIREMENT",
		6:  "ISSUE_TYPE_TASK",
		7:  "ISSUE_TYPE_TICKET",
		8:  "ISSUE_TYPE_OBJECTIVE",
		9:  "ISSUE_TYPE_KEY_RESULT",
		10: "ISSUE_TYPE_EPIC",
	}
	IssueType_value = map[string]int32{
		"ISSUE_TYPE_UNSPECIFIED": 0,
		"ISSUE_TYPE_UNKNOWN":     1,
		"ISSUE_TYPE_ISSUE":       2,
		"ISSUE_TYPE_INCIDENT":    3,
		"ISSUE_TYPE_TEST_CASE":   4,
		"ISSUE_TYPE_REQUIREMENT": 5,
		"ISSUE_TYPE_TASK":        6,
		"ISSUE_TYPE_TICKET":      7,
		"ISSUE_TYPE_OBJECTIVE":   8,
		"ISSUE_TYPE_KEY_RESULT":  9,
		"ISSUE_TYPE_EPIC":        10,
	}
)

Enum value maps for IssueType.

View Source
var (
	IssueSeverity_name = map[int32]string{
		0: "ISSUE_SEVERITY_UNSPECIFIED",
		1: "ISSUE_SEVERITY_UNKNOWN",
		2: "ISSUE_SEVERITY_LOW",
		3: "ISSUE_SEVERITY_MEDIUM",
		4: "ISSUE_SEVERITY_HIGH",
		5: "ISSUE_SEVERITY_CRITICAL",
	}
	IssueSeverity_value = map[string]int32{
		"ISSUE_SEVERITY_UNSPECIFIED": 0,
		"ISSUE_SEVERITY_UNKNOWN":     1,
		"ISSUE_SEVERITY_LOW":         2,
		"ISSUE_SEVERITY_MEDIUM":      3,
		"ISSUE_SEVERITY_HIGH":        4,
		"ISSUE_SEVERITY_CRITICAL":    5,
	}
)

Enum value maps for IssueSeverity.

View Source
var (
	IssueState_name = map[int32]string{
		0: "ISSUE_STATE_UNSPECIFIED",
		1: "ISSUE_STATE_UNKNOWN",
		2: "ISSUE_STATE_OPENED",
		3: "ISSUE_STATE_CLOSED",
		4: "ISSUE_STATE_LOCKED",
		5: "ISSUE_STATE_ALL",
	}
	IssueState_value = map[string]int32{
		"ISSUE_STATE_UNSPECIFIED": 0,
		"ISSUE_STATE_UNKNOWN":     1,
		"ISSUE_STATE_OPENED":      2,
		"ISSUE_STATE_CLOSED":      3,
		"ISSUE_STATE_LOCKED":      4,
		"ISSUE_STATE_ALL":         5,
	}
)

Enum value maps for IssueState.

View Source
var (
	JobKind_name = map[int32]string{
		0: "JOBKIND_UNSPECIFIED",
		1: "JOBKIND_BUILD",
		2: "JOBKIND_BRIDGE",
	}
	JobKind_value = map[string]int32{
		"JOBKIND_UNSPECIFIED": 0,
		"JOBKIND_BUILD":       1,
		"JOBKIND_BRIDGE":      2,
	}
)

Enum value maps for JobKind.

View Source
var (
	DeploymentTier_name = map[int32]string{
		0: "DEPLOYMENT_TIER_UNSPECIFIED",
		1: "DEPLOYMENT_TIER_PRODUCTION",
		2: "DEPLOYMENT_TIER_STAGING",
		3: "DEPLOYMENT_TIER_TESTING",
		4: "DEPLOYMENT_TIER_DEVELOPMENT",
		5: "DEPLOYMENT_TIER_OTHER",
	}
	DeploymentTier_value = map[string]int32{
		"DEPLOYMENT_TIER_UNSPECIFIED": 0,
		"DEPLOYMENT_TIER_PRODUCTION":  1,
		"DEPLOYMENT_TIER_STAGING":     2,
		"DEPLOYMENT_TIER_TESTING":     3,
		"DEPLOYMENT_TIER_DEVELOPMENT": 4,
		"DEPLOYMENT_TIER_OTHER":       5,
	}
)

Enum value maps for DeploymentTier.

View Source
var File_gitlabexporter_protobuf_commit_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_coverage_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_deployment_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_issue_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_job_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_merge_request_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_metric_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_pipeline_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_project_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_references_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_section_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_test_report_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_trace_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Commit

type Commit struct {
	Id             string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ShortId        string                 `protobuf:"bytes,2,opt,name=short_id,json=shortId,proto3" json:"short_id,omitempty"`
	ParentIds      []string               `protobuf:"bytes,3,rep,name=parent_ids,json=parentIds,proto3" json:"parent_ids,omitempty"`
	ProjectId      int64                  `protobuf:"varint,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	AuthorName     string                 `protobuf:"bytes,5,opt,name=author_name,json=authorName,proto3" json:"author_name,omitempty"`
	AuthorEmail    string                 `protobuf:"bytes,6,opt,name=author_email,json=authorEmail,proto3" json:"author_email,omitempty"`
	AuthoredDate   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=authored_date,json=authoredDate,proto3" json:"authored_date,omitempty"`
	CommitterName  string                 `protobuf:"bytes,8,opt,name=committer_name,json=committerName,proto3" json:"committer_name,omitempty"`
	CommitterEmail string                 `protobuf:"bytes,9,opt,name=committer_email,json=committerEmail,proto3" json:"committer_email,omitempty"`
	CommittedDate  *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=committed_date,json=committedDate,proto3" json:"committed_date,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Title          string                 `protobuf:"bytes,12,opt,name=title,proto3" json:"title,omitempty"`
	Message        string                 `protobuf:"bytes,13,opt,name=message,proto3" json:"message,omitempty"`
	Trailers       map[string]string      `` /* 144-byte string literal not displayed */
	Stats          *CommitStats           `protobuf:"bytes,15,opt,name=stats,proto3" json:"stats,omitempty"`
	Status         string                 `protobuf:"bytes,16,opt,name=status,proto3" json:"status,omitempty"`
	WebUrl         string                 `protobuf:"bytes,17,opt,name=web_url,json=webUrl,proto3" json:"web_url,omitempty"`
	// contains filtered or unexported fields
}

func (*Commit) Descriptor deprecated

func (*Commit) Descriptor() ([]byte, []int)

Deprecated: Use Commit.ProtoReflect.Descriptor instead.

func (*Commit) GetAuthorEmail

func (x *Commit) GetAuthorEmail() string

func (*Commit) GetAuthorName

func (x *Commit) GetAuthorName() string

func (*Commit) GetAuthoredDate

func (x *Commit) GetAuthoredDate() *timestamppb.Timestamp

func (*Commit) GetCommittedDate

func (x *Commit) GetCommittedDate() *timestamppb.Timestamp

func (*Commit) GetCommitterEmail

func (x *Commit) GetCommitterEmail() string

func (*Commit) GetCommitterName

func (x *Commit) GetCommitterName() string

func (*Commit) GetCreatedAt

func (x *Commit) GetCreatedAt() *timestamppb.Timestamp

func (*Commit) GetId

func (x *Commit) GetId() string

func (*Commit) GetMessage

func (x *Commit) GetMessage() string

func (*Commit) GetParentIds

func (x *Commit) GetParentIds() []string

func (*Commit) GetProjectId

func (x *Commit) GetProjectId() int64

func (*Commit) GetShortId

func (x *Commit) GetShortId() string

func (*Commit) GetStats

func (x *Commit) GetStats() *CommitStats

func (*Commit) GetStatus

func (x *Commit) GetStatus() string

func (*Commit) GetTitle

func (x *Commit) GetTitle() string

func (*Commit) GetTrailers

func (x *Commit) GetTrailers() map[string]string

func (*Commit) GetWebUrl

func (x *Commit) GetWebUrl() string

func (*Commit) ProtoMessage

func (*Commit) ProtoMessage()

func (*Commit) ProtoReflect

func (x *Commit) ProtoReflect() protoreflect.Message

func (*Commit) Reset

func (x *Commit) Reset()

func (*Commit) String

func (x *Commit) String() string

type CommitStats

type CommitStats struct {
	Additions int64 `protobuf:"varint,1,opt,name=additions,proto3" json:"additions,omitempty"`
	Deletions int64 `protobuf:"varint,2,opt,name=deletions,proto3" json:"deletions,omitempty"`
	Total     int64 `protobuf:"varint,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

func (*CommitStats) Descriptor deprecated

func (*CommitStats) Descriptor() ([]byte, []int)

Deprecated: Use CommitStats.ProtoReflect.Descriptor instead.

func (*CommitStats) GetAdditions

func (x *CommitStats) GetAdditions() int64

func (*CommitStats) GetDeletions

func (x *CommitStats) GetDeletions() int64

func (*CommitStats) GetTotal

func (x *CommitStats) GetTotal() int64

func (*CommitStats) ProtoMessage

func (*CommitStats) ProtoMessage()

func (*CommitStats) ProtoReflect

func (x *CommitStats) ProtoReflect() protoreflect.Message

func (*CommitStats) Reset

func (x *CommitStats) Reset()

func (*CommitStats) String

func (x *CommitStats) String() string

type CoverageClass

type CoverageClass struct {
	Id         string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Package    *CoveragePackageReference `protobuf:"bytes,2,opt,name=package,proto3" json:"package,omitempty"`
	Name       string                    `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Filename   string                    `protobuf:"bytes,4,opt,name=filename,proto3" json:"filename,omitempty"`
	LineRate   float32                   `protobuf:"fixed32,5,opt,name=line_rate,json=lineRate,proto3" json:"line_rate,omitempty"`
	BranchRate float32                   `protobuf:"fixed32,6,opt,name=branch_rate,json=branchRate,proto3" json:"branch_rate,omitempty"`
	Complexity float32                   `protobuf:"fixed32,7,opt,name=complexity,proto3" json:"complexity,omitempty"`
	// contains filtered or unexported fields
}

func (*CoverageClass) Descriptor deprecated

func (*CoverageClass) Descriptor() ([]byte, []int)

Deprecated: Use CoverageClass.ProtoReflect.Descriptor instead.

func (*CoverageClass) GetBranchRate

func (x *CoverageClass) GetBranchRate() float32

func (*CoverageClass) GetComplexity

func (x *CoverageClass) GetComplexity() float32

func (*CoverageClass) GetFilename

func (x *CoverageClass) GetFilename() string

func (*CoverageClass) GetId

func (x *CoverageClass) GetId() string

func (*CoverageClass) GetLineRate

func (x *CoverageClass) GetLineRate() float32

func (*CoverageClass) GetName

func (x *CoverageClass) GetName() string

func (*CoverageClass) GetPackage

func (x *CoverageClass) GetPackage() *CoveragePackageReference

func (*CoverageClass) ProtoMessage

func (*CoverageClass) ProtoMessage()

func (*CoverageClass) ProtoReflect

func (x *CoverageClass) ProtoReflect() protoreflect.Message

func (*CoverageClass) Reset

func (x *CoverageClass) Reset()

func (*CoverageClass) String

func (x *CoverageClass) String() string

type CoverageClassReference

type CoverageClassReference struct {
	Id      string                    `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name    string                    `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Package *CoveragePackageReference `protobuf:"bytes,3,opt,name=package,proto3" json:"package,omitempty"`
	// contains filtered or unexported fields
}

func (*CoverageClassReference) Descriptor deprecated

func (*CoverageClassReference) Descriptor() ([]byte, []int)

Deprecated: Use CoverageClassReference.ProtoReflect.Descriptor instead.

func (*CoverageClassReference) GetId

func (x *CoverageClassReference) GetId() string

func (*CoverageClassReference) GetName

func (x *CoverageClassReference) GetName() string

func (*CoverageClassReference) GetPackage

func (*CoverageClassReference) ProtoMessage

func (*CoverageClassReference) ProtoMessage()

func (*CoverageClassReference) ProtoReflect

func (x *CoverageClassReference) ProtoReflect() protoreflect.Message

func (*CoverageClassReference) Reset

func (x *CoverageClassReference) Reset()

func (*CoverageClassReference) String

func (x *CoverageClassReference) String() string

type CoverageMethod

type CoverageMethod struct {
	Id         string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Class      *CoverageClassReference `protobuf:"bytes,2,opt,name=class,proto3" json:"class,omitempty"`
	Name       string                  `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Signature  string                  `protobuf:"bytes,4,opt,name=signature,proto3" json:"signature,omitempty"`
	LineRate   float32                 `protobuf:"fixed32,5,opt,name=line_rate,json=lineRate,proto3" json:"line_rate,omitempty"`
	BranchRate float32                 `protobuf:"fixed32,6,opt,name=branch_rate,json=branchRate,proto3" json:"branch_rate,omitempty"`
	Complexity float32                 `protobuf:"fixed32,7,opt,name=complexity,proto3" json:"complexity,omitempty"`
	// contains filtered or unexported fields
}

func (*CoverageMethod) Descriptor deprecated

func (*CoverageMethod) Descriptor() ([]byte, []int)

Deprecated: Use CoverageMethod.ProtoReflect.Descriptor instead.

func (*CoverageMethod) GetBranchRate

func (x *CoverageMethod) GetBranchRate() float32

func (*CoverageMethod) GetClass

func (x *CoverageMethod) GetClass() *CoverageClassReference

func (*CoverageMethod) GetComplexity

func (x *CoverageMethod) GetComplexity() float32

func (*CoverageMethod) GetId

func (x *CoverageMethod) GetId() string

func (*CoverageMethod) GetLineRate

func (x *CoverageMethod) GetLineRate() float32

func (*CoverageMethod) GetName

func (x *CoverageMethod) GetName() string

func (*CoverageMethod) GetSignature

func (x *CoverageMethod) GetSignature() string

func (*CoverageMethod) ProtoMessage

func (*CoverageMethod) ProtoMessage()

func (*CoverageMethod) ProtoReflect

func (x *CoverageMethod) ProtoReflect() protoreflect.Message

func (*CoverageMethod) Reset

func (x *CoverageMethod) Reset()

func (*CoverageMethod) String

func (x *CoverageMethod) String() string

type CoveragePackage

type CoveragePackage struct {
	Id         string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Report     *CoverageReportReference `protobuf:"bytes,2,opt,name=report,proto3" json:"report,omitempty"`
	Name       string                   `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	LineRate   float32                  `protobuf:"fixed32,4,opt,name=line_rate,json=lineRate,proto3" json:"line_rate,omitempty"`
	BranchRate float32                  `protobuf:"fixed32,5,opt,name=branch_rate,json=branchRate,proto3" json:"branch_rate,omitempty"`
	Complexity float32                  `protobuf:"fixed32,6,opt,name=complexity,proto3" json:"complexity,omitempty"`
	// contains filtered or unexported fields
}

func (*CoveragePackage) Descriptor deprecated

func (*CoveragePackage) Descriptor() ([]byte, []int)

Deprecated: Use CoveragePackage.ProtoReflect.Descriptor instead.

func (*CoveragePackage) GetBranchRate

func (x *CoveragePackage) GetBranchRate() float32

func (*CoveragePackage) GetComplexity

func (x *CoveragePackage) GetComplexity() float32

func (*CoveragePackage) GetId

func (x *CoveragePackage) GetId() string

func (*CoveragePackage) GetLineRate

func (x *CoveragePackage) GetLineRate() float32

func (*CoveragePackage) GetName

func (x *CoveragePackage) GetName() string

func (*CoveragePackage) GetReport

func (x *CoveragePackage) GetReport() *CoverageReportReference

func (*CoveragePackage) ProtoMessage

func (*CoveragePackage) ProtoMessage()

func (*CoveragePackage) ProtoReflect

func (x *CoveragePackage) ProtoReflect() protoreflect.Message

func (*CoveragePackage) Reset

func (x *CoveragePackage) Reset()

func (*CoveragePackage) String

func (x *CoveragePackage) String() string

type CoveragePackageReference

type CoveragePackageReference struct {
	Id     string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name   string                   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Report *CoverageReportReference `protobuf:"bytes,3,opt,name=report,proto3" json:"report,omitempty"`
	// contains filtered or unexported fields
}

func (*CoveragePackageReference) Descriptor deprecated

func (*CoveragePackageReference) Descriptor() ([]byte, []int)

Deprecated: Use CoveragePackageReference.ProtoReflect.Descriptor instead.

func (*CoveragePackageReference) GetId

func (x *CoveragePackageReference) GetId() string

func (*CoveragePackageReference) GetName

func (x *CoveragePackageReference) GetName() string

func (*CoveragePackageReference) GetReport

func (*CoveragePackageReference) ProtoMessage

func (*CoveragePackageReference) ProtoMessage()

func (*CoveragePackageReference) ProtoReflect

func (x *CoveragePackageReference) ProtoReflect() protoreflect.Message

func (*CoveragePackageReference) Reset

func (x *CoveragePackageReference) Reset()

func (*CoveragePackageReference) String

func (x *CoveragePackageReference) String() string

type CoverageReport

type CoverageReport struct {
	Id              string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Job             *JobReference          `protobuf:"bytes,2,opt,name=job,proto3" json:"job,omitempty"`
	LineRate        float32                `protobuf:"fixed32,3,opt,name=line_rate,json=lineRate,proto3" json:"line_rate,omitempty"`
	LinesCovered    int32                  `protobuf:"varint,4,opt,name=lines_covered,json=linesCovered,proto3" json:"lines_covered,omitempty"`
	LinesValid      int32                  `protobuf:"varint,5,opt,name=lines_valid,json=linesValid,proto3" json:"lines_valid,omitempty"`
	BranchRate      float32                `protobuf:"fixed32,6,opt,name=branch_rate,json=branchRate,proto3" json:"branch_rate,omitempty"`
	BranchesCovered int32                  `protobuf:"varint,7,opt,name=branches_covered,json=branchesCovered,proto3" json:"branches_covered,omitempty"`
	BranchesValid   int32                  `protobuf:"varint,8,opt,name=branches_valid,json=branchesValid,proto3" json:"branches_valid,omitempty"`
	Complexity      float32                `protobuf:"fixed32,9,opt,name=complexity,proto3" json:"complexity,omitempty"`
	Version         string                 `protobuf:"bytes,10,opt,name=version,proto3" json:"version,omitempty"`
	Timestamp       *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	SourcePaths     []string               `protobuf:"bytes,12,rep,name=source_paths,json=sourcePaths,proto3" json:"source_paths,omitempty"`
	// contains filtered or unexported fields
}

func (*CoverageReport) Descriptor deprecated

func (*CoverageReport) Descriptor() ([]byte, []int)

Deprecated: Use CoverageReport.ProtoReflect.Descriptor instead.

func (*CoverageReport) GetBranchRate

func (x *CoverageReport) GetBranchRate() float32

func (*CoverageReport) GetBranchesCovered

func (x *CoverageReport) GetBranchesCovered() int32

func (*CoverageReport) GetBranchesValid

func (x *CoverageReport) GetBranchesValid() int32

func (*CoverageReport) GetComplexity

func (x *CoverageReport) GetComplexity() float32

func (*CoverageReport) GetId

func (x *CoverageReport) GetId() string

func (*CoverageReport) GetJob

func (x *CoverageReport) GetJob() *JobReference

func (*CoverageReport) GetLineRate

func (x *CoverageReport) GetLineRate() float32

func (*CoverageReport) GetLinesCovered

func (x *CoverageReport) GetLinesCovered() int32

func (*CoverageReport) GetLinesValid

func (x *CoverageReport) GetLinesValid() int32

func (*CoverageReport) GetSourcePaths

func (x *CoverageReport) GetSourcePaths() []string

func (*CoverageReport) GetTimestamp

func (x *CoverageReport) GetTimestamp() *timestamppb.Timestamp

func (*CoverageReport) GetVersion

func (x *CoverageReport) GetVersion() string

func (*CoverageReport) ProtoMessage

func (*CoverageReport) ProtoMessage()

func (*CoverageReport) ProtoReflect

func (x *CoverageReport) ProtoReflect() protoreflect.Message

func (*CoverageReport) Reset

func (x *CoverageReport) Reset()

func (*CoverageReport) String

func (x *CoverageReport) String() string

type CoverageReportReference

type CoverageReportReference struct {
	Id  string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Job *JobReference `protobuf:"bytes,2,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*CoverageReportReference) Descriptor deprecated

func (*CoverageReportReference) Descriptor() ([]byte, []int)

Deprecated: Use CoverageReportReference.ProtoReflect.Descriptor instead.

func (*CoverageReportReference) GetId

func (x *CoverageReportReference) GetId() string

func (*CoverageReportReference) GetJob

func (*CoverageReportReference) ProtoMessage

func (*CoverageReportReference) ProtoMessage()

func (*CoverageReportReference) ProtoReflect

func (x *CoverageReportReference) ProtoReflect() protoreflect.Message

func (*CoverageReportReference) Reset

func (x *CoverageReportReference) Reset()

func (*CoverageReportReference) String

func (x *CoverageReportReference) String() string

type Deployment

type Deployment struct {
	Id          int64                 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Iid         int64                 `protobuf:"varint,2,opt,name=iid,proto3" json:"iid,omitempty"`
	Job         *JobReference         `protobuf:"bytes,3,opt,name=job,proto3" json:"job,omitempty"`
	Triggerer   *UserReference        `protobuf:"bytes,4,opt,name=triggerer,proto3" json:"triggerer,omitempty"`
	Environment *EnvironmentReference `protobuf:"bytes,5,opt,name=environment,proto3" json:"environment,omitempty"`
	Timestamps  *DeploymentTimestamps `protobuf:"bytes,6,opt,name=timestamps,proto3" json:"timestamps,omitempty"`
	Status      DeploymentStatus      `protobuf:"varint,7,opt,name=status,proto3,enum=gitlabexporter.protobuf.DeploymentStatus" json:"status,omitempty"`
	Ref         string                `protobuf:"bytes,8,opt,name=ref,proto3" json:"ref,omitempty"`
	Sha         string                `protobuf:"bytes,9,opt,name=sha,proto3" json:"sha,omitempty"`
	// contains filtered or unexported fields
}

func (*Deployment) Descriptor deprecated

func (*Deployment) Descriptor() ([]byte, []int)

Deprecated: Use Deployment.ProtoReflect.Descriptor instead.

func (*Deployment) GetEnvironment

func (x *Deployment) GetEnvironment() *EnvironmentReference

func (*Deployment) GetId

func (x *Deployment) GetId() int64

func (*Deployment) GetIid

func (x *Deployment) GetIid() int64

func (*Deployment) GetJob

func (x *Deployment) GetJob() *JobReference

func (*Deployment) GetRef

func (x *Deployment) GetRef() string

func (*Deployment) GetSha

func (x *Deployment) GetSha() string

func (*Deployment) GetStatus

func (x *Deployment) GetStatus() DeploymentStatus

func (*Deployment) GetTimestamps

func (x *Deployment) GetTimestamps() *DeploymentTimestamps

func (*Deployment) GetTriggerer

func (x *Deployment) GetTriggerer() *UserReference

func (*Deployment) ProtoMessage

func (*Deployment) ProtoMessage()

func (*Deployment) ProtoReflect

func (x *Deployment) ProtoReflect() protoreflect.Message

func (*Deployment) Reset

func (x *Deployment) Reset()

func (*Deployment) String

func (x *Deployment) String() string

type DeploymentStatus

type DeploymentStatus int32
const (
	DeploymentStatus_DEPLOYMENT_STATUS_UNSPECIFIED DeploymentStatus = 0
	DeploymentStatus_DEPLOYMENT_STATUS_CREATED     DeploymentStatus = 1
	DeploymentStatus_DEPLOYMENT_STATUS_RUNNING     DeploymentStatus = 2
	DeploymentStatus_DEPLOYMENT_STATUS_SUCCESS     DeploymentStatus = 3
	DeploymentStatus_DEPLOYMENT_STATUS_FAILED      DeploymentStatus = 4
	DeploymentStatus_DEPLOYMENT_STATUS_CANCELED    DeploymentStatus = 5
	DeploymentStatus_DEPLOYMENT_STATUS_SKIPPED     DeploymentStatus = 6
	DeploymentStatus_DEPLOYMENT_STATUS_BLOCKED     DeploymentStatus = 7
)

func (DeploymentStatus) Descriptor

func (DeploymentStatus) Enum

func (DeploymentStatus) EnumDescriptor deprecated

func (DeploymentStatus) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeploymentStatus.Descriptor instead.

func (DeploymentStatus) Number

func (DeploymentStatus) String

func (x DeploymentStatus) String() string

func (DeploymentStatus) Type

type DeploymentTier

type DeploymentTier int32
const (
	DeploymentTier_DEPLOYMENT_TIER_UNSPECIFIED DeploymentTier = 0
	DeploymentTier_DEPLOYMENT_TIER_PRODUCTION  DeploymentTier = 1
	DeploymentTier_DEPLOYMENT_TIER_STAGING     DeploymentTier = 2
	DeploymentTier_DEPLOYMENT_TIER_TESTING     DeploymentTier = 3
	DeploymentTier_DEPLOYMENT_TIER_DEVELOPMENT DeploymentTier = 4
	DeploymentTier_DEPLOYMENT_TIER_OTHER       DeploymentTier = 5
)

func (DeploymentTier) Descriptor

func (DeploymentTier) Enum

func (x DeploymentTier) Enum() *DeploymentTier

func (DeploymentTier) EnumDescriptor deprecated

func (DeploymentTier) EnumDescriptor() ([]byte, []int)

Deprecated: Use DeploymentTier.Descriptor instead.

func (DeploymentTier) Number

func (DeploymentTier) String

func (x DeploymentTier) String() string

func (DeploymentTier) Type

type DeploymentTimestamps

type DeploymentTimestamps struct {
	CreatedAt  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	FinishedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"`
	UpdatedAt  *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*DeploymentTimestamps) Descriptor deprecated

func (*DeploymentTimestamps) Descriptor() ([]byte, []int)

Deprecated: Use DeploymentTimestamps.ProtoReflect.Descriptor instead.

func (*DeploymentTimestamps) GetCreatedAt

func (x *DeploymentTimestamps) GetCreatedAt() *timestamppb.Timestamp

func (*DeploymentTimestamps) GetFinishedAt

func (x *DeploymentTimestamps) GetFinishedAt() *timestamppb.Timestamp

func (*DeploymentTimestamps) GetUpdatedAt

func (x *DeploymentTimestamps) GetUpdatedAt() *timestamppb.Timestamp

func (*DeploymentTimestamps) ProtoMessage

func (*DeploymentTimestamps) ProtoMessage()

func (*DeploymentTimestamps) ProtoReflect

func (x *DeploymentTimestamps) ProtoReflect() protoreflect.Message

func (*DeploymentTimestamps) Reset

func (x *DeploymentTimestamps) Reset()

func (*DeploymentTimestamps) String

func (x *DeploymentTimestamps) String() string

type EnvironmentReference

type EnvironmentReference struct {
	Id      int64             `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name    string            `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Tier    DeploymentTier    `protobuf:"varint,3,opt,name=tier,proto3,enum=gitlabexporter.protobuf.DeploymentTier" json:"tier,omitempty"`
	Project *ProjectReference `protobuf:"bytes,4,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*EnvironmentReference) Descriptor deprecated

func (*EnvironmentReference) Descriptor() ([]byte, []int)

Deprecated: Use EnvironmentReference.ProtoReflect.Descriptor instead.

func (*EnvironmentReference) GetId

func (x *EnvironmentReference) GetId() int64

func (*EnvironmentReference) GetName

func (x *EnvironmentReference) GetName() string

func (*EnvironmentReference) GetProject

func (x *EnvironmentReference) GetProject() *ProjectReference

func (*EnvironmentReference) GetTier

func (x *EnvironmentReference) GetTier() DeploymentTier

func (*EnvironmentReference) ProtoMessage

func (*EnvironmentReference) ProtoMessage()

func (*EnvironmentReference) ProtoReflect

func (x *EnvironmentReference) ProtoReflect() protoreflect.Message

func (*EnvironmentReference) Reset

func (x *EnvironmentReference) Reset()

func (*EnvironmentReference) String

func (x *EnvironmentReference) String() string

type Issue added in v0.18.0

type Issue struct {
	Id         int64             `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Iid        int64             `protobuf:"varint,2,opt,name=iid,proto3" json:"iid,omitempty"`
	Project    *ProjectReference `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	Timestamps *IssueTimestamps  `protobuf:"bytes,4,opt,name=timestamps,proto3" json:"timestamps,omitempty"`
	Title      string            `protobuf:"bytes,5,opt,name=title,proto3" json:"title,omitempty"`
	Labels     []string          `protobuf:"bytes,6,rep,name=labels,proto3" json:"labels,omitempty"`
	Type       IssueType         `protobuf:"varint,7,opt,name=type,proto3,enum=gitlabexporter.protobuf.IssueType" json:"type,omitempty"`
	Severity   IssueSeverity     `protobuf:"varint,8,opt,name=severity,proto3,enum=gitlabexporter.protobuf.IssueSeverity" json:"severity,omitempty"`
	State      IssueState        `protobuf:"varint,9,opt,name=state,proto3,enum=gitlabexporter.protobuf.IssueState" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*Issue) Descriptor deprecated added in v0.18.0

func (*Issue) Descriptor() ([]byte, []int)

Deprecated: Use Issue.ProtoReflect.Descriptor instead.

func (*Issue) GetId added in v0.18.0

func (x *Issue) GetId() int64

func (*Issue) GetIid added in v0.18.0

func (x *Issue) GetIid() int64

func (*Issue) GetLabels added in v0.18.0

func (x *Issue) GetLabels() []string

func (*Issue) GetProject added in v0.18.0

func (x *Issue) GetProject() *ProjectReference

func (*Issue) GetSeverity added in v0.18.0

func (x *Issue) GetSeverity() IssueSeverity

func (*Issue) GetState added in v0.18.0

func (x *Issue) GetState() IssueState

func (*Issue) GetTimestamps added in v0.18.0

func (x *Issue) GetTimestamps() *IssueTimestamps

func (*Issue) GetTitle added in v0.18.0

func (x *Issue) GetTitle() string

func (*Issue) GetType added in v0.18.0

func (x *Issue) GetType() IssueType

func (*Issue) ProtoMessage added in v0.18.0

func (*Issue) ProtoMessage()

func (*Issue) ProtoReflect added in v0.18.0

func (x *Issue) ProtoReflect() protoreflect.Message

func (*Issue) Reset added in v0.18.0

func (x *Issue) Reset()

func (*Issue) String added in v0.18.0

func (x *Issue) String() string

type IssueSeverity added in v0.18.0

type IssueSeverity int32
const (
	IssueSeverity_ISSUE_SEVERITY_UNSPECIFIED IssueSeverity = 0
	IssueSeverity_ISSUE_SEVERITY_UNKNOWN     IssueSeverity = 1
	IssueSeverity_ISSUE_SEVERITY_LOW         IssueSeverity = 2
	IssueSeverity_ISSUE_SEVERITY_MEDIUM      IssueSeverity = 3
	IssueSeverity_ISSUE_SEVERITY_HIGH        IssueSeverity = 4
	IssueSeverity_ISSUE_SEVERITY_CRITICAL    IssueSeverity = 5
)

func (IssueSeverity) Descriptor added in v0.18.0

func (IssueSeverity) Enum added in v0.18.0

func (x IssueSeverity) Enum() *IssueSeverity

func (IssueSeverity) EnumDescriptor deprecated added in v0.18.0

func (IssueSeverity) EnumDescriptor() ([]byte, []int)

Deprecated: Use IssueSeverity.Descriptor instead.

func (IssueSeverity) Number added in v0.18.0

func (IssueSeverity) String added in v0.18.0

func (x IssueSeverity) String() string

func (IssueSeverity) Type added in v0.18.0

type IssueState added in v0.18.0

type IssueState int32
const (
	IssueState_ISSUE_STATE_UNSPECIFIED IssueState = 0
	IssueState_ISSUE_STATE_UNKNOWN     IssueState = 1
	IssueState_ISSUE_STATE_OPENED      IssueState = 2
	IssueState_ISSUE_STATE_CLOSED      IssueState = 3
	IssueState_ISSUE_STATE_LOCKED      IssueState = 4
	IssueState_ISSUE_STATE_ALL         IssueState = 5
)

func (IssueState) Descriptor added in v0.18.0

func (IssueState) Descriptor() protoreflect.EnumDescriptor

func (IssueState) Enum added in v0.18.0

func (x IssueState) Enum() *IssueState

func (IssueState) EnumDescriptor deprecated added in v0.18.0

func (IssueState) EnumDescriptor() ([]byte, []int)

Deprecated: Use IssueState.Descriptor instead.

func (IssueState) Number added in v0.18.0

func (x IssueState) Number() protoreflect.EnumNumber

func (IssueState) String added in v0.18.0

func (x IssueState) String() string

func (IssueState) Type added in v0.18.0

type IssueTimestamps added in v0.18.0

type IssueTimestamps struct {
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	ClosedAt  *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=closed_at,json=closedAt,proto3" json:"closed_at,omitempty"`
	// contains filtered or unexported fields
}

func (*IssueTimestamps) Descriptor deprecated added in v0.18.0

func (*IssueTimestamps) Descriptor() ([]byte, []int)

Deprecated: Use IssueTimestamps.ProtoReflect.Descriptor instead.

func (*IssueTimestamps) GetClosedAt added in v0.18.0

func (x *IssueTimestamps) GetClosedAt() *timestamppb.Timestamp

func (*IssueTimestamps) GetCreatedAt added in v0.18.0

func (x *IssueTimestamps) GetCreatedAt() *timestamppb.Timestamp

func (*IssueTimestamps) GetUpdatedAt added in v0.18.0

func (x *IssueTimestamps) GetUpdatedAt() *timestamppb.Timestamp

func (*IssueTimestamps) ProtoMessage added in v0.18.0

func (*IssueTimestamps) ProtoMessage()

func (*IssueTimestamps) ProtoReflect added in v0.18.0

func (x *IssueTimestamps) ProtoReflect() protoreflect.Message

func (*IssueTimestamps) Reset added in v0.18.0

func (x *IssueTimestamps) Reset()

func (*IssueTimestamps) String added in v0.18.0

func (x *IssueTimestamps) String() string

type IssueType added in v0.18.0

type IssueType int32
const (
	IssueType_ISSUE_TYPE_UNSPECIFIED IssueType = 0
	IssueType_ISSUE_TYPE_UNKNOWN     IssueType = 1
	IssueType_ISSUE_TYPE_ISSUE       IssueType = 2
	IssueType_ISSUE_TYPE_INCIDENT    IssueType = 3
	IssueType_ISSUE_TYPE_TEST_CASE   IssueType = 4
	IssueType_ISSUE_TYPE_REQUIREMENT IssueType = 5
	IssueType_ISSUE_TYPE_TASK        IssueType = 6
	IssueType_ISSUE_TYPE_TICKET      IssueType = 7
	IssueType_ISSUE_TYPE_OBJECTIVE   IssueType = 8
	IssueType_ISSUE_TYPE_KEY_RESULT  IssueType = 9
	IssueType_ISSUE_TYPE_EPIC        IssueType = 10
)

func (IssueType) Descriptor added in v0.18.0

func (IssueType) Descriptor() protoreflect.EnumDescriptor

func (IssueType) Enum added in v0.18.0

func (x IssueType) Enum() *IssueType

func (IssueType) EnumDescriptor deprecated added in v0.18.0

func (IssueType) EnumDescriptor() ([]byte, []int)

Deprecated: Use IssueType.Descriptor instead.

func (IssueType) Number added in v0.18.0

func (x IssueType) Number() protoreflect.EnumNumber

func (IssueType) String added in v0.18.0

func (x IssueType) String() string

func (IssueType) Type added in v0.18.0

type Job

type Job struct {
	Id                 int64                `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name               string               `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Pipeline           *PipelineReference   `protobuf:"bytes,3,opt,name=pipeline,proto3" json:"pipeline,omitempty"`
	Ref                string               `protobuf:"bytes,4,opt,name=ref,proto3" json:"ref,omitempty"`
	RefPath            string               `protobuf:"bytes,5,opt,name=ref_path,json=refPath,proto3" json:"ref_path,omitempty"`
	Status             string               `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
	FailureReason      string               `protobuf:"bytes,7,opt,name=failure_reason,json=failureReason,proto3" json:"failure_reason,omitempty"`
	ExitCode           int64                `protobuf:"varint,8,opt,name=exit_code,json=exitCode,proto3" json:"exit_code,omitempty"`
	Timestamps         *JobTimestamps       `protobuf:"bytes,9,opt,name=timestamps,proto3" json:"timestamps,omitempty"`
	QueuedDuration     *durationpb.Duration `protobuf:"bytes,10,opt,name=queued_duration,json=queuedDuration,proto3" json:"queued_duration,omitempty"`
	Duration           *durationpb.Duration `protobuf:"bytes,11,opt,name=duration,proto3" json:"duration,omitempty"`
	Coverage           float64              `protobuf:"fixed64,12,opt,name=coverage,proto3" json:"coverage,omitempty"`
	Stage              string               `protobuf:"bytes,13,opt,name=stage,proto3" json:"stage,omitempty"`
	Tags               []string             `protobuf:"bytes,14,rep,name=tags,proto3" json:"tags,omitempty"`
	Properties         []*JobProperty       `protobuf:"bytes,15,rep,name=properties,proto3" json:"properties,omitempty"`
	AllowFailure       bool                 `protobuf:"varint,16,opt,name=allow_failure,json=allowFailure,proto3" json:"allow_failure,omitempty"`
	Manual             bool                 `protobuf:"varint,17,opt,name=manual,proto3" json:"manual,omitempty"`
	Retried            bool                 `protobuf:"varint,18,opt,name=retried,proto3" json:"retried,omitempty"`
	Retryable          bool                 `protobuf:"varint,19,opt,name=retryable,proto3" json:"retryable,omitempty"`
	Kind               JobKind              `protobuf:"varint,20,opt,name=kind,proto3,enum=gitlabexporter.protobuf.JobKind" json:"kind,omitempty"`
	DownstreamPipeline *PipelineReference   `protobuf:"bytes,21,opt,name=downstream_pipeline,json=downstreamPipeline,proto3,oneof" json:"downstream_pipeline,omitempty"`
	Runner             *RunnerReference     `protobuf:"bytes,22,opt,name=runner,proto3" json:"runner,omitempty"`
	// contains filtered or unexported fields
}

func (*Job) Descriptor deprecated

func (*Job) Descriptor() ([]byte, []int)

Deprecated: Use Job.ProtoReflect.Descriptor instead.

func (*Job) GetAllowFailure

func (x *Job) GetAllowFailure() bool

func (*Job) GetCoverage

func (x *Job) GetCoverage() float64

func (*Job) GetDownstreamPipeline

func (x *Job) GetDownstreamPipeline() *PipelineReference

func (*Job) GetDuration

func (x *Job) GetDuration() *durationpb.Duration

func (*Job) GetExitCode added in v0.20.0

func (x *Job) GetExitCode() int64

func (*Job) GetFailureReason

func (x *Job) GetFailureReason() string

func (*Job) GetId

func (x *Job) GetId() int64

func (*Job) GetKind

func (x *Job) GetKind() JobKind

func (*Job) GetManual

func (x *Job) GetManual() bool

func (*Job) GetName

func (x *Job) GetName() string

func (*Job) GetPipeline

func (x *Job) GetPipeline() *PipelineReference

func (*Job) GetProperties added in v0.17.0

func (x *Job) GetProperties() []*JobProperty

func (*Job) GetQueuedDuration

func (x *Job) GetQueuedDuration() *durationpb.Duration

func (*Job) GetRef

func (x *Job) GetRef() string

func (*Job) GetRefPath

func (x *Job) GetRefPath() string

func (*Job) GetRetried

func (x *Job) GetRetried() bool

func (*Job) GetRetryable

func (x *Job) GetRetryable() bool

func (*Job) GetRunner

func (x *Job) GetRunner() *RunnerReference

func (*Job) GetStage

func (x *Job) GetStage() string

func (*Job) GetStatus

func (x *Job) GetStatus() string

func (*Job) GetTags

func (x *Job) GetTags() []string

func (*Job) GetTimestamps

func (x *Job) GetTimestamps() *JobTimestamps

func (*Job) ProtoMessage

func (*Job) ProtoMessage()

func (*Job) ProtoReflect

func (x *Job) ProtoReflect() protoreflect.Message

func (*Job) Reset

func (x *Job) Reset()

func (*Job) String

func (x *Job) String() string

type JobKind

type JobKind int32
const (
	JobKind_JOBKIND_UNSPECIFIED JobKind = 0
	JobKind_JOBKIND_BUILD       JobKind = 1
	JobKind_JOBKIND_BRIDGE      JobKind = 2
)

func (JobKind) Descriptor

func (JobKind) Descriptor() protoreflect.EnumDescriptor

func (JobKind) Enum

func (x JobKind) Enum() *JobKind

func (JobKind) EnumDescriptor deprecated

func (JobKind) EnumDescriptor() ([]byte, []int)

Deprecated: Use JobKind.Descriptor instead.

func (JobKind) Number

func (x JobKind) Number() protoreflect.EnumNumber

func (JobKind) String

func (x JobKind) String() string

func (JobKind) Type

func (JobKind) Type() protoreflect.EnumType

type JobProperty added in v0.17.0

type JobProperty struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*JobProperty) Descriptor deprecated added in v0.17.0

func (*JobProperty) Descriptor() ([]byte, []int)

Deprecated: Use JobProperty.ProtoReflect.Descriptor instead.

func (*JobProperty) GetName added in v0.17.0

func (x *JobProperty) GetName() string

func (*JobProperty) GetValue added in v0.17.0

func (x *JobProperty) GetValue() string

func (*JobProperty) ProtoMessage added in v0.17.0

func (*JobProperty) ProtoMessage()

func (*JobProperty) ProtoReflect added in v0.17.0

func (x *JobProperty) ProtoReflect() protoreflect.Message

func (*JobProperty) Reset added in v0.17.0

func (x *JobProperty) Reset()

func (*JobProperty) String added in v0.17.0

func (x *JobProperty) String() string

type JobReference

type JobReference struct {
	Id       int64              `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name     string             `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Pipeline *PipelineReference `protobuf:"bytes,3,opt,name=pipeline,proto3" json:"pipeline,omitempty"`
	// contains filtered or unexported fields
}

func (*JobReference) Descriptor deprecated

func (*JobReference) Descriptor() ([]byte, []int)

Deprecated: Use JobReference.ProtoReflect.Descriptor instead.

func (*JobReference) GetId

func (x *JobReference) GetId() int64

func (*JobReference) GetName

func (x *JobReference) GetName() string

func (*JobReference) GetPipeline

func (x *JobReference) GetPipeline() *PipelineReference

func (*JobReference) ProtoMessage

func (*JobReference) ProtoMessage()

func (*JobReference) ProtoReflect

func (x *JobReference) ProtoReflect() protoreflect.Message

func (*JobReference) Reset

func (x *JobReference) Reset()

func (*JobReference) String

func (x *JobReference) String() string

type JobTimestamps

type JobTimestamps struct {
	CreatedAt  *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	QueuedAt   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=queued_at,json=queuedAt,proto3" json:"queued_at,omitempty"`
	StartedAt  *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	FinishedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"`
	ErasedAt   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=erased_at,json=erasedAt,proto3" json:"erased_at,omitempty"`
	// contains filtered or unexported fields
}

func (*JobTimestamps) Descriptor deprecated

func (*JobTimestamps) Descriptor() ([]byte, []int)

Deprecated: Use JobTimestamps.ProtoReflect.Descriptor instead.

func (*JobTimestamps) GetCreatedAt

func (x *JobTimestamps) GetCreatedAt() *timestamppb.Timestamp

func (*JobTimestamps) GetErasedAt

func (x *JobTimestamps) GetErasedAt() *timestamppb.Timestamp

func (*JobTimestamps) GetFinishedAt

func (x *JobTimestamps) GetFinishedAt() *timestamppb.Timestamp

func (*JobTimestamps) GetQueuedAt

func (x *JobTimestamps) GetQueuedAt() *timestamppb.Timestamp

func (*JobTimestamps) GetStartedAt

func (x *JobTimestamps) GetStartedAt() *timestamppb.Timestamp

func (*JobTimestamps) ProtoMessage

func (*JobTimestamps) ProtoMessage()

func (*JobTimestamps) ProtoReflect

func (x *JobTimestamps) ProtoReflect() protoreflect.Message

func (*JobTimestamps) Reset

func (x *JobTimestamps) Reset()

func (*JobTimestamps) String

func (x *JobTimestamps) String() string

type MergeRequest

type MergeRequest struct {

	// ID of the merge request.
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	// Internal ID of the merge request.
	Iid        int64                   `protobuf:"varint,2,opt,name=iid,proto3" json:"iid,omitempty"`
	Project    *ProjectReference       `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	Timestamps *MergeRequestTimestamps `protobuf:"bytes,4,opt,name=timestamps,proto3" json:"timestamps,omitempty"`
	Name       string                  `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// Title of the merge request.
	Title  string   `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"`
	Labels []string `protobuf:"bytes,7,rep,name=labels,proto3" json:"labels,omitempty"`
	// State of the merge request. Can be opened, closed, merged or locked.
	State string `protobuf:"bytes,8,opt,name=state,proto3" json:"state,omitempty"`
	// Detailed merge status of the merge request.
	MergeStatus string `protobuf:"bytes,9,opt,name=merge_status,json=mergeStatus,proto3" json:"merge_status,omitempty"`
	// Error message shown when a merge has failed.
	MergeError string `protobuf:"bytes,10,opt,name=merge_error,json=mergeError,proto3" json:"merge_error,omitempty"`
	// ID of the merge request source project.
	SourceProjectId int64 `protobuf:"varint,11,opt,name=source_project_id,json=sourceProjectId,proto3" json:"source_project_id,omitempty"`
	// Source branch of the merge request.
	SourceBranch string `protobuf:"bytes,12,opt,name=source_branch,json=sourceBranch,proto3" json:"source_branch,omitempty"`
	// ID of the merge request target project.
	TargetProjectId int64 `protobuf:"varint,13,opt,name=target_project_id,json=targetProjectId,proto3" json:"target_project_id,omitempty"`
	// Target branch of the merge request.
	TargetBranch string                    `protobuf:"bytes,14,opt,name=target_branch,json=targetBranch,proto3" json:"target_branch,omitempty"`
	DiffStats    *MergeRequestDiffStats    `protobuf:"bytes,15,opt,name=diff_stats,json=diffStats,proto3" json:"diff_stats,omitempty"`
	DiffRefs     *MergeRequestDiffRefs     `protobuf:"bytes,16,opt,name=diff_refs,json=diffRefs,proto3" json:"diff_refs,omitempty"`
	Participants *MergeRequestParticipants `protobuf:"bytes,17,opt,name=participants,proto3" json:"participants,omitempty"`
	Flags        *MergeRequestFlags        `protobuf:"bytes,18,opt,name=flags,proto3" json:"flags,omitempty"`
	// Milestone of the merge request.
	Milestone *MilestoneReference `protobuf:"bytes,19,opt,name=milestone,proto3" json:"milestone,omitempty"`
	// contains filtered or unexported fields
}

func (*MergeRequest) Descriptor deprecated

func (*MergeRequest) Descriptor() ([]byte, []int)

Deprecated: Use MergeRequest.ProtoReflect.Descriptor instead.

func (*MergeRequest) GetDiffRefs

func (x *MergeRequest) GetDiffRefs() *MergeRequestDiffRefs

func (*MergeRequest) GetDiffStats

func (x *MergeRequest) GetDiffStats() *MergeRequestDiffStats

func (*MergeRequest) GetFlags

func (x *MergeRequest) GetFlags() *MergeRequestFlags

func (*MergeRequest) GetId

func (x *MergeRequest) GetId() int64

func (*MergeRequest) GetIid

func (x *MergeRequest) GetIid() int64

func (*MergeRequest) GetLabels

func (x *MergeRequest) GetLabels() []string

func (*MergeRequest) GetMergeError

func (x *MergeRequest) GetMergeError() string

func (*MergeRequest) GetMergeStatus

func (x *MergeRequest) GetMergeStatus() string

func (*MergeRequest) GetMilestone

func (x *MergeRequest) GetMilestone() *MilestoneReference

func (*MergeRequest) GetName

func (x *MergeRequest) GetName() string

func (*MergeRequest) GetParticipants

func (x *MergeRequest) GetParticipants() *MergeRequestParticipants

func (*MergeRequest) GetProject

func (x *MergeRequest) GetProject() *ProjectReference

func (*MergeRequest) GetSourceBranch

func (x *MergeRequest) GetSourceBranch() string

func (*MergeRequest) GetSourceProjectId

func (x *MergeRequest) GetSourceProjectId() int64

func (*MergeRequest) GetState

func (x *MergeRequest) GetState() string

func (*MergeRequest) GetTargetBranch

func (x *MergeRequest) GetTargetBranch() string

func (*MergeRequest) GetTargetProjectId

func (x *MergeRequest) GetTargetProjectId() int64

func (*MergeRequest) GetTimestamps

func (x *MergeRequest) GetTimestamps() *MergeRequestTimestamps

func (*MergeRequest) GetTitle

func (x *MergeRequest) GetTitle() string

func (*MergeRequest) ProtoMessage

func (*MergeRequest) ProtoMessage()

func (*MergeRequest) ProtoReflect

func (x *MergeRequest) ProtoReflect() protoreflect.Message

func (*MergeRequest) Reset

func (x *MergeRequest) Reset()

func (*MergeRequest) String

func (x *MergeRequest) String() string

type MergeRequestDiffRefs

type MergeRequestDiffRefs struct {
	BaseSha         string `protobuf:"bytes,1,opt,name=base_sha,json=baseSha,proto3" json:"base_sha,omitempty"`
	HeadSha         string `protobuf:"bytes,2,opt,name=head_sha,json=headSha,proto3" json:"head_sha,omitempty"`
	StartSha        string `protobuf:"bytes,3,opt,name=start_sha,json=startSha,proto3" json:"start_sha,omitempty"`
	MergeCommitSha  string `protobuf:"bytes,4,opt,name=merge_commit_sha,json=mergeCommitSha,proto3" json:"merge_commit_sha,omitempty"`
	RebaseCommitSha string `protobuf:"bytes,5,opt,name=rebase_commit_sha,json=rebaseCommitSha,proto3" json:"rebase_commit_sha,omitempty"`
	// contains filtered or unexported fields
}

func (*MergeRequestDiffRefs) Descriptor deprecated

func (*MergeRequestDiffRefs) Descriptor() ([]byte, []int)

Deprecated: Use MergeRequestDiffRefs.ProtoReflect.Descriptor instead.

func (*MergeRequestDiffRefs) GetBaseSha

func (x *MergeRequestDiffRefs) GetBaseSha() string

func (*MergeRequestDiffRefs) GetHeadSha

func (x *MergeRequestDiffRefs) GetHeadSha() string

func (*MergeRequestDiffRefs) GetMergeCommitSha

func (x *MergeRequestDiffRefs) GetMergeCommitSha() string

func (*MergeRequestDiffRefs) GetRebaseCommitSha

func (x *MergeRequestDiffRefs) GetRebaseCommitSha() string

func (*MergeRequestDiffRefs) GetStartSha

func (x *MergeRequestDiffRefs) GetStartSha() string

func (*MergeRequestDiffRefs) ProtoMessage

func (*MergeRequestDiffRefs) ProtoMessage()

func (*MergeRequestDiffRefs) ProtoReflect

func (x *MergeRequestDiffRefs) ProtoReflect() protoreflect.Message

func (*MergeRequestDiffRefs) Reset

func (x *MergeRequestDiffRefs) Reset()

func (*MergeRequestDiffRefs) String

func (x *MergeRequestDiffRefs) String() string

type MergeRequestDiffStats

type MergeRequestDiffStats struct {
	Additions   int64 `protobuf:"varint,1,opt,name=additions,proto3" json:"additions,omitempty"`
	Changes     int64 `protobuf:"varint,2,opt,name=changes,proto3" json:"changes,omitempty"`
	Deletions   int64 `protobuf:"varint,3,opt,name=deletions,proto3" json:"deletions,omitempty"`
	FileCount   int64 `protobuf:"varint,4,opt,name=file_count,json=fileCount,proto3" json:"file_count,omitempty"`
	CommitCount int64 `protobuf:"varint,5,opt,name=commit_count,json=commitCount,proto3" json:"commit_count,omitempty"`
	// contains filtered or unexported fields
}

func (*MergeRequestDiffStats) Descriptor deprecated

func (*MergeRequestDiffStats) Descriptor() ([]byte, []int)

Deprecated: Use MergeRequestDiffStats.ProtoReflect.Descriptor instead.

func (*MergeRequestDiffStats) GetAdditions

func (x *MergeRequestDiffStats) GetAdditions() int64

func (*MergeRequestDiffStats) GetChanges

func (x *MergeRequestDiffStats) GetChanges() int64

func (*MergeRequestDiffStats) GetCommitCount

func (x *MergeRequestDiffStats) GetCommitCount() int64

func (*MergeRequestDiffStats) GetDeletions

func (x *MergeRequestDiffStats) GetDeletions() int64

func (*MergeRequestDiffStats) GetFileCount

func (x *MergeRequestDiffStats) GetFileCount() int64

func (*MergeRequestDiffStats) ProtoMessage

func (*MergeRequestDiffStats) ProtoMessage()

func (*MergeRequestDiffStats) ProtoReflect

func (x *MergeRequestDiffStats) ProtoReflect() protoreflect.Message

func (*MergeRequestDiffStats) Reset

func (x *MergeRequestDiffStats) Reset()

func (*MergeRequestDiffStats) String

func (x *MergeRequestDiffStats) String() string

type MergeRequestFlags

type MergeRequestFlags struct {
	Approved  bool `protobuf:"varint,1,opt,name=approved,proto3" json:"approved,omitempty"`
	Conflicts bool `protobuf:"varint,2,opt,name=conflicts,proto3" json:"conflicts,omitempty"`
	Draft     bool `protobuf:"varint,3,opt,name=draft,proto3" json:"draft,omitempty"`
	Mergeable bool `protobuf:"varint,4,opt,name=mergeable,proto3" json:"mergeable,omitempty"`
	// contains filtered or unexported fields
}

func (*MergeRequestFlags) Descriptor deprecated

func (*MergeRequestFlags) Descriptor() ([]byte, []int)

Deprecated: Use MergeRequestFlags.ProtoReflect.Descriptor instead.

func (*MergeRequestFlags) GetApproved

func (x *MergeRequestFlags) GetApproved() bool

func (*MergeRequestFlags) GetConflicts

func (x *MergeRequestFlags) GetConflicts() bool

func (*MergeRequestFlags) GetDraft

func (x *MergeRequestFlags) GetDraft() bool

func (*MergeRequestFlags) GetMergeable

func (x *MergeRequestFlags) GetMergeable() bool

func (*MergeRequestFlags) ProtoMessage

func (*MergeRequestFlags) ProtoMessage()

func (*MergeRequestFlags) ProtoReflect

func (x *MergeRequestFlags) ProtoReflect() protoreflect.Message

func (*MergeRequestFlags) Reset

func (x *MergeRequestFlags) Reset()

func (*MergeRequestFlags) String

func (x *MergeRequestFlags) String() string

type MergeRequestNoteEvent

type MergeRequestNoteEvent struct {
	Id           int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	MergeRequest *MergeRequestReference `protobuf:"bytes,2,opt,name=merge_request,json=mergeRequest,proto3" json:"merge_request,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	ResolvedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=resolved_at,json=resolvedAt,proto3" json:"resolved_at,omitempty"`
	Type         string                 `protobuf:"bytes,8,opt,name=type,proto3" json:"type,omitempty"`
	System       bool                   `protobuf:"varint,9,opt,name=system,proto3" json:"system,omitempty"`
	Internal     bool                   `protobuf:"varint,10,opt,name=internal,proto3" json:"internal,omitempty"`
	Author       *UserReference         `protobuf:"bytes,11,opt,name=author,proto3" json:"author,omitempty"`
	Resolveable  bool                   `protobuf:"varint,12,opt,name=resolveable,proto3" json:"resolveable,omitempty"`
	Resolved     bool                   `protobuf:"varint,13,opt,name=resolved,proto3" json:"resolved,omitempty"`
	Resolver     *UserReference         `protobuf:"bytes,14,opt,name=resolver,proto3" json:"resolver,omitempty"`
	// contains filtered or unexported fields
}

func (*MergeRequestNoteEvent) Descriptor deprecated

func (*MergeRequestNoteEvent) Descriptor() ([]byte, []int)

Deprecated: Use MergeRequestNoteEvent.ProtoReflect.Descriptor instead.

func (*MergeRequestNoteEvent) GetAuthor

func (x *MergeRequestNoteEvent) GetAuthor() *UserReference

func (*MergeRequestNoteEvent) GetCreatedAt

func (x *MergeRequestNoteEvent) GetCreatedAt() *timestamppb.Timestamp

func (*MergeRequestNoteEvent) GetId

func (x *MergeRequestNoteEvent) GetId() int64

func (*MergeRequestNoteEvent) GetInternal

func (x *MergeRequestNoteEvent) GetInternal() bool

func (*MergeRequestNoteEvent) GetMergeRequest

func (x *MergeRequestNoteEvent) GetMergeRequest() *MergeRequestReference

func (*MergeRequestNoteEvent) GetResolveable

func (x *MergeRequestNoteEvent) GetResolveable() bool

func (*MergeRequestNoteEvent) GetResolved

func (x *MergeRequestNoteEvent) GetResolved() bool

func (*MergeRequestNoteEvent) GetResolvedAt

func (x *MergeRequestNoteEvent) GetResolvedAt() *timestamppb.Timestamp

func (*MergeRequestNoteEvent) GetResolver

func (x *MergeRequestNoteEvent) GetResolver() *UserReference

func (*MergeRequestNoteEvent) GetSystem

func (x *MergeRequestNoteEvent) GetSystem() bool

func (*MergeRequestNoteEvent) GetType

func (x *MergeRequestNoteEvent) GetType() string

func (*MergeRequestNoteEvent) GetUpdatedAt

func (x *MergeRequestNoteEvent) GetUpdatedAt() *timestamppb.Timestamp

func (*MergeRequestNoteEvent) ProtoMessage

func (*MergeRequestNoteEvent) ProtoMessage()

func (*MergeRequestNoteEvent) ProtoReflect

func (x *MergeRequestNoteEvent) ProtoReflect() protoreflect.Message

func (*MergeRequestNoteEvent) Reset

func (x *MergeRequestNoteEvent) Reset()

func (*MergeRequestNoteEvent) String

func (x *MergeRequestNoteEvent) String() string

type MergeRequestParticipants

type MergeRequestParticipants struct {
	Author    *UserReference   `protobuf:"bytes,1,opt,name=author,proto3" json:"author,omitempty"`
	Assignees []*UserReference `protobuf:"bytes,2,rep,name=assignees,proto3" json:"assignees,omitempty"`
	Reviewers []*UserReference `protobuf:"bytes,3,rep,name=reviewers,proto3" json:"reviewers,omitempty"`
	Approvers []*UserReference `protobuf:"bytes,4,rep,name=approvers,proto3" json:"approvers,omitempty"`
	MergeUser *UserReference   `protobuf:"bytes,5,opt,name=merge_user,json=mergeUser,proto3" json:"merge_user,omitempty"`
	// contains filtered or unexported fields
}

func (*MergeRequestParticipants) Descriptor deprecated

func (*MergeRequestParticipants) Descriptor() ([]byte, []int)

Deprecated: Use MergeRequestParticipants.ProtoReflect.Descriptor instead.

func (*MergeRequestParticipants) GetApprovers

func (x *MergeRequestParticipants) GetApprovers() []*UserReference

func (*MergeRequestParticipants) GetAssignees

func (x *MergeRequestParticipants) GetAssignees() []*UserReference

func (*MergeRequestParticipants) GetAuthor

func (x *MergeRequestParticipants) GetAuthor() *UserReference

func (*MergeRequestParticipants) GetMergeUser

func (x *MergeRequestParticipants) GetMergeUser() *UserReference

func (*MergeRequestParticipants) GetReviewers

func (x *MergeRequestParticipants) GetReviewers() []*UserReference

func (*MergeRequestParticipants) ProtoMessage

func (*MergeRequestParticipants) ProtoMessage()

func (*MergeRequestParticipants) ProtoReflect

func (x *MergeRequestParticipants) ProtoReflect() protoreflect.Message

func (*MergeRequestParticipants) Reset

func (x *MergeRequestParticipants) Reset()

func (*MergeRequestParticipants) String

func (x *MergeRequestParticipants) String() string

type MergeRequestReference

type MergeRequestReference struct {
	Id      int64             `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Iid     int64             `protobuf:"varint,2,opt,name=iid,proto3" json:"iid,omitempty"`
	Project *ProjectReference `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*MergeRequestReference) Descriptor deprecated

func (*MergeRequestReference) Descriptor() ([]byte, []int)

Deprecated: Use MergeRequestReference.ProtoReflect.Descriptor instead.

func (*MergeRequestReference) GetId

func (x *MergeRequestReference) GetId() int64

func (*MergeRequestReference) GetIid

func (x *MergeRequestReference) GetIid() int64

func (*MergeRequestReference) GetProject

func (x *MergeRequestReference) GetProject() *ProjectReference

func (*MergeRequestReference) ProtoMessage

func (*MergeRequestReference) ProtoMessage()

func (*MergeRequestReference) ProtoReflect

func (x *MergeRequestReference) ProtoReflect() protoreflect.Message

func (*MergeRequestReference) Reset

func (x *MergeRequestReference) Reset()

func (*MergeRequestReference) String

func (x *MergeRequestReference) String() string

type MergeRequestTimestamps

type MergeRequestTimestamps struct {

	// Timestamp of when the merge request was created.
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Timestamp of when the merge request was updated.
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// Timestamp of when the merge request merged.
	MergedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=merged_at,json=mergedAt,proto3" json:"merged_at,omitempty"`
	// Timestamp of when the merge request was closed.
	ClosedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=closed_at,json=closedAt,proto3" json:"closed_at,omitempty"`
	// contains filtered or unexported fields
}

func (*MergeRequestTimestamps) Descriptor deprecated

func (*MergeRequestTimestamps) Descriptor() ([]byte, []int)

Deprecated: Use MergeRequestTimestamps.ProtoReflect.Descriptor instead.

func (*MergeRequestTimestamps) GetClosedAt

func (x *MergeRequestTimestamps) GetClosedAt() *timestamppb.Timestamp

func (*MergeRequestTimestamps) GetCreatedAt

func (x *MergeRequestTimestamps) GetCreatedAt() *timestamppb.Timestamp

func (*MergeRequestTimestamps) GetMergedAt

func (x *MergeRequestTimestamps) GetMergedAt() *timestamppb.Timestamp

func (*MergeRequestTimestamps) GetUpdatedAt

func (x *MergeRequestTimestamps) GetUpdatedAt() *timestamppb.Timestamp

func (*MergeRequestTimestamps) ProtoMessage

func (*MergeRequestTimestamps) ProtoMessage()

func (*MergeRequestTimestamps) ProtoReflect

func (x *MergeRequestTimestamps) ProtoReflect() protoreflect.Message

func (*MergeRequestTimestamps) Reset

func (x *MergeRequestTimestamps) Reset()

func (*MergeRequestTimestamps) String

func (x *MergeRequestTimestamps) String() string

type Metric

type Metric struct {
	Id        []byte                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Iid       int64                  `protobuf:"varint,2,opt,name=iid,proto3" json:"iid,omitempty"`
	Job       *JobReference          `protobuf:"bytes,3,opt,name=job,proto3" json:"job,omitempty"`
	Name      string                 `protobuf:"bytes,10,opt,name=name,proto3" json:"name,omitempty"`
	Labels    []*Metric_Label        `protobuf:"bytes,11,rep,name=labels,proto3" json:"labels,omitempty"`
	Value     float64                `protobuf:"fixed64,12,opt,name=value,proto3" json:"value,omitempty"`
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	// contains filtered or unexported fields
}

func (*Metric) Descriptor deprecated

func (*Metric) Descriptor() ([]byte, []int)

Deprecated: Use Metric.ProtoReflect.Descriptor instead.

func (*Metric) GetId

func (x *Metric) GetId() []byte

func (*Metric) GetIid

func (x *Metric) GetIid() int64

func (*Metric) GetJob

func (x *Metric) GetJob() *JobReference

func (*Metric) GetLabels

func (x *Metric) GetLabels() []*Metric_Label

func (*Metric) GetName

func (x *Metric) GetName() string

func (*Metric) GetTimestamp

func (x *Metric) GetTimestamp() *timestamppb.Timestamp

func (*Metric) GetValue

func (x *Metric) GetValue() float64

func (*Metric) ProtoMessage

func (*Metric) ProtoMessage()

func (*Metric) ProtoReflect

func (x *Metric) ProtoReflect() protoreflect.Message

func (*Metric) Reset

func (x *Metric) Reset()

func (*Metric) String

func (x *Metric) String() string

type Metric_Label

type Metric_Label struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*Metric_Label) Descriptor deprecated

func (*Metric_Label) Descriptor() ([]byte, []int)

Deprecated: Use Metric_Label.ProtoReflect.Descriptor instead.

func (*Metric_Label) GetName

func (x *Metric_Label) GetName() string

func (*Metric_Label) GetValue

func (x *Metric_Label) GetValue() string

func (*Metric_Label) ProtoMessage

func (*Metric_Label) ProtoMessage()

func (*Metric_Label) ProtoReflect

func (x *Metric_Label) ProtoReflect() protoreflect.Message

func (*Metric_Label) Reset

func (x *Metric_Label) Reset()

func (*Metric_Label) String

func (x *Metric_Label) String() string

type Milestone

type Milestone struct {
	Id        int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Iid       int64                  `protobuf:"varint,2,opt,name=iid,proto3" json:"iid,omitempty"`
	ProjectId int64                  `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	GroupId   int64                  `protobuf:"varint,4,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	StartDate *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=start_date,json=startDate,proto3" json:"start_date,omitempty"`
	DueDate   *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=due_date,json=dueDate,proto3" json:"due_date,omitempty"`
	Title     string                 `protobuf:"bytes,9,opt,name=title,proto3" json:"title,omitempty"`
	State     string                 `protobuf:"bytes,10,opt,name=state,proto3" json:"state,omitempty"`
	Expired   bool                   `protobuf:"varint,11,opt,name=expired,proto3" json:"expired,omitempty"`
	WebUrl    string                 `protobuf:"bytes,12,opt,name=web_url,json=webUrl,proto3" json:"web_url,omitempty"`
	// contains filtered or unexported fields
}

func (*Milestone) Descriptor deprecated

func (*Milestone) Descriptor() ([]byte, []int)

Deprecated: Use Milestone.ProtoReflect.Descriptor instead.

func (*Milestone) GetCreatedAt

func (x *Milestone) GetCreatedAt() *timestamppb.Timestamp

func (*Milestone) GetDueDate

func (x *Milestone) GetDueDate() *timestamppb.Timestamp

func (*Milestone) GetExpired

func (x *Milestone) GetExpired() bool

func (*Milestone) GetGroupId

func (x *Milestone) GetGroupId() int64

func (*Milestone) GetId

func (x *Milestone) GetId() int64

func (*Milestone) GetIid

func (x *Milestone) GetIid() int64

func (*Milestone) GetProjectId

func (x *Milestone) GetProjectId() int64

func (*Milestone) GetStartDate

func (x *Milestone) GetStartDate() *timestamppb.Timestamp

func (*Milestone) GetState

func (x *Milestone) GetState() string

func (*Milestone) GetTitle

func (x *Milestone) GetTitle() string

func (*Milestone) GetUpdatedAt

func (x *Milestone) GetUpdatedAt() *timestamppb.Timestamp

func (*Milestone) GetWebUrl

func (x *Milestone) GetWebUrl() string

func (*Milestone) ProtoMessage

func (*Milestone) ProtoMessage()

func (*Milestone) ProtoReflect

func (x *Milestone) ProtoReflect() protoreflect.Message

func (*Milestone) Reset

func (x *Milestone) Reset()

func (*Milestone) String

func (x *Milestone) String() string

type MilestoneReference

type MilestoneReference struct {
	Id      int64             `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Iid     int64             `protobuf:"varint,2,opt,name=iid,proto3" json:"iid,omitempty"`
	Project *ProjectReference `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*MilestoneReference) Descriptor deprecated

func (*MilestoneReference) Descriptor() ([]byte, []int)

Deprecated: Use MilestoneReference.ProtoReflect.Descriptor instead.

func (*MilestoneReference) GetId

func (x *MilestoneReference) GetId() int64

func (*MilestoneReference) GetIid

func (x *MilestoneReference) GetIid() int64

func (*MilestoneReference) GetProject

func (x *MilestoneReference) GetProject() *ProjectReference

func (*MilestoneReference) ProtoMessage

func (*MilestoneReference) ProtoMessage()

func (*MilestoneReference) ProtoReflect

func (x *MilestoneReference) ProtoReflect() protoreflect.Message

func (*MilestoneReference) Reset

func (x *MilestoneReference) Reset()

func (*MilestoneReference) String

func (x *MilestoneReference) String() string

type NamespaceReference

type NamespaceReference struct {
	Id       int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	FullPath string `protobuf:"bytes,2,opt,name=full_path,json=fullPath,proto3" json:"full_path,omitempty"`
	// contains filtered or unexported fields
}

func (*NamespaceReference) Descriptor deprecated

func (*NamespaceReference) Descriptor() ([]byte, []int)

Deprecated: Use NamespaceReference.ProtoReflect.Descriptor instead.

func (*NamespaceReference) GetFullPath

func (x *NamespaceReference) GetFullPath() string

func (*NamespaceReference) GetId

func (x *NamespaceReference) GetId() int64

func (*NamespaceReference) ProtoMessage

func (*NamespaceReference) ProtoMessage()

func (*NamespaceReference) ProtoReflect

func (x *NamespaceReference) ProtoReflect() protoreflect.Message

func (*NamespaceReference) Reset

func (x *NamespaceReference) Reset()

func (*NamespaceReference) String

func (x *NamespaceReference) String() string

type Pipeline

type Pipeline struct {
	Id                  int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Iid                 int64                  `protobuf:"varint,2,opt,name=iid,proto3" json:"iid,omitempty"`
	Project             *ProjectReference      `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	Name                string                 `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	Ref                 string                 `protobuf:"bytes,5,opt,name=ref,proto3" json:"ref,omitempty"`
	RefPath             string                 `protobuf:"bytes,6,opt,name=ref_path,json=refPath,proto3" json:"ref_path,omitempty"`
	Sha                 string                 `protobuf:"bytes,7,opt,name=sha,proto3" json:"sha,omitempty"`
	Source              string                 `protobuf:"bytes,8,opt,name=source,proto3" json:"source,omitempty"`
	Status              string                 `protobuf:"bytes,9,opt,name=status,proto3" json:"status,omitempty"`
	FailureReason       string                 `protobuf:"bytes,10,opt,name=failure_reason,json=failureReason,proto3" json:"failure_reason,omitempty"`
	Timestamps          *PipelineTimestamps    `protobuf:"bytes,11,opt,name=timestamps,proto3" json:"timestamps,omitempty"`
	QueuedDuration      *durationpb.Duration   `protobuf:"bytes,12,opt,name=queued_duration,json=queuedDuration,proto3" json:"queued_duration,omitempty"`
	Duration            *durationpb.Duration   `protobuf:"bytes,13,opt,name=duration,proto3" json:"duration,omitempty"`
	Coverage            float64                `protobuf:"fixed64,14,opt,name=coverage,proto3" json:"coverage,omitempty"`
	Warnings            bool                   `protobuf:"varint,15,opt,name=warnings,proto3" json:"warnings,omitempty"`
	YamlErrors          bool                   `protobuf:"varint,16,opt,name=yaml_errors,json=yamlErrors,proto3" json:"yaml_errors,omitempty"`
	Child               bool                   `protobuf:"varint,17,opt,name=child,proto3" json:"child,omitempty"`
	UpstreamPipeline    *PipelineReference     `protobuf:"bytes,18,opt,name=upstream_pipeline,json=upstreamPipeline,proto3,oneof" json:"upstream_pipeline,omitempty"`
	DownstreamPipelines []*PipelineReference   `protobuf:"bytes,19,rep,name=downstream_pipelines,json=downstreamPipelines,proto3" json:"downstream_pipelines,omitempty"`
	MergeRequest        *MergeRequestReference `protobuf:"bytes,20,opt,name=merge_request,json=mergeRequest,proto3,oneof" json:"merge_request,omitempty"`
	User                *UserReference         `protobuf:"bytes,21,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*Pipeline) Descriptor deprecated

func (*Pipeline) Descriptor() ([]byte, []int)

Deprecated: Use Pipeline.ProtoReflect.Descriptor instead.

func (*Pipeline) GetChild

func (x *Pipeline) GetChild() bool

func (*Pipeline) GetCoverage

func (x *Pipeline) GetCoverage() float64

func (*Pipeline) GetDownstreamPipelines added in v0.17.1

func (x *Pipeline) GetDownstreamPipelines() []*PipelineReference

func (*Pipeline) GetDuration

func (x *Pipeline) GetDuration() *durationpb.Duration

func (*Pipeline) GetFailureReason

func (x *Pipeline) GetFailureReason() string

func (*Pipeline) GetId

func (x *Pipeline) GetId() int64

func (*Pipeline) GetIid

func (x *Pipeline) GetIid() int64

func (*Pipeline) GetMergeRequest

func (x *Pipeline) GetMergeRequest() *MergeRequestReference

func (*Pipeline) GetName

func (x *Pipeline) GetName() string

func (*Pipeline) GetProject

func (x *Pipeline) GetProject() *ProjectReference

func (*Pipeline) GetQueuedDuration

func (x *Pipeline) GetQueuedDuration() *durationpb.Duration

func (*Pipeline) GetRef

func (x *Pipeline) GetRef() string

func (*Pipeline) GetRefPath

func (x *Pipeline) GetRefPath() string

func (*Pipeline) GetSha

func (x *Pipeline) GetSha() string

func (*Pipeline) GetSource

func (x *Pipeline) GetSource() string

func (*Pipeline) GetStatus

func (x *Pipeline) GetStatus() string

func (*Pipeline) GetTimestamps

func (x *Pipeline) GetTimestamps() *PipelineTimestamps

func (*Pipeline) GetUpstreamPipeline

func (x *Pipeline) GetUpstreamPipeline() *PipelineReference

func (*Pipeline) GetUser

func (x *Pipeline) GetUser() *UserReference

func (*Pipeline) GetWarnings

func (x *Pipeline) GetWarnings() bool

func (*Pipeline) GetYamlErrors

func (x *Pipeline) GetYamlErrors() bool

func (*Pipeline) ProtoMessage

func (*Pipeline) ProtoMessage()

func (*Pipeline) ProtoReflect

func (x *Pipeline) ProtoReflect() protoreflect.Message

func (*Pipeline) Reset

func (x *Pipeline) Reset()

func (*Pipeline) String

func (x *Pipeline) String() string

type PipelineReference

type PipelineReference struct {
	Id      int64             `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Iid     int64             `protobuf:"varint,2,opt,name=iid,proto3" json:"iid,omitempty"`
	Project *ProjectReference `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*PipelineReference) Descriptor deprecated

func (*PipelineReference) Descriptor() ([]byte, []int)

Deprecated: Use PipelineReference.ProtoReflect.Descriptor instead.

func (*PipelineReference) GetId

func (x *PipelineReference) GetId() int64

func (*PipelineReference) GetIid

func (x *PipelineReference) GetIid() int64

func (*PipelineReference) GetProject

func (x *PipelineReference) GetProject() *ProjectReference

func (*PipelineReference) ProtoMessage

func (*PipelineReference) ProtoMessage()

func (*PipelineReference) ProtoReflect

func (x *PipelineReference) ProtoReflect() protoreflect.Message

func (*PipelineReference) Reset

func (x *PipelineReference) Reset()

func (*PipelineReference) String

func (x *PipelineReference) String() string

type PipelineTimestamps

type PipelineTimestamps struct {
	CommittedAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=committed_at,json=committedAt,proto3" json:"committed_at,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	StartedAt   *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	FinishedAt  *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PipelineTimestamps) Descriptor deprecated

func (*PipelineTimestamps) Descriptor() ([]byte, []int)

Deprecated: Use PipelineTimestamps.ProtoReflect.Descriptor instead.

func (*PipelineTimestamps) GetCommittedAt

func (x *PipelineTimestamps) GetCommittedAt() *timestamppb.Timestamp

func (*PipelineTimestamps) GetCreatedAt

func (x *PipelineTimestamps) GetCreatedAt() *timestamppb.Timestamp

func (*PipelineTimestamps) GetFinishedAt

func (x *PipelineTimestamps) GetFinishedAt() *timestamppb.Timestamp

func (*PipelineTimestamps) GetStartedAt

func (x *PipelineTimestamps) GetStartedAt() *timestamppb.Timestamp

func (*PipelineTimestamps) GetUpdatedAt

func (x *PipelineTimestamps) GetUpdatedAt() *timestamppb.Timestamp

func (*PipelineTimestamps) ProtoMessage

func (*PipelineTimestamps) ProtoMessage()

func (*PipelineTimestamps) ProtoReflect

func (x *PipelineTimestamps) ProtoReflect() protoreflect.Message

func (*PipelineTimestamps) Reset

func (x *PipelineTimestamps) Reset()

func (*PipelineTimestamps) String

func (x *PipelineTimestamps) String() string

type Project

type Project struct {
	Id            int64               `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Namespace     *NamespaceReference `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Name          string              `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	FullName      string              `protobuf:"bytes,4,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	Path          string              `protobuf:"bytes,5,opt,name=path,proto3" json:"path,omitempty"`
	FullPath      string              `protobuf:"bytes,6,opt,name=full_path,json=fullPath,proto3" json:"full_path,omitempty"`
	Description   string              `protobuf:"bytes,7,opt,name=description,proto3" json:"description,omitempty"`
	Timestamps    *ProjectTimestamps  `protobuf:"bytes,8,opt,name=timestamps,proto3" json:"timestamps,omitempty"`
	Statistics    *ProjectStatistics  `protobuf:"bytes,9,opt,name=statistics,proto3" json:"statistics,omitempty"`
	Archived      bool                `protobuf:"varint,10,opt,name=archived,proto3" json:"archived,omitempty"`
	Visibility    string              `protobuf:"bytes,11,opt,name=visibility,proto3" json:"visibility,omitempty"`
	DefaultBranch string              `protobuf:"bytes,12,opt,name=default_branch,json=defaultBranch,proto3" json:"default_branch,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

func (*Project) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetArchived

func (x *Project) GetArchived() bool

func (*Project) GetDefaultBranch

func (x *Project) GetDefaultBranch() string

func (*Project) GetDescription

func (x *Project) GetDescription() string

func (*Project) GetFullName

func (x *Project) GetFullName() string

func (*Project) GetFullPath

func (x *Project) GetFullPath() string

func (*Project) GetId

func (x *Project) GetId() int64

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetNamespace

func (x *Project) GetNamespace() *NamespaceReference

func (*Project) GetPath

func (x *Project) GetPath() string

func (*Project) GetStatistics

func (x *Project) GetStatistics() *ProjectStatistics

func (*Project) GetTimestamps

func (x *Project) GetTimestamps() *ProjectTimestamps

func (*Project) GetVisibility

func (x *Project) GetVisibility() string

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

func (x *Project) ProtoReflect() protoreflect.Message

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

type ProjectReference

type ProjectReference struct {
	Id        int64               `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	FullPath  string              `protobuf:"bytes,2,opt,name=full_path,json=fullPath,proto3" json:"full_path,omitempty"`
	Namespace *NamespaceReference `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectReference) Descriptor deprecated

func (*ProjectReference) Descriptor() ([]byte, []int)

Deprecated: Use ProjectReference.ProtoReflect.Descriptor instead.

func (*ProjectReference) GetFullPath

func (x *ProjectReference) GetFullPath() string

func (*ProjectReference) GetId

func (x *ProjectReference) GetId() int64

func (*ProjectReference) GetNamespace

func (x *ProjectReference) GetNamespace() *NamespaceReference

func (*ProjectReference) ProtoMessage

func (*ProjectReference) ProtoMessage()

func (*ProjectReference) ProtoReflect

func (x *ProjectReference) ProtoReflect() protoreflect.Message

func (*ProjectReference) Reset

func (x *ProjectReference) Reset()

func (*ProjectReference) String

func (x *ProjectReference) String() string

type ProjectStatistics

type ProjectStatistics struct {
	JobArtifactsSize      int64 `protobuf:"varint,1,opt,name=job_artifacts_size,json=jobArtifactsSize,proto3" json:"job_artifacts_size,omitempty"`
	ContainerRegistrySize int64 `` /* 127-byte string literal not displayed */
	LfsObjectsSize        int64 `protobuf:"varint,3,opt,name=lfs_objects_size,json=lfsObjectsSize,proto3" json:"lfs_objects_size,omitempty"`
	PackagesSize          int64 `protobuf:"varint,4,opt,name=packages_size,json=packagesSize,proto3" json:"packages_size,omitempty"`
	PipelineArtifactsSize int64 `` /* 127-byte string literal not displayed */
	RepositorySize        int64 `protobuf:"varint,6,opt,name=repository_size,json=repositorySize,proto3" json:"repository_size,omitempty"`
	SnippetsSize          int64 `protobuf:"varint,7,opt,name=snippets_size,json=snippetsSize,proto3" json:"snippets_size,omitempty"`
	StorageSize           int64 `protobuf:"varint,8,opt,name=storage_size,json=storageSize,proto3" json:"storage_size,omitempty"`
	UploadsSize           int64 `protobuf:"varint,9,opt,name=uploads_size,json=uploadsSize,proto3" json:"uploads_size,omitempty"`
	WikiSize              int64 `protobuf:"varint,10,opt,name=wiki_size,json=wikiSize,proto3" json:"wiki_size,omitempty"`
	ForksCount            int64 `protobuf:"varint,11,opt,name=forks_count,json=forksCount,proto3" json:"forks_count,omitempty"`
	StarsCount            int64 `protobuf:"varint,12,opt,name=stars_count,json=starsCount,proto3" json:"stars_count,omitempty"`
	CommitCount           int64 `protobuf:"varint,13,opt,name=commit_count,json=commitCount,proto3" json:"commit_count,omitempty"`
	OpenIssuesCount       int64 `protobuf:"varint,14,opt,name=open_issues_count,json=openIssuesCount,proto3" json:"open_issues_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectStatistics) Descriptor deprecated

func (*ProjectStatistics) Descriptor() ([]byte, []int)

Deprecated: Use ProjectStatistics.ProtoReflect.Descriptor instead.

func (*ProjectStatistics) GetCommitCount

func (x *ProjectStatistics) GetCommitCount() int64

func (*ProjectStatistics) GetContainerRegistrySize

func (x *ProjectStatistics) GetContainerRegistrySize() int64

func (*ProjectStatistics) GetForksCount

func (x *ProjectStatistics) GetForksCount() int64

func (*ProjectStatistics) GetJobArtifactsSize

func (x *ProjectStatistics) GetJobArtifactsSize() int64

func (*ProjectStatistics) GetLfsObjectsSize

func (x *ProjectStatistics) GetLfsObjectsSize() int64

func (*ProjectStatistics) GetOpenIssuesCount

func (x *ProjectStatistics) GetOpenIssuesCount() int64

func (*ProjectStatistics) GetPackagesSize

func (x *ProjectStatistics) GetPackagesSize() int64

func (*ProjectStatistics) GetPipelineArtifactsSize

func (x *ProjectStatistics) GetPipelineArtifactsSize() int64

func (*ProjectStatistics) GetRepositorySize

func (x *ProjectStatistics) GetRepositorySize() int64

func (*ProjectStatistics) GetSnippetsSize

func (x *ProjectStatistics) GetSnippetsSize() int64

func (*ProjectStatistics) GetStarsCount

func (x *ProjectStatistics) GetStarsCount() int64

func (*ProjectStatistics) GetStorageSize

func (x *ProjectStatistics) GetStorageSize() int64

func (*ProjectStatistics) GetUploadsSize

func (x *ProjectStatistics) GetUploadsSize() int64

func (*ProjectStatistics) GetWikiSize

func (x *ProjectStatistics) GetWikiSize() int64

func (*ProjectStatistics) ProtoMessage

func (*ProjectStatistics) ProtoMessage()

func (*ProjectStatistics) ProtoReflect

func (x *ProjectStatistics) ProtoReflect() protoreflect.Message

func (*ProjectStatistics) Reset

func (x *ProjectStatistics) Reset()

func (*ProjectStatistics) String

func (x *ProjectStatistics) String() string

type ProjectTimestamps

type ProjectTimestamps struct {
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	LastActivityAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=last_activity_at,json=lastActivityAt,proto3" json:"last_activity_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectTimestamps) Descriptor deprecated

func (*ProjectTimestamps) Descriptor() ([]byte, []int)

Deprecated: Use ProjectTimestamps.ProtoReflect.Descriptor instead.

func (*ProjectTimestamps) GetCreatedAt

func (x *ProjectTimestamps) GetCreatedAt() *timestamppb.Timestamp

func (*ProjectTimestamps) GetLastActivityAt

func (x *ProjectTimestamps) GetLastActivityAt() *timestamppb.Timestamp

func (*ProjectTimestamps) GetUpdatedAt

func (x *ProjectTimestamps) GetUpdatedAt() *timestamppb.Timestamp

func (*ProjectTimestamps) ProtoMessage

func (*ProjectTimestamps) ProtoMessage()

func (*ProjectTimestamps) ProtoReflect

func (x *ProjectTimestamps) ProtoReflect() protoreflect.Message

func (*ProjectTimestamps) Reset

func (x *ProjectTimestamps) Reset()

func (*ProjectTimestamps) String

func (x *ProjectTimestamps) String() string

type RunnerReference

type RunnerReference struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*RunnerReference) Descriptor deprecated

func (*RunnerReference) Descriptor() ([]byte, []int)

Deprecated: Use RunnerReference.ProtoReflect.Descriptor instead.

func (*RunnerReference) GetId

func (x *RunnerReference) GetId() string

func (*RunnerReference) ProtoMessage

func (*RunnerReference) ProtoMessage()

func (*RunnerReference) ProtoReflect

func (x *RunnerReference) ProtoReflect() protoreflect.Message

func (*RunnerReference) Reset

func (x *RunnerReference) Reset()

func (*RunnerReference) String

func (x *RunnerReference) String() string

type Section

type Section struct {
	Id         int64                  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name       string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Job        *JobReference          `protobuf:"bytes,3,opt,name=job,proto3" json:"job,omitempty"`
	StartedAt  *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	FinishedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"`
	Duration   *durationpb.Duration   `protobuf:"bytes,12,opt,name=duration,proto3" json:"duration,omitempty"`
	// contains filtered or unexported fields
}

func (*Section) Descriptor deprecated

func (*Section) Descriptor() ([]byte, []int)

Deprecated: Use Section.ProtoReflect.Descriptor instead.

func (*Section) GetDuration

func (x *Section) GetDuration() *durationpb.Duration

func (*Section) GetFinishedAt

func (x *Section) GetFinishedAt() *timestamppb.Timestamp

func (*Section) GetId

func (x *Section) GetId() int64

func (*Section) GetJob

func (x *Section) GetJob() *JobReference

func (*Section) GetName

func (x *Section) GetName() string

func (*Section) GetStartedAt

func (x *Section) GetStartedAt() *timestamppb.Timestamp

func (*Section) ProtoMessage

func (*Section) ProtoMessage()

func (*Section) ProtoReflect

func (x *Section) ProtoReflect() protoreflect.Message

func (*Section) Reset

func (x *Section) Reset()

func (*Section) String

func (x *Section) String() string

type TestCase

type TestCase struct {
	Id            string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TestSuite     *TestSuiteReference `protobuf:"bytes,2,opt,name=test_suite,json=testSuite,proto3" json:"test_suite,omitempty"`
	Status        string              `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Name          string              `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	Classname     string              `protobuf:"bytes,6,opt,name=classname,proto3" json:"classname,omitempty"`
	File          string              `protobuf:"bytes,7,opt,name=file,proto3" json:"file,omitempty"`
	ExecutionTime float64             `protobuf:"fixed64,8,opt,name=execution_time,json=executionTime,proto3" json:"execution_time,omitempty"`
	SystemOutput  string              `protobuf:"bytes,9,opt,name=system_output,json=systemOutput,proto3" json:"system_output,omitempty"`
	StackTrace    string              `protobuf:"bytes,10,opt,name=stack_trace,json=stackTrace,proto3" json:"stack_trace,omitempty"`
	AttachmentUrl string              `protobuf:"bytes,11,opt,name=attachment_url,json=attachmentUrl,proto3" json:"attachment_url,omitempty"`
	Properties    []*TestProperty     `protobuf:"bytes,12,rep,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCase) Descriptor deprecated

func (*TestCase) Descriptor() ([]byte, []int)

Deprecated: Use TestCase.ProtoReflect.Descriptor instead.

func (*TestCase) GetAttachmentUrl

func (x *TestCase) GetAttachmentUrl() string

func (*TestCase) GetClassname

func (x *TestCase) GetClassname() string

func (*TestCase) GetExecutionTime

func (x *TestCase) GetExecutionTime() float64

func (*TestCase) GetFile

func (x *TestCase) GetFile() string

func (*TestCase) GetId

func (x *TestCase) GetId() string

func (*TestCase) GetName

func (x *TestCase) GetName() string

func (*TestCase) GetProperties

func (x *TestCase) GetProperties() []*TestProperty

func (*TestCase) GetStackTrace

func (x *TestCase) GetStackTrace() string

func (*TestCase) GetStatus

func (x *TestCase) GetStatus() string

func (*TestCase) GetSystemOutput

func (x *TestCase) GetSystemOutput() string

func (*TestCase) GetTestSuite

func (x *TestCase) GetTestSuite() *TestSuiteReference

func (*TestCase) ProtoMessage

func (*TestCase) ProtoMessage()

func (*TestCase) ProtoReflect

func (x *TestCase) ProtoReflect() protoreflect.Message

func (*TestCase) Reset

func (x *TestCase) Reset()

func (*TestCase) String

func (x *TestCase) String() string

type TestProperty

type TestProperty struct {
	Name  string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*TestProperty) Descriptor deprecated

func (*TestProperty) Descriptor() ([]byte, []int)

Deprecated: Use TestProperty.ProtoReflect.Descriptor instead.

func (*TestProperty) GetName

func (x *TestProperty) GetName() string

func (*TestProperty) GetValue

func (x *TestProperty) GetValue() string

func (*TestProperty) ProtoMessage

func (*TestProperty) ProtoMessage()

func (*TestProperty) ProtoReflect

func (x *TestProperty) ProtoReflect() protoreflect.Message

func (*TestProperty) Reset

func (x *TestProperty) Reset()

func (*TestProperty) String

func (x *TestProperty) String() string

type TestReport

type TestReport struct {
	Id           string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Job          *JobReference `protobuf:"bytes,2,opt,name=job,proto3" json:"job,omitempty"`
	TotalTime    float64       `protobuf:"fixed64,3,opt,name=total_time,json=totalTime,proto3" json:"total_time,omitempty"`
	TotalCount   int64         `protobuf:"varint,4,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	SuccessCount int64         `protobuf:"varint,5,opt,name=success_count,json=successCount,proto3" json:"success_count,omitempty"`
	FailedCount  int64         `protobuf:"varint,6,opt,name=failed_count,json=failedCount,proto3" json:"failed_count,omitempty"`
	SkippedCount int64         `protobuf:"varint,7,opt,name=skipped_count,json=skippedCount,proto3" json:"skipped_count,omitempty"`
	ErrorCount   int64         `protobuf:"varint,8,opt,name=error_count,json=errorCount,proto3" json:"error_count,omitempty"`
	// contains filtered or unexported fields
}

func (*TestReport) Descriptor deprecated

func (*TestReport) Descriptor() ([]byte, []int)

Deprecated: Use TestReport.ProtoReflect.Descriptor instead.

func (*TestReport) GetErrorCount

func (x *TestReport) GetErrorCount() int64

func (*TestReport) GetFailedCount

func (x *TestReport) GetFailedCount() int64

func (*TestReport) GetId

func (x *TestReport) GetId() string

func (*TestReport) GetJob

func (x *TestReport) GetJob() *JobReference

func (*TestReport) GetSkippedCount

func (x *TestReport) GetSkippedCount() int64

func (*TestReport) GetSuccessCount

func (x *TestReport) GetSuccessCount() int64

func (*TestReport) GetTotalCount

func (x *TestReport) GetTotalCount() int64

func (*TestReport) GetTotalTime

func (x *TestReport) GetTotalTime() float64

func (*TestReport) ProtoMessage

func (*TestReport) ProtoMessage()

func (*TestReport) ProtoReflect

func (x *TestReport) ProtoReflect() protoreflect.Message

func (*TestReport) Reset

func (x *TestReport) Reset()

func (*TestReport) String

func (x *TestReport) String() string

type TestReportReference

type TestReportReference struct {
	Id  string        `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Job *JobReference `protobuf:"bytes,3,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*TestReportReference) Descriptor deprecated

func (*TestReportReference) Descriptor() ([]byte, []int)

Deprecated: Use TestReportReference.ProtoReflect.Descriptor instead.

func (*TestReportReference) GetId

func (x *TestReportReference) GetId() string

func (*TestReportReference) GetJob

func (x *TestReportReference) GetJob() *JobReference

func (*TestReportReference) ProtoMessage

func (*TestReportReference) ProtoMessage()

func (*TestReportReference) ProtoReflect

func (x *TestReportReference) ProtoReflect() protoreflect.Message

func (*TestReportReference) Reset

func (x *TestReportReference) Reset()

func (*TestReportReference) String

func (x *TestReportReference) String() string

type TestSuite

type TestSuite struct {
	Id           string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TestReport   *TestReportReference `protobuf:"bytes,2,opt,name=test_report,json=testReport,proto3" json:"test_report,omitempty"`
	Name         string               `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	TotalTime    float64              `protobuf:"fixed64,4,opt,name=total_time,json=totalTime,proto3" json:"total_time,omitempty"`
	TotalCount   int64                `protobuf:"varint,5,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	ErrorCount   int64                `protobuf:"varint,6,opt,name=error_count,json=errorCount,proto3" json:"error_count,omitempty"`
	SkippedCount int64                `protobuf:"varint,7,opt,name=skipped_count,json=skippedCount,proto3" json:"skipped_count,omitempty"`
	FailedCount  int64                `protobuf:"varint,8,opt,name=failed_count,json=failedCount,proto3" json:"failed_count,omitempty"`
	SuccessCount int64                `protobuf:"varint,9,opt,name=success_count,json=successCount,proto3" json:"success_count,omitempty"`
	Properties   []*TestProperty      `protobuf:"bytes,10,rep,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*TestSuite) Descriptor deprecated

func (*TestSuite) Descriptor() ([]byte, []int)

Deprecated: Use TestSuite.ProtoReflect.Descriptor instead.

func (*TestSuite) GetErrorCount

func (x *TestSuite) GetErrorCount() int64

func (*TestSuite) GetFailedCount

func (x *TestSuite) GetFailedCount() int64

func (*TestSuite) GetId

func (x *TestSuite) GetId() string

func (*TestSuite) GetName

func (x *TestSuite) GetName() string

func (*TestSuite) GetProperties

func (x *TestSuite) GetProperties() []*TestProperty

func (*TestSuite) GetSkippedCount

func (x *TestSuite) GetSkippedCount() int64

func (*TestSuite) GetSuccessCount

func (x *TestSuite) GetSuccessCount() int64

func (*TestSuite) GetTestReport

func (x *TestSuite) GetTestReport() *TestReportReference

func (*TestSuite) GetTotalCount

func (x *TestSuite) GetTotalCount() int64

func (*TestSuite) GetTotalTime

func (x *TestSuite) GetTotalTime() float64

func (*TestSuite) ProtoMessage

func (*TestSuite) ProtoMessage()

func (*TestSuite) ProtoReflect

func (x *TestSuite) ProtoReflect() protoreflect.Message

func (*TestSuite) Reset

func (x *TestSuite) Reset()

func (*TestSuite) String

func (x *TestSuite) String() string

type TestSuiteReference

type TestSuiteReference struct {
	Id         string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TestReport *TestReportReference `protobuf:"bytes,3,opt,name=test_report,json=testReport,proto3" json:"test_report,omitempty"`
	// contains filtered or unexported fields
}

func (*TestSuiteReference) Descriptor deprecated

func (*TestSuiteReference) Descriptor() ([]byte, []int)

Deprecated: Use TestSuiteReference.ProtoReflect.Descriptor instead.

func (*TestSuiteReference) GetId

func (x *TestSuiteReference) GetId() string

func (*TestSuiteReference) GetTestReport

func (x *TestSuiteReference) GetTestReport() *TestReportReference

func (*TestSuiteReference) ProtoMessage

func (*TestSuiteReference) ProtoMessage()

func (*TestSuiteReference) ProtoReflect

func (x *TestSuiteReference) ProtoReflect() protoreflect.Message

func (*TestSuiteReference) Reset

func (x *TestSuiteReference) Reset()

func (*TestSuiteReference) String

func (x *TestSuiteReference) String() string

type Trace

type Trace struct {
	Data *v1.TracesData `protobuf:"bytes,1,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*Trace) Descriptor deprecated

func (*Trace) Descriptor() ([]byte, []int)

Deprecated: Use Trace.ProtoReflect.Descriptor instead.

func (*Trace) GetData

func (x *Trace) GetData() *v1.TracesData

func (*Trace) ProtoMessage

func (*Trace) ProtoMessage()

func (*Trace) ProtoReflect

func (x *Trace) ProtoReflect() protoreflect.Message

func (*Trace) Reset

func (x *Trace) Reset()

func (*Trace) String

func (x *Trace) String() string

type UserReference

type UserReference struct {
	Id       int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Username string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Name     string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserReference) Descriptor deprecated

func (*UserReference) Descriptor() ([]byte, []int)

Deprecated: Use UserReference.ProtoReflect.Descriptor instead.

func (*UserReference) GetId

func (x *UserReference) GetId() int64

func (*UserReference) GetName

func (x *UserReference) GetName() string

func (*UserReference) GetUsername

func (x *UserReference) GetUsername() string

func (*UserReference) ProtoMessage

func (*UserReference) ProtoMessage()

func (*UserReference) ProtoReflect

func (x *UserReference) ProtoReflect() protoreflect.Message

func (*UserReference) Reset

func (x *UserReference) Reset()

func (*UserReference) String

func (x *UserReference) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL