typespb

package
v0.7.1 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_gitlabexporter_protobuf_job_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_section_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_testreport_proto protoreflect.FileDescriptor
View Source
var File_gitlabexporter_protobuf_trace_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"`
	// 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) 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) 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 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"`
	// 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) 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) GetQueuedDuration

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

func (*Job) GetRef

func (x *Job) GetRef() string

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) 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 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 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 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"`
	// 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) 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 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

Jump to

Keyboard shortcuts

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