typespb

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Oct 30, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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

Enum value maps for JobKind.

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

Functions

This section is empty.

Types

type Commit 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) Descriptor() ([]byte, []int)

Deprecated: Use Commit.ProtoReflect.Descriptor instead.

func (*Commit) GetAuthorEmail added in v0.8.0

func (x *Commit) GetAuthorEmail() string

func (*Commit) GetAuthorName added in v0.8.0

func (x *Commit) GetAuthorName() string

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 (x *Commit) GetCommitterEmail() string

func (*Commit) GetCommitterName added in v0.8.0

func (x *Commit) GetCommitterName() string

func (*Commit) GetCreatedAt added in v0.8.0

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

func (*Commit) GetId added in v0.8.0

func (x *Commit) GetId() string

func (*Commit) GetMessage added in v0.8.0

func (x *Commit) GetMessage() string

func (*Commit) GetParentIds added in v0.8.0

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

func (*Commit) GetProjectId added in v0.8.0

func (x *Commit) GetProjectId() int64

func (*Commit) GetShortId added in v0.8.0

func (x *Commit) GetShortId() string

func (*Commit) GetStats added in v0.8.0

func (x *Commit) GetStats() *CommitStats

func (*Commit) GetStatus added in v0.8.0

func (x *Commit) GetStatus() string

func (*Commit) GetTitle added in v0.8.0

func (x *Commit) GetTitle() string

func (*Commit) GetTrailers added in v0.8.0

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

func (*Commit) GetWebUrl added in v0.8.0

func (x *Commit) GetWebUrl() string

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

func (*Commit) Reset added in v0.8.0

func (x *Commit) Reset()

func (*Commit) String added in v0.8.0

func (x *Commit) String() string

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 Job

type Job struct {
	Id                 int64                `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Pipeline           *PipelineReference   `protobuf:"bytes,2,opt,name=pipeline,proto3" json:"pipeline,omitempty"`
	Name               string               `protobuf:"bytes,3,opt,name=name,proto3" json:"name,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) Descriptor() ([]byte, []int)

Deprecated: Use Job.ProtoReflect.Descriptor instead.

func (*Job) GetAllowFailure

func (x *Job) GetAllowFailure() bool

func (*Job) GetCoverage

func (x *Job) GetCoverage() float64

func (*Job) GetDownstreamPipeline added in v0.10.0

func (x *Job) GetDownstreamPipeline() *PipelineReference

func (*Job) GetDuration

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

func (*Job) GetFailureReason

func (x *Job) GetFailureReason() string

func (*Job) GetId

func (x *Job) GetId() int64

func (*Job) GetKind added in v0.10.0

func (x *Job) GetKind() JobKind

func (*Job) GetManual added in v0.10.0

func (x *Job) GetManual() bool

func (*Job) GetName

func (x *Job) GetName() string

func (*Job) GetPipeline

func (x *Job) GetPipeline() *PipelineReference

func (*Job) GetQueuedDuration

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

func (*Job) GetRef

func (x *Job) GetRef() string

func (*Job) GetRetried added in v0.10.0

func (x *Job) GetRetried() bool

func (*Job) GetRetryable added in v0.10.0

func (x *Job) GetRetryable() bool

func (*Job) GetRunner added in v0.8.0

func (x *Job) GetRunner() *RunnerReference

func (*Job) GetStage

func (x *Job) GetStage() string

func (*Job) GetStatus

func (x *Job) GetStatus() string

func (*Job) GetTags added in v0.10.0

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

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

func (*Job) Reset

func (x *Job) Reset()

func (*Job) String

func (x *Job) String() string

type JobKind added in v0.10.0

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

func (JobKind) Descriptor added in v0.10.0

func (JobKind) Descriptor() protoreflect.EnumDescriptor

func (JobKind) Enum added in v0.10.0

func (x JobKind) Enum() *JobKind

func (JobKind) EnumDescriptor deprecated added in v0.10.0

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

Deprecated: Use JobKind.Descriptor instead.

func (JobKind) Number added in v0.10.0

func (x JobKind) Number() protoreflect.EnumNumber

func (JobKind) String added in v0.10.0

func (x JobKind) String() string

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"`
	AuthorId     int64                  `protobuf:"varint,11,opt,name=author_id,json=authorId,proto3" json:"author_id,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"`
	ResolverId   int64                  `protobuf:"varint,14,opt,name=resolver_id,json=resolverId,proto3" json:"resolver_id,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) GetAuthorId added in v0.9.0

func (x *MergeRequestNoteEvent) GetAuthorId() int64

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) GetResolverId added in v0.9.0

func (x *MergeRequestNoteEvent) GetResolverId() int64

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) Descriptor() ([]byte, []int)

Deprecated: Use Metric.ProtoReflect.Descriptor instead.

func (*Metric) GetId added in v0.8.1

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

func (*Metric) GetIid added in v0.8.1

func (x *Metric) GetIid() int64

func (*Metric) GetJob

func (x *Metric) GetJob() *JobReference

func (*Metric) GetLabels

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

func (*Metric) GetName

func (x *Metric) GetName() string

func (*Metric) GetTimestamp

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

func (*Metric) GetValue

func (x *Metric) GetValue() float64

func (*Metric) ProtoMessage

func (*Metric) ProtoMessage()

func (*Metric) ProtoReflect

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

func (*Metric) Reset

func (x *Metric) Reset()

func (*Metric) String

func (x *Metric) String() string

type Metric_Label

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

func (*Metric_Label) Descriptor deprecated

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

Deprecated: Use Metric_Label.ProtoReflect.Descriptor instead.

func (*Metric_Label) GetName

func (x *Metric_Label) GetName() string

func (*Metric_Label) GetValue

func (x *Metric_Label) GetValue() string

func (*Metric_Label) ProtoMessage

func (*Metric_Label) ProtoMessage()

func (*Metric_Label) ProtoReflect

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

func (*Metric_Label) Reset

func (x *Metric_Label) Reset()

func (*Metric_Label) String

func (x *Metric_Label) String() string

type Milestone 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) Descriptor() ([]byte, []int)

Deprecated: Use Milestone.ProtoReflect.Descriptor instead.

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 (x *Milestone) GetExpired() bool

func (*Milestone) GetGroupId added in v0.8.0

func (x *Milestone) GetGroupId() int64

func (*Milestone) GetId added in v0.8.0

func (x *Milestone) GetId() int64

func (*Milestone) GetIid added in v0.8.0

func (x *Milestone) GetIid() int64

func (*Milestone) GetProjectId added in v0.8.0

func (x *Milestone) GetProjectId() int64

func (*Milestone) GetStartDate added in v0.8.0

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

func (*Milestone) GetState added in v0.8.0

func (x *Milestone) GetState() string

func (*Milestone) GetTitle added in v0.8.0

func (x *Milestone) GetTitle() string

func (*Milestone) GetUpdatedAt added in v0.8.0

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

func (*Milestone) GetWebUrl added in v0.8.0

func (x *Milestone) GetWebUrl() string

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

func (*Milestone) Reset added in v0.8.0

func (x *Milestone) Reset()

func (*Milestone) String added in v0.8.0

func (x *Milestone) String() string

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"`
	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) Descriptor() ([]byte, []int)

