Documentation ¶
Index ¶
- Variables
- type ExportInvocationArtifactsToBQ
- func (*ExportInvocationArtifactsToBQ) Descriptor() ([]byte, []int)deprecated
- func (x *ExportInvocationArtifactsToBQ) GetBqExport() *v1.BigQueryExport
- func (x *ExportInvocationArtifactsToBQ) GetInvocationId() string
- func (*ExportInvocationArtifactsToBQ) ProtoMessage()
- func (x *ExportInvocationArtifactsToBQ) ProtoReflect() protoreflect.Message
- func (x *ExportInvocationArtifactsToBQ) Reset()
- func (x *ExportInvocationArtifactsToBQ) String() string
- type ExportInvocationTestResultsToBQ
- func (*ExportInvocationTestResultsToBQ) Descriptor() ([]byte, []int)deprecated
- func (x *ExportInvocationTestResultsToBQ) GetBqExport() *v1.BigQueryExport
- func (x *ExportInvocationTestResultsToBQ) GetInvocationId() string
- func (*ExportInvocationTestResultsToBQ) ProtoMessage()
- func (x *ExportInvocationTestResultsToBQ) ProtoReflect() protoreflect.Message
- func (x *ExportInvocationTestResultsToBQ) Reset()
- func (x *ExportInvocationTestResultsToBQ) String() string
- type TryFinalizeInvocation
- func (*TryFinalizeInvocation) Descriptor() ([]byte, []int)deprecated
- func (x *TryFinalizeInvocation) GetInvocationId() string
- func (*TryFinalizeInvocation) ProtoMessage()
- func (x *TryFinalizeInvocation) ProtoReflect() protoreflect.Message
- func (x *TryFinalizeInvocation) Reset()
- func (x *TryFinalizeInvocation) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_luci_resultdb_internal_tasks_taskspb_tasks_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ExportInvocationArtifactsToBQ ¶
type ExportInvocationArtifactsToBQ struct { InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"` BqExport *v1.BigQueryExport `protobuf:"bytes,2,opt,name=bq_export,json=bqExport,proto3" json:"bq_export,omitempty"` // contains filtered or unexported fields }
func (*ExportInvocationArtifactsToBQ) Descriptor
deprecated
func (*ExportInvocationArtifactsToBQ) Descriptor() ([]byte, []int)
Deprecated: Use ExportInvocationArtifactsToBQ.ProtoReflect.Descriptor instead.
func (*ExportInvocationArtifactsToBQ) GetBqExport ¶
func (x *ExportInvocationArtifactsToBQ) GetBqExport() *v1.BigQueryExport
func (*ExportInvocationArtifactsToBQ) GetInvocationId ¶
func (x *ExportInvocationArtifactsToBQ) GetInvocationId() string
func (*ExportInvocationArtifactsToBQ) ProtoMessage ¶
func (*ExportInvocationArtifactsToBQ) ProtoMessage()
func (*ExportInvocationArtifactsToBQ) ProtoReflect ¶
func (x *ExportInvocationArtifactsToBQ) ProtoReflect() protoreflect.Message
func (*ExportInvocationArtifactsToBQ) Reset ¶
func (x *ExportInvocationArtifactsToBQ) Reset()
func (*ExportInvocationArtifactsToBQ) String ¶
func (x *ExportInvocationArtifactsToBQ) String() string
type ExportInvocationTestResultsToBQ ¶
type ExportInvocationTestResultsToBQ struct { InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"` BqExport *v1.BigQueryExport `protobuf:"bytes,2,opt,name=bq_export,json=bqExport,proto3" json:"bq_export,omitempty"` // contains filtered or unexported fields }
func (*ExportInvocationTestResultsToBQ) Descriptor
deprecated
func (*ExportInvocationTestResultsToBQ) Descriptor() ([]byte, []int)
Deprecated: Use ExportInvocationTestResultsToBQ.ProtoReflect.Descriptor instead.
func (*ExportInvocationTestResultsToBQ) GetBqExport ¶
func (x *ExportInvocationTestResultsToBQ) GetBqExport() *v1.BigQueryExport
func (*ExportInvocationTestResultsToBQ) GetInvocationId ¶
func (x *ExportInvocationTestResultsToBQ) GetInvocationId() string
func (*ExportInvocationTestResultsToBQ) ProtoMessage ¶
func (*ExportInvocationTestResultsToBQ) ProtoMessage()
func (*ExportInvocationTestResultsToBQ) ProtoReflect ¶
func (x *ExportInvocationTestResultsToBQ) ProtoReflect() protoreflect.Message
func (*ExportInvocationTestResultsToBQ) Reset ¶
func (x *ExportInvocationTestResultsToBQ) Reset()
func (*ExportInvocationTestResultsToBQ) String ¶
func (x *ExportInvocationTestResultsToBQ) String() string
type TryFinalizeInvocation ¶
type TryFinalizeInvocation struct { InvocationId string `protobuf:"bytes,1,opt,name=invocation_id,json=invocationId,proto3" json:"invocation_id,omitempty"` // contains filtered or unexported fields }
func (*TryFinalizeInvocation) Descriptor
deprecated
func (*TryFinalizeInvocation) Descriptor() ([]byte, []int)
Deprecated: Use TryFinalizeInvocation.ProtoReflect.Descriptor instead.
func (*TryFinalizeInvocation) GetInvocationId ¶
func (x *TryFinalizeInvocation) GetInvocationId() string
func (*TryFinalizeInvocation) ProtoMessage ¶
func (*TryFinalizeInvocation) ProtoMessage()
func (*TryFinalizeInvocation) ProtoReflect ¶
func (x *TryFinalizeInvocation) ProtoReflect() protoreflect.Message
func (*TryFinalizeInvocation) Reset ¶
func (x *TryFinalizeInvocation) Reset()
func (*TryFinalizeInvocation) String ¶
func (x *TryFinalizeInvocation) String() string
Click to show internal directories.
Click to hide internal directories.