Documentation
¶
Index ¶
- Variables
- type JobResultCacheMeta
- func (*JobResultCacheMeta) Descriptor() ([]byte, []int)deprecated
- func (x *JobResultCacheMeta) GetInstanceId() uint64
- func (x *JobResultCacheMeta) GetJobSignature() string
- func (x *JobResultCacheMeta) GetPreprocessedPlan() string
- func (x *JobResultCacheMeta) GetResultFiles() string
- func (x *JobResultCacheMeta) GetStartTimeMs() uint64
- func (x *JobResultCacheMeta) GetWorkspaceId() uint64
- func (*JobResultCacheMeta) ProtoMessage()
- func (x *JobResultCacheMeta) ProtoReflect() protoreflect.Message
- func (x *JobResultCacheMeta) Reset()
- func (x *JobResultCacheMeta) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_jobcache_job_result_cache_meta_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type JobResultCacheMeta ¶
type JobResultCacheMeta struct { InstanceId *uint64 `protobuf:"varint,1,opt,name=instance_id,json=instanceId,proto3,oneof" json:"instance_id,omitempty"` WorkspaceId *uint64 `protobuf:"varint,2,opt,name=workspace_id,json=workspaceId,proto3,oneof" json:"workspace_id,omitempty"` JobSignature *string `protobuf:"bytes,3,opt,name=job_signature,json=jobSignature,proto3,oneof" json:"job_signature,omitempty"` PreprocessedPlan *string `protobuf:"bytes,4,opt,name=preprocessed_plan,json=preprocessedPlan,proto3,oneof" json:"preprocessed_plan,omitempty"` ResultFiles *string `protobuf:"bytes,5,opt,name=result_files,json=resultFiles,proto3,oneof" json:"result_files,omitempty"` StartTimeMs *uint64 `protobuf:"varint,6,opt,name=start_time_ms,json=startTimeMs,proto3,oneof" json:"start_time_ms,omitempty"` // contains filtered or unexported fields }
func (*JobResultCacheMeta) Descriptor
deprecated
func (*JobResultCacheMeta) Descriptor() ([]byte, []int)
Deprecated: Use JobResultCacheMeta.ProtoReflect.Descriptor instead.
func (*JobResultCacheMeta) GetInstanceId ¶
func (x *JobResultCacheMeta) GetInstanceId() uint64
func (*JobResultCacheMeta) GetJobSignature ¶
func (x *JobResultCacheMeta) GetJobSignature() string
func (*JobResultCacheMeta) GetPreprocessedPlan ¶
func (x *JobResultCacheMeta) GetPreprocessedPlan() string
func (*JobResultCacheMeta) GetResultFiles ¶
func (x *JobResultCacheMeta) GetResultFiles() string
func (*JobResultCacheMeta) GetStartTimeMs ¶
func (x *JobResultCacheMeta) GetStartTimeMs() uint64
func (*JobResultCacheMeta) GetWorkspaceId ¶
func (x *JobResultCacheMeta) GetWorkspaceId() uint64
func (*JobResultCacheMeta) ProtoMessage ¶
func (*JobResultCacheMeta) ProtoMessage()
func (*JobResultCacheMeta) ProtoReflect ¶
func (x *JobResultCacheMeta) ProtoReflect() protoreflect.Message
func (*JobResultCacheMeta) Reset ¶
func (x *JobResultCacheMeta) Reset()
func (*JobResultCacheMeta) String ¶
func (x *JobResultCacheMeta) String() string
Click to show internal directories.
Click to hide internal directories.