Deprecated: Use Pipeline.ProtoReflect.Descriptor instead.

func (*Pipeline) GetChild added in v0.10.0

func (x *Pipeline) GetChild() bool

func (*Pipeline) GetCoverage

func (x *Pipeline) GetCoverage() float64

func (*Pipeline) GetDuration

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

func (*Pipeline) GetId

func (x *Pipeline) GetId() int64

func (*Pipeline) GetIid

func (x *Pipeline) GetIid() int64

func (*Pipeline) GetMergeRequest added in v0.10.0

func (x *Pipeline) GetMergeRequest() *MergeRequestReference

func (*Pipeline) GetName added in v0.10.0

func (x *Pipeline) GetName() string

func (*Pipeline) GetProject added in v0.10.0

func (x *Pipeline) GetProject() *ProjectReference

func (*Pipeline) GetQueuedDuration

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

func (*Pipeline) GetRef

func (x *Pipeline) GetRef() string

func (*Pipeline) GetSha

func (x *Pipeline) GetSha() string

func (*Pipeline) GetSource

func (x *Pipeline) GetSource() string

func (*Pipeline) GetStatus

func (x *Pipeline) GetStatus() string

func (*Pipeline) GetTimestamps 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 (x *Pipeline) GetWarnings() bool

func (*Pipeline) GetYamlErrors

func (x *Pipeline) GetYamlErrors() bool

func (*Pipeline) ProtoMessage

func (*Pipeline) ProtoMessage()

func (*Pipeline) ProtoReflect

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

func (*Pipeline) Reset

func (x *Pipeline) Reset()

func (*Pipeline) String

func (x *Pipeline) String() string

type PipelineReference

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

func (*PipelineReference) Descriptor deprecated

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

Deprecated: Use PipelineReference.ProtoReflect.Descriptor instead.

func (*PipelineReference) GetId

func (x *PipelineReference) GetId() int64

