Documentation
¶
Index ¶
- Variables
- type Commit
- func (*Commit) Descriptor() ([]byte, []int)deprecated
- func (x *Commit) GetAuthorEmail() string
- func (x *Commit) GetAuthorName() string
- func (x *Commit) GetAuthoredDate() *timestamppb.Timestamp
- func (x *Commit) GetCommittedDate() *timestamppb.Timestamp
- func (x *Commit) GetCommitterEmail() string
- func (x *Commit) GetCommitterName() string
- func (x *Commit) GetCreatedAt() *timestamppb.Timestamp
- func (x *Commit) GetId() string
- func (x *Commit) GetMessage() string
- func (x *Commit) GetParentIds() []string
- func (x *Commit) GetProjectId() int64
- func (x *Commit) GetShortId() string
- func (x *Commit) GetStats() *CommitStats
- func (x *Commit) GetStatus() string
- func (x *Commit) GetTitle() string
- func (x *Commit) GetTrailers() map[string]string
- func (x *Commit) GetWebUrl() string
- func (*Commit) ProtoMessage()
- func (x *Commit) ProtoReflect() protoreflect.Message
- func (x *Commit) Reset()
- func (x *Commit) String() string
- type CommitStats
- func (*CommitStats) Descriptor() ([]byte, []int)deprecated
- func (x *CommitStats) GetAdditions() int64
- func (x *CommitStats) GetDeletions() int64
- func (x *CommitStats) GetTotal() int64
- func (*CommitStats) ProtoMessage()
- func (x *CommitStats) ProtoReflect() protoreflect.Message
- func (x *CommitStats) Reset()
- func (x *CommitStats) String() string
- type Deployment
- func (*Deployment) Descriptor() ([]byte, []int)deprecated
- func (x *Deployment) GetEnvironment() *EnvironmentReference
- func (x *Deployment) GetId() int64
- func (x *Deployment) GetIid() int64
- func (x *Deployment) GetJob() *JobReference
- func (x *Deployment) GetRef() string
- func (x *Deployment) GetSha() string
- func (x *Deployment) GetStatus() DeploymentStatus
- func (x *Deployment) GetTimestamps() *DeploymentTimestamps
- func (x *Deployment) GetTriggerer() *UserReference
- func (*Deployment) ProtoMessage()
- func (x *Deployment) ProtoReflect() protoreflect.Message
- func (x *Deployment) Reset()
- func (x *Deployment) String() string
- type DeploymentStatus
- func (DeploymentStatus) Descriptor() protoreflect.EnumDescriptor
- func (x DeploymentStatus) Enum() *DeploymentStatus
- func (DeploymentStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeploymentStatus) Number() protoreflect.EnumNumber
- func (x DeploymentStatus) String() string
- func (DeploymentStatus) Type() protoreflect.EnumType
- type DeploymentTier
- func (DeploymentTier) Descriptor() protoreflect.EnumDescriptor
- func (x DeploymentTier) Enum() *DeploymentTier
- func (DeploymentTier) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeploymentTier) Number() protoreflect.EnumNumber
- func (x DeploymentTier) String() string
- func (DeploymentTier) Type() protoreflect.EnumType
- type DeploymentTimestamps
- func (*DeploymentTimestamps) Descriptor() ([]byte, []int)deprecated
- func (x *DeploymentTimestamps) GetCreatedAt() *timestamppb.Timestamp
- func (x *DeploymentTimestamps) GetFinishedAt() *timestamppb.Timestamp
- func (x *DeploymentTimestamps) GetUpdatedAt() *timestamppb.Timestamp
- func (*DeploymentTimestamps) ProtoMessage()
- func (x *DeploymentTimestamps) ProtoReflect() protoreflect.Message
- func (x *DeploymentTimestamps) Reset()
- func (x *DeploymentTimestamps) String() string
- type EnvironmentReference
- func (*EnvironmentReference) Descriptor() ([]byte, []int)deprecated
- func (x *EnvironmentReference) GetId() int64
- func (x *EnvironmentReference) GetName() string
- func (x *EnvironmentReference) GetProject() *ProjectReference
- func (x *EnvironmentReference) GetTier() DeploymentTier
- func (*EnvironmentReference) ProtoMessage()
- func (x *EnvironmentReference) ProtoReflect() protoreflect.Message
- func (x *EnvironmentReference) Reset()
- func (x *EnvironmentReference) String() string
- type Job
- func (*Job) Descriptor() ([]byte, []int)deprecated
- func (x *Job) GetAllowFailure() bool
- func (x *Job) GetCoverage() float64
- func (x *Job) GetDownstreamPipeline() *PipelineReference
- func (x *Job) GetDuration() *durationpb.Duration
- func (x *Job) GetFailureReason() string
- func (x *Job) GetId() int64
- func (x *Job) GetKind() JobKind
- func (x *Job) GetManual() bool
- func (x *Job) GetName() string
- func (x *Job) GetPipeline() *PipelineReference
- func (x *Job) GetQueuedDuration() *durationpb.Duration
- func (x *Job) GetRef() string
- func (x *Job) GetRetried() bool
- func (x *Job) GetRetryable() bool
- func (x *Job) GetRunner() *RunnerReference
- func (x *Job) GetStage() string
- func (x *Job) GetStatus() string
- func (x *Job) GetTags() []string
- func (x *Job) GetTimestamps() *JobTimestamps
- func (*Job) ProtoMessage()
- func (x *Job) ProtoReflect() protoreflect.Message
- func (x *Job) Reset()
- func (x *Job) String() string
- type JobKind
- type JobReference
- func (*JobReference) Descriptor() ([]byte, []int)deprecated
- func (x *JobReference) GetId() int64
- func (x *JobReference) GetName() string
- func (x *JobReference) GetPipeline() *PipelineReference
- func (*JobReference) ProtoMessage()
- func (x *JobReference) ProtoReflect() protoreflect.Message
- func (x *JobReference) Reset()
- func (x *JobReference) String() string
- type JobTimestamps
- func (*JobTimestamps) Descriptor() ([]byte, []int)deprecated
- func (x *JobTimestamps) GetCreatedAt() *timestamppb.Timestamp
- func (x *JobTimestamps) GetErasedAt() *timestamppb.Timestamp
- func (x *JobTimestamps) GetFinishedAt() *timestamppb.Timestamp
- func (x *JobTimestamps) GetQueuedAt() *timestamppb.Timestamp
- func (x *JobTimestamps) GetStartedAt() *timestamppb.Timestamp
- func (*JobTimestamps) ProtoMessage()
- func (x *JobTimestamps) ProtoReflect() protoreflect.Message
- func (x *JobTimestamps) Reset()
- func (x *JobTimestamps) String() string
- type MergeRequest
- func (*MergeRequest) Descriptor() ([]byte, []int)deprecated
- func (x *MergeRequest) GetDiffRefs() *MergeRequestDiffRefs
- func (x *MergeRequest) GetDiffStats() *MergeRequestDiffStats
- func (x *MergeRequest) GetFlags() *MergeRequestFlags
- func (x *MergeRequest) GetId() int64
- func (x *MergeRequest) GetIid() int64
- func (x *MergeRequest) GetLabels() []string
- func (x *MergeRequest) GetMergeError() string
- func (x *MergeRequest) GetMergeStatus() string
- func (x *MergeRequest) GetMilestone() *MilestoneReference
- func (x *MergeRequest) GetName() string
- func (x *MergeRequest) GetParticipants() *MergeRequestParticipants
- func (x *MergeRequest) GetProject() *ProjectReference
- func (x *MergeRequest) GetSourceBranch() string
- func (x *MergeRequest) GetSourceProjectId() int64
- func (x *MergeRequest) GetState() string
- func (x *MergeRequest) GetTargetBranch() string
- func (x *MergeRequest) GetTargetProjectId() int64
- func (x *MergeRequest) GetTimestamps() *MergeRequestTimestamps
- func (x *MergeRequest) GetTitle() string
- func (*MergeRequest) ProtoMessage()
- func (x *MergeRequest) ProtoReflect() protoreflect.Message
- func (x *MergeRequest) Reset()
- func (x *MergeRequest) String() string
- type MergeRequestDiffRefs
- func (*MergeRequestDiffRefs) Descriptor() ([]byte, []int)deprecated
- func (x *MergeRequestDiffRefs) GetBaseSha() string
- func (x *MergeRequestDiffRefs) GetHeadSha() string
- func (x *MergeRequestDiffRefs) GetMergeCommitSha() string
- func (x *MergeRequestDiffRefs) GetRebaseCommitSha() string
- func (x *MergeRequestDiffRefs) GetStartSha() string
- func (*MergeRequestDiffRefs) ProtoMessage()
- func (x *MergeRequestDiffRefs) ProtoReflect() protoreflect.Message
- func (x *MergeRequestDiffRefs) Reset()
- func (x *MergeRequestDiffRefs) String() string
- type MergeRequestDiffStats
- func (*MergeRequestDiffStats) Descriptor() ([]byte, []int)deprecated
- func (x *MergeRequestDiffStats) GetAdditions() int64
- func (x *MergeRequestDiffStats) GetChanges() int64
- func (x *MergeRequestDiffStats) GetCommitCount() int64
- func (x *MergeRequestDiffStats) GetDeletions() int64
- func (x *MergeRequestDiffStats) GetFileCount() int64
- func (*MergeRequestDiffStats) ProtoMessage()
- func (x *MergeRequestDiffStats) ProtoReflect() protoreflect.Message
- func (x *MergeRequestDiffStats) Reset()
- func (x *MergeRequestDiffStats) String() string
- type MergeRequestFlags
- func (*MergeRequestFlags) Descriptor() ([]byte, []int)deprecated
- func (x *MergeRequestFlags) GetApproved() bool
- func (x *MergeRequestFlags) GetConflicts() bool
- func (x *MergeRequestFlags) GetDraft() bool
- func (x *MergeRequestFlags) GetMergeable() bool
- func (*MergeRequestFlags) ProtoMessage()
- func (x *MergeRequestFlags) ProtoReflect() protoreflect.Message
- func (x *MergeRequestFlags) Reset()
- func (x *MergeRequestFlags) String() string
- type MergeRequestNoteEvent
- func (*MergeRequestNoteEvent) Descriptor() ([]byte, []int)deprecated
- func (x *MergeRequestNoteEvent) GetAuthor() *UserReference
- func (x *MergeRequestNoteEvent) GetCreatedAt() *timestamppb.Timestamp
- func (x *MergeRequestNoteEvent) GetId() int64
- func (x *MergeRequestNoteEvent) GetInternal() bool
- func (x *MergeRequestNoteEvent) GetMergeRequest() *MergeRequestReference
- func (x *MergeRequestNoteEvent) GetResolveable() bool
- func (x *MergeRequestNoteEvent) GetResolved() bool
- func (x *MergeRequestNoteEvent) GetResolvedAt() *timestamppb.Timestamp
- func (x *MergeRequestNoteEvent) GetResolver() *UserReference
- func (x *MergeRequestNoteEvent) GetSystem() bool
- func (x *MergeRequestNoteEvent) GetType() string
- func (x *MergeRequestNoteEvent) GetUpdatedAt() *timestamppb.Timestamp
- func (*MergeRequestNoteEvent) ProtoMessage()
- func (x *MergeRequestNoteEvent) ProtoReflect() protoreflect.Message
- func (x *MergeRequestNoteEvent) Reset()
- func (x *MergeRequestNoteEvent) String() string
- type MergeRequestParticipants
- func (*MergeRequestParticipants) Descriptor() ([]byte, []int)deprecated
- func (x *MergeRequestParticipants) GetApprovers() []*UserReference
- func (x *MergeRequestParticipants) GetAssignees() []*UserReference
- func (x *MergeRequestParticipants) GetAuthor() *UserReference
- func (x *MergeRequestParticipants) GetMergeUser() *UserReference
- func (x *MergeRequestParticipants) GetReviewers() []*UserReference
- func (*MergeRequestParticipants) ProtoMessage()
- func (x *MergeRequestParticipants) ProtoReflect() protoreflect.Message
- func (x *MergeRequestParticipants) Reset()
- func (x *MergeRequestParticipants) String() string
- type MergeRequestReference
- func (*MergeRequestReference) Descriptor() ([]byte, []int)deprecated
- func (x *MergeRequestReference) GetId() int64
- func (x *MergeRequestReference) GetIid() int64
- func (x *MergeRequestReference) GetProject() *ProjectReference
- func (*MergeRequestReference) ProtoMessage()
- func (x *MergeRequestReference) ProtoReflect() protoreflect.Message
- func (x *MergeRequestReference) Reset()
- func (x *MergeRequestReference) String() string
- type MergeRequestTimestamps
- func (*MergeRequestTimestamps) Descriptor() ([]byte, []int)deprecated
- func (x *MergeRequestTimestamps) GetClosedAt() *timestamppb.Timestamp
- func (x *MergeRequestTimestamps) GetCreatedAt() *timestamppb.Timestamp
- func (x *MergeRequestTimestamps) GetMergedAt() *timestamppb.Timestamp
- func (x *MergeRequestTimestamps) GetUpdatedAt() *timestamppb.Timestamp
- func (*MergeRequestTimestamps) ProtoMessage()
- func (x *MergeRequestTimestamps) ProtoReflect() protoreflect.Message
- func (x *MergeRequestTimestamps) Reset()
- func (x *MergeRequestTimestamps) String() string
- type Metric
- func (*Metric) Descriptor() ([]byte, []int)deprecated
- func (x *Metric) GetId() []byte
- func (x *Metric) GetIid() int64
- func (x *Metric) GetJob() *JobReference
- func (x *Metric) GetLabels() []*Metric_Label
- func (x *Metric) GetName() string
- func (x *Metric) GetTimestamp() *timestamppb.Timestamp
- func (x *Metric) GetValue() float64
- func (*Metric) ProtoMessage()
- func (x *Metric) ProtoReflect() protoreflect.Message
- func (x *Metric) Reset()
- func (x *Metric) String() string
- type Metric_Label
- func (*Metric_Label) Descriptor() ([]byte, []int)deprecated
- func (x *Metric_Label) GetName() string
- func (x *Metric_Label) GetValue() string
- func (*Metric_Label) ProtoMessage()
- func (x *Metric_Label) ProtoReflect() protoreflect.Message
- func (x *Metric_Label) Reset()
- func (x *Metric_Label) String() string
- type Milestone
- func (*Milestone) Descriptor() ([]byte, []int)deprecated
- func (x *Milestone) GetCreatedAt() *timestamppb.Timestamp
- func (x *Milestone) GetDueDate() *timestamppb.Timestamp
- func (x *Milestone) GetExpired() bool
- func (x *Milestone) GetGroupId() int64
- func (x *Milestone) GetId() int64
- func (x *Milestone) GetIid() int64
- func (x *Milestone) GetProjectId() int64
- func (x *Milestone) GetStartDate() *timestamppb.Timestamp
- func (x *Milestone) GetState() string
- func (x *Milestone) GetTitle() string
- func (x *Milestone) GetUpdatedAt() *timestamppb.Timestamp
- func (x *Milestone) GetWebUrl() string
- func (*Milestone) ProtoMessage()
- func (x *Milestone) ProtoReflect() protoreflect.Message
- func (x *Milestone) Reset()
- func (x *Milestone) String() string
- type MilestoneReference
- func (*MilestoneReference) Descriptor() ([]byte, []int)deprecated
- func (x *MilestoneReference) GetId() int64
- func (x *MilestoneReference) GetIid() int64
- func (x *MilestoneReference) GetProject() *ProjectReference
- func (*MilestoneReference) ProtoMessage()
- func (x *MilestoneReference) ProtoReflect() protoreflect.Message
- func (x *MilestoneReference) Reset()
- func (x *MilestoneReference) String() string
- type NamespaceReference
- func (*NamespaceReference) Descriptor() ([]byte, []int)deprecated
- func (x *NamespaceReference) GetFullPath() string
- func (x *NamespaceReference) GetId() int64
- func (*NamespaceReference) ProtoMessage()
- func (x *NamespaceReference) ProtoReflect() protoreflect.Message
- func (x *NamespaceReference) Reset()
- func (x *NamespaceReference) String() string
- type Pipeline
- func (*Pipeline) Descriptor() ([]byte, []int)deprecated
- func (x *Pipeline) GetChild() bool
- func (x *Pipeline) GetCoverage() float64
- func (x *Pipeline) GetDuration() *durationpb.Duration
- func (x *Pipeline) GetFailureReason() string
- func (x *Pipeline) GetId() int64
- func (x *Pipeline) GetIid() int64
- func (x *Pipeline) GetMergeRequest() *MergeRequestReference
- func (x *Pipeline) GetName() string
- func (x *Pipeline) GetProject() *ProjectReference
- func (x *Pipeline) GetQueuedDuration() *durationpb.Duration
- func (x *Pipeline) GetRef() string
- func (x *Pipeline) GetSha() string
- func (x *Pipeline) GetSource() string
- func (x *Pipeline) GetStatus() string
- func (x *Pipeline) GetTimestamps() *PipelineTimestamps
- func (x *Pipeline) GetUpstreamPipeline() *PipelineReference
- func (x *Pipeline) GetUser() *UserReference
- func (x *Pipeline) GetWarnings() bool
- func (x *Pipeline) GetYamlErrors() bool
- func (*Pipeline) ProtoMessage()
- func (x *Pipeline) ProtoReflect() protoreflect.Message
- func (x *Pipeline) Reset()
- func (x *Pipeline) String() string
- type PipelineReference
- func (*PipelineReference) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineReference) GetId() int64
- func (x *PipelineReference) GetIid() int64
- func (x *PipelineReference) GetProject() *ProjectReference
- func (*PipelineReference) ProtoMessage()
- func (x *PipelineReference) ProtoReflect() protoreflect.Message
- func (x *PipelineReference) Reset()
- func (x *PipelineReference) String() string
- type PipelineTimestamps
- func (*PipelineTimestamps) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineTimestamps) GetCommittedAt() *timestamppb.Timestamp
- func (x *PipelineTimestamps) GetCreatedAt() *timestamppb.Timestamp
- func (x *PipelineTimestamps) GetFinishedAt() *timestamppb.Timestamp
- func (x *PipelineTimestamps) GetStartedAt() *timestamppb.Timestamp
- func (x *PipelineTimestamps) GetUpdatedAt() *timestamppb.Timestamp
- func (*PipelineTimestamps) ProtoMessage()
- func (x *PipelineTimestamps) ProtoReflect() protoreflect.Message
- func (x *PipelineTimestamps) Reset()
- func (x *PipelineTimestamps) String() string
- type Project
- func (*Project) Descriptor() ([]byte, []int)deprecated
- func (x *Project) GetArchived() bool
- func (x *Project) GetDescription() string
- func (x *Project) GetFullName() string
- func (x *Project) GetFullPath() string
- func (x *Project) GetId() int64
- func (x *Project) GetName() string
- func (x *Project) GetNamespace() *NamespaceReference
- func (x *Project) GetPath() string
- func (x *Project) GetStatistics() *ProjectStatistics
- func (x *Project) GetTimestamps() *ProjectTimestamps
- func (x *Project) GetVisibility() string
- func (*Project) ProtoMessage()
- func (x *Project) ProtoReflect() protoreflect.Message
- func (x *Project) Reset()
- func (x *Project) String() string
- type ProjectReference
- func (*ProjectReference) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectReference) GetFullPath() string
- func (x *ProjectReference) GetId() int64
- func (x *ProjectReference) GetNamespace() *NamespaceReference
- func (*ProjectReference) ProtoMessage()
- func (x *ProjectReference) ProtoReflect() protoreflect.Message
- func (x *ProjectReference) Reset()
- func (x *ProjectReference) String() string
- type ProjectStatistics
- func (*ProjectStatistics) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectStatistics) GetCommitCount() int64
- func (x *ProjectStatistics) GetContainerRegistrySize() int64
- func (x *ProjectStatistics) GetForksCount() int64
- func (x *ProjectStatistics) GetJobArtifactsSize() int64
- func (x *ProjectStatistics) GetLfsObjectsSize() int64
- func (x *ProjectStatistics) GetOpenIssuesCount() int64
- func (x *ProjectStatistics) GetPackagesSize() int64
- func (x *ProjectStatistics) GetPipelineArtifactsSize() int64
- func (x *ProjectStatistics) GetRepositorySize() int64
- func (x *ProjectStatistics) GetSnippetsSize() int64
- func (x *ProjectStatistics) GetStarsCount() int64
- func (x *ProjectStatistics) GetStorageSize() int64
- func (x *ProjectStatistics) GetUploadsSize() int64
- func (x *ProjectStatistics) GetWikiSize() int64
- func (*ProjectStatistics) ProtoMessage()
- func (x *ProjectStatistics) ProtoReflect() protoreflect.Message
- func (x *ProjectStatistics) Reset()
- func (x *ProjectStatistics) String() string
- type ProjectTimestamps
- func (*ProjectTimestamps) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectTimestamps) GetCreatedAt() *timestamppb.Timestamp
- func (x *ProjectTimestamps) GetLastActivityAt() *timestamppb.Timestamp
- func (x *ProjectTimestamps) GetUpdatedAt() *timestamppb.Timestamp
- func (*ProjectTimestamps) ProtoMessage()
- func (x *ProjectTimestamps) ProtoReflect() protoreflect.Message
- func (x *ProjectTimestamps) Reset()
- func (x *ProjectTimestamps) String() string
- type RunnerReference
- type Section
- func (*Section) Descriptor() ([]byte, []int)deprecated
- func (x *Section) GetDuration() *durationpb.Duration
- func (x *Section) GetFinishedAt() *timestamppb.Timestamp
- func (x *Section) GetId() int64
- func (x *Section) GetJob() *JobReference
- func (x *Section) GetName() string
- func (x *Section) GetStartedAt() *timestamppb.Timestamp
- func (*Section) ProtoMessage()
- func (x *Section) ProtoReflect() protoreflect.Message
- func (x *Section) Reset()
- func (x *Section) String() string
- type TestCase
- func (*TestCase) Descriptor() ([]byte, []int)deprecated
- func (x *TestCase) GetAttachmentUrl() string
- func (x *TestCase) GetClassname() string
- func (x *TestCase) GetExecutionTime() float64
- func (x *TestCase) GetFile() string
- func (x *TestCase) GetId() string
- func (x *TestCase) GetName() string
- func (x *TestCase) GetProperties() []*TestProperty
- func (x *TestCase) GetStackTrace() string
- func (x *TestCase) GetStatus() string
- func (x *TestCase) GetSystemOutput() string
- func (x *TestCase) GetTestSuite() *TestSuiteReference
- func (*TestCase) ProtoMessage()
- func (x *TestCase) ProtoReflect() protoreflect.Message
- func (x *TestCase) Reset()
- func (x *TestCase) String() string
- type TestProperty
- func (*TestProperty) Descriptor() ([]byte, []int)deprecated
- func (x *TestProperty) GetName() string
- func (x *TestProperty) GetValue() string
- func (*TestProperty) ProtoMessage()
- func (x *TestProperty) ProtoReflect() protoreflect.Message
- func (x *TestProperty) Reset()
- func (x *TestProperty) String() string
- type TestReport
- func (*TestReport) Descriptor() ([]byte, []int)deprecated
- func (x *TestReport) GetErrorCount() int64
- func (x *TestReport) GetFailedCount() int64
- func (x *TestReport) GetId() string
- func (x *TestReport) GetPipeline() *PipelineReference
- func (x *TestReport) GetSkippedCount() int64
- func (x *TestReport) GetSuccessCount() int64
- func (x *TestReport) GetTotalCount() int64
- func (x *TestReport) GetTotalTime() float64
- func (*TestReport) ProtoMessage()
- func (x *TestReport) ProtoReflect() protoreflect.Message
- func (x *TestReport) Reset()
- func (x *TestReport) String() string
- type TestReportReference
- func (*TestReportReference) Descriptor() ([]byte, []int)deprecated
- func (x *TestReportReference) GetId() string
- func (x *TestReportReference) GetPipeline() *PipelineReference
- func (*TestReportReference) ProtoMessage()
- func (x *TestReportReference) ProtoReflect() protoreflect.Message
- func (x *TestReportReference) Reset()
- func (x *TestReportReference) String() string
- type TestSuite
- func (*TestSuite) Descriptor() ([]byte, []int)deprecated
- func (x *TestSuite) GetErrorCount() int64
- func (x *TestSuite) GetFailedCount() int64
- func (x *TestSuite) GetId() string
- func (x *TestSuite) GetName() string
- func (x *TestSuite) GetProperties() []*TestProperty
- func (x *TestSuite) GetSkippedCount() int64
- func (x *TestSuite) GetSuccessCount() int64
- func (x *TestSuite) GetTestReport() *TestReportReference
- func (x *TestSuite) GetTotalCount() int64
- func (x *TestSuite) GetTotalTime() float64
- func (*TestSuite) ProtoMessage()
- func (x *TestSuite) ProtoReflect() protoreflect.Message
- func (x *TestSuite) Reset()
- func (x *TestSuite) String() string
- type TestSuiteReference
- func (*TestSuiteReference) Descriptor() ([]byte, []int)deprecated
- func (x *TestSuiteReference) GetId() string
- func (x *TestSuiteReference) GetTestReport() *TestReportReference
- func (*TestSuiteReference) ProtoMessage()
- func (x *TestSuiteReference) ProtoReflect() protoreflect.Message
- func (x *TestSuiteReference) Reset()
- func (x *TestSuiteReference) String() string
- type Trace
- type UserReference
- func (*UserReference) Descriptor() ([]byte, []int)deprecated
- func (x *UserReference) GetId() int64
- func (x *UserReference) GetName() string
- func (x *UserReference) GetUsername() string
- func (*UserReference) ProtoMessage()
- func (x *UserReference) ProtoReflect() protoreflect.Message
- func (x *UserReference) Reset()
- func (x *UserReference) String() string
Constants ¶
This section is empty.
Variables ¶
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.
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.
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.
var File_gitlabexporter_protobuf_commit_proto protoreflect.FileDescriptor
var File_gitlabexporter_protobuf_deployment_proto protoreflect.FileDescriptor
var File_gitlabexporter_protobuf_job_proto protoreflect.FileDescriptor
var File_gitlabexporter_protobuf_merge_request_proto protoreflect.FileDescriptor
var File_gitlabexporter_protobuf_metric_proto protoreflect.FileDescriptor
var File_gitlabexporter_protobuf_pipeline_proto protoreflect.FileDescriptor
var File_gitlabexporter_protobuf_project_proto protoreflect.FileDescriptor
var File_gitlabexporter_protobuf_references_proto protoreflect.FileDescriptor
var File_gitlabexporter_protobuf_section_proto protoreflect.FileDescriptor
var File_gitlabexporter_protobuf_test_report_proto protoreflect.FileDescriptor
var File_gitlabexporter_protobuf_trace_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type Commit ¶ added in v0.8.0
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 `` /* 158-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
added in
v0.8.0
func (*Commit) GetAuthorEmail ¶ added in v0.8.0
func (*Commit) GetAuthorName ¶ added in v0.8.0
func (*Commit) GetAuthoredDate ¶ added in v0.8.0
func (x *Commit) GetAuthoredDate() *timestamppb.Timestamp
func (*Commit) GetCommittedDate ¶ added in v0.8.0
func (x *Commit) GetCommittedDate() *timestamppb.Timestamp
func (*Commit) GetCommitterEmail ¶ added in v0.8.0
func (*Commit) GetCommitterName ¶ added in v0.8.0
func (*Commit) GetCreatedAt ¶ added in v0.8.0
func (x *Commit) GetCreatedAt() *timestamppb.Timestamp
func (*Commit) GetMessage ¶ added in v0.8.0
func (*Commit) GetParentIds ¶ added in v0.8.0
func (*Commit) GetProjectId ¶ added in v0.8.0
func (*Commit) GetShortId ¶ added in v0.8.0
func (*Commit) GetStats ¶ added in v0.8.0
func (x *Commit) GetStats() *CommitStats
func (*Commit) GetTrailers ¶ added in v0.8.0
func (*Commit) ProtoMessage ¶ added in v0.8.0
func (*Commit) ProtoMessage()
func (*Commit) ProtoReflect ¶ added in v0.8.0
func (x *Commit) ProtoReflect() protoreflect.Message
type CommitStats ¶ added in v0.8.0
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
added in
v0.8.0
func (*CommitStats) Descriptor() ([]byte, []int)
Deprecated: Use CommitStats.ProtoReflect.Descriptor instead.
func (*CommitStats) GetAdditions ¶ added in v0.8.0
func (x *CommitStats) GetAdditions() int64
func (*CommitStats) GetDeletions ¶ added in v0.8.0
func (x *CommitStats) GetDeletions() int64
func (*CommitStats) GetTotal ¶ added in v0.8.0
func (x *CommitStats) GetTotal() int64
func (*CommitStats) ProtoMessage ¶ added in v0.8.0
func (*CommitStats) ProtoMessage()
func (*CommitStats) ProtoReflect ¶ added in v0.8.0
func (x *CommitStats) ProtoReflect() protoreflect.Message
func (*CommitStats) Reset ¶ added in v0.8.0
func (x *CommitStats) Reset()
func (*CommitStats) String ¶ added in v0.8.0
func (x *CommitStats) String() string
type Deployment ¶ added in v0.14.0
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
added in
v0.14.0
func (*Deployment) Descriptor() ([]byte, []int)
Deprecated: Use Deployment.ProtoReflect.Descriptor instead.
func (*Deployment) GetEnvironment ¶ added in v0.14.0
func (x *Deployment) GetEnvironment() *EnvironmentReference
func (*Deployment) GetId ¶ added in v0.14.0
func (x *Deployment) GetId() int64
func (*Deployment) GetIid ¶ added in v0.14.0
func (x *Deployment) GetIid() int64
func (*Deployment) GetJob ¶ added in v0.14.0
func (x *Deployment) GetJob() *JobReference
func (*Deployment) GetRef ¶ added in v0.14.0
func (x *Deployment) GetRef() string
func (*Deployment) GetSha ¶ added in v0.14.0
func (x *Deployment) GetSha() string
func (*Deployment) GetStatus ¶ added in v0.14.0
func (x *Deployment) GetStatus() DeploymentStatus
func (*Deployment) GetTimestamps ¶ added in v0.14.0
func (x *Deployment) GetTimestamps() *DeploymentTimestamps
func (*Deployment) GetTriggerer ¶ added in v0.14.0
func (x *Deployment) GetTriggerer() *UserReference
func (*Deployment) ProtoMessage ¶ added in v0.14.0
func (*Deployment) ProtoMessage()
func (*Deployment) ProtoReflect ¶ added in v0.14.0
func (x *Deployment) ProtoReflect() protoreflect.Message
func (*Deployment) Reset ¶ added in v0.14.0
func (x *Deployment) Reset()
func (*Deployment) String ¶ added in v0.14.0
func (x *Deployment) String() string
type DeploymentStatus ¶ added in v0.14.0
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 ¶ added in v0.14.0
func (DeploymentStatus) Descriptor() protoreflect.EnumDescriptor
func (DeploymentStatus) Enum ¶ added in v0.14.0
func (x DeploymentStatus) Enum() *DeploymentStatus
func (DeploymentStatus) EnumDescriptor
deprecated
added in
v0.14.0
func (DeploymentStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use DeploymentStatus.Descriptor instead.
func (DeploymentStatus) Number ¶ added in v0.14.0
func (x DeploymentStatus) Number() protoreflect.EnumNumber
func (DeploymentStatus) String ¶ added in v0.14.0
func (x DeploymentStatus) String() string
func (DeploymentStatus) Type ¶ added in v0.14.0
func (DeploymentStatus) Type() protoreflect.EnumType
type DeploymentTier ¶ added in v0.14.0
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 ¶ added in v0.14.0
func (DeploymentTier) Descriptor() protoreflect.EnumDescriptor
func (DeploymentTier) Enum ¶ added in v0.14.0
func (x DeploymentTier) Enum() *DeploymentTier
func (DeploymentTier) EnumDescriptor
deprecated
added in
v0.14.0
func (DeploymentTier) EnumDescriptor() ([]byte, []int)
Deprecated: Use DeploymentTier.Descriptor instead.
func (DeploymentTier) Number ¶ added in v0.14.0
func (x DeploymentTier) Number() protoreflect.EnumNumber
func (DeploymentTier) String ¶ added in v0.14.0
func (x DeploymentTier) String() string
func (DeploymentTier) Type ¶ added in v0.14.0
func (DeploymentTier) Type() protoreflect.EnumType
type DeploymentTimestamps ¶ added in v0.14.0
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
added in
v0.14.0
func (*DeploymentTimestamps) Descriptor() ([]byte, []int)
Deprecated: Use DeploymentTimestamps.ProtoReflect.Descriptor instead.
func (*DeploymentTimestamps) GetCreatedAt ¶ added in v0.14.0
func (x *DeploymentTimestamps) GetCreatedAt() *timestamppb.Timestamp
func (*DeploymentTimestamps) GetFinishedAt ¶ added in v0.14.0
func (x *DeploymentTimestamps) GetFinishedAt() *timestamppb.Timestamp
func (*DeploymentTimestamps) GetUpdatedAt ¶ added in v0.14.0
func (x *DeploymentTimestamps) GetUpdatedAt() *timestamppb.Timestamp
func (*DeploymentTimestamps) ProtoMessage ¶ added in v0.14.0
func (*DeploymentTimestamps) ProtoMessage()
func (*DeploymentTimestamps) ProtoReflect ¶ added in v0.14.0
func (x *DeploymentTimestamps) ProtoReflect() protoreflect.Message
func (*DeploymentTimestamps) Reset ¶ added in v0.14.0
func (x *DeploymentTimestamps) Reset()
func (*DeploymentTimestamps) String ¶ added in v0.14.0
func (x *DeploymentTimestamps) String() string
type EnvironmentReference ¶ added in v0.14.0
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
added in
v0.14.0
func (*EnvironmentReference) Descriptor() ([]byte, []int)
Deprecated: Use EnvironmentReference.ProtoReflect.Descriptor instead.
func (*EnvironmentReference) GetId ¶ added in v0.14.0
func (x *EnvironmentReference) GetId() int64
func (*EnvironmentReference) GetName ¶ added in v0.14.0
func (x *EnvironmentReference) GetName() string
func (*EnvironmentReference) GetProject ¶ added in v0.14.0
func (x *EnvironmentReference) GetProject() *ProjectReference
func (*EnvironmentReference) GetTier ¶ added in v0.14.0
func (x *EnvironmentReference) GetTier() DeploymentTier
func (*EnvironmentReference) ProtoMessage ¶ added in v0.14.0
func (*EnvironmentReference) ProtoMessage()
func (*EnvironmentReference) ProtoReflect ¶ added in v0.14.0
func (x *EnvironmentReference) ProtoReflect() protoreflect.Message
func (*EnvironmentReference) Reset ¶ added in v0.14.0
func (x *EnvironmentReference) Reset()
func (*EnvironmentReference) String ¶ added in v0.14.0
func (x *EnvironmentReference) String() string
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"` Status string `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"` FailureReason string `protobuf:"bytes,6,opt,name=failure_reason,json=failureReason,proto3" json:"failure_reason,omitempty"` Timestamps *JobTimestamps `protobuf:"bytes,7,opt,name=timestamps,proto3" json:"timestamps,omitempty"` QueuedDuration *durationpb.Duration `protobuf:"bytes,8,opt,name=queued_duration,json=queuedDuration,proto3" json:"queued_duration,omitempty"` Duration *durationpb.Duration `protobuf:"bytes,9,opt,name=duration,proto3" json:"duration,omitempty"` Coverage float64 `protobuf:"fixed64,10,opt,name=coverage,proto3" json:"coverage,omitempty"` Stage string `protobuf:"bytes,11,opt,name=stage,proto3" json:"stage,omitempty"` Tags []string `protobuf:"bytes,12,rep,name=tags,proto3" json:"tags,omitempty"` AllowFailure bool `protobuf:"varint,13,opt,name=allow_failure,json=allowFailure,proto3" json:"allow_failure,omitempty"` Manual bool `protobuf:"varint,14,opt,name=manual,proto3" json:"manual,omitempty"` Retried bool `protobuf:"varint,15,opt,name=retried,proto3" json:"retried,omitempty"` Retryable bool `protobuf:"varint,16,opt,name=retryable,proto3" json:"retryable,omitempty"` Kind JobKind `protobuf:"varint,17,opt,name=kind,proto3,enum=gitlabexporter.protobuf.JobKind" json:"kind,omitempty"` DownstreamPipeline *PipelineReference `protobuf:"bytes,18,opt,name=downstream_pipeline,json=downstreamPipeline,proto3,oneof" json:"downstream_pipeline,omitempty"` Runner *RunnerReference `protobuf:"bytes,19,opt,name=runner,proto3" json:"runner,omitempty"` // contains filtered or unexported fields }
func (*Job) Descriptor
deprecated
func (*Job) GetAllowFailure ¶
func (*Job) GetCoverage ¶
func (*Job) GetDownstreamPipeline ¶ added in v0.10.0
func (x *Job) GetDownstreamPipeline() *PipelineReference
func (*Job) GetDuration ¶
func (x *Job) GetDuration() *durationpb.Duration
func (*Job) GetFailureReason ¶
func (*Job) GetPipeline ¶
func (x *Job) GetPipeline() *PipelineReference
func (*Job) GetQueuedDuration ¶
func (x *Job) GetQueuedDuration() *durationpb.Duration
func (*Job) GetRetried ¶ added in v0.10.0
func (*Job) GetRetryable ¶ added in v0.10.0
func (*Job) GetRunner ¶ added in v0.8.0
func (x *Job) GetRunner() *RunnerReference
func (*Job) GetTimestamps ¶ added in v0.10.0
func (x *Job) GetTimestamps() *JobTimestamps
func (*Job) ProtoMessage ¶
func (*Job) ProtoMessage()
func (*Job) ProtoReflect ¶
func (x *Job) ProtoReflect() protoreflect.Message
type JobKind ¶ added in v0.10.0
type JobKind int32
func (JobKind) Descriptor ¶ added in v0.10.0
func (JobKind) Descriptor() protoreflect.EnumDescriptor
func (JobKind) EnumDescriptor
deprecated
added in
v0.10.0
func (JobKind) Number ¶ added in v0.10.0
func (x JobKind) Number() protoreflect.EnumNumber
func (JobKind) Type ¶ added in v0.10.0
func (JobKind) Type() protoreflect.EnumType
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 ¶ added in v0.10.0
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 ¶ added in v0.10.0
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
added in
v0.10.0
func (*JobTimestamps) Descriptor() ([]byte, []int)
Deprecated: Use JobTimestamps.ProtoReflect.Descriptor instead.
func (*JobTimestamps) GetCreatedAt ¶ added in v0.10.0
func (x *JobTimestamps) GetCreatedAt() *timestamppb.Timestamp
func (*JobTimestamps) GetErasedAt ¶ added in v0.10.0
func (x *JobTimestamps) GetErasedAt() *timestamppb.Timestamp
func (*JobTimestamps) GetFinishedAt ¶ added in v0.10.0
func (x *JobTimestamps) GetFinishedAt() *timestamppb.Timestamp
func (*JobTimestamps) GetQueuedAt ¶ added in v0.10.0
func (x *JobTimestamps) GetQueuedAt() *timestamppb.Timestamp
func (*JobTimestamps) GetStartedAt ¶ added in v0.10.0
func (x *JobTimestamps) GetStartedAt() *timestamppb.Timestamp
func (*JobTimestamps) ProtoMessage ¶ added in v0.10.0
func (*JobTimestamps) ProtoMessage()
func (*JobTimestamps) ProtoReflect ¶ added in v0.10.0
func (x *JobTimestamps) ProtoReflect() protoreflect.Message
func (*JobTimestamps) Reset ¶ added in v0.10.0
func (x *JobTimestamps) Reset()
func (*JobTimestamps) String ¶ added in v0.10.0
func (x *JobTimestamps) String() string
type MergeRequest ¶ added in v0.8.0
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
added in
v0.8.0
func (*MergeRequest) Descriptor() ([]byte, []int)
Deprecated: Use MergeRequest.ProtoReflect.Descriptor instead.
func (*MergeRequest) GetDiffRefs ¶ added in v0.8.0
func (x *MergeRequest) GetDiffRefs() *MergeRequestDiffRefs
func (*MergeRequest) GetDiffStats ¶ added in v0.10.0
func (x *MergeRequest) GetDiffStats() *MergeRequestDiffStats
func (*MergeRequest) GetFlags ¶ added in v0.10.0
func (x *MergeRequest) GetFlags() *MergeRequestFlags
func (*MergeRequest) GetId ¶ added in v0.8.0
func (x *MergeRequest) GetId() int64
func (*MergeRequest) GetIid ¶ added in v0.8.0
func (x *MergeRequest) GetIid() int64
func (*MergeRequest) GetLabels ¶ added in v0.8.0
func (x *MergeRequest) GetLabels() []string
func (*MergeRequest) GetMergeError ¶ added in v0.8.0
func (x *MergeRequest) GetMergeError() string
func (*MergeRequest) GetMergeStatus ¶ added in v0.10.0
func (x *MergeRequest) GetMergeStatus() string
func (*MergeRequest) GetMilestone ¶ added in v0.8.0
func (x *MergeRequest) GetMilestone() *MilestoneReference
func (*MergeRequest) GetName ¶ added in v0.10.0
func (x *MergeRequest) GetName() string
func (*MergeRequest) GetParticipants ¶ added in v0.10.0
func (x *MergeRequest) GetParticipants() *MergeRequestParticipants
func (*MergeRequest) GetProject ¶ added in v0.10.0
func (x *MergeRequest) GetProject() *ProjectReference
func (*MergeRequest) GetSourceBranch ¶ added in v0.8.0
func (x *MergeRequest) GetSourceBranch() string
func (*MergeRequest) GetSourceProjectId ¶ added in v0.8.0
func (x *MergeRequest) GetSourceProjectId() int64
func (*MergeRequest) GetState ¶ added in v0.8.0
func (x *MergeRequest) GetState() string
func (*MergeRequest) GetTargetBranch ¶ added in v0.8.0
func (x *MergeRequest) GetTargetBranch() string
func (*MergeRequest) GetTargetProjectId ¶ added in v0.8.0
func (x *MergeRequest) GetTargetProjectId() int64
func (*MergeRequest) GetTimestamps ¶ added in v0.10.0
func (x *MergeRequest) GetTimestamps() *MergeRequestTimestamps
func (*MergeRequest) GetTitle ¶ added in v0.8.0
func (x *MergeRequest) GetTitle() string
func (*MergeRequest) ProtoMessage ¶ added in v0.8.0
func (*MergeRequest) ProtoMessage()
func (*MergeRequest) ProtoReflect ¶ added in v0.8.0
func (x *MergeRequest) ProtoReflect() protoreflect.Message
func (*MergeRequest) Reset ¶ added in v0.8.0
func (x *MergeRequest) Reset()
func (*MergeRequest) String ¶ added in v0.8.0
func (x *MergeRequest) String() string
type MergeRequestDiffRefs ¶ added in v0.8.0
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
added in
v0.8.0
func (*MergeRequestDiffRefs) Descriptor() ([]byte, []int)
Deprecated: Use MergeRequestDiffRefs.ProtoReflect.Descriptor instead.
func (*MergeRequestDiffRefs) GetBaseSha ¶ added in v0.8.0
func (x *MergeRequestDiffRefs) GetBaseSha() string
func (*MergeRequestDiffRefs) GetHeadSha ¶ added in v0.8.0
func (x *MergeRequestDiffRefs) GetHeadSha() string
func (*MergeRequestDiffRefs) GetMergeCommitSha ¶ added in v0.10.0
func (x *MergeRequestDiffRefs) GetMergeCommitSha() string
func (*MergeRequestDiffRefs) GetRebaseCommitSha ¶ added in v0.10.0
func (x *MergeRequestDiffRefs) GetRebaseCommitSha() string
func (*MergeRequestDiffRefs) GetStartSha ¶ added in v0.8.0
func (x *MergeRequestDiffRefs) GetStartSha() string
func (*MergeRequestDiffRefs) ProtoMessage ¶ added in v0.8.0
func (*MergeRequestDiffRefs) ProtoMessage()
func (*MergeRequestDiffRefs) ProtoReflect ¶ added in v0.8.0
func (x *MergeRequestDiffRefs) ProtoReflect() protoreflect.Message
func (*MergeRequestDiffRefs) Reset ¶ added in v0.8.0
func (x *MergeRequestDiffRefs) Reset()
func (*MergeRequestDiffRefs) String ¶ added in v0.8.0
func (x *MergeRequestDiffRefs) String() string
type MergeRequestDiffStats ¶ added in v0.10.0
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
added in
v0.10.0
func (*MergeRequestDiffStats) Descriptor() ([]byte, []int)
Deprecated: Use MergeRequestDiffStats.ProtoReflect.Descriptor instead.
func (*MergeRequestDiffStats) GetAdditions ¶ added in v0.10.0
func (x *MergeRequestDiffStats) GetAdditions() int64
func (*MergeRequestDiffStats) GetChanges ¶ added in v0.10.0
func (x *MergeRequestDiffStats) GetChanges() int64
func (*MergeRequestDiffStats) GetCommitCount ¶ added in v0.10.0
func (x *MergeRequestDiffStats) GetCommitCount() int64
func (*MergeRequestDiffStats) GetDeletions ¶ added in v0.10.0
func (x *MergeRequestDiffStats) GetDeletions() int64
func (*MergeRequestDiffStats) GetFileCount ¶ added in v0.10.0
func (x *MergeRequestDiffStats) GetFileCount() int64
func (*MergeRequestDiffStats) ProtoMessage ¶ added in v0.10.0
func (*MergeRequestDiffStats) ProtoMessage()
func (*MergeRequestDiffStats) ProtoReflect ¶ added in v0.10.0
func (x *MergeRequestDiffStats) ProtoReflect() protoreflect.Message
func (*MergeRequestDiffStats) Reset ¶ added in v0.10.0
func (x *MergeRequestDiffStats) Reset()
func (*MergeRequestDiffStats) String ¶ added in v0.10.0
func (x *MergeRequestDiffStats) String() string
type MergeRequestFlags ¶ added in v0.10.0
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
added in
v0.10.0
func (*MergeRequestFlags) Descriptor() ([]byte, []int)
Deprecated: Use MergeRequestFlags.ProtoReflect.Descriptor instead.
func (*MergeRequestFlags) GetApproved ¶ added in v0.10.0
func (x *MergeRequestFlags) GetApproved() bool
func (*MergeRequestFlags) GetConflicts ¶ added in v0.10.0
func (x *MergeRequestFlags) GetConflicts() bool
func (*MergeRequestFlags) GetDraft ¶ added in v0.10.0
func (x *MergeRequestFlags) GetDraft() bool
func (*MergeRequestFlags) GetMergeable ¶ added in v0.10.0
func (x *MergeRequestFlags) GetMergeable() bool
func (*MergeRequestFlags) ProtoMessage ¶ added in v0.10.0
func (*MergeRequestFlags) ProtoMessage()
func (*MergeRequestFlags) ProtoReflect ¶ added in v0.10.0
func (x *MergeRequestFlags) ProtoReflect() protoreflect.Message
func (*MergeRequestFlags) Reset ¶ added in v0.10.0
func (x *MergeRequestFlags) Reset()
func (*MergeRequestFlags) String ¶ added in v0.10.0
func (x *MergeRequestFlags) String() string
type MergeRequestNoteEvent ¶ added in v0.9.0
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
added in
v0.9.0
func (*MergeRequestNoteEvent) Descriptor() ([]byte, []int)
Deprecated: Use MergeRequestNoteEvent.ProtoReflect.Descriptor instead.
func (*MergeRequestNoteEvent) GetAuthor ¶ added in v0.13.2
func (x *MergeRequestNoteEvent) GetAuthor() *UserReference
func (*MergeRequestNoteEvent) GetCreatedAt ¶ added in v0.9.0
func (x *MergeRequestNoteEvent) GetCreatedAt() *timestamppb.Timestamp
func (*MergeRequestNoteEvent) GetId ¶ added in v0.9.0
func (x *MergeRequestNoteEvent) GetId() int64
func (*MergeRequestNoteEvent) GetInternal ¶ added in v0.9.0
func (x *MergeRequestNoteEvent) GetInternal() bool
func (*MergeRequestNoteEvent) GetMergeRequest ¶ added in v0.10.0
func (x *MergeRequestNoteEvent) GetMergeRequest() *MergeRequestReference
func (*MergeRequestNoteEvent) GetResolveable ¶ added in v0.9.0
func (x *MergeRequestNoteEvent) GetResolveable() bool
func (*MergeRequestNoteEvent) GetResolved ¶ added in v0.9.0
func (x *MergeRequestNoteEvent) GetResolved() bool
func (*MergeRequestNoteEvent) GetResolvedAt ¶ added in v0.10.0
func (x *MergeRequestNoteEvent) GetResolvedAt() *timestamppb.Timestamp
func (*MergeRequestNoteEvent) GetResolver ¶ added in v0.13.2
func (x *MergeRequestNoteEvent) GetResolver() *UserReference
func (*MergeRequestNoteEvent) GetSystem ¶ added in v0.9.0
func (x *MergeRequestNoteEvent) GetSystem() bool
func (*MergeRequestNoteEvent) GetType ¶ added in v0.9.0
func (x *MergeRequestNoteEvent) GetType() string
func (*MergeRequestNoteEvent) GetUpdatedAt ¶ added in v0.9.0
func (x *MergeRequestNoteEvent) GetUpdatedAt() *timestamppb.Timestamp
func (*MergeRequestNoteEvent) ProtoMessage ¶ added in v0.9.0
func (*MergeRequestNoteEvent) ProtoMessage()
func (*MergeRequestNoteEvent) ProtoReflect ¶ added in v0.9.0
func (x *MergeRequestNoteEvent) ProtoReflect() protoreflect.Message
func (*MergeRequestNoteEvent) Reset ¶ added in v0.9.0
func (x *MergeRequestNoteEvent) Reset()
func (*MergeRequestNoteEvent) String ¶ added in v0.9.0
func (x *MergeRequestNoteEvent) String() string
type MergeRequestParticipants ¶ added in v0.10.0
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
added in
v0.10.0
func (*MergeRequestParticipants) Descriptor() ([]byte, []int)
Deprecated: Use MergeRequestParticipants.ProtoReflect.Descriptor instead.
func (*MergeRequestParticipants) GetApprovers ¶ added in v0.10.0
func (x *MergeRequestParticipants) GetApprovers() []*UserReference
func (*MergeRequestParticipants) GetAssignees ¶ added in v0.10.0
func (x *MergeRequestParticipants) GetAssignees() []*UserReference
func (*MergeRequestParticipants) GetAuthor ¶ added in v0.10.0
func (x *MergeRequestParticipants) GetAuthor() *UserReference
func (*MergeRequestParticipants) GetMergeUser ¶ added in v0.10.0
func (x *MergeRequestParticipants) GetMergeUser() *UserReference
func (*MergeRequestParticipants) GetReviewers ¶ added in v0.10.0
func (x *MergeRequestParticipants) GetReviewers() []*UserReference
func (*MergeRequestParticipants) ProtoMessage ¶ added in v0.10.0
func (*MergeRequestParticipants) ProtoMessage()
func (*MergeRequestParticipants) ProtoReflect ¶ added in v0.10.0
func (x *MergeRequestParticipants) ProtoReflect() protoreflect.Message
func (*MergeRequestParticipants) Reset ¶ added in v0.10.0
func (x *MergeRequestParticipants) Reset()
func (*MergeRequestParticipants) String ¶ added in v0.10.0
func (x *MergeRequestParticipants) String() string
type MergeRequestReference ¶ added in v0.10.0
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
added in
v0.10.0
func (*MergeRequestReference) Descriptor() ([]byte, []int)
Deprecated: Use MergeRequestReference.ProtoReflect.Descriptor instead.
func (*MergeRequestReference) GetId ¶ added in v0.10.0
func (x *MergeRequestReference) GetId() int64
func (*MergeRequestReference) GetIid ¶ added in v0.10.0
func (x *MergeRequestReference) GetIid() int64
func (*MergeRequestReference) GetProject ¶ added in v0.10.0
func (x *MergeRequestReference) GetProject() *ProjectReference
func (*MergeRequestReference) ProtoMessage ¶ added in v0.10.0
func (*MergeRequestReference) ProtoMessage()
func (*MergeRequestReference) ProtoReflect ¶ added in v0.10.0
func (x *MergeRequestReference) ProtoReflect() protoreflect.Message
func (*MergeRequestReference) Reset ¶ added in v0.10.0
func (x *MergeRequestReference) Reset()
func (*MergeRequestReference) String ¶ added in v0.10.0
func (x *MergeRequestReference) String() string
type MergeRequestTimestamps ¶ added in v0.10.0
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
added in
v0.10.0
func (*MergeRequestTimestamps) Descriptor() ([]byte, []int)
Deprecated: Use MergeRequestTimestamps.ProtoReflect.Descriptor instead.
func (*MergeRequestTimestamps) GetClosedAt ¶ added in v0.10.0
func (x *MergeRequestTimestamps) GetClosedAt() *timestamppb.Timestamp
func (*MergeRequestTimestamps) GetCreatedAt ¶ added in v0.10.0
func (x *MergeRequestTimestamps) GetCreatedAt() *timestamppb.Timestamp
func (*MergeRequestTimestamps) GetMergedAt ¶ added in v0.10.0
func (x *MergeRequestTimestamps) GetMergedAt() *timestamppb.Timestamp
func (*MergeRequestTimestamps) GetUpdatedAt ¶ added in v0.10.0
func (x *MergeRequestTimestamps) GetUpdatedAt() *timestamppb.Timestamp
func (*MergeRequestTimestamps) ProtoMessage ¶ added in v0.10.0
func (*MergeRequestTimestamps) ProtoMessage()
func (*MergeRequestTimestamps) ProtoReflect ¶ added in v0.10.0
func (x *MergeRequestTimestamps) ProtoReflect() protoreflect.Message
func (*MergeRequestTimestamps) Reset ¶ added in v0.10.0
func (x *MergeRequestTimestamps) Reset()
func (*MergeRequestTimestamps) String ¶ added in v0.10.0
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) GetJob ¶
func (x *Metric) GetJob() *JobReference
func (*Metric) GetLabels ¶
func (x *Metric) GetLabels() []*Metric_Label
func (*Metric) GetTimestamp ¶
func (x *Metric) GetTimestamp() *timestamppb.Timestamp
func (*Metric) ProtoMessage ¶
func (*Metric) ProtoMessage()
func (*Metric) ProtoReflect ¶
func (x *Metric) ProtoReflect() protoreflect.Message
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 ¶ added in v0.8.0
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
added in
v0.8.0
func (*Milestone) GetCreatedAt ¶ added in v0.8.0
func (x *Milestone) GetCreatedAt() *timestamppb.Timestamp
func (*Milestone) GetDueDate ¶ added in v0.8.0
func (x *Milestone) GetDueDate() *timestamppb.Timestamp
func (*Milestone) GetExpired ¶ added in v0.8.0
func (*Milestone) GetGroupId ¶ added in v0.8.0
func (*Milestone) GetProjectId ¶ added in v0.8.0
func (*Milestone) GetStartDate ¶ added in v0.8.0
func (x *Milestone) GetStartDate() *timestamppb.Timestamp
func (*Milestone) GetUpdatedAt ¶ added in v0.8.0
func (x *Milestone) GetUpdatedAt() *timestamppb.Timestamp
func (*Milestone) ProtoMessage ¶ added in v0.8.0
func (*Milestone) ProtoMessage()
func (*Milestone) ProtoReflect ¶ added in v0.8.0
func (x *Milestone) ProtoReflect() protoreflect.Message
type MilestoneReference ¶ added in v0.10.0
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
added in
v0.10.0
func (*MilestoneReference) Descriptor() ([]byte, []int)
Deprecated: Use MilestoneReference.ProtoReflect.Descriptor instead.
func (*MilestoneReference) GetId ¶ added in v0.10.0
func (x *MilestoneReference) GetId() int64
func (*MilestoneReference) GetIid ¶ added in v0.10.0
func (x *MilestoneReference) GetIid() int64
func (*MilestoneReference) GetProject ¶ added in v0.10.0
func (x *MilestoneReference) GetProject() *ProjectReference
func (*MilestoneReference) ProtoMessage ¶ added in v0.10.0
func (*MilestoneReference) ProtoMessage()
func (*MilestoneReference) ProtoReflect ¶ added in v0.10.0
func (x *MilestoneReference) ProtoReflect() protoreflect.Message
func (*MilestoneReference) Reset ¶ added in v0.10.0
func (x *MilestoneReference) Reset()
func (*MilestoneReference) String ¶ added in v0.10.0
func (x *MilestoneReference) String() string
type NamespaceReference ¶ added in v0.10.0
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
added in
v0.10.0
func (*NamespaceReference) Descriptor() ([]byte, []int)
Deprecated: Use NamespaceReference.ProtoReflect.Descriptor instead.
func (*NamespaceReference) GetFullPath ¶ added in v0.10.0
func (x *NamespaceReference) GetFullPath() string
func (*NamespaceReference) GetId ¶ added in v0.10.0
func (x *NamespaceReference) GetId() int64
func (*NamespaceReference) ProtoMessage ¶ added in v0.10.0
func (*NamespaceReference) ProtoMessage()
func (*NamespaceReference) ProtoReflect ¶ added in v0.10.0
func (x *NamespaceReference) ProtoReflect() protoreflect.Message
func (*NamespaceReference) Reset ¶ added in v0.10.0
func (x *NamespaceReference) Reset()
func (*NamespaceReference) String ¶ added in v0.10.0
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"` Sha string `protobuf:"bytes,6,opt,name=sha,proto3" json:"sha,omitempty"` Source string `protobuf:"bytes,7,opt,name=source,proto3" json:"source,omitempty"` Status string `protobuf:"bytes,8,opt,name=status,proto3" json:"status,omitempty"` FailureReason string `protobuf:"bytes,9,opt,name=failure_reason,json=failureReason,proto3" json:"failure_reason,omitempty"` Timestamps *PipelineTimestamps `protobuf:"bytes,10,opt,name=timestamps,proto3" json:"timestamps,omitempty"` QueuedDuration *durationpb.Duration `protobuf:"bytes,11,opt,name=queued_duration,json=queuedDuration,proto3" json:"queued_duration,omitempty"` Duration *durationpb.Duration `protobuf:"bytes,12,opt,name=duration,proto3" json:"duration,omitempty"` Coverage float64 `protobuf:"fixed64,13,opt,name=coverage,proto3" json:"coverage,omitempty"` Warnings bool `protobuf:"varint,14,opt,name=warnings,proto3" json:"warnings,omitempty"` YamlErrors bool `protobuf:"varint,15,opt,name=yaml_errors,json=yamlErrors,proto3" json:"yaml_errors,omitempty"` Child bool `protobuf:"varint,16,opt,name=child,proto3" json:"child,omitempty"` UpstreamPipeline *PipelineReference `protobuf:"bytes,17,opt,name=upstream_pipeline,json=upstreamPipeline,proto3,oneof" json:"upstream_pipeline,omitempty"` MergeRequest *MergeRequestReference `protobuf:"bytes,18,opt,name=merge_request,json=mergeRequest,proto3,oneof" json:"merge_request,omitempty"` User *UserReference `protobuf:"bytes,19,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*Pipeline) Descriptor
deprecated
func (*Pipeline) GetCoverage ¶
func (*Pipeline) GetDuration ¶
func (x *Pipeline) GetDuration() *durationpb.Duration
func (*Pipeline) GetFailureReason ¶ added in v0.12.0
func (*Pipeline) GetMergeRequest ¶ added in v0.10.0
func (x *Pipeline) GetMergeRequest() *MergeRequestReference
func (*Pipeline) GetProject ¶ added in v0.10.0
func (x *Pipeline) GetProject() *ProjectReference
func (*Pipeline) GetQueuedDuration ¶
func (x *Pipeline) GetQueuedDuration() *durationpb.Duration
func (*Pipeline) GetTimestamps ¶ added in v0.10.0
func (x *Pipeline) GetTimestamps() *PipelineTimestamps
func (*Pipeline) GetUpstreamPipeline ¶ added in v0.10.0
func (x *Pipeline) GetUpstreamPipeline() *PipelineReference
func (*Pipeline) GetUser ¶ added in v0.8.0
func (x *Pipeline) GetUser() *UserReference
func (*Pipeline) GetWarnings ¶ added in v0.10.0
func (*Pipeline) GetYamlErrors ¶
func (*Pipeline) ProtoMessage ¶
func (*Pipeline) ProtoMessage()
func (*Pipeline) ProtoReflect ¶
func (x *Pipeline) ProtoReflect() protoreflect.Message
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 ¶ added in v0.10.0
func (x *PipelineReference) GetIid() int64
func (*PipelineReference) GetProject ¶ added in v0.10.0
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 ¶ added in v0.10.0
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
added in
v0.10.0
func (*PipelineTimestamps) Descriptor() ([]byte, []int)
Deprecated: Use PipelineTimestamps.ProtoReflect.Descriptor instead.
func (*PipelineTimestamps) GetCommittedAt ¶ added in v0.10.0
func (x *PipelineTimestamps) GetCommittedAt() *timestamppb.Timestamp
func (*PipelineTimestamps) GetCreatedAt ¶ added in v0.10.0
func (x *PipelineTimestamps) GetCreatedAt() *timestamppb.Timestamp
func (*PipelineTimestamps) GetFinishedAt ¶ added in v0.10.0
func (x *PipelineTimestamps) GetFinishedAt() *timestamppb.Timestamp
func (*PipelineTimestamps) GetStartedAt ¶ added in v0.10.0
func (x *PipelineTimestamps) GetStartedAt() *timestamppb.Timestamp
func (*PipelineTimestamps) GetUpdatedAt ¶ added in v0.10.0
func (x *PipelineTimestamps) GetUpdatedAt() *timestamppb.Timestamp
func (*PipelineTimestamps) ProtoMessage ¶ added in v0.10.0
func (*PipelineTimestamps) ProtoMessage()
func (*PipelineTimestamps) ProtoReflect ¶ added in v0.10.0
func (x *PipelineTimestamps) ProtoReflect() protoreflect.Message
func (*PipelineTimestamps) Reset ¶ added in v0.10.0
func (x *PipelineTimestamps) Reset()
func (*PipelineTimestamps) String ¶ added in v0.10.0
func (x *PipelineTimestamps) String() string
type Project ¶ added in v0.8.0
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"` // contains filtered or unexported fields }
func (*Project) Descriptor
deprecated
added in
v0.8.0
func (*Project) GetArchived ¶ added in v0.8.0
func (*Project) GetDescription ¶ added in v0.8.0
func (*Project) GetFullName ¶ added in v0.10.0
func (*Project) GetFullPath ¶ added in v0.10.0
func (*Project) GetNamespace ¶ added in v0.8.0
func (x *Project) GetNamespace() *NamespaceReference
func (*Project) GetStatistics ¶ added in v0.8.0
func (x *Project) GetStatistics() *ProjectStatistics
func (*Project) GetTimestamps ¶ added in v0.10.0
func (x *Project) GetTimestamps() *ProjectTimestamps
func (*Project) GetVisibility ¶ added in v0.8.0
func (*Project) ProtoMessage ¶ added in v0.8.0
func (*Project) ProtoMessage()
func (*Project) ProtoReflect ¶ added in v0.8.0
func (x *Project) ProtoReflect() protoreflect.Message
type ProjectReference ¶ added in v0.10.0
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
added in
v0.10.0
func (*ProjectReference) Descriptor() ([]byte, []int)
Deprecated: Use ProjectReference.ProtoReflect.Descriptor instead.
func (*ProjectReference) GetFullPath ¶ added in v0.10.0
func (x *ProjectReference) GetFullPath() string
func (*ProjectReference) GetId ¶ added in v0.10.0
func (x *ProjectReference) GetId() int64
func (*ProjectReference) GetNamespace ¶ added in v0.10.0
func (x *ProjectReference) GetNamespace() *NamespaceReference
func (*ProjectReference) ProtoMessage ¶ added in v0.10.0
func (*ProjectReference) ProtoMessage()
func (*ProjectReference) ProtoReflect ¶ added in v0.10.0
func (x *ProjectReference) ProtoReflect() protoreflect.Message
func (*ProjectReference) Reset ¶ added in v0.10.0
func (x *ProjectReference) Reset()
func (*ProjectReference) String ¶ added in v0.10.0
func (x *ProjectReference) String() string
type ProjectStatistics ¶ added in v0.8.0
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
added in
v0.8.0
func (*ProjectStatistics) Descriptor() ([]byte, []int)
Deprecated: Use ProjectStatistics.ProtoReflect.Descriptor instead.
func (*ProjectStatistics) GetCommitCount ¶ added in v0.8.0
func (x *ProjectStatistics) GetCommitCount() int64
func (*ProjectStatistics) GetContainerRegistrySize ¶ added in v0.10.0
func (x *ProjectStatistics) GetContainerRegistrySize() int64
func (*ProjectStatistics) GetForksCount ¶ added in v0.10.0
func (x *ProjectStatistics) GetForksCount() int64
func (*ProjectStatistics) GetJobArtifactsSize ¶ added in v0.8.0
func (x *ProjectStatistics) GetJobArtifactsSize() int64
func (*ProjectStatistics) GetLfsObjectsSize ¶ added in v0.8.0
func (x *ProjectStatistics) GetLfsObjectsSize() int64
func (*ProjectStatistics) GetOpenIssuesCount ¶ added in v0.10.0
func (x *ProjectStatistics) GetOpenIssuesCount() int64
func (*ProjectStatistics) GetPackagesSize ¶ added in v0.8.0
func (x *ProjectStatistics) GetPackagesSize() int64
func (*ProjectStatistics) GetPipelineArtifactsSize ¶ added in v0.8.0
func (x *ProjectStatistics) GetPipelineArtifactsSize() int64
func (*ProjectStatistics) GetRepositorySize ¶ added in v0.8.0
func (x *ProjectStatistics) GetRepositorySize() int64
func (*ProjectStatistics) GetSnippetsSize ¶ added in v0.8.0
func (x *ProjectStatistics) GetSnippetsSize() int64
func (*ProjectStatistics) GetStarsCount ¶ added in v0.10.0
func (x *ProjectStatistics) GetStarsCount() int64
func (*ProjectStatistics) GetStorageSize ¶ added in v0.8.0
func (x *ProjectStatistics) GetStorageSize() int64
func (*ProjectStatistics) GetUploadsSize ¶ added in v0.8.0
func (x *ProjectStatistics) GetUploadsSize() int64
func (*ProjectStatistics) GetWikiSize ¶ added in v0.8.0
func (x *ProjectStatistics) GetWikiSize() int64
func (*ProjectStatistics) ProtoMessage ¶ added in v0.8.0
func (*ProjectStatistics) ProtoMessage()
func (*ProjectStatistics) ProtoReflect ¶ added in v0.8.0
func (x *ProjectStatistics) ProtoReflect() protoreflect.Message
func (*ProjectStatistics) Reset ¶ added in v0.8.0
func (x *ProjectStatistics) Reset()
func (*ProjectStatistics) String ¶ added in v0.8.0
func (x *ProjectStatistics) String() string
type ProjectTimestamps ¶ added in v0.10.0
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
added in
v0.10.0
func (*ProjectTimestamps) Descriptor() ([]byte, []int)
Deprecated: Use ProjectTimestamps.ProtoReflect.Descriptor instead.
func (*ProjectTimestamps) GetCreatedAt ¶ added in v0.10.0
func (x *ProjectTimestamps) GetCreatedAt() *timestamppb.Timestamp
func (*ProjectTimestamps) GetLastActivityAt ¶ added in v0.10.0
func (x *ProjectTimestamps) GetLastActivityAt() *timestamppb.Timestamp
func (*ProjectTimestamps) GetUpdatedAt ¶ added in v0.10.0
func (x *ProjectTimestamps) GetUpdatedAt() *timestamppb.Timestamp
func (*ProjectTimestamps) ProtoMessage ¶ added in v0.10.0
func (*ProjectTimestamps) ProtoMessage()
func (*ProjectTimestamps) ProtoReflect ¶ added in v0.10.0
func (x *ProjectTimestamps) ProtoReflect() protoreflect.Message
func (*ProjectTimestamps) Reset ¶ added in v0.10.0
func (x *ProjectTimestamps) Reset()
func (*ProjectTimestamps) String ¶ added in v0.10.0
func (x *ProjectTimestamps) String() string
type RunnerReference ¶ added in v0.10.0
type RunnerReference struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*RunnerReference) Descriptor
deprecated
added in
v0.10.0
func (*RunnerReference) Descriptor() ([]byte, []int)
Deprecated: Use RunnerReference.ProtoReflect.Descriptor instead.
func (*RunnerReference) GetId ¶ added in v0.10.0
func (x *RunnerReference) GetId() string
func (*RunnerReference) ProtoMessage ¶ added in v0.10.0
func (*RunnerReference) ProtoMessage()
func (*RunnerReference) ProtoReflect ¶ added in v0.10.0
func (x *RunnerReference) ProtoReflect() protoreflect.Message
func (*RunnerReference) Reset ¶ added in v0.10.0
func (x *RunnerReference) Reset()
func (*RunnerReference) String ¶ added in v0.10.0
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) GetDuration ¶
func (x *Section) GetDuration() *durationpb.Duration
func (*Section) GetFinishedAt ¶
func (x *Section) GetFinishedAt() *timestamppb.Timestamp
func (*Section) GetJob ¶
func (x *Section) GetJob() *JobReference
func (*Section) GetStartedAt ¶
func (x *Section) GetStartedAt() *timestamppb.Timestamp
func (*Section) ProtoMessage ¶
func (*Section) ProtoMessage()
func (*Section) ProtoReflect ¶
func (x *Section) ProtoReflect() protoreflect.Message
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) GetAttachmentUrl ¶
func (*TestCase) GetClassname ¶
func (*TestCase) GetExecutionTime ¶
func (*TestCase) GetProperties ¶ added in v0.12.0
func (x *TestCase) GetProperties() []*TestProperty
func (*TestCase) GetStackTrace ¶
func (*TestCase) GetSystemOutput ¶
func (*TestCase) GetTestSuite ¶ added in v0.12.0
func (x *TestCase) GetTestSuite() *TestSuiteReference
func (*TestCase) ProtoMessage ¶
func (*TestCase) ProtoMessage()
func (*TestCase) ProtoReflect ¶
func (x *TestCase) ProtoReflect() protoreflect.Message
type TestProperty ¶ added in v0.12.0
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
added in
v0.12.0
func (*TestProperty) Descriptor() ([]byte, []int)
Deprecated: Use TestProperty.ProtoReflect.Descriptor instead.
func (*TestProperty) GetName ¶ added in v0.12.0
func (x *TestProperty) GetName() string
func (*TestProperty) GetValue ¶ added in v0.12.0
func (x *TestProperty) GetValue() string
func (*TestProperty) ProtoMessage ¶ added in v0.12.0
func (*TestProperty) ProtoMessage()
func (*TestProperty) ProtoReflect ¶ added in v0.12.0
func (x *TestProperty) ProtoReflect() protoreflect.Message
func (*TestProperty) Reset ¶ added in v0.12.0
func (x *TestProperty) Reset()
func (*TestProperty) String ¶ added in v0.12.0
func (x *TestProperty) String() string
type TestReport ¶
type TestReport struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Pipeline *PipelineReference `protobuf:"bytes,2,opt,name=pipeline,proto3" json:"pipeline,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) GetPipeline ¶ added in v0.12.0
func (x *TestReport) GetPipeline() *PipelineReference
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 ¶ added in v0.12.0
type TestReportReference struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Pipeline *PipelineReference `protobuf:"bytes,3,opt,name=pipeline,proto3" json:"pipeline,omitempty"` // contains filtered or unexported fields }
func (*TestReportReference) Descriptor
deprecated
added in
v0.12.0
func (*TestReportReference) Descriptor() ([]byte, []int)
Deprecated: Use TestReportReference.ProtoReflect.Descriptor instead.
func (*TestReportReference) GetId ¶ added in v0.12.0
func (x *TestReportReference) GetId() string
func (*TestReportReference) GetPipeline ¶ added in v0.12.0
func (x *TestReportReference) GetPipeline() *PipelineReference
func (*TestReportReference) ProtoMessage ¶ added in v0.12.0
func (*TestReportReference) ProtoMessage()
func (*TestReportReference) ProtoReflect ¶ added in v0.12.0
func (x *TestReportReference) ProtoReflect() protoreflect.Message
func (*TestReportReference) Reset ¶ added in v0.12.0
func (x *TestReportReference) Reset()
func (*TestReportReference) String ¶ added in v0.12.0
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) GetErrorCount ¶
func (*TestSuite) GetFailedCount ¶
func (*TestSuite) GetProperties ¶ added in v0.12.0
func (x *TestSuite) GetProperties() []*TestProperty
func (*TestSuite) GetSkippedCount ¶
func (*TestSuite) GetSuccessCount ¶
func (*TestSuite) GetTestReport ¶ added in v0.12.0
func (x *TestSuite) GetTestReport() *TestReportReference
func (*TestSuite) GetTotalCount ¶
func (*TestSuite) GetTotalTime ¶
func (*TestSuite) ProtoMessage ¶
func (*TestSuite) ProtoMessage()
func (*TestSuite) ProtoReflect ¶
func (x *TestSuite) ProtoReflect() protoreflect.Message
type TestSuiteReference ¶ added in v0.12.0
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
added in
v0.12.0
func (*TestSuiteReference) Descriptor() ([]byte, []int)
Deprecated: Use TestSuiteReference.ProtoReflect.Descriptor instead.
func (*TestSuiteReference) GetId ¶ added in v0.12.0
func (x *TestSuiteReference) GetId() string
func (*TestSuiteReference) GetTestReport ¶ added in v0.12.0
func (x *TestSuiteReference) GetTestReport() *TestReportReference
func (*TestSuiteReference) ProtoMessage ¶ added in v0.12.0
func (*TestSuiteReference) ProtoMessage()
func (*TestSuiteReference) ProtoReflect ¶ added in v0.12.0
func (x *TestSuiteReference) ProtoReflect() protoreflect.Message
func (*TestSuiteReference) Reset ¶ added in v0.12.0
func (x *TestSuiteReference) Reset()
func (*TestSuiteReference) String ¶ added in v0.12.0
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) GetData ¶
func (x *Trace) GetData() *v1.TracesData
func (*Trace) ProtoMessage ¶
func (*Trace) ProtoMessage()
func (*Trace) ProtoReflect ¶
func (x *Trace) ProtoReflect() protoreflect.Message
type UserReference ¶ added in v0.10.0
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
added in
v0.10.0
func (*UserReference) Descriptor() ([]byte, []int)
Deprecated: Use UserReference.ProtoReflect.Descriptor instead.
func (*UserReference) GetId ¶ added in v0.10.0
func (x *UserReference) GetId() int64
func (*UserReference) GetName ¶ added in v0.13.2
func (x *UserReference) GetName() string
func (*UserReference) GetUsername ¶ added in v0.13.2
func (x *UserReference) GetUsername() string
func (*UserReference) ProtoMessage ¶ added in v0.10.0
func (*UserReference) ProtoMessage()
func (*UserReference) ProtoReflect ¶ added in v0.10.0
func (x *UserReference) ProtoReflect() protoreflect.Message
func (*UserReference) Reset ¶ added in v0.10.0
func (x *UserReference) Reset()
func (*UserReference) String ¶ added in v0.10.0
func (x *UserReference) String() string