Documentation ¶
Overview ¶
Package taskspb contains proto definitions for tq.Tasks payloads used in swarming-go.
Index ¶
- Variables
- type ExportInterval
- func (*ExportInterval) Descriptor() ([]byte, []int)deprecated
- func (x *ExportInterval) GetCloudProject() string
- func (x *ExportInterval) GetDataset() string
- func (x *ExportInterval) GetDuration() *durationpb.Duration
- func (x *ExportInterval) GetOperationId() string
- func (x *ExportInterval) GetStart() *timestamppb.Timestamp
- func (x *ExportInterval) GetTableName() string
- func (*ExportInterval) ProtoMessage()
- func (x *ExportInterval) ProtoReflect() protoreflect.Message
- func (x *ExportInterval) Reset()
- func (x *ExportInterval) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_go_chromium_org_luci_swarming_server_bq_taskspb_bq_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type ExportInterval ¶
type ExportInterval struct { OperationId string `protobuf:"bytes,1,opt,name=operation_id,json=operationId,proto3" json:"operation_id,omitempty"` Start *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=start,proto3" json:"start,omitempty"` Duration *durationpb.Duration `protobuf:"bytes,3,opt,name=duration,proto3" json:"duration,omitempty"` CloudProject string `protobuf:"bytes,4,opt,name=cloud_project,json=cloudProject,proto3" json:"cloud_project,omitempty"` Dataset string `protobuf:"bytes,5,opt,name=dataset,proto3" json:"dataset,omitempty"` TableName string `protobuf:"bytes,6,opt,name=table_name,json=tableName,proto3" json:"table_name,omitempty"` // contains filtered or unexported fields }
func (*ExportInterval) Descriptor
deprecated
func (*ExportInterval) Descriptor() ([]byte, []int)
Deprecated: Use ExportInterval.ProtoReflect.Descriptor instead.
func (*ExportInterval) GetCloudProject ¶
func (x *ExportInterval) GetCloudProject() string
func (*ExportInterval) GetDataset ¶
func (x *ExportInterval) GetDataset() string
func (*ExportInterval) GetDuration ¶
func (x *ExportInterval) GetDuration() *durationpb.Duration
func (*ExportInterval) GetOperationId ¶
func (x *ExportInterval) GetOperationId() string
func (*ExportInterval) GetStart ¶
func (x *ExportInterval) GetStart() *timestamppb.Timestamp
func (*ExportInterval) GetTableName ¶
func (x *ExportInterval) GetTableName() string
func (*ExportInterval) ProtoMessage ¶
func (*ExportInterval) ProtoMessage()
func (*ExportInterval) ProtoReflect ¶
func (x *ExportInterval) ProtoReflect() protoreflect.Message
func (*ExportInterval) Reset ¶
func (x *ExportInterval) Reset()
func (*ExportInterval) String ¶
func (x *ExportInterval) String() string
Click to show internal directories.
Click to hide internal directories.