func (*PipelineReference) GetIid 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,19,opt,name=archived,proto3" json:"archived,omitempty"`
	Visibility  string              `protobuf:"bytes,21,opt,name=visibility,proto3" json:"visibility,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated added in v0.8.0

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

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetArchived added in v0.8.0

func (x *Project) GetArchived() bool

func (*Project) GetDescription added in v0.8.0

func (x *Project) GetDescription() string

func (*Project) GetFullName added in v0.10.0

func (x *Project) GetFullName() string

func (*Project) GetFullPath added in v0.10.0

func (x *Project) GetFullPath() string

func (*Project) GetId added in v0.8.0

func (x *Project) GetId() int64

func (*Project) GetName added in v0.8.0

func (x *Project) GetName() string

func (*Project) GetNamespace added in v0.8.0

func (x *Project) GetNamespace() *NamespaceReference

func (*Project) GetPath added in v0.8.0

func (x *Project) GetPath() string

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 (x *Project) GetVisibility() string

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

func (*Project) Reset added in v0.8.0

func (x *Project) Reset()

func (*Project) String added in v0.8.0

func (x *Project) String() string

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) Descriptor() ([]byte, []int)

Deprecated: Use Section.ProtoReflect.Descriptor instead.

func (*Section) GetDuration

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

func (*Section) GetFinishedAt

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

func (*Section) GetId

func (x *Section) GetId() int64

func (*Section) GetJob

func (x *Section) GetJob() *JobReference

func (*Section) GetName

func (x *Section) GetName() string

func (*Section) GetStartedAt

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

func (*Section) ProtoMessage

func (*Section) ProtoMessage()

func (*Section) ProtoReflect

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

func (*Section) Reset

func (x *Section) Reset()

func (*Section) String

func (x *Section) String() string

type TestCase

type TestCase struct {
	Id             string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TestsuiteId    string                   `protobuf:"bytes,2,opt,name=testsuite_id,json=testsuiteId,proto3" json:"testsuite_id,omitempty"`
	TestreportId   string                   `protobuf:"bytes,3,opt,name=testreport_id,json=testreportId,proto3" json:"testreport_id,omitempty"`
	PipelineId     int64                    `protobuf:"varint,4,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"`
	Status         string                   `protobuf:"bytes,5,opt,name=status,proto3" json:"status,omitempty"`
	Name           string                   `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	Classname      string                   `protobuf:"bytes,7,opt,name=classname,proto3" json:"classname,omitempty"`
	File           string                   `protobuf:"bytes,8,opt,name=file,proto3" json:"file,omitempty"`
	ExecutionTime  float64                  `protobuf:"fixed64,9,opt,name=execution_time,json=executionTime,proto3" json:"execution_time,omitempty"`
	SystemOutput   string                   `protobuf:"bytes,10,opt,name=system_output,json=systemOutput,proto3" json:"system_output,omitempty"`
	StackTrace     string                   `protobuf:"bytes,11,opt,name=stack_trace,json=stackTrace,proto3" json:"stack_trace,omitempty"`
	AttachmentUrl  string                   `protobuf:"bytes,12,opt,name=attachment_url,json=attachmentUrl,proto3" json:"attachment_url,omitempty"`
	RecentFailures *TestCase_RecentFailures `protobuf:"bytes,13,opt,name=recent_failures,json=recentFailures,proto3" json:"recent_failures,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCase) Descriptor deprecated

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

Deprecated: Use TestCase.ProtoReflect.Descriptor instead.

func (*TestCase) GetAttachmentUrl

func (x *TestCase) GetAttachmentUrl() string

func (*TestCase) GetClassname

func (x *TestCase) GetClassname() string

func (*TestCase) GetExecutionTime

func (x *TestCase) GetExecutionTime() float64

func (*TestCase) GetFile

func (x *TestCase) GetFile() string

func (*TestCase) GetId

func (x *TestCase) GetId() string

func (*TestCase) GetName

func (x *TestCase) GetName() string

func (*TestCase) GetPipelineId

func (x *TestCase) GetPipelineId() int64

func (*TestCase) GetRecentFailures

func (x *TestCase) GetRecentFailures() *TestCase_RecentFailures

func (*TestCase) GetStackTrace

func (x *TestCase) GetStackTrace() string

func (*TestCase) GetStatus

func (x *TestCase) GetStatus() string

func (*TestCase) GetSystemOutput

func (x *TestCase) GetSystemOutput() string

func (*TestCase) GetTestreportId

func (x *TestCase) GetTestreportId() string

func (*TestCase) GetTestsuiteId

func (x *TestCase) GetTestsuiteId() string

func (*TestCase) ProtoMessage

func (*TestCase) ProtoMessage()

func (*TestCase) ProtoReflect

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

func (*TestCase) Reset

func (x *TestCase) Reset()

func (*TestCase) String

func (x *TestCase) String() string

type TestCase_RecentFailures

type TestCase_RecentFailures struct {
	Count      int64  `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	BaseBranch string `protobuf:"bytes,2,opt,name=base_branch,json=baseBranch,proto3" json:"base_branch,omitempty"`
	// contains filtered or unexported fields
}

