Documentation ¶
Index ¶
- Variables
- type TaskLogData
- func (*TaskLogData) Descriptor() ([]byte, []int)deprecated
- func (x *TaskLogData) GetGsUrl() string
- func (x *TaskLogData) GetStainlessUrl() string
- func (*TaskLogData) ProtoMessage()
- func (x *TaskLogData) ProtoReflect() protoreflect.Message
- func (x *TaskLogData) Reset()
- func (x *TaskLogData) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_test_platform_common_task_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type TaskLogData ¶
type TaskLogData struct { // gs_url is the full google storage URL at which a task's logs are stored. GsUrl string `protobuf:"bytes,1,opt,name=gs_url,json=gsUrl,proto3" json:"gs_url,omitempty"` // stainless_url is the full URL to the stainless logs viewer for archived // logs. StainlessUrl string `protobuf:"bytes,2,opt,name=stainless_url,json=stainlessUrl,proto3" json:"stainless_url,omitempty"` // contains filtered or unexported fields }
TaskLogData describes the location at which logs of a test_platform task are stored.
func (*TaskLogData) Descriptor
deprecated
func (*TaskLogData) Descriptor() ([]byte, []int)
Deprecated: Use TaskLogData.ProtoReflect.Descriptor instead.
func (*TaskLogData) GetGsUrl ¶
func (x *TaskLogData) GetGsUrl() string
func (*TaskLogData) GetStainlessUrl ¶
func (x *TaskLogData) GetStainlessUrl() string
func (*TaskLogData) ProtoMessage ¶
func (*TaskLogData) ProtoMessage()
func (*TaskLogData) ProtoReflect ¶
func (x *TaskLogData) ProtoReflect() protoreflect.Message
func (*TaskLogData) Reset ¶
func (x *TaskLogData) Reset()
func (*TaskLogData) String ¶
func (x *TaskLogData) String() string
Click to show internal directories.
Click to hide internal directories.