typespb

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Jul 16, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

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_mergerequest_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_section_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_testreport_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_trace_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_user_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Bridge

type Bridge struct {
	Pipeline           *PipelineInfo          `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"`
	Id                 int64                  `protobuf:"varint,2,opt,name=id,proto3" json:"id,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"`
	Stage              string                 `protobuf:"bytes,5,opt,name=stage,proto3" json:"stage,omitempty"`
	Status             string                 `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
	DownstreamPipeline *PipelineInfo          `protobuf:"bytes,7,opt,name=downstream_pipeline,json=downstreamPipeline,proto3" json:"downstream_pipeline,omitempty"`
	CreatedAt          *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	StartedAt          *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	FinishedAt         *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"`
	ErasedAt           *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=erased_at,json=erasedAt,proto3" json:"erased_at,omitempty"`
	Duration           *durationpb.Duration   `protobuf:"bytes,14,opt,name=duration,proto3" json:"duration,omitempty"`
	QueuedDuration     *durationpb.Duration   `protobuf:"bytes,15,opt,name=queued_duration,json=queuedDuration,proto3" json:"queued_duration,omitempty"`
	Coverage           float64                `protobuf:"fixed64,20,opt,name=coverage,proto3" json:"coverage,omitempty"`
	Tag                bool                   `protobuf:"varint,21,opt,name=tag,proto3" json:"tag,omitempty"`
	AllowFailure       bool                   `protobuf:"varint,22,opt,name=allow_failure,json=allowFailure,proto3" json:"allow_failure,omitempty"`
	FailureReason      string                 `protobuf:"bytes,23,opt,name=failure_reason,json=failureReason,proto3" json:"failure_reason,omitempty"`
	WebUrl             string                 `protobuf:"bytes,24,opt,name=web_url,json=webUrl,proto3" json:"web_url,omitempty"`
	Commit             *Commit                `protobuf:"bytes,30,opt,name=commit,proto3" json:"commit,omitempty"`
	User               *User                  `protobuf:"bytes,31,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*Bridge) Descriptor deprecated

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

Deprecated: Use Bridge.ProtoReflect.Descriptor instead.

func (*Bridge) GetAllowFailure

func (x *Bridge) GetAllowFailure() bool

func (*Bridge) GetCommit added in v0.8.0

func (x *Bridge) GetCommit() *Commit

func (*Bridge) GetCoverage

func (x *Bridge) GetCoverage() float64

func (*Bridge) GetCreatedAt

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

func (*Bridge) GetDownstreamPipeline

func (x *Bridge) GetDownstreamPipeline() *PipelineInfo

func (*Bridge) GetDuration

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

func (*Bridge) GetErasedAt

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

func (*Bridge) GetFailureReason

func (x *Bridge) GetFailureReason() string

func (*Bridge) GetFinishedAt

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

func (*Bridge) GetId

func (x *Bridge) GetId() int64

func (*Bridge) GetName

func (x *Bridge) GetName() string

func (*Bridge) GetPipeline

func (x *Bridge) GetPipeline() *PipelineInfo

func (*Bridge) GetQueuedDuration

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

func (*Bridge) GetRef

func (x *Bridge) GetRef() string

func (*Bridge) GetStage

func (x *Bridge) GetStage() string

func (*Bridge) GetStartedAt

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

func (*Bridge) GetStatus

func (x *Bridge) GetStatus() string

func (*Bridge) GetTag

func (x *Bridge) GetTag() bool

func (*Bridge) GetUser added in v0.8.0

func (x *Bridge) GetUser() *User

func (*Bridge) GetWebUrl

func (x *Bridge) GetWebUrl() string

func (*Bridge) ProtoMessage

func (*Bridge) ProtoMessage()

func (*Bridge) ProtoReflect

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

func (*Bridge) Reset

func (x *Bridge) Reset()

func (*Bridge) String

func (x *Bridge) String() string

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 {
	Pipeline          *PipelineReference     `protobuf:"bytes,1,opt,name=pipeline,proto3" json:"pipeline,omitempty"`
	Id                int64                  `protobuf:"varint,2,opt,name=id,proto3" json:"id,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"`
	Stage             string                 `protobuf:"bytes,5,opt,name=stage,proto3" json:"stage,omitempty"`
	Status            string                 `protobuf:"bytes,6,opt,name=status,proto3" json:"status,omitempty"`
	CreatedAt         *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	StartedAt         *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	FinishedAt        *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"`
	ErasedAt          *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=erased_at,json=erasedAt,proto3" json:"erased_at,omitempty"`
	Duration          *durationpb.Duration   `protobuf:"bytes,14,opt,name=duration,proto3" json:"duration,omitempty"`
	QueuedDuration    *durationpb.Duration   `protobuf:"bytes,15,opt,name=queued_duration,json=queuedDuration,proto3" json:"queued_duration,omitempty"`
	Coverage          float64                `protobuf:"fixed64,20,opt,name=coverage,proto3" json:"coverage,omitempty"`
	Tag               bool                   `protobuf:"varint,21,opt,name=tag,proto3" json:"tag,omitempty"`
	AllowFailure      bool                   `protobuf:"varint,22,opt,name=allow_failure,json=allowFailure,proto3" json:"allow_failure,omitempty"`
	FailureReason     string                 `protobuf:"bytes,23,opt,name=failure_reason,json=failureReason,proto3" json:"failure_reason,omitempty"`
	WebUrl            string                 `protobuf:"bytes,24,opt,name=web_url,json=webUrl,proto3" json:"web_url,omitempty"`
	TagList           []string               `protobuf:"bytes,25,rep,name=tag_list,json=tagList,proto3" json:"tag_list,omitempty"`
	Commit            *Commit                `protobuf:"bytes,30,opt,name=commit,proto3" json:"commit,omitempty"`
	Project           *Project               `protobuf:"bytes,31,opt,name=project,proto3" json:"project,omitempty"`
	User              *User                  `protobuf:"bytes,32,opt,name=user,proto3" json:"user,omitempty"`
	Runner            *JobRunner             `protobuf:"bytes,33,opt,name=runner,proto3" json:"runner,omitempty"`
	Artifacts         []*JobArtifacts        `protobuf:"bytes,34,rep,name=artifacts,proto3" json:"artifacts,omitempty"`
	ArtifactsFile     *JobArtifactsFile      `protobuf:"bytes,35,opt,name=artifacts_file,json=artifactsFile,proto3" json:"artifacts_file,omitempty"`
	ArtifactsExpireAt *timestamppb.Timestamp `protobuf:"bytes,36,opt,name=artifacts_expire_at,json=artifactsExpireAt,proto3" json:"artifacts_expire_at,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) GetArtifacts added in v0.8.0

func (x *Job) GetArtifacts() []*JobArtifacts

func (*Job) GetArtifactsExpireAt added in v0.8.0

func (x *Job) GetArtifactsExpireAt() *timestamppb.Timestamp

func (*Job) GetArtifactsFile added in v0.8.0

func (x *Job) GetArtifactsFile() *JobArtifactsFile

func (*Job) GetCommit added in v0.8.0

func (x *Job) GetCommit() *Commit

func (*Job) GetCoverage

func (x *Job) GetCoverage() float64

func (*Job) GetCreatedAt

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

func (*Job) GetDuration

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

func (*Job) GetErasedAt

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

func (*Job) GetFailureReason

func (x *Job) GetFailureReason() string

func (*Job) GetFinishedAt

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

func (*Job) GetId

func (x *Job) GetId() int64

func (*Job) GetName

func (x *Job) GetName() string

func (*Job) GetPipeline

func (x *Job) GetPipeline() *PipelineReference

func (*Job) GetProject added in v0.8.0

func (x *Job) GetProject() *Project

func (*Job) GetQueuedDuration

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

func (*Job) GetRef

func (x *Job) GetRef() string

func (*Job) GetRunner added in v0.8.0

func (x *Job) GetRunner() *JobRunner

func (*Job) GetStage

func (x *Job) GetStage() string

func (*Job) GetStartedAt

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

func (*Job) GetStatus

func (x *Job) GetStatus() string

func (*Job) GetTag

func (x *Job) GetTag() bool

func (*Job) GetTagList

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

func (*Job) GetUser added in v0.8.0

func (x *Job) GetUser() *User

func (*Job) GetWebUrl

func (x *Job) GetWebUrl() string

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 JobArtifacts added in v0.8.0

type JobArtifacts struct {
	Filename   string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	FileType   string `protobuf:"bytes,2,opt,name=file_type,json=fileType,proto3" json:"file_type,omitempty"`
	FileFormat string `protobuf:"bytes,3,opt,name=file_format,json=fileFormat,proto3" json:"file_format,omitempty"`
	Size       int64  `protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use JobArtifacts.ProtoReflect.Descriptor instead.

func (*JobArtifacts) GetFileFormat added in v0.8.0

func (x *JobArtifacts) GetFileFormat() string

func (*JobArtifacts) GetFileType added in v0.8.0

func (x *JobArtifacts) GetFileType() string

func (*JobArtifacts) GetFilename added in v0.8.0

func (x *JobArtifacts) GetFilename() string

func (*JobArtifacts) GetSize added in v0.8.0

func (x *JobArtifacts) GetSize() int64

func (*JobArtifacts) ProtoMessage added in v0.8.0

func (*JobArtifacts) ProtoMessage()

func (*JobArtifacts) ProtoReflect added in v0.8.0

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

func (*JobArtifacts) Reset added in v0.8.0

func (x *JobArtifacts) Reset()

func (*JobArtifacts) String added in v0.8.0

func (x *JobArtifacts) String() string

type JobArtifactsFile added in v0.8.0

type JobArtifactsFile struct {
	Filename string `protobuf:"bytes,1,opt,name=filename,proto3" json:"filename,omitempty"`
	Size     int64  `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use JobArtifactsFile.ProtoReflect.Descriptor instead.

func (*JobArtifactsFile) GetFilename added in v0.8.0

func (x *JobArtifactsFile) GetFilename() string

func (*JobArtifactsFile) GetSize added in v0.8.0

func (x *JobArtifactsFile) GetSize() int64

func (*JobArtifactsFile) ProtoMessage added in v0.8.0

func (*JobArtifactsFile) ProtoMessage()

func (*JobArtifactsFile) ProtoReflect added in v0.8.0

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

func (*JobArtifactsFile) Reset added in v0.8.0

func (x *JobArtifactsFile) Reset()

func (*JobArtifactsFile) String added in v0.8.0

func (x *JobArtifactsFile) String() string

type JobReference

type JobReference struct {
	Id     int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	Name   string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Status string `protobuf:"bytes,3,opt,name=status,proto3" json:"status,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) GetStatus

func (x *JobReference) GetStatus() string

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 JobRunner added in v0.8.0

type JobRunner 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"`
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Active      bool   `protobuf:"varint,4,opt,name=active,proto3" json:"active,omitempty"`
	IsShared    bool   `protobuf:"varint,5,opt,name=is_shared,json=isShared,proto3" json:"is_shared,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use JobRunner.ProtoReflect.Descriptor instead.

func (*JobRunner) GetActive added in v0.8.0

func (x *JobRunner) GetActive() bool

func (*JobRunner) GetDescription added in v0.8.0

func (x *JobRunner) GetDescription() string

func (*JobRunner) GetId added in v0.8.0

func (x *JobRunner) GetId() int64

func (*JobRunner) GetIsShared added in v0.8.0

func (x *JobRunner) GetIsShared() bool

func (*JobRunner) GetName added in v0.8.0

func (x *JobRunner) GetName() string

func (*JobRunner) ProtoMessage added in v0.8.0

func (*JobRunner) ProtoMessage()

func (*JobRunner) ProtoReflect added in v0.8.0

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

func (*JobRunner) Reset added in v0.8.0

func (x *JobRunner) Reset()

func (*JobRunner) String added in v0.8.0

func (x *JobRunner) 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"`
	// ID of the merge request project.
	ProjectId int64 `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Timestamp of when the merge request was created.
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// Timestamp of when the merge request was updated.
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// Timestamp of when the merge request merged.
	MergedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=merged_at,json=mergedAt,proto3" json:"merged_at,omitempty"`
	// Timestamp of when the merge request was closed.
	ClosedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=closed_at,json=closedAt,proto3" json:"closed_at,omitempty"`
	// ID of the merge request source project.
	SourceProjectId int64 `protobuf:"varint,8,opt,name=source_project_id,json=sourceProjectId,proto3" json:"source_project_id,omitempty"`
	// ID of the merge request target project.
	TargetProjectId int64 `protobuf:"varint,9,opt,name=target_project_id,json=targetProjectId,proto3" json:"target_project_id,omitempty"`
	// Source branch of the merge request.
	SourceBranch string `protobuf:"bytes,10,opt,name=source_branch,json=sourceBranch,proto3" json:"source_branch,omitempty"`
	// Target branch of the merge request.
	TargetBranch string `protobuf:"bytes,11,opt,name=target_branch,json=targetBranch,proto3" json:"target_branch,omitempty"`
	// Title of the merge request.
	Title string `protobuf:"bytes,12,opt,name=title,proto3" json:"title,omitempty"`
	// State of the merge request. Can be opened, closed, merged or locked.
	State string `protobuf:"bytes,13,opt,name=state,proto3" json:"state,omitempty"`
	// Detailed merge status of the merge request.
	DetailedMergeStatus string `protobuf:"bytes,14,opt,name=detailed_merge_status,json=detailedMergeStatus,proto3" json:"detailed_merge_status,omitempty"`
	// Indicates if the merge request is a draft.
	Draft bool `protobuf:"varint,15,opt,name=draft,proto3" json:"draft,omitempty"`
	// Indicates if merge request has conflicts and cannot merge.
	HasConflicts bool `protobuf:"varint,16,opt,name=has_conflicts,json=hasConflicts,proto3" json:"has_conflicts,omitempty"`
	// Error message shown when a merge has failed.
	MergeError string `protobuf:"bytes,17,opt,name=merge_error,json=mergeError,proto3" json:"merge_error,omitempty"`
	// References of the base SHA, the head SHA, and the start SHA for this merge request.
	DiffRefs *MergeRequestDiffRefs `protobuf:"bytes,18,opt,name=diff_refs,json=diffRefs,proto3" json:"diff_refs,omitempty"`
	// User who created this merge request.
	Author *User `protobuf:"bytes,19,opt,name=author,proto3" json:"author,omitempty"`
	// First assignee of the merge request.
	Assignee *User `protobuf:"bytes,20,opt,name=assignee,proto3" json:"assignee,omitempty"`
	// Assignees of the merge request.
	Assignees []*User `protobuf:"bytes,21,rep,name=assignees,proto3" json:"assignees,omitempty"`
	// Reviewers of the merge request.
	Reviewers []*User `protobuf:"bytes,22,rep,name=reviewers,proto3" json:"reviewers,omitempty"`
	// The user who merged this merge request, the user who set it to auto-merge, or null.
	MergeUser *User `protobuf:"bytes,23,opt,name=merge_user,json=mergeUser,proto3" json:"merge_user,omitempty"`
	// User who closed this merge request.
	CloseUser *User `protobuf:"bytes,24,opt,name=close_user,json=closeUser,proto3" json:"close_user,omitempty"`
	// Labels of the merge request.
	Labels []string `protobuf:"bytes,25,rep,name=labels,proto3" json:"labels,omitempty"`
	// Diff head SHA of the merge request.
	Sha string `protobuf:"bytes,26,opt,name=sha,proto3" json:"sha,omitempty"`
	// SHA of the merge request commit. Empty until merged.
	MergeCommitSha string `protobuf:"bytes,27,opt,name=merge_commit_sha,json=mergeCommitSha,proto3" json:"merge_commit_sha,omitempty"`
	// SHA of the squash commit. Empty until merged.
	SquashCommitSha string `protobuf:"bytes,28,opt,name=squash_commit_sha,json=squashCommitSha,proto3" json:"squash_commit_sha,omitempty"`
	// Number of changes made on the merge request.
	ChangesCount string `protobuf:"bytes,29,opt,name=changes_count,json=changesCount,proto3" json:"changes_count,omitempty"`
	// User notes count of the merge request.
	UserNotesCount int64 `protobuf:"varint,30,opt,name=user_notes_count,json=userNotesCount,proto3" json:"user_notes_count,omitempty"`
	// Number of upvotes for the merge request.
	Upvotes int64 `protobuf:"varint,31,opt,name=upvotes,proto3" json:"upvotes,omitempty"`
	// Number of downvotes for the merge request.
	Downvotes int64 `protobuf:"varint,32,opt,name=downvotes,proto3" json:"downvotes,omitempty"`
	// Pipeline running on the branch HEAD of the merge request.
	Pipeline *PipelineInfo `protobuf:"bytes,33,opt,name=pipeline,proto3" json:"pipeline,omitempty"`
	// Milestone of the merge request.
	Milestone *Milestone `protobuf:"bytes,34,opt,name=milestone,proto3" json:"milestone,omitempty"`
	// Web URL of the merge request.
	WebUrl string `protobuf:"bytes,35,opt,name=web_url,json=webUrl,proto3" json:"web_url,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) GetAssignee added in v0.8.0

func (x *MergeRequest) GetAssignee() *User

func (*MergeRequest) GetAssignees added in v0.8.0

func (x *MergeRequest) GetAssignees() []*User

func (*MergeRequest) GetAuthor added in v0.8.0

func (x *MergeRequest) GetAuthor() *User

func (*MergeRequest) GetChangesCount added in v0.8.0

func (x *MergeRequest) GetChangesCount() string

func (*MergeRequest) GetCloseUser added in v0.8.0

func (x *MergeRequest) GetCloseUser() *User

func (*MergeRequest) GetClosedAt added in v0.8.0

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

func (*MergeRequest) GetCreatedAt added in v0.8.0

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

func (*MergeRequest) GetDetailedMergeStatus added in v0.8.0

func (x *MergeRequest) GetDetailedMergeStatus() string

func (*MergeRequest) GetDiffRefs added in v0.8.0

func (x *MergeRequest) GetDiffRefs() *MergeRequestDiffRefs

func (*MergeRequest) GetDownvotes added in v0.8.0

func (x *MergeRequest) GetDownvotes() int64

func (*MergeRequest) GetDraft added in v0.8.0

func (x *MergeRequest) GetDraft() bool

func (*MergeRequest) GetHasConflicts added in v0.8.0

func (x *MergeRequest) GetHasConflicts() bool

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) GetMergeCommitSha added in v0.8.0

func (x *MergeRequest) GetMergeCommitSha() string

func (*MergeRequest) GetMergeError added in v0.8.0

func (x *MergeRequest) GetMergeError() string

func (*MergeRequest) GetMergeUser added in v0.8.0

func (x *MergeRequest) GetMergeUser() *User

func (*MergeRequest) GetMergedAt added in v0.8.0

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

func (*MergeRequest) GetMilestone added in v0.8.0

func (x *MergeRequest) GetMilestone() *Milestone

func (*MergeRequest) GetPipeline added in v0.8.0

func (x *MergeRequest) GetPipeline() *PipelineInfo

func (*MergeRequest) GetProjectId added in v0.8.0

func (x *MergeRequest) GetProjectId() int64

func (*MergeRequest) GetReviewers added in v0.8.0

func (x *MergeRequest) GetReviewers() []*User

func (*MergeRequest) GetSha added in v0.8.0

func (x *MergeRequest) GetSha() string

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) GetSquashCommitSha added in v0.8.0

func (x *MergeRequest) GetSquashCommitSha() string

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) GetTitle added in v0.8.0

func (x *MergeRequest) GetTitle() string

func (*MergeRequest) GetUpdatedAt added in v0.8.0

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

func (*MergeRequest) GetUpvotes added in v0.8.0

func (x *MergeRequest) GetUpvotes() int64

func (*MergeRequest) GetUserNotesCount added in v0.8.0

func (x *MergeRequest) GetUserNotesCount() int64

func (*MergeRequest) GetWebUrl added in v0.8.0

func (x *MergeRequest) GetWebUrl() 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"`
	// 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) 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 Metric

type Metric struct {
	Name      string                 `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Labels    []*Metric_Label        `protobuf:"bytes,2,rep,name=labels,proto3" json:"labels,omitempty"`
	Value     float64                `protobuf:"fixed64,3,opt,name=value,proto3" json:"value,omitempty"`
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Job       *Metric_JobReference   `protobuf:"bytes,5,opt,name=job,proto3" json:"job,omitempty"`
	// contains filtered or unexported fields
}

func (*Metric) Descriptor deprecated

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

Deprecated: Use Metric.ProtoReflect.Descriptor instead.

func (*Metric) GetJob

func (x *Metric) GetJob() *Metric_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_JobReference

type Metric_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"`
	// contains filtered or unexported fields
}

func (*Metric_JobReference) Descriptor deprecated

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

Deprecated: Use Metric_JobReference.ProtoReflect.Descriptor instead.

func (*Metric_JobReference) GetId

func (x *Metric_JobReference) GetId() int64

func (*Metric_JobReference) GetName

func (x *Metric_JobReference) GetName() string

func (*Metric_JobReference) ProtoMessage

func (*Metric_JobReference) ProtoMessage()

func (*Metric_JobReference) ProtoReflect

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

func (*Metric_JobReference) Reset

func (x *Metric_JobReference) Reset()

func (*Metric_JobReference) String

func (x *Metric_JobReference) 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 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"`
	ProjectId      int64                  `protobuf:"varint,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Status         string                 `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Source         string                 `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"`
	Ref            string                 `protobuf:"bytes,6,opt,name=ref,proto3" json:"ref,omitempty"`
	Sha            string                 `protobuf:"bytes,7,opt,name=sha,proto3" json:"sha,omitempty"`
	BeforeSha      string                 `protobuf:"bytes,8,opt,name=before_sha,json=beforeSha,proto3" json:"before_sha,omitempty"`
	Tag            bool                   `protobuf:"varint,9,opt,name=tag,proto3" json:"tag,omitempty"`
	YamlErrors     string                 `protobuf:"bytes,10,opt,name=yaml_errors,json=yamlErrors,proto3" json:"yaml_errors,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	StartedAt      *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=started_at,json=startedAt,proto3" json:"started_at,omitempty"`
	FinishedAt     *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=finished_at,json=finishedAt,proto3" json:"finished_at,omitempty"`
	CommittedAt    *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=committed_at,json=committedAt,proto3" json:"committed_at,omitempty"`
	Duration       *durationpb.Duration   `protobuf:"bytes,16,opt,name=duration,proto3" json:"duration,omitempty"`
	QueuedDuration *durationpb.Duration   `protobuf:"bytes,17,opt,name=queued_duration,json=queuedDuration,proto3" json:"queued_duration,omitempty"`
	Coverage       float64                `protobuf:"fixed64,18,opt,name=coverage,proto3" json:"coverage,omitempty"`
	WebUrl         string                 `protobuf:"bytes,19,opt,name=web_url,json=webUrl,proto3" json:"web_url,omitempty"`
	User           *User                  `protobuf:"bytes,20,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) GetBeforeSha

func (x *Pipeline) GetBeforeSha() string

func (*Pipeline) GetCommittedAt

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

func (*Pipeline) GetCoverage

func (x *Pipeline) GetCoverage() float64

func (*Pipeline) GetCreatedAt

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

func (*Pipeline) GetDuration

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

func (*Pipeline) GetFinishedAt

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

func (*Pipeline) GetId

func (x *Pipeline) GetId() int64

func (*Pipeline) GetIid

func (x *Pipeline) GetIid() int64

func (*Pipeline) GetProjectId

func (x *Pipeline) GetProjectId() int64

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) GetStartedAt

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

func (*Pipeline) GetStatus

func (x *Pipeline) GetStatus() string

func (*Pipeline) GetTag

func (x *Pipeline) GetTag() bool

func (*Pipeline) GetUpdatedAt

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

func (*Pipeline) GetUser added in v0.8.0

func (x *Pipeline) GetUser() *User

func (*Pipeline) GetWebUrl

func (x *Pipeline) GetWebUrl() string

func (*Pipeline) GetYamlErrors

func (x *Pipeline) GetYamlErrors() string

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 PipelineInfo

type PipelineInfo 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"`
	Status    string                 `protobuf:"bytes,4,opt,name=status,proto3" json:"status,omitempty"`
	Source    string                 `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"`
	Ref       string                 `protobuf:"bytes,6,opt,name=ref,proto3" json:"ref,omitempty"`
	Sha       string                 `protobuf:"bytes,7,opt,name=sha,proto3" json:"sha,omitempty"`
	WebUrl    string                 `protobuf:"bytes,8,opt,name=web_url,json=webUrl,proto3" json:"web_url,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PipelineInfo) Descriptor deprecated

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

Deprecated: Use PipelineInfo.ProtoReflect.Descriptor instead.

func (*PipelineInfo) GetCreatedAt

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

func (*PipelineInfo) GetId

func (x *PipelineInfo) GetId() int64

func (*PipelineInfo) GetIid

func (x *PipelineInfo) GetIid() int64

func (*PipelineInfo) GetProjectId

func (x *PipelineInfo) GetProjectId() int64

func (*PipelineInfo) GetRef

func (x *PipelineInfo) GetRef() string

func (*PipelineInfo) GetSha

func (x *PipelineInfo) GetSha() string

func (*PipelineInfo) GetSource

func (x *PipelineInfo) GetSource() string

func (*PipelineInfo) GetStatus

func (x *PipelineInfo) GetStatus() string

func (*PipelineInfo) GetUpdatedAt

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

func (*PipelineInfo) GetWebUrl

func (x *PipelineInfo) GetWebUrl() string

func (*PipelineInfo) ProtoMessage

func (*PipelineInfo) ProtoMessage()

func (*PipelineInfo) ProtoReflect

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

func (*PipelineInfo) Reset

func (x *PipelineInfo) Reset()

func (*PipelineInfo) String

func (x *PipelineInfo) String() string

type PipelineReference

type PipelineReference struct {
	Id        int64  `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId int64  `protobuf:"varint,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Ref       string `protobuf:"bytes,3,opt,name=ref,proto3" json:"ref,omitempty"`
	Sha       string `protobuf:"bytes,4,opt,name=sha,proto3" json:"sha,omitempty"`
	Status    string `protobuf:"bytes,6,opt,name=status,proto3" json:"status,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) GetProjectId

func (x *PipelineReference) GetProjectId() int64

func (*PipelineReference) GetRef

func (x *PipelineReference) GetRef() string

func (*PipelineReference) GetSha

func (x *PipelineReference) GetSha() string

func (*PipelineReference) GetStatus

func (x *PipelineReference) GetStatus() string

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 Project added in v0.8.0

type Project 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"`
	NameWithNamespace string                 `protobuf:"bytes,3,opt,name=name_with_namespace,json=nameWithNamespace,proto3" json:"name_with_namespace,omitempty"`
	Path              string                 `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	PathWithNamespace string                 `protobuf:"bytes,5,opt,name=path_with_namespace,json=pathWithNamespace,proto3" json:"path_with_namespace,omitempty"`
	CreatedAt         *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	LastActivityAt    *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=last_activity_at,json=lastActivityAt,proto3" json:"last_activity_at,omitempty"`
	Namespace         *ProjectNamespace      `protobuf:"bytes,9,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Owner             *User                  `protobuf:"bytes,10,opt,name=owner,proto3" json:"owner,omitempty"`
	CreatorId         int64                  `protobuf:"varint,11,opt,name=creator_id,json=creatorId,proto3" json:"creator_id,omitempty"`
	Topics            []string               `protobuf:"bytes,12,rep,name=topics,proto3" json:"topics,omitempty"`
	ForksCount        int64                  `protobuf:"varint,13,opt,name=forks_count,json=forksCount,proto3" json:"forks_count,omitempty"`
	StarsCount        int64                  `protobuf:"varint,14,opt,name=stars_count,json=starsCount,proto3" json:"stars_count,omitempty"`
	Statistics        *ProjectStatistics     `protobuf:"bytes,15,opt,name=statistics,proto3" json:"statistics,omitempty"`
	OpenIssuesCount   int64                  `protobuf:"varint,16,opt,name=open_issues_count,json=openIssuesCount,proto3" json:"open_issues_count,omitempty"`
	Description       string                 `protobuf:"bytes,17,opt,name=description,proto3" json:"description,omitempty"`
	EmptyRepo         bool                   `protobuf:"varint,18,opt,name=empty_repo,json=emptyRepo,proto3" json:"empty_repo,omitempty"`
	Archived          bool                   `protobuf:"varint,19,opt,name=archived,proto3" json:"archived,omitempty"`
	DefaultBranch     string                 `protobuf:"bytes,20,opt,name=default_branch,json=defaultBranch,proto3" json:"default_branch,omitempty"`
	Visibility        string                 `protobuf:"bytes,21,opt,name=visibility,proto3" json:"visibility,omitempty"`
	WebUrl            string                 `protobuf:"bytes,22,opt,name=web_url,json=webUrl,proto3" json:"web_url,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) GetCreatedAt added in v0.8.0

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

func (*Project) GetCreatorId added in v0.8.0

func (x *Project) GetCreatorId() int64

func (*Project) GetDefaultBranch added in v0.8.0

func (x *Project) GetDefaultBranch() string

func (*Project) GetDescription added in v0.8.0

func (x *Project) GetDescription() string

func (*Project) GetEmptyRepo added in v0.8.0

func (x *Project) GetEmptyRepo() bool

func (*Project) GetForksCount added in v0.8.0

func (x *Project) GetForksCount() int64

func (*Project) GetId added in v0.8.0

func (x *Project) GetId() int64

func (*Project) GetLastActivityAt added in v0.8.0

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

func (*Project) GetName added in v0.8.0

func (x *Project) GetName() string

func (*Project) GetNameWithNamespace added in v0.8.0

func (x *Project) GetNameWithNamespace() string

func (*Project) GetNamespace added in v0.8.0

func (x *Project) GetNamespace() *ProjectNamespace

func (*Project) GetOpenIssuesCount added in v0.8.0

func (x *Project) GetOpenIssuesCount() int64

func (*Project) GetOwner added in v0.8.0

func (x *Project) GetOwner() *User

func (*Project) GetPath added in v0.8.0

func (x *Project) GetPath() string

func (*Project) GetPathWithNamespace added in v0.8.0

func (x *Project) GetPathWithNamespace() string

func (*Project) GetStarsCount added in v0.8.0

func (x *Project) GetStarsCount() int64

func (*Project) GetStatistics added in v0.8.0

func (x *Project) GetStatistics() *ProjectStatistics

func (*Project) GetTopics added in v0.8.0

func (x *Project) GetTopics() []string

func (*Project) GetVisibility added in v0.8.0

func (x *Project) GetVisibility() string

func (*Project) GetWebUrl added in v0.8.0

func (x *Project) GetWebUrl() 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 ProjectNamespace added in v0.8.0

type ProjectNamespace 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"`
	Kind      string `protobuf:"bytes,3,opt,name=kind,proto3" json:"kind,omitempty"`
	Path      string `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	FullPath  string `protobuf:"bytes,5,opt,name=full_path,json=fullPath,proto3" json:"full_path,omitempty"`
	ParentId  int64  `protobuf:"varint,6,opt,name=parent_id,json=parentId,proto3" json:"parent_id,omitempty"`
	AvatarUrl string `protobuf:"bytes,7,opt,name=avatar_url,json=avatarUrl,proto3" json:"avatar_url,omitempty"`
	WebUrl    string `protobuf:"bytes,8,opt,name=web_url,json=webUrl,proto3" json:"web_url,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use ProjectNamespace.ProtoReflect.Descriptor instead.

func (*ProjectNamespace) GetAvatarUrl added in v0.8.0

func (x *ProjectNamespace) GetAvatarUrl() string

func (*ProjectNamespace) GetFullPath added in v0.8.0

func (x *ProjectNamespace) GetFullPath() string

func (*ProjectNamespace) GetId added in v0.8.0

func (x *ProjectNamespace) GetId() int64

func (*ProjectNamespace) GetKind added in v0.8.0

func (x *ProjectNamespace) GetKind() string

func (*ProjectNamespace) GetName added in v0.8.0

func (x *ProjectNamespace) GetName() string

func (*ProjectNamespace) GetParentId added in v0.8.0

func (x *ProjectNamespace) GetParentId() int64

func (*ProjectNamespace) GetPath added in v0.8.0

func (x *ProjectNamespace) GetPath() string

func (*ProjectNamespace) GetWebUrl added in v0.8.0

func (x *ProjectNamespace) GetWebUrl() string

func (*ProjectNamespace) ProtoMessage added in v0.8.0

func (*ProjectNamespace) ProtoMessage()

func (*ProjectNamespace) ProtoReflect added in v0.8.0

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

func (*ProjectNamespace) Reset added in v0.8.0

func (x *ProjectNamespace) Reset()

func (*ProjectNamespace) String added in v0.8.0

func (x *ProjectNamespace) String() string

type ProjectStatistics added in v0.8.0

type ProjectStatistics struct {
	CommitCount           int64 `protobuf:"varint,1,opt,name=commit_count,json=commitCount,proto3" json:"commit_count,omitempty"`
	StorageSize           int64 `protobuf:"varint,2,opt,name=storage_size,json=storageSize,proto3" json:"storage_size,omitempty"`
	RepositorySize        int64 `protobuf:"varint,3,opt,name=repository_size,json=repositorySize,proto3" json:"repository_size,omitempty"`
	WikiSize              int64 `protobuf:"varint,4,opt,name=wiki_size,json=wikiSize,proto3" json:"wiki_size,omitempty"`
	LfsObjectsSize        int64 `protobuf:"varint,5,opt,name=lfs_objects_size,json=lfsObjectsSize,proto3" json:"lfs_objects_size,omitempty"`
	JobArtifactsSize      int64 `protobuf:"varint,6,opt,name=job_artifacts_size,json=jobArtifactsSize,proto3" json:"job_artifacts_size,omitempty"`
	PipelineArtifactsSize int64 `` /* 127-byte string literal not displayed */
	PackagesSize          int64 `protobuf:"varint,8,opt,name=packages_size,json=packagesSize,proto3" json:"packages_size,omitempty"`
	SnippetsSize          int64 `protobuf:"varint,9,opt,name=snippets_size,json=snippetsSize,proto3" json:"snippets_size,omitempty"`
	UploadsSize           int64 `protobuf:"varint,10,opt,name=uploads_size,json=uploadsSize,proto3" json:"uploads_size,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) 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) 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) 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 Section

type Section struct {
	Job        *JobReference          `protobuf:"bytes,1,opt,name=job,proto3" json:"job,omitempty"`
	Pipeline   *PipelineReference     `protobuf:"bytes,2,opt,name=pipeline,proto3" json:"pipeline,omitempty"`
	Id         int64                  `protobuf:"varint,3,opt,name=id,proto3" json:"id,omitempty"`
	Name       string                 `protobuf:"bytes,4,opt,name=name,proto3" json:"name,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) GetPipeline

func (x *Section) GetPipeline() *PipelineReference

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 User added in v0.8.0

type User 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"`
	State     string                 `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

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

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetCreatedAt added in v0.8.0

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

func (*User) GetId added in v0.8.0

func (x *User) GetId() int64

func (*User) GetName added in v0.8.0

func (x *User) GetName() string

func (*User) GetState added in v0.8.0

func (x *User) GetState() string

func (*User) GetUsername added in v0.8.0

func (x *User) GetUsername() string

func (*User) ProtoMessage added in v0.8.0

func (*User) ProtoMessage()

func (*User) ProtoReflect added in v0.8.0

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

func (*User) Reset added in v0.8.0

func (x *User) Reset()

func (*User) String added in v0.8.0

func (x *User) String() string

Jump to

Keyboard shortcuts

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