func (*TestCase_RecentFailures) Descriptor deprecated

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

Deprecated: Use TestCase_RecentFailures.ProtoReflect.Descriptor instead.

func (*TestCase_RecentFailures) GetBaseBranch

func (x *TestCase_RecentFailures) GetBaseBranch() string

func (*TestCase_RecentFailures) GetCount

func (x *TestCase_RecentFailures) GetCount() int64

func (*TestCase_RecentFailures) ProtoMessage

func (*TestCase_RecentFailures) ProtoMessage()

func (*TestCase_RecentFailures) ProtoReflect

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

func (*TestCase_RecentFailures) Reset

func (x *TestCase_RecentFailures) Reset()

func (*TestCase_RecentFailures) String

func (x *TestCase_RecentFailures) String() string

type TestReport

type TestReport struct {
	Id           string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	PipelineId   int64   `protobuf:"varint,2,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,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) GetPipelineId

func (x *TestReport) GetPipelineId() int64

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 TestSuite

type TestSuite struct {
	Id           string  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TestreportId string  `protobuf:"bytes,2,opt,name=testreport_id,json=testreportId,proto3" json:"testreport_id,omitempty"`
	PipelineId   int64   `protobuf:"varint,3,opt,name=pipeline_id,json=pipelineId,proto3" json:"pipeline_id,omitempty"`
	Name         string  `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	TotalTime    float64 `protobuf:"fixed64,5,opt,name=total_time,json=totalTime,proto3" json:"total_time,omitempty"`
	TotalCount   int64   `protobuf:"varint,6,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	SuccessCount int64   `protobuf:"varint,7,opt,name=success_count,json=successCount,proto3" json:"success_count,omitempty"`
	FailedCount  int64   `protobuf:"varint,8,opt,name=failed_count,json=failedCount,proto3" json:"failed_count,omitempty"`
	SkippedCount int64   `protobuf:"varint,9,opt,name=skipped_count,json=skippedCount,proto3" json:"skipped_count,omitempty"`
	ErrorCount   int64   `protobuf:"varint,10,opt,name=error_count,json=errorCount,proto3" json:"error_count,omitempty"`
	// contains filtered or unexported fields
}

func (*TestSuite) Descriptor deprecated

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

Deprecated: Use TestSuite.ProtoReflect.Descriptor instead.

func (*TestSuite) GetErrorCount

func (x *TestSuite) GetErrorCount() int64

func (*TestSuite) GetFailedCount

func (x *TestSuite) GetFailedCount() int64

func (*TestSuite) GetId

func (x *TestSuite) GetId() string

func (*TestSuite) GetName

func (x *TestSuite) GetName() string

func (*TestSuite) GetPipelineId

func (x *TestSuite) GetPipelineId() int64

func (*TestSuite) GetSkippedCount

func (x *TestSuite) GetSkippedCount() int64

func (*TestSuite) GetSuccessCount

func (x *TestSuite) GetSuccessCount() int64

func (*TestSuite) GetTestreportId

func (x *TestSuite) GetTestreportId() string

func (*TestSuite) GetTotalCount

func (x *TestSuite) GetTotalCount() int64

func (*TestSuite) GetTotalTime

func (x *TestSuite) GetTotalTime() float64

func (*TestSuite) ProtoMessage

func (*TestSuite) ProtoMessage()

func (*TestSuite) ProtoReflect

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

func (*TestSuite) Reset

func (x *TestSuite) Reset()

func (*TestSuite) String

func (x *TestSuite) String() string

type Trace

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

func (*Trace) Descriptor deprecated

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

Deprecated: Use Trace.ProtoReflect.Descriptor instead.

func (*Trace) GetData

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

func (*Trace) ProtoMessage

func (*Trace) ProtoMessage()

func (*Trace) ProtoReflect

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

func (*Trace) Reset

func (x *Trace) Reset()

func (*Trace) String

func (x *Trace) String() string

type UserReference added in v0.10.0

type UserReference struct {
	Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,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) 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

Jump to

Keyboard shortcuts

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