Documentation
¶
Index ¶
- Variables
- func RegisterFlexTemplatesServiceServer(s *grpc.Server, srv FlexTemplatesServiceServer)
- func RegisterJobsV1Beta3Server(s *grpc.Server, srv JobsV1Beta3Server)
- func RegisterMessagesV1Beta3Server(s *grpc.Server, srv MessagesV1Beta3Server)
- func RegisterMetricsV1Beta3Server(s *grpc.Server, srv MetricsV1Beta3Server)
- func RegisterSnapshotsV1Beta3Server(s *grpc.Server, srv SnapshotsV1Beta3Server)
- func RegisterTemplatesServiceServer(s *grpc.Server, srv TemplatesServiceServer)
- type AutoscalingAlgorithm
- func (AutoscalingAlgorithm) Descriptor() protoreflect.EnumDescriptor
- func (x AutoscalingAlgorithm) Enum() *AutoscalingAlgorithm
- func (AutoscalingAlgorithm) EnumDescriptor() ([]byte, []int)deprecated
- func (x AutoscalingAlgorithm) Number() protoreflect.EnumNumber
- func (x AutoscalingAlgorithm) String() string
- func (AutoscalingAlgorithm) Type() protoreflect.EnumType
- type AutoscalingEvent
- func (*AutoscalingEvent) Descriptor() ([]byte, []int)deprecated
- func (x *AutoscalingEvent) GetCurrentNumWorkers() int64
- func (x *AutoscalingEvent) GetDescription() *StructuredMessage
- func (x *AutoscalingEvent) GetEventType() AutoscalingEvent_AutoscalingEventType
- func (x *AutoscalingEvent) GetTargetNumWorkers() int64
- func (x *AutoscalingEvent) GetTime() *timestamppb.Timestamp
- func (x *AutoscalingEvent) GetWorkerPool() string
- func (*AutoscalingEvent) ProtoMessage()
- func (x *AutoscalingEvent) ProtoReflect() protoreflect.Message
- func (x *AutoscalingEvent) Reset()
- func (x *AutoscalingEvent) String() string
- type AutoscalingEvent_AutoscalingEventType
- func (AutoscalingEvent_AutoscalingEventType) Descriptor() protoreflect.EnumDescriptor
- func (x AutoscalingEvent_AutoscalingEventType) Enum() *AutoscalingEvent_AutoscalingEventType
- func (AutoscalingEvent_AutoscalingEventType) EnumDescriptor() ([]byte, []int)deprecated
- func (x AutoscalingEvent_AutoscalingEventType) Number() protoreflect.EnumNumber
- func (x AutoscalingEvent_AutoscalingEventType) String() string
- func (AutoscalingEvent_AutoscalingEventType) Type() protoreflect.EnumType
- type AutoscalingSettings
- func (*AutoscalingSettings) Descriptor() ([]byte, []int)deprecated
- func (x *AutoscalingSettings) GetAlgorithm() AutoscalingAlgorithm
- func (x *AutoscalingSettings) GetMaxNumWorkers() int32
- func (*AutoscalingSettings) ProtoMessage()
- func (x *AutoscalingSettings) ProtoReflect() protoreflect.Message
- func (x *AutoscalingSettings) Reset()
- func (x *AutoscalingSettings) String() string
- type BigQueryIODetails
- func (*BigQueryIODetails) Descriptor() ([]byte, []int)deprecated
- func (x *BigQueryIODetails) GetDataset() string
- func (x *BigQueryIODetails) GetProjectId() string
- func (x *BigQueryIODetails) GetQuery() string
- func (x *BigQueryIODetails) GetTable() string
- func (*BigQueryIODetails) ProtoMessage()
- func (x *BigQueryIODetails) ProtoReflect() protoreflect.Message
- func (x *BigQueryIODetails) Reset()
- func (x *BigQueryIODetails) String() string
- type BigTableIODetails
- func (*BigTableIODetails) Descriptor() ([]byte, []int)deprecated
- func (x *BigTableIODetails) GetInstanceId() string
- func (x *BigTableIODetails) GetProjectId() string
- func (x *BigTableIODetails) GetTableId() string
- func (*BigTableIODetails) ProtoMessage()
- func (x *BigTableIODetails) ProtoReflect() protoreflect.Message
- func (x *BigTableIODetails) Reset()
- func (x *BigTableIODetails) String() string
- type CheckActiveJobsRequest
- func (*CheckActiveJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CheckActiveJobsRequest) GetProjectId() string
- func (*CheckActiveJobsRequest) ProtoMessage()
- func (x *CheckActiveJobsRequest) ProtoReflect() protoreflect.Message
- func (x *CheckActiveJobsRequest) Reset()
- func (x *CheckActiveJobsRequest) String() string
- type CheckActiveJobsResponse
- func (*CheckActiveJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CheckActiveJobsResponse) GetActiveJobsExist() bool
- func (*CheckActiveJobsResponse) ProtoMessage()
- func (x *CheckActiveJobsResponse) ProtoReflect() protoreflect.Message
- func (x *CheckActiveJobsResponse) Reset()
- func (x *CheckActiveJobsResponse) String() string
- type ComputationTopology
- func (*ComputationTopology) Descriptor() ([]byte, []int)deprecated
- func (x *ComputationTopology) GetComputationId() string
- func (x *ComputationTopology) GetInputs() []*StreamLocation
- func (x *ComputationTopology) GetKeyRanges() []*KeyRangeLocation
- func (x *ComputationTopology) GetOutputs() []*StreamLocation
- func (x *ComputationTopology) GetStateFamilies() []*StateFamilyConfig
- func (x *ComputationTopology) GetSystemStageName() string
- func (*ComputationTopology) ProtoMessage()
- func (x *ComputationTopology) ProtoReflect() protoreflect.Message
- func (x *ComputationTopology) Reset()
- func (x *ComputationTopology) String() string
- type ContainerSpec
- func (*ContainerSpec) Descriptor() ([]byte, []int)deprecated
- func (x *ContainerSpec) GetDefaultEnvironment() *FlexTemplateRuntimeEnvironment
- func (x *ContainerSpec) GetImage() string
- func (x *ContainerSpec) GetMetadata() *TemplateMetadata
- func (x *ContainerSpec) GetSdkInfo() *SDKInfo
- func (*ContainerSpec) ProtoMessage()
- func (x *ContainerSpec) ProtoReflect() protoreflect.Message
- func (x *ContainerSpec) Reset()
- func (x *ContainerSpec) String() string
- type CreateJobFromTemplateRequest
- func (*CreateJobFromTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateJobFromTemplateRequest) GetEnvironment() *RuntimeEnvironment
- func (x *CreateJobFromTemplateRequest) GetGcsPath() string
- func (x *CreateJobFromTemplateRequest) GetJobName() string
- func (x *CreateJobFromTemplateRequest) GetLocation() string
- func (x *CreateJobFromTemplateRequest) GetParameters() map[string]string
- func (x *CreateJobFromTemplateRequest) GetProjectId() string
- func (m *CreateJobFromTemplateRequest) GetTemplate() isCreateJobFromTemplateRequest_Template
- func (*CreateJobFromTemplateRequest) ProtoMessage()
- func (x *CreateJobFromTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *CreateJobFromTemplateRequest) Reset()
- func (x *CreateJobFromTemplateRequest) String() string
- type CreateJobFromTemplateRequest_GcsPath
- type CreateJobRequest
- func (*CreateJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateJobRequest) GetJob() *Job
- func (x *CreateJobRequest) GetLocation() string
- func (x *CreateJobRequest) GetProjectId() string
- func (x *CreateJobRequest) GetReplaceJobId() string
- func (x *CreateJobRequest) GetView() JobView
- func (*CreateJobRequest) ProtoMessage()
- func (x *CreateJobRequest) ProtoReflect() protoreflect.Message
- func (x *CreateJobRequest) Reset()
- func (x *CreateJobRequest) String() string
- type CustomSourceLocation
- func (*CustomSourceLocation) Descriptor() ([]byte, []int)deprecated
- func (x *CustomSourceLocation) GetStateful() bool
- func (*CustomSourceLocation) ProtoMessage()
- func (x *CustomSourceLocation) ProtoReflect() protoreflect.Message
- func (x *CustomSourceLocation) Reset()
- func (x *CustomSourceLocation) String() string
- type DataDiskAssignment
- func (*DataDiskAssignment) Descriptor() ([]byte, []int)deprecated
- func (x *DataDiskAssignment) GetDataDisks() []string
- func (x *DataDiskAssignment) GetVmInstance() string
- func (*DataDiskAssignment) ProtoMessage()
- func (x *DataDiskAssignment) ProtoReflect() protoreflect.Message
- func (x *DataDiskAssignment) Reset()
- func (x *DataDiskAssignment) String() string
- type DatastoreIODetails
- func (*DatastoreIODetails) Descriptor() ([]byte, []int)deprecated
- func (x *DatastoreIODetails) GetNamespace() string
- func (x *DatastoreIODetails) GetProjectId() string
- func (*DatastoreIODetails) ProtoMessage()
- func (x *DatastoreIODetails) ProtoReflect() protoreflect.Message
- func (x *DatastoreIODetails) Reset()
- func (x *DatastoreIODetails) String() string
- type DebugOptions
- type DefaultPackageSet
- func (DefaultPackageSet) Descriptor() protoreflect.EnumDescriptor
- func (x DefaultPackageSet) Enum() *DefaultPackageSet
- func (DefaultPackageSet) EnumDescriptor() ([]byte, []int)deprecated
- func (x DefaultPackageSet) Number() protoreflect.EnumNumber
- func (x DefaultPackageSet) String() string
- func (DefaultPackageSet) Type() protoreflect.EnumType
- type DeleteSnapshotRequest
- func (*DeleteSnapshotRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteSnapshotRequest) GetLocation() string
- func (x *DeleteSnapshotRequest) GetProjectId() string
- func (x *DeleteSnapshotRequest) GetSnapshotId() string
- func (*DeleteSnapshotRequest) ProtoMessage()
- func (x *DeleteSnapshotRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteSnapshotRequest) Reset()
- func (x *DeleteSnapshotRequest) String() string
- type DeleteSnapshotResponse
- type Disk
- type DisplayData
- func (*DisplayData) Descriptor() ([]byte, []int)deprecated
- func (x *DisplayData) GetBoolValue() bool
- func (x *DisplayData) GetDurationValue() *durationpb.Duration
- func (x *DisplayData) GetFloatValue() float32
- func (x *DisplayData) GetInt64Value() int64
- func (x *DisplayData) GetJavaClassValue() string
- func (x *DisplayData) GetKey() string
- func (x *DisplayData) GetLabel() string
- func (x *DisplayData) GetNamespace() string
- func (x *DisplayData) GetShortStrValue() string
- func (x *DisplayData) GetStrValue() string
- func (x *DisplayData) GetTimestampValue() *timestamppb.Timestamp
- func (x *DisplayData) GetUrl() string
- func (m *DisplayData) GetValue() isDisplayData_Value
- func (*DisplayData) ProtoMessage()
- func (x *DisplayData) ProtoReflect() protoreflect.Message
- func (x *DisplayData) Reset()
- func (x *DisplayData) String() string
- type DisplayData_BoolValue
- type DisplayData_DurationValue
- type DisplayData_FloatValue
- type DisplayData_Int64Value
- type DisplayData_JavaClassValue
- type DisplayData_StrValue
- type DisplayData_TimestampValue
- type DynamicTemplateLaunchParams
- func (*DynamicTemplateLaunchParams) Descriptor() ([]byte, []int)deprecated
- func (x *DynamicTemplateLaunchParams) GetGcsPath() string
- func (x *DynamicTemplateLaunchParams) GetStagingLocation() string
- func (*DynamicTemplateLaunchParams) ProtoMessage()
- func (x *DynamicTemplateLaunchParams) ProtoReflect() protoreflect.Message
- func (x *DynamicTemplateLaunchParams) Reset()
- func (x *DynamicTemplateLaunchParams) String() string
- type Environment
- func (*Environment) Descriptor() ([]byte, []int)deprecated
- func (x *Environment) GetClusterManagerApiService() string
- func (x *Environment) GetDataset() string
- func (x *Environment) GetDebugOptions() *DebugOptions
- func (x *Environment) GetExperiments() []string
- func (x *Environment) GetFlexResourceSchedulingGoal() FlexResourceSchedulingGoal
- func (x *Environment) GetInternalExperiments() *anypb.Any
- func (x *Environment) GetSdkPipelineOptions() *structpb.Struct
- func (x *Environment) GetServiceAccountEmail() string
- func (x *Environment) GetServiceKmsKeyName() string
- func (x *Environment) GetServiceOptions() []string
- func (x *Environment) GetShuffleMode() ShuffleMode
- func (x *Environment) GetTempStoragePrefix() string
- func (x *Environment) GetUserAgent() *structpb.Struct
- func (x *Environment) GetVersion() *structpb.Struct
- func (x *Environment) GetWorkerPools() []*WorkerPool
- func (x *Environment) GetWorkerRegion() string
- func (x *Environment) GetWorkerZone() string
- func (*Environment) ProtoMessage()
- func (x *Environment) ProtoReflect() protoreflect.Message
- func (x *Environment) Reset()
- func (x *Environment) String() string
- type ExecutionStageState
- func (*ExecutionStageState) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionStageState) GetCurrentStateTime() *timestamppb.Timestamp
- func (x *ExecutionStageState) GetExecutionStageName() string
- func (x *ExecutionStageState) GetExecutionStageState() JobState
- func (*ExecutionStageState) ProtoMessage()
- func (x *ExecutionStageState) ProtoReflect() protoreflect.Message
- func (x *ExecutionStageState) Reset()
- func (x *ExecutionStageState) String() string
- type ExecutionStageSummary
- func (*ExecutionStageSummary) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionStageSummary) GetComponentSource() []*ExecutionStageSummary_ComponentSource
- func (x *ExecutionStageSummary) GetComponentTransform() []*ExecutionStageSummary_ComponentTransform
- func (x *ExecutionStageSummary) GetId() string
- func (x *ExecutionStageSummary) GetInputSource() []*ExecutionStageSummary_StageSource
- func (x *ExecutionStageSummary) GetKind() KindType
- func (x *ExecutionStageSummary) GetName() string
- func (x *ExecutionStageSummary) GetOutputSource() []*ExecutionStageSummary_StageSource
- func (x *ExecutionStageSummary) GetPrerequisiteStage() []string
- func (*ExecutionStageSummary) ProtoMessage()
- func (x *ExecutionStageSummary) ProtoReflect() protoreflect.Message
- func (x *ExecutionStageSummary) Reset()
- func (x *ExecutionStageSummary) String() string
- type ExecutionStageSummary_ComponentSource
- func (*ExecutionStageSummary_ComponentSource) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionStageSummary_ComponentSource) GetName() string
- func (x *ExecutionStageSummary_ComponentSource) GetOriginalTransformOrCollection() string
- func (x *ExecutionStageSummary_ComponentSource) GetUserName() string
- func (*ExecutionStageSummary_ComponentSource) ProtoMessage()
- func (x *ExecutionStageSummary_ComponentSource) ProtoReflect() protoreflect.Message
- func (x *ExecutionStageSummary_ComponentSource) Reset()
- func (x *ExecutionStageSummary_ComponentSource) String() string
- type ExecutionStageSummary_ComponentTransform
- func (*ExecutionStageSummary_ComponentTransform) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionStageSummary_ComponentTransform) GetName() string
- func (x *ExecutionStageSummary_ComponentTransform) GetOriginalTransform() string
- func (x *ExecutionStageSummary_ComponentTransform) GetUserName() string
- func (*ExecutionStageSummary_ComponentTransform) ProtoMessage()
- func (x *ExecutionStageSummary_ComponentTransform) ProtoReflect() protoreflect.Message
- func (x *ExecutionStageSummary_ComponentTransform) Reset()
- func (x *ExecutionStageSummary_ComponentTransform) String() string
- type ExecutionStageSummary_StageSource
- func (*ExecutionStageSummary_StageSource) Descriptor() ([]byte, []int)deprecated
- func (x *ExecutionStageSummary_StageSource) GetName() string
- func (x *ExecutionStageSummary_StageSource) GetOriginalTransformOrCollection() string
- func (x *ExecutionStageSummary_StageSource) GetSizeBytes() int64
- func (x *ExecutionStageSummary_StageSource) GetUserName() string
- func (*ExecutionStageSummary_StageSource) ProtoMessage()
- func (x *ExecutionStageSummary_StageSource) ProtoReflect() protoreflect.Message
- func (x *ExecutionStageSummary_StageSource) Reset()
- func (x *ExecutionStageSummary_StageSource) String() string
- type ExecutionState
- func (ExecutionState) Descriptor() protoreflect.EnumDescriptor
- func (x ExecutionState) Enum() *ExecutionState
- func (ExecutionState) EnumDescriptor() ([]byte, []int)deprecated
- func (x ExecutionState) Number() protoreflect.EnumNumber
- func (x ExecutionState) String() string
- func (ExecutionState) Type() protoreflect.EnumType
- type FailedLocation
- type FileIODetails
- type FlexResourceSchedulingGoal
- func (FlexResourceSchedulingGoal) Descriptor() protoreflect.EnumDescriptor
- func (x FlexResourceSchedulingGoal) Enum() *FlexResourceSchedulingGoal
- func (FlexResourceSchedulingGoal) EnumDescriptor() ([]byte, []int)deprecated
- func (x FlexResourceSchedulingGoal) Number() protoreflect.EnumNumber
- func (x FlexResourceSchedulingGoal) String() string
- func (FlexResourceSchedulingGoal) Type() protoreflect.EnumType
- type FlexTemplateRuntimeEnvironment
- func (*FlexTemplateRuntimeEnvironment) Descriptor() ([]byte, []int)deprecated
- func (x *FlexTemplateRuntimeEnvironment) GetAdditionalExperiments() []string
- func (x *FlexTemplateRuntimeEnvironment) GetAdditionalUserLabels() map[string]string
- func (x *FlexTemplateRuntimeEnvironment) GetAutoscalingAlgorithm() AutoscalingAlgorithm
- func (x *FlexTemplateRuntimeEnvironment) GetDiskSizeGb() int32
- func (x *FlexTemplateRuntimeEnvironment) GetDumpHeapOnOom() bool
- func (x *FlexTemplateRuntimeEnvironment) GetEnableStreamingEngine() bool
- func (x *FlexTemplateRuntimeEnvironment) GetFlexrsGoal() FlexResourceSchedulingGoal
- func (x *FlexTemplateRuntimeEnvironment) GetIpConfiguration() WorkerIPAddressConfiguration
- func (x *FlexTemplateRuntimeEnvironment) GetKmsKeyName() string
- func (x *FlexTemplateRuntimeEnvironment) GetLauncherMachineType() string
- func (x *FlexTemplateRuntimeEnvironment) GetMachineType() string
- func (x *FlexTemplateRuntimeEnvironment) GetMaxWorkers() int32
- func (x *FlexTemplateRuntimeEnvironment) GetNetwork() string
- func (x *FlexTemplateRuntimeEnvironment) GetNumWorkers() int32
- func (x *FlexTemplateRuntimeEnvironment) GetSaveHeapDumpsToGcsPath() string
- func (x *FlexTemplateRuntimeEnvironment) GetSdkContainerImage() string
- func (x *FlexTemplateRuntimeEnvironment) GetServiceAccountEmail() string
- func (x *FlexTemplateRuntimeEnvironment) GetStagingLocation() string
- func (x *FlexTemplateRuntimeEnvironment) GetSubnetwork() string
- func (x *FlexTemplateRuntimeEnvironment) GetTempLocation() string
- func (x *FlexTemplateRuntimeEnvironment) GetWorkerRegion() string
- func (x *FlexTemplateRuntimeEnvironment) GetWorkerZone() string
- func (x *FlexTemplateRuntimeEnvironment) GetZone() string
- func (*FlexTemplateRuntimeEnvironment) ProtoMessage()
- func (x *FlexTemplateRuntimeEnvironment) ProtoReflect() protoreflect.Message
- func (x *FlexTemplateRuntimeEnvironment) Reset()
- func (x *FlexTemplateRuntimeEnvironment) String() string
- type FlexTemplatesServiceClient
- type FlexTemplatesServiceServer
- type GetJobExecutionDetailsRequest
- func (*GetJobExecutionDetailsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobExecutionDetailsRequest) GetJobId() string
- func (x *GetJobExecutionDetailsRequest) GetLocation() string
- func (x *GetJobExecutionDetailsRequest) GetPageSize() int32
- func (x *GetJobExecutionDetailsRequest) GetPageToken() string
- func (x *GetJobExecutionDetailsRequest) GetProjectId() string
- func (*GetJobExecutionDetailsRequest) ProtoMessage()
- func (x *GetJobExecutionDetailsRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobExecutionDetailsRequest) Reset()
- func (x *GetJobExecutionDetailsRequest) String() string
- type GetJobMetricsRequest
- func (*GetJobMetricsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobMetricsRequest) GetJobId() string
- func (x *GetJobMetricsRequest) GetLocation() string
- func (x *GetJobMetricsRequest) GetProjectId() string
- func (x *GetJobMetricsRequest) GetStartTime() *timestamppb.Timestamp
- func (*GetJobMetricsRequest) ProtoMessage()
- func (x *GetJobMetricsRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobMetricsRequest) Reset()
- func (x *GetJobMetricsRequest) String() string
- type GetJobRequest
- func (*GetJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetJobRequest) GetJobId() string
- func (x *GetJobRequest) GetLocation() string
- func (x *GetJobRequest) GetProjectId() string
- func (x *GetJobRequest) GetView() JobView
- func (*GetJobRequest) ProtoMessage()
- func (x *GetJobRequest) ProtoReflect() protoreflect.Message
- func (x *GetJobRequest) Reset()
- func (x *GetJobRequest) String() string
- type GetSnapshotRequest
- func (*GetSnapshotRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetSnapshotRequest) GetLocation() string
- func (x *GetSnapshotRequest) GetProjectId() string
- func (x *GetSnapshotRequest) GetSnapshotId() string
- func (*GetSnapshotRequest) ProtoMessage()
- func (x *GetSnapshotRequest) ProtoReflect() protoreflect.Message
- func (x *GetSnapshotRequest) Reset()
- func (x *GetSnapshotRequest) String() string
- type GetStageExecutionDetailsRequest
- func (*GetStageExecutionDetailsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetStageExecutionDetailsRequest) GetEndTime() *timestamppb.Timestamp
- func (x *GetStageExecutionDetailsRequest) GetJobId() string
- func (x *GetStageExecutionDetailsRequest) GetLocation() string
- func (x *GetStageExecutionDetailsRequest) GetPageSize() int32
- func (x *GetStageExecutionDetailsRequest) GetPageToken() string
- func (x *GetStageExecutionDetailsRequest) GetProjectId() string
- func (x *GetStageExecutionDetailsRequest) GetStageId() string
- func (x *GetStageExecutionDetailsRequest) GetStartTime() *timestamppb.Timestamp
- func (*GetStageExecutionDetailsRequest) ProtoMessage()
- func (x *GetStageExecutionDetailsRequest) ProtoReflect() protoreflect.Message
- func (x *GetStageExecutionDetailsRequest) Reset()
- func (x *GetStageExecutionDetailsRequest) String() string
- type GetTemplateRequest
- func (*GetTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateRequest) GetGcsPath() string
- func (x *GetTemplateRequest) GetLocation() string
- func (x *GetTemplateRequest) GetProjectId() string
- func (m *GetTemplateRequest) GetTemplate() isGetTemplateRequest_Template
- func (x *GetTemplateRequest) GetView() GetTemplateRequest_TemplateView
- func (*GetTemplateRequest) ProtoMessage()
- func (x *GetTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *GetTemplateRequest) Reset()
- func (x *GetTemplateRequest) String() string
- type GetTemplateRequest_GcsPath
- type GetTemplateRequest_TemplateView
- func (GetTemplateRequest_TemplateView) Descriptor() protoreflect.EnumDescriptor
- func (x GetTemplateRequest_TemplateView) Enum() *GetTemplateRequest_TemplateView
- func (GetTemplateRequest_TemplateView) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetTemplateRequest_TemplateView) Number() protoreflect.EnumNumber
- func (x GetTemplateRequest_TemplateView) String() string
- func (GetTemplateRequest_TemplateView) Type() protoreflect.EnumType
- type GetTemplateResponse
- func (*GetTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetTemplateResponse) GetMetadata() *TemplateMetadata
- func (x *GetTemplateResponse) GetRuntimeMetadata() *RuntimeMetadata
- func (x *GetTemplateResponse) GetStatus() *status.Status
- func (x *GetTemplateResponse) GetTemplateType() GetTemplateResponse_TemplateType
- func (*GetTemplateResponse) ProtoMessage()
- func (x *GetTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *GetTemplateResponse) Reset()
- func (x *GetTemplateResponse) String() string
- type GetTemplateResponse_TemplateType
- func (GetTemplateResponse_TemplateType) Descriptor() protoreflect.EnumDescriptor
- func (x GetTemplateResponse_TemplateType) Enum() *GetTemplateResponse_TemplateType
- func (GetTemplateResponse_TemplateType) EnumDescriptor() ([]byte, []int)deprecated
- func (x GetTemplateResponse_TemplateType) Number() protoreflect.EnumNumber
- func (x GetTemplateResponse_TemplateType) String() string
- func (GetTemplateResponse_TemplateType) Type() protoreflect.EnumType
- type InvalidTemplateParameters
- func (*InvalidTemplateParameters) Descriptor() ([]byte, []int)deprecated
- func (x *InvalidTemplateParameters) GetParameterViolations() []*InvalidTemplateParameters_ParameterViolation
- func (*InvalidTemplateParameters) ProtoMessage()
- func (x *InvalidTemplateParameters) ProtoReflect() protoreflect.Message
- func (x *InvalidTemplateParameters) Reset()
- func (x *InvalidTemplateParameters) String() string
- type InvalidTemplateParameters_ParameterViolation
- func (*InvalidTemplateParameters_ParameterViolation) Descriptor() ([]byte, []int)deprecated
- func (x *InvalidTemplateParameters_ParameterViolation) GetDescription() string
- func (x *InvalidTemplateParameters_ParameterViolation) GetParameter() string
- func (*InvalidTemplateParameters_ParameterViolation) ProtoMessage()
- func (x *InvalidTemplateParameters_ParameterViolation) ProtoReflect() protoreflect.Message
- func (x *InvalidTemplateParameters_ParameterViolation) Reset()
- func (x *InvalidTemplateParameters_ParameterViolation) String() string
- type Job
- func (*Job) Descriptor() ([]byte, []int)deprecated
- func (x *Job) GetClientRequestId() string
- func (x *Job) GetCreateTime() *timestamppb.Timestamp
- func (x *Job) GetCreatedFromSnapshotId() string
- func (x *Job) GetCurrentState() JobState
- func (x *Job) GetCurrentStateTime() *timestamppb.Timestamp
- func (x *Job) GetEnvironment() *Environment
- func (x *Job) GetExecutionInfo() *JobExecutionInfo
- func (x *Job) GetId() string
- func (x *Job) GetJobMetadata() *JobMetadata
- func (x *Job) GetLabels() map[string]string
- func (x *Job) GetLocation() string
- func (x *Job) GetName() string
- func (x *Job) GetPipelineDescription() *PipelineDescription
- func (x *Job) GetProjectId() string
- func (x *Job) GetReplaceJobId() string
- func (x *Job) GetReplacedByJobId() string
- func (x *Job) GetRequestedState() JobState
- func (x *Job) GetSatisfiesPzs() bool
- func (x *Job) GetStageStates() []*ExecutionStageState
- func (x *Job) GetStartTime() *timestamppb.Timestamp
- func (x *Job) GetSteps() []*Step
- func (x *Job) GetStepsLocation() string
- func (x *Job) GetTempFiles() []string
- func (x *Job) GetTransformNameMapping() map[string]string
- func (x *Job) GetType() JobType
- func (*Job) ProtoMessage()
- func (x *Job) ProtoReflect() protoreflect.Message
- func (x *Job) Reset()
- func (x *Job) String() string
- type JobExecutionDetails
- func (*JobExecutionDetails) Descriptor() ([]byte, []int)deprecated
- func (x *JobExecutionDetails) GetNextPageToken() string
- func (x *JobExecutionDetails) GetStages() []*StageSummary
- func (*JobExecutionDetails) ProtoMessage()
- func (x *JobExecutionDetails) ProtoReflect() protoreflect.Message
- func (x *JobExecutionDetails) Reset()
- func (x *JobExecutionDetails) String() string
- type JobExecutionInfo
- func (*JobExecutionInfo) Descriptor() ([]byte, []int)deprecated
- func (x *JobExecutionInfo) GetStages() map[string]*JobExecutionStageInfo
- func (*JobExecutionInfo) ProtoMessage()
- func (x *JobExecutionInfo) ProtoReflect() protoreflect.Message
- func (x *JobExecutionInfo) Reset()
- func (x *JobExecutionInfo) String() string
- type JobExecutionStageInfo
- func (*JobExecutionStageInfo) Descriptor() ([]byte, []int)deprecated
- func (x *JobExecutionStageInfo) GetStepName() []string
- func (*JobExecutionStageInfo) ProtoMessage()
- func (x *JobExecutionStageInfo) ProtoReflect() protoreflect.Message
- func (x *JobExecutionStageInfo) Reset()
- func (x *JobExecutionStageInfo) String() string
- type JobMessage
- func (*JobMessage) Descriptor() ([]byte, []int)deprecated
- func (x *JobMessage) GetId() string
- func (x *JobMessage) GetMessageImportance() JobMessageImportance
- func (x *JobMessage) GetMessageText() string
- func (x *JobMessage) GetTime() *timestamppb.Timestamp
- func (*JobMessage) ProtoMessage()
- func (x *JobMessage) ProtoReflect() protoreflect.Message
- func (x *JobMessage) Reset()
- func (x *JobMessage) String() string
- type JobMessageImportance
- func (JobMessageImportance) Descriptor() protoreflect.EnumDescriptor
- func (x JobMessageImportance) Enum() *JobMessageImportance
- func (JobMessageImportance) EnumDescriptor() ([]byte, []int)deprecated
- func (x JobMessageImportance) Number() protoreflect.EnumNumber
- func (x JobMessageImportance) String() string
- func (JobMessageImportance) Type() protoreflect.EnumType
- type JobMetadata
- func (*JobMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *JobMetadata) GetBigTableDetails() []*BigTableIODetails
- func (x *JobMetadata) GetBigqueryDetails() []*BigQueryIODetails
- func (x *JobMetadata) GetDatastoreDetails() []*DatastoreIODetails
- func (x *JobMetadata) GetFileDetails() []*FileIODetails
- func (x *JobMetadata) GetPubsubDetails() []*PubSubIODetails
- func (x *JobMetadata) GetSdkVersion() *SdkVersion
- func (x *JobMetadata) GetSpannerDetails() []*SpannerIODetails
- func (*JobMetadata) ProtoMessage()
- func (x *JobMetadata) ProtoReflect() protoreflect.Message
- func (x *JobMetadata) Reset()
- func (x *JobMetadata) String() string
- type JobMetrics
- func (*JobMetrics) Descriptor() ([]byte, []int)deprecated
- func (x *JobMetrics) GetMetricTime() *timestamppb.Timestamp
- func (x *JobMetrics) GetMetrics() []*MetricUpdate
- func (*JobMetrics) ProtoMessage()
- func (x *JobMetrics) ProtoReflect() protoreflect.Message
- func (x *JobMetrics) Reset()
- func (x *JobMetrics) String() string
- type JobState
- type JobType
- type JobView
- type JobsV1Beta3Client
- type JobsV1Beta3Server
- type KeyRangeDataDiskAssignment
- func (*KeyRangeDataDiskAssignment) Descriptor() ([]byte, []int)deprecated
- func (x *KeyRangeDataDiskAssignment) GetDataDisk() string
- func (x *KeyRangeDataDiskAssignment) GetEnd() string
- func (x *KeyRangeDataDiskAssignment) GetStart() string
- func (*KeyRangeDataDiskAssignment) ProtoMessage()
- func (x *KeyRangeDataDiskAssignment) ProtoReflect() protoreflect.Message
- func (x *KeyRangeDataDiskAssignment) Reset()
- func (x *KeyRangeDataDiskAssignment) String() string
- type KeyRangeLocation
- func (*KeyRangeLocation) Descriptor() ([]byte, []int)deprecated
- func (x *KeyRangeLocation) GetDataDisk() string
- func (x *KeyRangeLocation) GetDeliveryEndpoint() string
- func (x *KeyRangeLocation) GetDeprecatedPersistentDirectory() stringdeprecated
- func (x *KeyRangeLocation) GetEnd() string
- func (x *KeyRangeLocation) GetStart() string
- func (*KeyRangeLocation) ProtoMessage()
- func (x *KeyRangeLocation) ProtoReflect() protoreflect.Message
- func (x *KeyRangeLocation) Reset()
- func (x *KeyRangeLocation) String() string
- type KindType
- type LaunchFlexTemplateParameter
- func (*LaunchFlexTemplateParameter) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchFlexTemplateParameter) GetContainerSpec() *ContainerSpec
- func (x *LaunchFlexTemplateParameter) GetContainerSpecGcsPath() string
- func (x *LaunchFlexTemplateParameter) GetEnvironment() *FlexTemplateRuntimeEnvironment
- func (x *LaunchFlexTemplateParameter) GetJobName() string
- func (x *LaunchFlexTemplateParameter) GetLaunchOptions() map[string]string
- func (x *LaunchFlexTemplateParameter) GetParameters() map[string]string
- func (m *LaunchFlexTemplateParameter) GetTemplate() isLaunchFlexTemplateParameter_Template
- func (x *LaunchFlexTemplateParameter) GetTransformNameMappings() map[string]string
- func (x *LaunchFlexTemplateParameter) GetUpdate() bool
- func (*LaunchFlexTemplateParameter) ProtoMessage()
- func (x *LaunchFlexTemplateParameter) ProtoReflect() protoreflect.Message
- func (x *LaunchFlexTemplateParameter) Reset()
- func (x *LaunchFlexTemplateParameter) String() string
- type LaunchFlexTemplateParameter_ContainerSpec
- type LaunchFlexTemplateParameter_ContainerSpecGcsPath
- type LaunchFlexTemplateRequest
- func (*LaunchFlexTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchFlexTemplateRequest) GetLaunchParameter() *LaunchFlexTemplateParameter
- func (x *LaunchFlexTemplateRequest) GetLocation() string
- func (x *LaunchFlexTemplateRequest) GetProjectId() string
- func (x *LaunchFlexTemplateRequest) GetValidateOnly() bool
- func (*LaunchFlexTemplateRequest) ProtoMessage()
- func (x *LaunchFlexTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *LaunchFlexTemplateRequest) Reset()
- func (x *LaunchFlexTemplateRequest) String() string
- type LaunchFlexTemplateResponse
- func (*LaunchFlexTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchFlexTemplateResponse) GetJob() *Job
- func (*LaunchFlexTemplateResponse) ProtoMessage()
- func (x *LaunchFlexTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *LaunchFlexTemplateResponse) Reset()
- func (x *LaunchFlexTemplateResponse) String() string
- type LaunchTemplateParameters
- func (*LaunchTemplateParameters) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchTemplateParameters) GetEnvironment() *RuntimeEnvironment
- func (x *LaunchTemplateParameters) GetJobName() string
- func (x *LaunchTemplateParameters) GetParameters() map[string]string
- func (x *LaunchTemplateParameters) GetTransformNameMapping() map[string]string
- func (x *LaunchTemplateParameters) GetUpdate() bool
- func (*LaunchTemplateParameters) ProtoMessage()
- func (x *LaunchTemplateParameters) ProtoReflect() protoreflect.Message
- func (x *LaunchTemplateParameters) Reset()
- func (x *LaunchTemplateParameters) String() string
- type LaunchTemplateRequest
- func (*LaunchTemplateRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchTemplateRequest) GetDynamicTemplate() *DynamicTemplateLaunchParams
- func (x *LaunchTemplateRequest) GetGcsPath() string
- func (x *LaunchTemplateRequest) GetLaunchParameters() *LaunchTemplateParameters
- func (x *LaunchTemplateRequest) GetLocation() string
- func (x *LaunchTemplateRequest) GetProjectId() string
- func (m *LaunchTemplateRequest) GetTemplate() isLaunchTemplateRequest_Template
- func (x *LaunchTemplateRequest) GetValidateOnly() bool
- func (*LaunchTemplateRequest) ProtoMessage()
- func (x *LaunchTemplateRequest) ProtoReflect() protoreflect.Message
- func (x *LaunchTemplateRequest) Reset()
- func (x *LaunchTemplateRequest) String() string
- type LaunchTemplateRequest_DynamicTemplate
- type LaunchTemplateRequest_GcsPath
- type LaunchTemplateResponse
- func (*LaunchTemplateResponse) Descriptor() ([]byte, []int)deprecated
- func (x *LaunchTemplateResponse) GetJob() *Job
- func (*LaunchTemplateResponse) ProtoMessage()
- func (x *LaunchTemplateResponse) ProtoReflect() protoreflect.Message
- func (x *LaunchTemplateResponse) Reset()
- func (x *LaunchTemplateResponse) String() string
- type ListJobMessagesRequest
- func (*ListJobMessagesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListJobMessagesRequest) GetEndTime() *timestamppb.Timestamp
- func (x *ListJobMessagesRequest) GetJobId() string
- func (x *ListJobMessagesRequest) GetLocation() string
- func (x *ListJobMessagesRequest) GetMinimumImportance() JobMessageImportance
- func (x *ListJobMessagesRequest) GetPageSize() int32
- func (x *ListJobMessagesRequest) GetPageToken() string
- func (x *ListJobMessagesRequest) GetProjectId() string
- func (x *ListJobMessagesRequest) GetStartTime() *timestamppb.Timestamp
- func (*ListJobMessagesRequest) ProtoMessage()
- func (x *ListJobMessagesRequest) ProtoReflect() protoreflect.Message
- func (x *ListJobMessagesRequest) Reset()
- func (x *ListJobMessagesRequest) String() string
- type ListJobMessagesResponse
- func (*ListJobMessagesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListJobMessagesResponse) GetAutoscalingEvents() []*AutoscalingEvent
- func (x *ListJobMessagesResponse) GetJobMessages() []*JobMessage
- func (x *ListJobMessagesResponse) GetNextPageToken() string
- func (*ListJobMessagesResponse) ProtoMessage()
- func (x *ListJobMessagesResponse) ProtoReflect() protoreflect.Message
- func (x *ListJobMessagesResponse) Reset()
- func (x *ListJobMessagesResponse) String() string
- type ListJobsRequest
- func (*ListJobsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListJobsRequest) GetFilter() ListJobsRequest_Filter
- func (x *ListJobsRequest) GetLocation() string
- func (x *ListJobsRequest) GetPageSize() int32
- func (x *ListJobsRequest) GetPageToken() string
- func (x *ListJobsRequest) GetProjectId() string
- func (x *ListJobsRequest) GetView() JobViewdeprecated
- func (*ListJobsRequest) ProtoMessage()
- func (x *ListJobsRequest) ProtoReflect() protoreflect.Message
- func (x *ListJobsRequest) Reset()
- func (x *ListJobsRequest) String() string
- type ListJobsRequest_Filter
- func (ListJobsRequest_Filter) Descriptor() protoreflect.EnumDescriptor
- func (x ListJobsRequest_Filter) Enum() *ListJobsRequest_Filter
- func (ListJobsRequest_Filter) EnumDescriptor() ([]byte, []int)deprecated
- func (x ListJobsRequest_Filter) Number() protoreflect.EnumNumber
- func (x ListJobsRequest_Filter) String() string
- func (ListJobsRequest_Filter) Type() protoreflect.EnumType
- type ListJobsResponse
- func (*ListJobsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListJobsResponse) GetFailedLocation() []*FailedLocation
- func (x *ListJobsResponse) GetJobs() []*Job
- func (x *ListJobsResponse) GetNextPageToken() string
- func (*ListJobsResponse) ProtoMessage()
- func (x *ListJobsResponse) ProtoReflect() protoreflect.Message
- func (x *ListJobsResponse) Reset()
- func (x *ListJobsResponse) String() string
- type ListSnapshotsRequest
- func (*ListSnapshotsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListSnapshotsRequest) GetJobId() string
- func (x *ListSnapshotsRequest) GetLocation() string
- func (x *ListSnapshotsRequest) GetProjectId() string
- func (*ListSnapshotsRequest) ProtoMessage()
- func (x *ListSnapshotsRequest) ProtoReflect() protoreflect.Message
- func (x *ListSnapshotsRequest) Reset()
- func (x *ListSnapshotsRequest) String() string
- type ListSnapshotsResponse
- func (*ListSnapshotsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListSnapshotsResponse) GetSnapshots() []*Snapshot
- func (*ListSnapshotsResponse) ProtoMessage()
- func (x *ListSnapshotsResponse) ProtoReflect() protoreflect.Message
- func (x *ListSnapshotsResponse) Reset()
- func (x *ListSnapshotsResponse) String() string
- type MessagesV1Beta3Client
- type MessagesV1Beta3Server
- type MetricStructuredName
- func (*MetricStructuredName) Descriptor() ([]byte, []int)deprecated
- func (x *MetricStructuredName) GetContext() map[string]string
- func (x *MetricStructuredName) GetName() string
- func (x *MetricStructuredName) GetOrigin() string
- func (*MetricStructuredName) ProtoMessage()
- func (x *MetricStructuredName) ProtoReflect() protoreflect.Message
- func (x *MetricStructuredName) Reset()
- func (x *MetricStructuredName) String() string
- type MetricUpdate
- func (*MetricUpdate) Descriptor() ([]byte, []int)deprecated
- func (x *MetricUpdate) GetCumulative() bool
- func (x *MetricUpdate) GetDistribution() *structpb.Value
- func (x *MetricUpdate) GetGauge() *structpb.Value
- func (x *MetricUpdate) GetInternal() *structpb.Value
- func (x *MetricUpdate) GetKind() string
- func (x *MetricUpdate) GetMeanCount() *structpb.Value
- func (x *MetricUpdate) GetMeanSum() *structpb.Value
- func (x *MetricUpdate) GetName() *MetricStructuredName
- func (x *MetricUpdate) GetScalar() *structpb.Value
- func (x *MetricUpdate) GetSet() *structpb.Value
- func (x *MetricUpdate) GetUpdateTime() *timestamppb.Timestamp
- func (*MetricUpdate) ProtoMessage()
- func (x *MetricUpdate) ProtoReflect() protoreflect.Message
- func (x *MetricUpdate) Reset()
- func (x *MetricUpdate) String() string
- type MetricsV1Beta3Client
- type MetricsV1Beta3Server
- type MountedDataDisk
- type Package
- type ParameterMetadata
- func (*ParameterMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *ParameterMetadata) GetCustomMetadata() map[string]string
- func (x *ParameterMetadata) GetHelpText() string
- func (x *ParameterMetadata) GetIsOptional() bool
- func (x *ParameterMetadata) GetLabel() string
- func (x *ParameterMetadata) GetName() string
- func (x *ParameterMetadata) GetParamType() ParameterType
- func (x *ParameterMetadata) GetRegexes() []string
- func (*ParameterMetadata) ProtoMessage()
- func (x *ParameterMetadata) ProtoReflect() protoreflect.Message
- func (x *ParameterMetadata) Reset()
- func (x *ParameterMetadata) String() string
- type ParameterType
- func (ParameterType) Descriptor() protoreflect.EnumDescriptor
- func (x ParameterType) Enum() *ParameterType
- func (ParameterType) EnumDescriptor() ([]byte, []int)deprecated
- func (x ParameterType) Number() protoreflect.EnumNumber
- func (x ParameterType) String() string
- func (ParameterType) Type() protoreflect.EnumType
- type PipelineDescription
- func (*PipelineDescription) Descriptor() ([]byte, []int)deprecated
- func (x *PipelineDescription) GetDisplayData() []*DisplayData
- func (x *PipelineDescription) GetExecutionPipelineStage() []*ExecutionStageSummary
- func (x *PipelineDescription) GetOriginalPipelineTransform() []*TransformSummary
- func (*PipelineDescription) ProtoMessage()
- func (x *PipelineDescription) ProtoReflect() protoreflect.Message
- func (x *PipelineDescription) Reset()
- func (x *PipelineDescription) String() string
- type ProgressTimeseries
- func (*ProgressTimeseries) Descriptor() ([]byte, []int)deprecated
- func (x *ProgressTimeseries) GetCurrentProgress() float64
- func (x *ProgressTimeseries) GetDataPoints() []*ProgressTimeseries_Point
- func (*ProgressTimeseries) ProtoMessage()
- func (x *ProgressTimeseries) ProtoReflect() protoreflect.Message
- func (x *ProgressTimeseries) Reset()
- func (x *ProgressTimeseries) String() string
- type ProgressTimeseries_Point
- func (*ProgressTimeseries_Point) Descriptor() ([]byte, []int)deprecated
- func (x *ProgressTimeseries_Point) GetTime() *timestamppb.Timestamp
- func (x *ProgressTimeseries_Point) GetValue() float64
- func (*ProgressTimeseries_Point) ProtoMessage()
- func (x *ProgressTimeseries_Point) ProtoReflect() protoreflect.Message
- func (x *ProgressTimeseries_Point) Reset()
- func (x *ProgressTimeseries_Point) String() string
- type PubSubIODetails
- func (*PubSubIODetails) Descriptor() ([]byte, []int)deprecated
- func (x *PubSubIODetails) GetSubscription() string
- func (x *PubSubIODetails) GetTopic() string
- func (*PubSubIODetails) ProtoMessage()
- func (x *PubSubIODetails) ProtoReflect() protoreflect.Message
- func (x *PubSubIODetails) Reset()
- func (x *PubSubIODetails) String() string
- type PubsubLocation
- func (*PubsubLocation) Descriptor() ([]byte, []int)deprecated
- func (x *PubsubLocation) GetDropLateData() bool
- func (x *PubsubLocation) GetIdLabel() string
- func (x *PubsubLocation) GetSubscription() string
- func (x *PubsubLocation) GetTimestampLabel() string
- func (x *PubsubLocation) GetTopic() string
- func (x *PubsubLocation) GetTrackingSubscription() string
- func (x *PubsubLocation) GetWithAttributes() bool
- func (*PubsubLocation) ProtoMessage()
- func (x *PubsubLocation) ProtoReflect() protoreflect.Message
- func (x *PubsubLocation) Reset()
- func (x *PubsubLocation) String() string
- type PubsubSnapshotMetadata
- func (*PubsubSnapshotMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *PubsubSnapshotMetadata) GetExpireTime() *timestamppb.Timestamp
- func (x *PubsubSnapshotMetadata) GetSnapshotName() string
- func (x *PubsubSnapshotMetadata) GetTopicName() string
- func (*PubsubSnapshotMetadata) ProtoMessage()
- func (x *PubsubSnapshotMetadata) ProtoReflect() protoreflect.Message
- func (x *PubsubSnapshotMetadata) Reset()
- func (x *PubsubSnapshotMetadata) String() string
- type RuntimeEnvironment
- func (*RuntimeEnvironment) Descriptor() ([]byte, []int)deprecated
- func (x *RuntimeEnvironment) GetAdditionalExperiments() []string
- func (x *RuntimeEnvironment) GetAdditionalUserLabels() map[string]string
- func (x *RuntimeEnvironment) GetBypassTempDirValidation() bool
- func (x *RuntimeEnvironment) GetEnableStreamingEngine() bool
- func (x *RuntimeEnvironment) GetIpConfiguration() WorkerIPAddressConfiguration
- func (x *RuntimeEnvironment) GetKmsKeyName() string
- func (x *RuntimeEnvironment) GetMachineType() string
- func (x *RuntimeEnvironment) GetMaxWorkers() int32
- func (x *RuntimeEnvironment) GetNetwork() string
- func (x *RuntimeEnvironment) GetNumWorkers() int32
- func (x *RuntimeEnvironment) GetServiceAccountEmail() string
- func (x *RuntimeEnvironment) GetSubnetwork() string
- func (x *RuntimeEnvironment) GetTempLocation() string
- func (x *RuntimeEnvironment) GetWorkerRegion() string
- func (x *RuntimeEnvironment) GetWorkerZone() string
- func (x *RuntimeEnvironment) GetZone() string
- func (*RuntimeEnvironment) ProtoMessage()
- func (x *RuntimeEnvironment) ProtoReflect() protoreflect.Message
- func (x *RuntimeEnvironment) Reset()
- func (x *RuntimeEnvironment) String() string
- type RuntimeMetadata
- func (*RuntimeMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *RuntimeMetadata) GetParameters() []*ParameterMetadata
- func (x *RuntimeMetadata) GetSdkInfo() *SDKInfo
- func (*RuntimeMetadata) ProtoMessage()
- func (x *RuntimeMetadata) ProtoReflect() protoreflect.Message
- func (x *RuntimeMetadata) Reset()
- func (x *RuntimeMetadata) String() string
- type SDKInfo
- type SDKInfo_Language
- func (SDKInfo_Language) Descriptor() protoreflect.EnumDescriptor
- func (x SDKInfo_Language) Enum() *SDKInfo_Language
- func (SDKInfo_Language) EnumDescriptor() ([]byte, []int)deprecated
- func (x SDKInfo_Language) Number() protoreflect.EnumNumber
- func (x SDKInfo_Language) String() string
- func (SDKInfo_Language) Type() protoreflect.EnumType
- type SdkHarnessContainerImage
- func (*SdkHarnessContainerImage) Descriptor() ([]byte, []int)deprecated
- func (x *SdkHarnessContainerImage) GetCapabilities() []string
- func (x *SdkHarnessContainerImage) GetContainerImage() string
- func (x *SdkHarnessContainerImage) GetEnvironmentId() string
- func (x *SdkHarnessContainerImage) GetUseSingleCorePerContainer() bool
- func (*SdkHarnessContainerImage) ProtoMessage()
- func (x *SdkHarnessContainerImage) ProtoReflect() protoreflect.Message
- func (x *SdkHarnessContainerImage) Reset()
- func (x *SdkHarnessContainerImage) String() string
- type SdkVersion
- func (*SdkVersion) Descriptor() ([]byte, []int)deprecated
- func (x *SdkVersion) GetSdkSupportStatus() SdkVersion_SdkSupportStatus
- func (x *SdkVersion) GetVersion() string
- func (x *SdkVersion) GetVersionDisplayName() string
- func (*SdkVersion) ProtoMessage()
- func (x *SdkVersion) ProtoReflect() protoreflect.Message
- func (x *SdkVersion) Reset()
- func (x *SdkVersion) String() string
- type SdkVersion_SdkSupportStatus
- func (SdkVersion_SdkSupportStatus) Descriptor() protoreflect.EnumDescriptor
- func (x SdkVersion_SdkSupportStatus) Enum() *SdkVersion_SdkSupportStatus
- func (SdkVersion_SdkSupportStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x SdkVersion_SdkSupportStatus) Number() protoreflect.EnumNumber
- func (x SdkVersion_SdkSupportStatus) String() string
- func (SdkVersion_SdkSupportStatus) Type() protoreflect.EnumType
- type ShuffleMode
- func (ShuffleMode) Descriptor() protoreflect.EnumDescriptor
- func (x ShuffleMode) Enum() *ShuffleMode
- func (ShuffleMode) EnumDescriptor() ([]byte, []int)deprecated
- func (x ShuffleMode) Number() protoreflect.EnumNumber
- func (x ShuffleMode) String() string
- func (ShuffleMode) Type() protoreflect.EnumType
- type Snapshot
- func (*Snapshot) Descriptor() ([]byte, []int)deprecated
- func (x *Snapshot) GetCreationTime() *timestamppb.Timestamp
- func (x *Snapshot) GetDescription() string
- func (x *Snapshot) GetDiskSizeBytes() int64
- func (x *Snapshot) GetId() string
- func (x *Snapshot) GetProjectId() string
- func (x *Snapshot) GetPubsubMetadata() []*PubsubSnapshotMetadata
- func (x *Snapshot) GetRegion() string
- func (x *Snapshot) GetSourceJobId() string
- func (x *Snapshot) GetState() SnapshotState
- func (x *Snapshot) GetTtl() *durationpb.Duration
- func (*Snapshot) ProtoMessage()
- func (x *Snapshot) ProtoReflect() protoreflect.Message
- func (x *Snapshot) Reset()
- func (x *Snapshot) String() string
- type SnapshotJobRequest
- func (*SnapshotJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SnapshotJobRequest) GetDescription() string
- func (x *SnapshotJobRequest) GetJobId() string
- func (x *SnapshotJobRequest) GetLocation() string
- func (x *SnapshotJobRequest) GetProjectId() string
- func (x *SnapshotJobRequest) GetSnapshotSources() bool
- func (x *SnapshotJobRequest) GetTtl() *durationpb.Duration
- func (*SnapshotJobRequest) ProtoMessage()
- func (x *SnapshotJobRequest) ProtoReflect() protoreflect.Message
- func (x *SnapshotJobRequest) Reset()
- func (x *SnapshotJobRequest) String() string
- type SnapshotState
- func (SnapshotState) Descriptor() protoreflect.EnumDescriptor
- func (x SnapshotState) Enum() *SnapshotState
- func (SnapshotState) EnumDescriptor() ([]byte, []int)deprecated
- func (x SnapshotState) Number() protoreflect.EnumNumber
- func (x SnapshotState) String() string
- func (SnapshotState) Type() protoreflect.EnumType
- type SnapshotsV1Beta3Client
- type SnapshotsV1Beta3Server
- type SpannerIODetails
- func (*SpannerIODetails) Descriptor() ([]byte, []int)deprecated
- func (x *SpannerIODetails) GetDatabaseId() string
- func (x *SpannerIODetails) GetInstanceId() string
- func (x *SpannerIODetails) GetProjectId() string
- func (*SpannerIODetails) ProtoMessage()
- func (x *SpannerIODetails) ProtoReflect() protoreflect.Message
- func (x *SpannerIODetails) Reset()
- func (x *SpannerIODetails) String() string
- type StageExecutionDetails
- func (*StageExecutionDetails) Descriptor() ([]byte, []int)deprecated
- func (x *StageExecutionDetails) GetNextPageToken() string
- func (x *StageExecutionDetails) GetWorkers() []*WorkerDetails
- func (*StageExecutionDetails) ProtoMessage()
- func (x *StageExecutionDetails) ProtoReflect() protoreflect.Message
- func (x *StageExecutionDetails) Reset()
- func (x *StageExecutionDetails) String() string
- type StageSummary
- func (*StageSummary) Descriptor() ([]byte, []int)deprecated
- func (x *StageSummary) GetEndTime() *timestamppb.Timestamp
- func (x *StageSummary) GetMetrics() []*MetricUpdate
- func (x *StageSummary) GetProgress() *ProgressTimeseries
- func (x *StageSummary) GetStageId() string
- func (x *StageSummary) GetStartTime() *timestamppb.Timestamp
- func (x *StageSummary) GetState() ExecutionState
- func (*StageSummary) ProtoMessage()
- func (x *StageSummary) ProtoReflect() protoreflect.Message
- func (x *StageSummary) Reset()
- func (x *StageSummary) String() string
- type StateFamilyConfig
- func (*StateFamilyConfig) Descriptor() ([]byte, []int)deprecated
- func (x *StateFamilyConfig) GetIsRead() bool
- func (x *StateFamilyConfig) GetStateFamily() string
- func (*StateFamilyConfig) ProtoMessage()
- func (x *StateFamilyConfig) ProtoReflect() protoreflect.Message
- func (x *StateFamilyConfig) Reset()
- func (x *StateFamilyConfig) String() string
- type Step
- type StreamLocation
- func (*StreamLocation) Descriptor() ([]byte, []int)deprecated
- func (x *StreamLocation) GetCustomSourceLocation() *CustomSourceLocation
- func (m *StreamLocation) GetLocation() isStreamLocation_Location
- func (x *StreamLocation) GetPubsubLocation() *PubsubLocation
- func (x *StreamLocation) GetSideInputLocation() *StreamingSideInputLocation
- func (x *StreamLocation) GetStreamingStageLocation() *StreamingStageLocation
- func (*StreamLocation) ProtoMessage()
- func (x *StreamLocation) ProtoReflect() protoreflect.Message
- func (x *StreamLocation) Reset()
- func (x *StreamLocation) String() string
- type StreamLocation_CustomSourceLocation
- type StreamLocation_PubsubLocation
- type StreamLocation_SideInputLocation
- type StreamLocation_StreamingStageLocation
- type StreamingApplianceSnapshotConfig
- func (*StreamingApplianceSnapshotConfig) Descriptor() ([]byte, []int)deprecated
- func (x *StreamingApplianceSnapshotConfig) GetImportStateEndpoint() string
- func (x *StreamingApplianceSnapshotConfig) GetSnapshotId() string
- func (*StreamingApplianceSnapshotConfig) ProtoMessage()
- func (x *StreamingApplianceSnapshotConfig) ProtoReflect() protoreflect.Message
- func (x *StreamingApplianceSnapshotConfig) Reset()
- func (x *StreamingApplianceSnapshotConfig) String() string
- type StreamingComputationRanges
- func (*StreamingComputationRanges) Descriptor() ([]byte, []int)deprecated
- func (x *StreamingComputationRanges) GetComputationId() string
- func (x *StreamingComputationRanges) GetRangeAssignments() []*KeyRangeDataDiskAssignment
- func (*StreamingComputationRanges) ProtoMessage()
- func (x *StreamingComputationRanges) ProtoReflect() protoreflect.Message
- func (x *StreamingComputationRanges) Reset()
- func (x *StreamingComputationRanges) String() string
- type StreamingSideInputLocation
- func (*StreamingSideInputLocation) Descriptor() ([]byte, []int)deprecated
- func (x *StreamingSideInputLocation) GetStateFamily() string
- func (x *StreamingSideInputLocation) GetTag() string
- func (*StreamingSideInputLocation) ProtoMessage()
- func (x *StreamingSideInputLocation) ProtoReflect() protoreflect.Message
- func (x *StreamingSideInputLocation) Reset()
- func (x *StreamingSideInputLocation) String() string
- type StreamingStageLocation
- func (*StreamingStageLocation) Descriptor() ([]byte, []int)deprecated
- func (x *StreamingStageLocation) GetStreamId() string
- func (*StreamingStageLocation) ProtoMessage()
- func (x *StreamingStageLocation) ProtoReflect() protoreflect.Message
- func (x *StreamingStageLocation) Reset()
- func (x *StreamingStageLocation) String() string
- type StructuredMessage
- func (*StructuredMessage) Descriptor() ([]byte, []int)deprecated
- func (x *StructuredMessage) GetMessageKey() string
- func (x *StructuredMessage) GetMessageText() string
- func (x *StructuredMessage) GetParameters() []*StructuredMessage_Parameter
- func (*StructuredMessage) ProtoMessage()
- func (x *StructuredMessage) ProtoReflect() protoreflect.Message
- func (x *StructuredMessage) Reset()
- func (x *StructuredMessage) String() string
- type StructuredMessage_Parameter
- func (*StructuredMessage_Parameter) Descriptor() ([]byte, []int)deprecated
- func (x *StructuredMessage_Parameter) GetKey() string
- func (x *StructuredMessage_Parameter) GetValue() *structpb.Value
- func (*StructuredMessage_Parameter) ProtoMessage()
- func (x *StructuredMessage_Parameter) ProtoReflect() protoreflect.Message
- func (x *StructuredMessage_Parameter) Reset()
- func (x *StructuredMessage_Parameter) String() string
- type TaskRunnerSettings
- func (*TaskRunnerSettings) Descriptor() ([]byte, []int)deprecated
- func (x *TaskRunnerSettings) GetAlsologtostderr() bool
- func (x *TaskRunnerSettings) GetBaseTaskDir() string
- func (x *TaskRunnerSettings) GetBaseUrl() string
- func (x *TaskRunnerSettings) GetCommandlinesFileName() string
- func (x *TaskRunnerSettings) GetContinueOnException() bool
- func (x *TaskRunnerSettings) GetDataflowApiVersion() string
- func (x *TaskRunnerSettings) GetHarnessCommand() string
- func (x *TaskRunnerSettings) GetLanguageHint() string
- func (x *TaskRunnerSettings) GetLogDir() string
- func (x *TaskRunnerSettings) GetLogToSerialconsole() bool
- func (x *TaskRunnerSettings) GetLogUploadLocation() string
- func (x *TaskRunnerSettings) GetOauthScopes() []string
- func (x *TaskRunnerSettings) GetParallelWorkerSettings() *WorkerSettings
- func (x *TaskRunnerSettings) GetStreamingWorkerMainClass() string
- func (x *TaskRunnerSettings) GetTaskGroup() string
- func (x *TaskRunnerSettings) GetTaskUser() string
- func (x *TaskRunnerSettings) GetTempStoragePrefix() string
- func (x *TaskRunnerSettings) GetVmId() string
- func (x *TaskRunnerSettings) GetWorkflowFileName() string
- func (*TaskRunnerSettings) ProtoMessage()
- func (x *TaskRunnerSettings) ProtoReflect() protoreflect.Message
- func (x *TaskRunnerSettings) Reset()
- func (x *TaskRunnerSettings) String() string
- type TeardownPolicy
- func (TeardownPolicy) Descriptor() protoreflect.EnumDescriptor
- func (x TeardownPolicy) Enum() *TeardownPolicy
- func (TeardownPolicy) EnumDescriptor() ([]byte, []int)deprecated
- func (x TeardownPolicy) Number() protoreflect.EnumNumber
- func (x TeardownPolicy) String() string
- func (TeardownPolicy) Type() protoreflect.EnumType
- type TemplateMetadata
- func (*TemplateMetadata) Descriptor() ([]byte, []int)deprecated
- func (x *TemplateMetadata) GetDescription() string
- func (x *TemplateMetadata) GetName() string
- func (x *TemplateMetadata) GetParameters() []*ParameterMetadata
- func (*TemplateMetadata) ProtoMessage()
- func (x *TemplateMetadata) ProtoReflect() protoreflect.Message
- func (x *TemplateMetadata) Reset()
- func (x *TemplateMetadata) String() string
- type TemplatesServiceClient
- type TemplatesServiceServer
- type TopologyConfig
- func (*TopologyConfig) Descriptor() ([]byte, []int)deprecated
- func (x *TopologyConfig) GetComputations() []*ComputationTopology
- func (x *TopologyConfig) GetDataDiskAssignments() []*DataDiskAssignment
- func (x *TopologyConfig) GetForwardingKeyBits() int32
- func (x *TopologyConfig) GetPersistentStateVersion() int32
- func (x *TopologyConfig) GetUserStageToComputationNameMap() map[string]string
- func (*TopologyConfig) ProtoMessage()
- func (x *TopologyConfig) ProtoReflect() protoreflect.Message
- func (x *TopologyConfig) Reset()
- func (x *TopologyConfig) String() string
- type TransformSummary
- func (*TransformSummary) Descriptor() ([]byte, []int)deprecated
- func (x *TransformSummary) GetDisplayData() []*DisplayData
- func (x *TransformSummary) GetId() string
- func (x *TransformSummary) GetInputCollectionName() []string
- func (x *TransformSummary) GetKind() KindType
- func (x *TransformSummary) GetName() string
- func (x *TransformSummary) GetOutputCollectionName() []string
- func (*TransformSummary) ProtoMessage()
- func (x *TransformSummary) ProtoReflect() protoreflect.Message
- func (x *TransformSummary) Reset()
- func (x *TransformSummary) String() string
- type UnimplementedFlexTemplatesServiceServer
- type UnimplementedJobsV1Beta3Server
- func (*UnimplementedJobsV1Beta3Server) AggregatedListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
- func (*UnimplementedJobsV1Beta3Server) CheckActiveJobs(context.Context, *CheckActiveJobsRequest) (*CheckActiveJobsResponse, error)
- func (*UnimplementedJobsV1Beta3Server) CreateJob(context.Context, *CreateJobRequest) (*Job, error)
- func (*UnimplementedJobsV1Beta3Server) GetJob(context.Context, *GetJobRequest) (*Job, error)
- func (*UnimplementedJobsV1Beta3Server) ListJobs(context.Context, *ListJobsRequest) (*ListJobsResponse, error)
- func (*UnimplementedJobsV1Beta3Server) SnapshotJob(context.Context, *SnapshotJobRequest) (*Snapshot, error)
- func (*UnimplementedJobsV1Beta3Server) UpdateJob(context.Context, *UpdateJobRequest) (*Job, error)
- type UnimplementedMessagesV1Beta3Server
- type UnimplementedMetricsV1Beta3Server
- func (*UnimplementedMetricsV1Beta3Server) GetJobExecutionDetails(context.Context, *GetJobExecutionDetailsRequest) (*JobExecutionDetails, error)
- func (*UnimplementedMetricsV1Beta3Server) GetJobMetrics(context.Context, *GetJobMetricsRequest) (*JobMetrics, error)
- func (*UnimplementedMetricsV1Beta3Server) GetStageExecutionDetails(context.Context, *GetStageExecutionDetailsRequest) (*StageExecutionDetails, error)
- type UnimplementedSnapshotsV1Beta3Server
- func (*UnimplementedSnapshotsV1Beta3Server) DeleteSnapshot(context.Context, *DeleteSnapshotRequest) (*DeleteSnapshotResponse, error)
- func (*UnimplementedSnapshotsV1Beta3Server) GetSnapshot(context.Context, *GetSnapshotRequest) (*Snapshot, error)
- func (*UnimplementedSnapshotsV1Beta3Server) ListSnapshots(context.Context, *ListSnapshotsRequest) (*ListSnapshotsResponse, error)
- type UnimplementedTemplatesServiceServer
- func (*UnimplementedTemplatesServiceServer) CreateJobFromTemplate(context.Context, *CreateJobFromTemplateRequest) (*Job, error)
- func (*UnimplementedTemplatesServiceServer) GetTemplate(context.Context, *GetTemplateRequest) (*GetTemplateResponse, error)
- func (*UnimplementedTemplatesServiceServer) LaunchTemplate(context.Context, *LaunchTemplateRequest) (*LaunchTemplateResponse, error)
- type UpdateJobRequest
- func (*UpdateJobRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateJobRequest) GetJob() *Job
- func (x *UpdateJobRequest) GetJobId() string
- func (x *UpdateJobRequest) GetLocation() string
- func (x *UpdateJobRequest) GetProjectId() string
- func (*UpdateJobRequest) ProtoMessage()
- func (x *UpdateJobRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateJobRequest) Reset()
- func (x *UpdateJobRequest) String() string
- type WorkItemDetails
- func (*WorkItemDetails) Descriptor() ([]byte, []int)deprecated
- func (x *WorkItemDetails) GetAttemptId() string
- func (x *WorkItemDetails) GetEndTime() *timestamppb.Timestamp
- func (x *WorkItemDetails) GetMetrics() []*MetricUpdate
- func (x *WorkItemDetails) GetProgress() *ProgressTimeseries
- func (x *WorkItemDetails) GetStartTime() *timestamppb.Timestamp
- func (x *WorkItemDetails) GetState() ExecutionState
- func (x *WorkItemDetails) GetTaskId() string
- func (*WorkItemDetails) ProtoMessage()
- func (x *WorkItemDetails) ProtoReflect() protoreflect.Message
- func (x *WorkItemDetails) Reset()
- func (x *WorkItemDetails) String() string
- type WorkerDetails
- func (*WorkerDetails) Descriptor() ([]byte, []int)deprecated
- func (x *WorkerDetails) GetWorkItems() []*WorkItemDetails
- func (x *WorkerDetails) GetWorkerName() string
- func (*WorkerDetails) ProtoMessage()
- func (x *WorkerDetails) ProtoReflect() protoreflect.Message
- func (x *WorkerDetails) Reset()
- func (x *WorkerDetails) String() string
- type WorkerIPAddressConfiguration
- func (WorkerIPAddressConfiguration) Descriptor() protoreflect.EnumDescriptor
- func (x WorkerIPAddressConfiguration) Enum() *WorkerIPAddressConfiguration
- func (WorkerIPAddressConfiguration) EnumDescriptor() ([]byte, []int)deprecated
- func (x WorkerIPAddressConfiguration) Number() protoreflect.EnumNumber
- func (x WorkerIPAddressConfiguration) String() string
- func (WorkerIPAddressConfiguration) Type() protoreflect.EnumType
- type WorkerPool
- func (*WorkerPool) Descriptor() ([]byte, []int)deprecated
- func (x *WorkerPool) GetAutoscalingSettings() *AutoscalingSettings
- func (x *WorkerPool) GetDataDisks() []*Disk
- func (x *WorkerPool) GetDefaultPackageSet() DefaultPackageSet
- func (x *WorkerPool) GetDiskSizeGb() int32
- func (x *WorkerPool) GetDiskSourceImage() string
- func (x *WorkerPool) GetDiskType() string
- func (x *WorkerPool) GetIpConfiguration() WorkerIPAddressConfiguration
- func (x *WorkerPool) GetKind() string
- func (x *WorkerPool) GetMachineType() string
- func (x *WorkerPool) GetMetadata() map[string]string
- func (x *WorkerPool) GetNetwork() string
- func (x *WorkerPool) GetNumThreadsPerWorker() int32
- func (x *WorkerPool) GetNumWorkers() int32
- func (x *WorkerPool) GetOnHostMaintenance() string
- func (x *WorkerPool) GetPackages() []*Package
- func (x *WorkerPool) GetPoolArgs() *anypb.Any
- func (x *WorkerPool) GetSdkHarnessContainerImages() []*SdkHarnessContainerImage
- func (x *WorkerPool) GetSubnetwork() string
- func (x *WorkerPool) GetTaskrunnerSettings() *TaskRunnerSettings
- func (x *WorkerPool) GetTeardownPolicy() TeardownPolicy
- func (x *WorkerPool) GetWorkerHarnessContainerImage() string
- func (x *WorkerPool) GetZone() string
- func (*WorkerPool) ProtoMessage()
- func (x *WorkerPool) ProtoReflect() protoreflect.Message
- func (x *WorkerPool) Reset()
- func (x *WorkerPool) String() string
- type WorkerSettings
- func (*WorkerSettings) Descriptor() ([]byte, []int)deprecated
- func (x *WorkerSettings) GetBaseUrl() string
- func (x *WorkerSettings) GetReportingEnabled() bool
- func (x *WorkerSettings) GetServicePath() string
- func (x *WorkerSettings) GetShuffleServicePath() string
- func (x *WorkerSettings) GetTempStoragePrefix() string
- func (x *WorkerSettings) GetWorkerId() string
- func (*WorkerSettings) ProtoMessage()
- func (x *WorkerSettings) ProtoReflect() protoreflect.Message
- func (x *WorkerSettings) Reset()
- func (x *WorkerSettings) String() string
Constants ¶
This section is empty.
Variables ¶
var ( JobType_name = map[int32]string{ 0: "JOB_TYPE_UNKNOWN", 1: "JOB_TYPE_BATCH", 2: "JOB_TYPE_STREAMING", } JobType_value = map[string]int32{ "JOB_TYPE_UNKNOWN": 0, "JOB_TYPE_BATCH": 1, "JOB_TYPE_STREAMING": 2, } )
Enum value maps for JobType.
var ( FlexResourceSchedulingGoal_name = map[int32]string{ 0: "FLEXRS_UNSPECIFIED", 1: "FLEXRS_SPEED_OPTIMIZED", 2: "FLEXRS_COST_OPTIMIZED", } FlexResourceSchedulingGoal_value = map[string]int32{ "FLEXRS_UNSPECIFIED": 0, "FLEXRS_SPEED_OPTIMIZED": 1, "FLEXRS_COST_OPTIMIZED": 2, } )
Enum value maps for FlexResourceSchedulingGoal.
var ( TeardownPolicy_name = map[int32]string{ 0: "TEARDOWN_POLICY_UNKNOWN", 1: "TEARDOWN_ALWAYS", 2: "TEARDOWN_ON_SUCCESS", 3: "TEARDOWN_NEVER", } TeardownPolicy_value = map[string]int32{ "TEARDOWN_POLICY_UNKNOWN": 0, "TEARDOWN_ALWAYS": 1, "TEARDOWN_ON_SUCCESS": 2, "TEARDOWN_NEVER": 3, } )
Enum value maps for TeardownPolicy.
var ( DefaultPackageSet_name = map[int32]string{ 0: "DEFAULT_PACKAGE_SET_UNKNOWN", 1: "DEFAULT_PACKAGE_SET_NONE", 2: "DEFAULT_PACKAGE_SET_JAVA", 3: "DEFAULT_PACKAGE_SET_PYTHON", } DefaultPackageSet_value = map[string]int32{ "DEFAULT_PACKAGE_SET_UNKNOWN": 0, "DEFAULT_PACKAGE_SET_NONE": 1, "DEFAULT_PACKAGE_SET_JAVA": 2, "DEFAULT_PACKAGE_SET_PYTHON": 3, } )
Enum value maps for DefaultPackageSet.
var ( AutoscalingAlgorithm_name = map[int32]string{ 0: "AUTOSCALING_ALGORITHM_UNKNOWN", 1: "AUTOSCALING_ALGORITHM_NONE", 2: "AUTOSCALING_ALGORITHM_BASIC", } AutoscalingAlgorithm_value = map[string]int32{ "AUTOSCALING_ALGORITHM_UNKNOWN": 0, "AUTOSCALING_ALGORITHM_NONE": 1, "AUTOSCALING_ALGORITHM_BASIC": 2, } )
Enum value maps for AutoscalingAlgorithm.
var ( WorkerIPAddressConfiguration_name = map[int32]string{ 0: "WORKER_IP_UNSPECIFIED", 1: "WORKER_IP_PUBLIC", 2: "WORKER_IP_PRIVATE", } WorkerIPAddressConfiguration_value = map[string]int32{ "WORKER_IP_UNSPECIFIED": 0, "WORKER_IP_PUBLIC": 1, "WORKER_IP_PRIVATE": 2, } )
Enum value maps for WorkerIPAddressConfiguration.
var ( ShuffleMode_name = map[int32]string{ 0: "SHUFFLE_MODE_UNSPECIFIED", 1: "VM_BASED", 2: "SERVICE_BASED", } ShuffleMode_value = map[string]int32{ "SHUFFLE_MODE_UNSPECIFIED": 0, "VM_BASED": 1, "SERVICE_BASED": 2, } )
Enum value maps for ShuffleMode.
var ( KindType_name = map[int32]string{ 0: "UNKNOWN_KIND", 1: "PAR_DO_KIND", 2: "GROUP_BY_KEY_KIND", 3: "FLATTEN_KIND", 4: "READ_KIND", 5: "WRITE_KIND", 6: "CONSTANT_KIND", 7: "SINGLETON_KIND", 8: "SHUFFLE_KIND", } KindType_value = map[string]int32{ "UNKNOWN_KIND": 0, "PAR_DO_KIND": 1, "GROUP_BY_KEY_KIND": 2, "FLATTEN_KIND": 3, "READ_KIND": 4, "WRITE_KIND": 5, "CONSTANT_KIND": 6, "SINGLETON_KIND": 7, "SHUFFLE_KIND": 8, } )
Enum value maps for KindType.
var ( JobState_name = map[int32]string{ 0: "JOB_STATE_UNKNOWN", 1: "JOB_STATE_STOPPED", 2: "JOB_STATE_RUNNING", 3: "JOB_STATE_DONE", 4: "JOB_STATE_FAILED", 5: "JOB_STATE_CANCELLED", 6: "JOB_STATE_UPDATED", 7: "JOB_STATE_DRAINING", 8: "JOB_STATE_DRAINED", 9: "JOB_STATE_PENDING", 10: "JOB_STATE_CANCELLING", 11: "JOB_STATE_QUEUED", 12: "JOB_STATE_RESOURCE_CLEANING_UP", } JobState_value = map[string]int32{ "JOB_STATE_UNKNOWN": 0, "JOB_STATE_STOPPED": 1, "JOB_STATE_RUNNING": 2, "JOB_STATE_DONE": 3, "JOB_STATE_FAILED": 4, "JOB_STATE_CANCELLED": 5, "JOB_STATE_UPDATED": 6, "JOB_STATE_DRAINING": 7, "JOB_STATE_DRAINED": 8, "JOB_STATE_PENDING": 9, "JOB_STATE_CANCELLING": 10, "JOB_STATE_QUEUED": 11, "JOB_STATE_RESOURCE_CLEANING_UP": 12, } )
Enum value maps for JobState.
var ( JobView_name = map[int32]string{ 0: "JOB_VIEW_UNKNOWN", 1: "JOB_VIEW_SUMMARY", 2: "JOB_VIEW_ALL", 3: "JOB_VIEW_DESCRIPTION", } JobView_value = map[string]int32{ "JOB_VIEW_UNKNOWN": 0, "JOB_VIEW_SUMMARY": 1, "JOB_VIEW_ALL": 2, "JOB_VIEW_DESCRIPTION": 3, } )
Enum value maps for JobView.
var ( SdkVersion_SdkSupportStatus_name = map[int32]string{ 0: "UNKNOWN", 1: "SUPPORTED", 2: "STALE", 3: "DEPRECATED", 4: "UNSUPPORTED", } SdkVersion_SdkSupportStatus_value = map[string]int32{ "UNKNOWN": 0, "SUPPORTED": 1, "STALE": 2, "DEPRECATED": 3, "UNSUPPORTED": 4, } )
Enum value maps for SdkVersion_SdkSupportStatus.
var ( ListJobsRequest_Filter_name = map[int32]string{ 0: "UNKNOWN", 1: "ALL", 2: "TERMINATED", 3: "ACTIVE", } ListJobsRequest_Filter_value = map[string]int32{ "UNKNOWN": 0, "ALL": 1, "TERMINATED": 2, "ACTIVE": 3, } )
Enum value maps for ListJobsRequest_Filter.
var ( JobMessageImportance_name = map[int32]string{ 0: "JOB_MESSAGE_IMPORTANCE_UNKNOWN", 1: "JOB_MESSAGE_DEBUG", 2: "JOB_MESSAGE_DETAILED", 5: "JOB_MESSAGE_BASIC", 3: "JOB_MESSAGE_WARNING", 4: "JOB_MESSAGE_ERROR", } JobMessageImportance_value = map[string]int32{ "JOB_MESSAGE_IMPORTANCE_UNKNOWN": 0, "JOB_MESSAGE_DEBUG": 1, "JOB_MESSAGE_DETAILED": 2, "JOB_MESSAGE_BASIC": 5, "JOB_MESSAGE_WARNING": 3, "JOB_MESSAGE_ERROR": 4, } )
Enum value maps for JobMessageImportance.
var ( AutoscalingEvent_AutoscalingEventType_name = map[int32]string{ 0: "TYPE_UNKNOWN", 1: "TARGET_NUM_WORKERS_CHANGED", 2: "CURRENT_NUM_WORKERS_CHANGED", 3: "ACTUATION_FAILURE", 4: "NO_CHANGE", } AutoscalingEvent_AutoscalingEventType_value = map[string]int32{ "TYPE_UNKNOWN": 0, "TARGET_NUM_WORKERS_CHANGED": 1, "CURRENT_NUM_WORKERS_CHANGED": 2, "ACTUATION_FAILURE": 3, "NO_CHANGE": 4, } )
Enum value maps for AutoscalingEvent_AutoscalingEventType.
var ( ExecutionState_name = map[int32]string{ 0: "EXECUTION_STATE_UNKNOWN", 1: "EXECUTION_STATE_NOT_STARTED", 2: "EXECUTION_STATE_RUNNING", 3: "EXECUTION_STATE_SUCCEEDED", 4: "EXECUTION_STATE_FAILED", 5: "EXECUTION_STATE_CANCELLED", } ExecutionState_value = map[string]int32{ "EXECUTION_STATE_UNKNOWN": 0, "EXECUTION_STATE_NOT_STARTED": 1, "EXECUTION_STATE_RUNNING": 2, "EXECUTION_STATE_SUCCEEDED": 3, "EXECUTION_STATE_FAILED": 4, "EXECUTION_STATE_CANCELLED": 5, } )
Enum value maps for ExecutionState.
var ( SnapshotState_name = map[int32]string{ 0: "UNKNOWN_SNAPSHOT_STATE", 1: "PENDING", 2: "RUNNING", 3: "READY", 4: "FAILED", 5: "DELETED", } SnapshotState_value = map[string]int32{ "UNKNOWN_SNAPSHOT_STATE": 0, "PENDING": 1, "RUNNING": 2, "READY": 3, "FAILED": 4, "DELETED": 5, } )
Enum value maps for SnapshotState.
var ( ParameterType_name = map[int32]string{ 0: "DEFAULT", 1: "TEXT", 2: "GCS_READ_BUCKET", 3: "GCS_WRITE_BUCKET", 4: "GCS_READ_FILE", 5: "GCS_WRITE_FILE", 6: "GCS_READ_FOLDER", 7: "GCS_WRITE_FOLDER", 8: "PUBSUB_TOPIC", 9: "PUBSUB_SUBSCRIPTION", } ParameterType_value = map[string]int32{ "DEFAULT": 0, "TEXT": 1, "GCS_READ_BUCKET": 2, "GCS_WRITE_BUCKET": 3, "GCS_READ_FILE": 4, "GCS_WRITE_FILE": 5, "GCS_READ_FOLDER": 6, "GCS_WRITE_FOLDER": 7, "PUBSUB_TOPIC": 8, "PUBSUB_SUBSCRIPTION": 9, } )
Enum value maps for ParameterType.
var ( SDKInfo_Language_name = map[int32]string{ 0: "UNKNOWN", 1: "JAVA", 2: "PYTHON", } SDKInfo_Language_value = map[string]int32{ "UNKNOWN": 0, "JAVA": 1, "PYTHON": 2, } )
Enum value maps for SDKInfo_Language.
var ( GetTemplateRequest_TemplateView_name = map[int32]string{ 0: "METADATA_ONLY", } GetTemplateRequest_TemplateView_value = map[string]int32{ "METADATA_ONLY": 0, } )
Enum value maps for GetTemplateRequest_TemplateView.
var ( GetTemplateResponse_TemplateType_name = map[int32]string{ 0: "UNKNOWN", 1: "LEGACY", 2: "FLEX", } GetTemplateResponse_TemplateType_value = map[string]int32{ "UNKNOWN": 0, "LEGACY": 1, "FLEX": 2, } )
Enum value maps for GetTemplateResponse_TemplateType.
var File_google_dataflow_v1beta3_environment_proto protoreflect.FileDescriptor
var File_google_dataflow_v1beta3_jobs_proto protoreflect.FileDescriptor
var File_google_dataflow_v1beta3_messages_proto protoreflect.FileDescriptor
var File_google_dataflow_v1beta3_metrics_proto protoreflect.FileDescriptor
var File_google_dataflow_v1beta3_snapshots_proto protoreflect.FileDescriptor
var File_google_dataflow_v1beta3_streaming_proto protoreflect.FileDescriptor
var File_google_dataflow_v1beta3_templates_proto protoreflect.FileDescriptor
Functions ¶
func RegisterFlexTemplatesServiceServer ¶
func RegisterFlexTemplatesServiceServer(s *grpc.Server, srv FlexTemplatesServiceServer)
func RegisterJobsV1Beta3Server ¶
func RegisterJobsV1Beta3Server(s *grpc.Server, srv JobsV1Beta3Server)
func RegisterMessagesV1Beta3Server ¶
func RegisterMessagesV1Beta3Server(s *grpc.Server, srv MessagesV1Beta3Server)
func RegisterMetricsV1Beta3Server ¶
func RegisterMetricsV1Beta3Server(s *grpc.Server, srv MetricsV1Beta3Server)
func RegisterSnapshotsV1Beta3Server ¶
func RegisterSnapshotsV1Beta3Server(s *grpc.Server, srv SnapshotsV1Beta3Server)
func RegisterTemplatesServiceServer ¶
func RegisterTemplatesServiceServer(s *grpc.Server, srv TemplatesServiceServer)
Types ¶
type AutoscalingAlgorithm ¶
type AutoscalingAlgorithm int32
Specifies the algorithm used to determine the number of worker processes to run at any given point in time, based on the amount of data left to process, the number of workers, and how quickly existing workers are processing data.
const ( // The algorithm is unknown, or unspecified. AutoscalingAlgorithm_AUTOSCALING_ALGORITHM_UNKNOWN AutoscalingAlgorithm = 0 // Disable autoscaling. AutoscalingAlgorithm_AUTOSCALING_ALGORITHM_NONE AutoscalingAlgorithm = 1 // Increase worker count over time to reduce job execution time. AutoscalingAlgorithm_AUTOSCALING_ALGORITHM_BASIC AutoscalingAlgorithm = 2 )
func (AutoscalingAlgorithm) Descriptor ¶
func (AutoscalingAlgorithm) Descriptor() protoreflect.EnumDescriptor
func (AutoscalingAlgorithm) Enum ¶
func (x AutoscalingAlgorithm) Enum() *AutoscalingAlgorithm
func (AutoscalingAlgorithm) EnumDescriptor
deprecated
func (AutoscalingAlgorithm) EnumDescriptor() ([]byte, []int)
Deprecated: Use AutoscalingAlgorithm.Descriptor instead.
func (AutoscalingAlgorithm) Number ¶
func (x AutoscalingAlgorithm) Number() protoreflect.EnumNumber
func (AutoscalingAlgorithm) String ¶
func (x AutoscalingAlgorithm) String() string
func (AutoscalingAlgorithm) Type ¶
func (AutoscalingAlgorithm) Type() protoreflect.EnumType
type AutoscalingEvent ¶
type AutoscalingEvent struct { // The current number of workers the job has. CurrentNumWorkers int64 `protobuf:"varint,1,opt,name=current_num_workers,json=currentNumWorkers,proto3" json:"current_num_workers,omitempty"` // The target number of workers the worker pool wants to resize to use. TargetNumWorkers int64 `protobuf:"varint,2,opt,name=target_num_workers,json=targetNumWorkers,proto3" json:"target_num_workers,omitempty"` // The type of autoscaling event to report. EventType AutoscalingEvent_AutoscalingEventType `` /* 156-byte string literal not displayed */ // A message describing why the system decided to adjust the current // number of workers, why it failed, or why the system decided to // not make any changes to the number of workers. Description *StructuredMessage `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` // The time this event was emitted to indicate a new target or current // num_workers value. Time *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=time,proto3" json:"time,omitempty"` // A short and friendly name for the worker pool this event refers to. WorkerPool string `protobuf:"bytes,7,opt,name=worker_pool,json=workerPool,proto3" json:"worker_pool,omitempty"` // contains filtered or unexported fields }
A structured message reporting an autoscaling decision made by the Dataflow service.
func (*AutoscalingEvent) Descriptor
deprecated
func (*AutoscalingEvent) Descriptor() ([]byte, []int)
Deprecated: Use AutoscalingEvent.ProtoReflect.Descriptor instead.
func (*AutoscalingEvent) GetCurrentNumWorkers ¶
func (x *AutoscalingEvent) GetCurrentNumWorkers() int64
func (*AutoscalingEvent) GetDescription ¶
func (x *AutoscalingEvent) GetDescription() *StructuredMessage
func (*AutoscalingEvent) GetEventType ¶
func (x *AutoscalingEvent) GetEventType() AutoscalingEvent_AutoscalingEventType
func (*AutoscalingEvent) GetTargetNumWorkers ¶
func (x *AutoscalingEvent) GetTargetNumWorkers() int64
func (*AutoscalingEvent) GetTime ¶
func (x *AutoscalingEvent) GetTime() *timestamppb.Timestamp
func (*AutoscalingEvent) GetWorkerPool ¶
func (x *AutoscalingEvent) GetWorkerPool() string
func (*AutoscalingEvent) ProtoMessage ¶
func (*AutoscalingEvent) ProtoMessage()
func (*AutoscalingEvent) ProtoReflect ¶
func (x *AutoscalingEvent) ProtoReflect() protoreflect.Message
func (*AutoscalingEvent) Reset ¶
func (x *AutoscalingEvent) Reset()
func (*AutoscalingEvent) String ¶
func (x *AutoscalingEvent) String() string
type AutoscalingEvent_AutoscalingEventType ¶
type AutoscalingEvent_AutoscalingEventType int32
Indicates the type of autoscaling event.
const ( // Default type for the enum. Value should never be returned. AutoscalingEvent_TYPE_UNKNOWN AutoscalingEvent_AutoscalingEventType = 0 // The TARGET_NUM_WORKERS_CHANGED type should be used when the target // worker pool size has changed at the start of an actuation. An event // should always be specified as TARGET_NUM_WORKERS_CHANGED if it reflects // a change in the target_num_workers. AutoscalingEvent_TARGET_NUM_WORKERS_CHANGED AutoscalingEvent_AutoscalingEventType = 1 // The CURRENT_NUM_WORKERS_CHANGED type should be used when actual worker // pool size has been changed, but the target_num_workers has not changed. AutoscalingEvent_CURRENT_NUM_WORKERS_CHANGED AutoscalingEvent_AutoscalingEventType = 2 // The ACTUATION_FAILURE type should be used when we want to report // an error to the user indicating why the current number of workers // in the pool could not be changed. // Displayed in the current status and history widgets. AutoscalingEvent_ACTUATION_FAILURE AutoscalingEvent_AutoscalingEventType = 3 // Used when we want to report to the user a reason why we are // not currently adjusting the number of workers. // Should specify both target_num_workers, current_num_workers and a // decision_message. AutoscalingEvent_NO_CHANGE AutoscalingEvent_AutoscalingEventType = 4 )
func (AutoscalingEvent_AutoscalingEventType) Descriptor ¶
func (AutoscalingEvent_AutoscalingEventType) Descriptor() protoreflect.EnumDescriptor
func (AutoscalingEvent_AutoscalingEventType) EnumDescriptor
deprecated
func (AutoscalingEvent_AutoscalingEventType) EnumDescriptor() ([]byte, []int)
Deprecated: Use AutoscalingEvent_AutoscalingEventType.Descriptor instead.
func (AutoscalingEvent_AutoscalingEventType) Number ¶
func (x AutoscalingEvent_AutoscalingEventType) Number() protoreflect.EnumNumber
func (AutoscalingEvent_AutoscalingEventType) String ¶
func (x AutoscalingEvent_AutoscalingEventType) String() string
func (AutoscalingEvent_AutoscalingEventType) Type ¶
func (AutoscalingEvent_AutoscalingEventType) Type() protoreflect.EnumType
type AutoscalingSettings ¶
type AutoscalingSettings struct { // The algorithm to use for autoscaling. Algorithm AutoscalingAlgorithm `protobuf:"varint,1,opt,name=algorithm,proto3,enum=google.dataflow.v1beta3.AutoscalingAlgorithm" json:"algorithm,omitempty"` // The maximum number of workers to cap scaling at. MaxNumWorkers int32 `protobuf:"varint,2,opt,name=max_num_workers,json=maxNumWorkers,proto3" json:"max_num_workers,omitempty"` // contains filtered or unexported fields }
Settings for WorkerPool autoscaling.
func (*AutoscalingSettings) Descriptor
deprecated
func (*AutoscalingSettings) Descriptor() ([]byte, []int)
Deprecated: Use AutoscalingSettings.ProtoReflect.Descriptor instead.
func (*AutoscalingSettings) GetAlgorithm ¶
func (x *AutoscalingSettings) GetAlgorithm() AutoscalingAlgorithm
func (*AutoscalingSettings) GetMaxNumWorkers ¶
func (x *AutoscalingSettings) GetMaxNumWorkers() int32
func (*AutoscalingSettings) ProtoMessage ¶
func (*AutoscalingSettings) ProtoMessage()
func (*AutoscalingSettings) ProtoReflect ¶
func (x *AutoscalingSettings) ProtoReflect() protoreflect.Message
func (*AutoscalingSettings) Reset ¶
func (x *AutoscalingSettings) Reset()
func (*AutoscalingSettings) String ¶
func (x *AutoscalingSettings) String() string
type BigQueryIODetails ¶
type BigQueryIODetails struct { // Table accessed in the connection. Table string `protobuf:"bytes,1,opt,name=table,proto3" json:"table,omitempty"` // Dataset accessed in the connection. Dataset string `protobuf:"bytes,2,opt,name=dataset,proto3" json:"dataset,omitempty"` // Project accessed in the connection. ProjectId string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // Query used to access data in the connection. Query string `protobuf:"bytes,4,opt,name=query,proto3" json:"query,omitempty"` // contains filtered or unexported fields }
Metadata for a BigQuery connector used by the job.
func (*BigQueryIODetails) Descriptor
deprecated
func (*BigQueryIODetails) Descriptor() ([]byte, []int)
Deprecated: Use BigQueryIODetails.ProtoReflect.Descriptor instead.
func (*BigQueryIODetails) GetDataset ¶
func (x *BigQueryIODetails) GetDataset() string
func (*BigQueryIODetails) GetProjectId ¶
func (x *BigQueryIODetails) GetProjectId() string
func (*BigQueryIODetails) GetQuery ¶
func (x *BigQueryIODetails) GetQuery() string
func (*BigQueryIODetails) GetTable ¶
func (x *BigQueryIODetails) GetTable() string
func (*BigQueryIODetails) ProtoMessage ¶
func (*BigQueryIODetails) ProtoMessage()
func (*BigQueryIODetails) ProtoReflect ¶
func (x *BigQueryIODetails) ProtoReflect() protoreflect.Message
func (*BigQueryIODetails) Reset ¶
func (x *BigQueryIODetails) Reset()
func (*BigQueryIODetails) String ¶
func (x *BigQueryIODetails) String() string
type BigTableIODetails ¶
type BigTableIODetails struct { // ProjectId accessed in the connection. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // InstanceId accessed in the connection. InstanceId string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"` // TableId accessed in the connection. TableId string `protobuf:"bytes,3,opt,name=table_id,json=tableId,proto3" json:"table_id,omitempty"` // contains filtered or unexported fields }
Metadata for a Cloud Bigtable connector used by the job.
func (*BigTableIODetails) Descriptor
deprecated
func (*BigTableIODetails) Descriptor() ([]byte, []int)
Deprecated: Use BigTableIODetails.ProtoReflect.Descriptor instead.
func (*BigTableIODetails) GetInstanceId ¶
func (x *BigTableIODetails) GetInstanceId() string
func (*BigTableIODetails) GetProjectId ¶
func (x *BigTableIODetails) GetProjectId() string
func (*BigTableIODetails) GetTableId ¶
func (x *BigTableIODetails) GetTableId() string
func (*BigTableIODetails) ProtoMessage ¶
func (*BigTableIODetails) ProtoMessage()
func (*BigTableIODetails) ProtoReflect ¶
func (x *BigTableIODetails) ProtoReflect() protoreflect.Message
func (*BigTableIODetails) Reset ¶
func (x *BigTableIODetails) Reset()
func (*BigTableIODetails) String ¶
func (x *BigTableIODetails) String() string
type CheckActiveJobsRequest ¶
type CheckActiveJobsRequest struct { // The project which owns the jobs. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
Request to check is active jobs exists for a project
func (*CheckActiveJobsRequest) Descriptor
deprecated
func (*CheckActiveJobsRequest) Descriptor() ([]byte, []int)
Deprecated: Use CheckActiveJobsRequest.ProtoReflect.Descriptor instead.
func (*CheckActiveJobsRequest) GetProjectId ¶
func (x *CheckActiveJobsRequest) GetProjectId() string
func (*CheckActiveJobsRequest) ProtoMessage ¶
func (*CheckActiveJobsRequest) ProtoMessage()
func (*CheckActiveJobsRequest) ProtoReflect ¶
func (x *CheckActiveJobsRequest) ProtoReflect() protoreflect.Message
func (*CheckActiveJobsRequest) Reset ¶
func (x *CheckActiveJobsRequest) Reset()
func (*CheckActiveJobsRequest) String ¶
func (x *CheckActiveJobsRequest) String() string
type CheckActiveJobsResponse ¶
type CheckActiveJobsResponse struct { // If True, active jobs exists for project. False otherwise. ActiveJobsExist bool `protobuf:"varint,1,opt,name=active_jobs_exist,json=activeJobsExist,proto3" json:"active_jobs_exist,omitempty"` // contains filtered or unexported fields }
Response for CheckActiveJobsRequest.
func (*CheckActiveJobsResponse) Descriptor
deprecated
func (*CheckActiveJobsResponse) Descriptor() ([]byte, []int)
Deprecated: Use CheckActiveJobsResponse.ProtoReflect.Descriptor instead.
func (*CheckActiveJobsResponse) GetActiveJobsExist ¶
func (x *CheckActiveJobsResponse) GetActiveJobsExist() bool
func (*CheckActiveJobsResponse) ProtoMessage ¶
func (*CheckActiveJobsResponse) ProtoMessage()
func (*CheckActiveJobsResponse) ProtoReflect ¶
func (x *CheckActiveJobsResponse) ProtoReflect() protoreflect.Message
func (*CheckActiveJobsResponse) Reset ¶
func (x *CheckActiveJobsResponse) Reset()
func (*CheckActiveJobsResponse) String ¶
func (x *CheckActiveJobsResponse) String() string
type ComputationTopology ¶
type ComputationTopology struct { // The system stage name. SystemStageName string `protobuf:"bytes,1,opt,name=system_stage_name,json=systemStageName,proto3" json:"system_stage_name,omitempty"` // The ID of the computation. ComputationId string `protobuf:"bytes,5,opt,name=computation_id,json=computationId,proto3" json:"computation_id,omitempty"` // The key ranges processed by the computation. KeyRanges []*KeyRangeLocation `protobuf:"bytes,2,rep,name=key_ranges,json=keyRanges,proto3" json:"key_ranges,omitempty"` // The inputs to the computation. Inputs []*StreamLocation `protobuf:"bytes,3,rep,name=inputs,proto3" json:"inputs,omitempty"` // The outputs from the computation. Outputs []*StreamLocation `protobuf:"bytes,4,rep,name=outputs,proto3" json:"outputs,omitempty"` // The state family values. StateFamilies []*StateFamilyConfig `protobuf:"bytes,7,rep,name=state_families,json=stateFamilies,proto3" json:"state_families,omitempty"` // contains filtered or unexported fields }
All configuration data for a particular Computation.
func (*ComputationTopology) Descriptor
deprecated
func (*ComputationTopology) Descriptor() ([]byte, []int)
Deprecated: Use ComputationTopology.ProtoReflect.Descriptor instead.
func (*ComputationTopology) GetComputationId ¶
func (x *ComputationTopology) GetComputationId() string
func (*ComputationTopology) GetInputs ¶
func (x *ComputationTopology) GetInputs() []*StreamLocation
func (*ComputationTopology) GetKeyRanges ¶
func (x *ComputationTopology) GetKeyRanges() []*KeyRangeLocation
func (*ComputationTopology) GetOutputs ¶
func (x *ComputationTopology) GetOutputs() []*StreamLocation
func (*ComputationTopology) GetStateFamilies ¶
func (x *ComputationTopology) GetStateFamilies() []*StateFamilyConfig
func (*ComputationTopology) GetSystemStageName ¶
func (x *ComputationTopology) GetSystemStageName() string
func (*ComputationTopology) ProtoMessage ¶
func (*ComputationTopology) ProtoMessage()
func (*ComputationTopology) ProtoReflect ¶
func (x *ComputationTopology) ProtoReflect() protoreflect.Message
func (*ComputationTopology) Reset ¶
func (x *ComputationTopology) Reset()
func (*ComputationTopology) String ¶
func (x *ComputationTopology) String() string
type ContainerSpec ¶
type ContainerSpec struct { // Name of the docker container image. E.g., gcr.io/project/some-image Image string `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"` // Metadata describing a template including description and validation rules. Metadata *TemplateMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // Required. SDK info of the Flex Template. SdkInfo *SDKInfo `protobuf:"bytes,3,opt,name=sdk_info,json=sdkInfo,proto3" json:"sdk_info,omitempty"` // Default runtime environment for the job. DefaultEnvironment *FlexTemplateRuntimeEnvironment `protobuf:"bytes,4,opt,name=default_environment,json=defaultEnvironment,proto3" json:"default_environment,omitempty"` // contains filtered or unexported fields }
Container Spec.
func (*ContainerSpec) Descriptor
deprecated
func (*ContainerSpec) Descriptor() ([]byte, []int)
Deprecated: Use ContainerSpec.ProtoReflect.Descriptor instead.
func (*ContainerSpec) GetDefaultEnvironment ¶
func (x *ContainerSpec) GetDefaultEnvironment() *FlexTemplateRuntimeEnvironment
func (*ContainerSpec) GetImage ¶
func (x *ContainerSpec) GetImage() string
func (*ContainerSpec) GetMetadata ¶
func (x *ContainerSpec) GetMetadata() *TemplateMetadata
func (*ContainerSpec) GetSdkInfo ¶
func (x *ContainerSpec) GetSdkInfo() *SDKInfo
func (*ContainerSpec) ProtoMessage ¶
func (*ContainerSpec) ProtoMessage()
func (*ContainerSpec) ProtoReflect ¶
func (x *ContainerSpec) ProtoReflect() protoreflect.Message
func (*ContainerSpec) Reset ¶
func (x *ContainerSpec) Reset()
func (*ContainerSpec) String ¶
func (x *ContainerSpec) String() string
type CreateJobFromTemplateRequest ¶
type CreateJobFromTemplateRequest struct { // Required. The ID of the Cloud Platform project that the job belongs to. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // Required. The job name to use for the created job. JobName string `protobuf:"bytes,4,opt,name=job_name,json=jobName,proto3" json:"job_name,omitempty"` // The template from which to create the job. // // Types that are assignable to Template: // *CreateJobFromTemplateRequest_GcsPath Template isCreateJobFromTemplateRequest_Template `protobuf_oneof:"template"` // The runtime parameters to pass to the job. Parameters map[string]string `` /* 161-byte string literal not displayed */ // The runtime environment for the job. Environment *RuntimeEnvironment `protobuf:"bytes,5,opt,name=environment,proto3" json:"environment,omitempty"` // The [regional endpoint] // (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to // which to direct the request. Location string `protobuf:"bytes,6,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
A request to create a Cloud Dataflow job from a template.
func (*CreateJobFromTemplateRequest) Descriptor
deprecated
func (*CreateJobFromTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateJobFromTemplateRequest.ProtoReflect.Descriptor instead.
func (*CreateJobFromTemplateRequest) GetEnvironment ¶
func (x *CreateJobFromTemplateRequest) GetEnvironment() *RuntimeEnvironment
func (*CreateJobFromTemplateRequest) GetGcsPath ¶
func (x *CreateJobFromTemplateRequest) GetGcsPath() string
func (*CreateJobFromTemplateRequest) GetJobName ¶
func (x *CreateJobFromTemplateRequest) GetJobName() string
func (*CreateJobFromTemplateRequest) GetLocation ¶
func (x *CreateJobFromTemplateRequest) GetLocation() string
func (*CreateJobFromTemplateRequest) GetParameters ¶
func (x *CreateJobFromTemplateRequest) GetParameters() map[string]string
func (*CreateJobFromTemplateRequest) GetProjectId ¶
func (x *CreateJobFromTemplateRequest) GetProjectId() string
func (*CreateJobFromTemplateRequest) GetTemplate ¶
func (m *CreateJobFromTemplateRequest) GetTemplate() isCreateJobFromTemplateRequest_Template
func (*CreateJobFromTemplateRequest) ProtoMessage ¶
func (*CreateJobFromTemplateRequest) ProtoMessage()
func (*CreateJobFromTemplateRequest) ProtoReflect ¶
func (x *CreateJobFromTemplateRequest) ProtoReflect() protoreflect.Message
func (*CreateJobFromTemplateRequest) Reset ¶
func (x *CreateJobFromTemplateRequest) Reset()
func (*CreateJobFromTemplateRequest) String ¶
func (x *CreateJobFromTemplateRequest) String() string
type CreateJobFromTemplateRequest_GcsPath ¶
type CreateJobFromTemplateRequest_GcsPath struct { // Required. A Cloud Storage path to the template from which to // create the job. // Must be a valid Cloud Storage URL, beginning with `gs://`. GcsPath string `protobuf:"bytes,2,opt,name=gcs_path,json=gcsPath,proto3,oneof"` }
type CreateJobRequest ¶
type CreateJobRequest struct { // The ID of the Cloud Platform project that the job belongs to. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // The job to create. Job *Job `protobuf:"bytes,2,opt,name=job,proto3" json:"job,omitempty"` // The level of information requested in response. View JobView `protobuf:"varint,3,opt,name=view,proto3,enum=google.dataflow.v1beta3.JobView" json:"view,omitempty"` // Deprecated. This field is now in the Job message. ReplaceJobId string `protobuf:"bytes,4,opt,name=replace_job_id,json=replaceJobId,proto3" json:"replace_job_id,omitempty"` // The [regional endpoint] // (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that // contains this job. Location string `protobuf:"bytes,5,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
Request to create a Cloud Dataflow job.
func (*CreateJobRequest) Descriptor
deprecated
func (*CreateJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateJobRequest.ProtoReflect.Descriptor instead.
func (*CreateJobRequest) GetJob ¶
func (x *CreateJobRequest) GetJob() *Job
func (*CreateJobRequest) GetLocation ¶
func (x *CreateJobRequest) GetLocation() string
func (*CreateJobRequest) GetProjectId ¶
func (x *CreateJobRequest) GetProjectId() string
func (*CreateJobRequest) GetReplaceJobId ¶
func (x *CreateJobRequest) GetReplaceJobId() string
func (*CreateJobRequest) GetView ¶
func (x *CreateJobRequest) GetView() JobView
func (*CreateJobRequest) ProtoMessage ¶
func (*CreateJobRequest) ProtoMessage()
func (*CreateJobRequest) ProtoReflect ¶
func (x *CreateJobRequest) ProtoReflect() protoreflect.Message
func (*CreateJobRequest) Reset ¶
func (x *CreateJobRequest) Reset()
func (*CreateJobRequest) String ¶
func (x *CreateJobRequest) String() string
type CustomSourceLocation ¶
type CustomSourceLocation struct { // Whether this source is stateful. Stateful bool `protobuf:"varint,1,opt,name=stateful,proto3" json:"stateful,omitempty"` // contains filtered or unexported fields }
Identifies the location of a custom souce.
func (*CustomSourceLocation) Descriptor
deprecated
func (*CustomSourceLocation) Descriptor() ([]byte, []int)
Deprecated: Use CustomSourceLocation.ProtoReflect.Descriptor instead.
func (*CustomSourceLocation) GetStateful ¶
func (x *CustomSourceLocation) GetStateful() bool
func (*CustomSourceLocation) ProtoMessage ¶
func (*CustomSourceLocation) ProtoMessage()
func (*CustomSourceLocation) ProtoReflect ¶
func (x *CustomSourceLocation) ProtoReflect() protoreflect.Message
func (*CustomSourceLocation) Reset ¶
func (x *CustomSourceLocation) Reset()
func (*CustomSourceLocation) String ¶
func (x *CustomSourceLocation) String() string
type DataDiskAssignment ¶
type DataDiskAssignment struct { // VM instance name the data disks mounted to, for example // "myproject-1014-104817-4c2-harness-0". VmInstance string `protobuf:"bytes,1,opt,name=vm_instance,json=vmInstance,proto3" json:"vm_instance,omitempty"` // Mounted data disks. The order is important a data disk's 0-based index in // this list defines which persistent directory the disk is mounted to, for // example the list of { "myproject-1014-104817-4c2-harness-0-disk-0" }, // { "myproject-1014-104817-4c2-harness-0-disk-1" }. DataDisks []string `protobuf:"bytes,2,rep,name=data_disks,json=dataDisks,proto3" json:"data_disks,omitempty"` // contains filtered or unexported fields }
Data disk assignment for a given VM instance.
func (*DataDiskAssignment) Descriptor
deprecated
func (*DataDiskAssignment) Descriptor() ([]byte, []int)
Deprecated: Use DataDiskAssignment.ProtoReflect.Descriptor instead.
func (*DataDiskAssignment) GetDataDisks ¶
func (x *DataDiskAssignment) GetDataDisks() []string
func (*DataDiskAssignment) GetVmInstance ¶
func (x *DataDiskAssignment) GetVmInstance() string
func (*DataDiskAssignment) ProtoMessage ¶
func (*DataDiskAssignment) ProtoMessage()
func (*DataDiskAssignment) ProtoReflect ¶
func (x *DataDiskAssignment) ProtoReflect() protoreflect.Message
func (*DataDiskAssignment) Reset ¶
func (x *DataDiskAssignment) Reset()
func (*DataDiskAssignment) String ¶
func (x *DataDiskAssignment) String() string
type DatastoreIODetails ¶
type DatastoreIODetails struct { // Namespace used in the connection. Namespace string `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"` // ProjectId accessed in the connection. ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // contains filtered or unexported fields }
Metadata for a Datastore connector used by the job.
func (*DatastoreIODetails) Descriptor
deprecated
func (*DatastoreIODetails) Descriptor() ([]byte, []int)
Deprecated: Use DatastoreIODetails.ProtoReflect.Descriptor instead.
func (*DatastoreIODetails) GetNamespace ¶
func (x *DatastoreIODetails) GetNamespace() string
func (*DatastoreIODetails) GetProjectId ¶
func (x *DatastoreIODetails) GetProjectId() string
func (*DatastoreIODetails) ProtoMessage ¶
func (*DatastoreIODetails) ProtoMessage()
func (*DatastoreIODetails) ProtoReflect ¶
func (x *DatastoreIODetails) ProtoReflect() protoreflect.Message
func (*DatastoreIODetails) Reset ¶
func (x *DatastoreIODetails) Reset()
func (*DatastoreIODetails) String ¶
func (x *DatastoreIODetails) String() string
type DebugOptions ¶
type DebugOptions struct { // When true, enables the logging of the literal hot key to the user's Cloud // Logging. EnableHotKeyLogging bool `protobuf:"varint,1,opt,name=enable_hot_key_logging,json=enableHotKeyLogging,proto3" json:"enable_hot_key_logging,omitempty"` // contains filtered or unexported fields }
Describes any options that have an effect on the debugging of pipelines.
func (*DebugOptions) Descriptor
deprecated
func (*DebugOptions) Descriptor() ([]byte, []int)
Deprecated: Use DebugOptions.ProtoReflect.Descriptor instead.
func (*DebugOptions) GetEnableHotKeyLogging ¶
func (x *DebugOptions) GetEnableHotKeyLogging() bool
func (*DebugOptions) ProtoMessage ¶
func (*DebugOptions) ProtoMessage()
func (*DebugOptions) ProtoReflect ¶
func (x *DebugOptions) ProtoReflect() protoreflect.Message
func (*DebugOptions) Reset ¶
func (x *DebugOptions) Reset()
func (*DebugOptions) String ¶
func (x *DebugOptions) String() string
type DefaultPackageSet ¶
type DefaultPackageSet int32
The default set of packages to be staged on a pool of workers.
const ( // The default set of packages to stage is unknown, or unspecified. DefaultPackageSet_DEFAULT_PACKAGE_SET_UNKNOWN DefaultPackageSet = 0 // Indicates that no packages should be staged at the worker unless // explicitly specified by the job. DefaultPackageSet_DEFAULT_PACKAGE_SET_NONE DefaultPackageSet = 1 // Stage packages typically useful to workers written in Java. DefaultPackageSet_DEFAULT_PACKAGE_SET_JAVA DefaultPackageSet = 2 // Stage packages typically useful to workers written in Python. DefaultPackageSet_DEFAULT_PACKAGE_SET_PYTHON DefaultPackageSet = 3 )
func (DefaultPackageSet) Descriptor ¶
func (DefaultPackageSet) Descriptor() protoreflect.EnumDescriptor
func (DefaultPackageSet) Enum ¶
func (x DefaultPackageSet) Enum() *DefaultPackageSet
func (DefaultPackageSet) EnumDescriptor
deprecated
func (DefaultPackageSet) EnumDescriptor() ([]byte, []int)
Deprecated: Use DefaultPackageSet.Descriptor instead.
func (DefaultPackageSet) Number ¶
func (x DefaultPackageSet) Number() protoreflect.EnumNumber
func (DefaultPackageSet) String ¶
func (x DefaultPackageSet) String() string
func (DefaultPackageSet) Type ¶
func (DefaultPackageSet) Type() protoreflect.EnumType
type DeleteSnapshotRequest ¶
type DeleteSnapshotRequest struct { // The ID of the Cloud Platform project that the snapshot belongs to. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // The ID of the snapshot. SnapshotId string `protobuf:"bytes,2,opt,name=snapshot_id,json=snapshotId,proto3" json:"snapshot_id,omitempty"` // The location that contains this snapshot. Location string `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
Request to delete a snapshot.
func (*DeleteSnapshotRequest) Descriptor
deprecated
func (*DeleteSnapshotRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSnapshotRequest.ProtoReflect.Descriptor instead.
func (*DeleteSnapshotRequest) GetLocation ¶
func (x *DeleteSnapshotRequest) GetLocation() string
func (*DeleteSnapshotRequest) GetProjectId ¶
func (x *DeleteSnapshotRequest) GetProjectId() string
func (*DeleteSnapshotRequest) GetSnapshotId ¶
func (x *DeleteSnapshotRequest) GetSnapshotId() string
func (*DeleteSnapshotRequest) ProtoMessage ¶
func (*DeleteSnapshotRequest) ProtoMessage()
func (*DeleteSnapshotRequest) ProtoReflect ¶
func (x *DeleteSnapshotRequest) ProtoReflect() protoreflect.Message
func (*DeleteSnapshotRequest) Reset ¶
func (x *DeleteSnapshotRequest) Reset()
func (*DeleteSnapshotRequest) String ¶
func (x *DeleteSnapshotRequest) String() string
type DeleteSnapshotResponse ¶
type DeleteSnapshotResponse struct {
// contains filtered or unexported fields
}
Response from deleting a snapshot.
func (*DeleteSnapshotResponse) Descriptor
deprecated
func (*DeleteSnapshotResponse) Descriptor() ([]byte, []int)
Deprecated: Use DeleteSnapshotResponse.ProtoReflect.Descriptor instead.
func (*DeleteSnapshotResponse) ProtoMessage ¶
func (*DeleteSnapshotResponse) ProtoMessage()
func (*DeleteSnapshotResponse) ProtoReflect ¶
func (x *DeleteSnapshotResponse) ProtoReflect() protoreflect.Message
func (*DeleteSnapshotResponse) Reset ¶
func (x *DeleteSnapshotResponse) Reset()
func (*DeleteSnapshotResponse) String ¶
func (x *DeleteSnapshotResponse) String() string
type Disk ¶
type Disk struct { // Size of disk in GB. If zero or unspecified, the service will // attempt to choose a reasonable default. SizeGb int32 `protobuf:"varint,1,opt,name=size_gb,json=sizeGb,proto3" json:"size_gb,omitempty"` // Disk storage type, as defined by Google Compute Engine. This // must be a disk type appropriate to the project and zone in which // the workers will run. If unknown or unspecified, the service // will attempt to choose a reasonable default. // // For example, the standard persistent disk type is a resource name // typically ending in "pd-standard". If SSD persistent disks are // available, the resource name typically ends with "pd-ssd". The // actual valid values are defined the Google Compute Engine API, // not by the Cloud Dataflow API; consult the Google Compute Engine // documentation for more information about determining the set of // available disk types for a particular project and zone. // // Google Compute Engine Disk types are local to a particular // project in a particular zone, and so the resource name will // typically look something like this: // // compute.googleapis.com/projects/project-id/zones/zone/diskTypes/pd-standard DiskType string `protobuf:"bytes,2,opt,name=disk_type,json=diskType,proto3" json:"disk_type,omitempty"` // Directory in a VM where disk is mounted. MountPoint string `protobuf:"bytes,3,opt,name=mount_point,json=mountPoint,proto3" json:"mount_point,omitempty"` // contains filtered or unexported fields }
Describes the data disk used by a workflow job.
func (*Disk) Descriptor
deprecated
func (*Disk) GetDiskType ¶
func (*Disk) GetMountPoint ¶
func (*Disk) ProtoMessage ¶
func (*Disk) ProtoMessage()
func (*Disk) ProtoReflect ¶
func (x *Disk) ProtoReflect() protoreflect.Message
type DisplayData ¶
type DisplayData struct { // The key identifying the display data. // This is intended to be used as a label for the display data // when viewed in a dax monitoring system. Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"` // The namespace for the key. This is usually a class name or programming // language namespace (i.e. python module) which defines the display data. // This allows a dax monitoring system to specially handle the data // and perform custom rendering. Namespace string `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"` // Various value types which can be used for display data. Only one will be // set. // // Types that are assignable to Value: // *DisplayData_StrValue // *DisplayData_Int64Value // *DisplayData_FloatValue // *DisplayData_JavaClassValue // *DisplayData_TimestampValue // *DisplayData_DurationValue // *DisplayData_BoolValue Value isDisplayData_Value `protobuf_oneof:"Value"` // A possible additional shorter value to display. // For example a java_class_name_value of com.mypackage.MyDoFn // will be stored with MyDoFn as the short_str_value and // com.mypackage.MyDoFn as the java_class_name value. // short_str_value can be displayed and java_class_name_value // will be displayed as a tooltip. ShortStrValue string `protobuf:"bytes,11,opt,name=short_str_value,json=shortStrValue,proto3" json:"short_str_value,omitempty"` // An optional full URL. Url string `protobuf:"bytes,12,opt,name=url,proto3" json:"url,omitempty"` // An optional label to display in a dax UI for the element. Label string `protobuf:"bytes,13,opt,name=label,proto3" json:"label,omitempty"` // contains filtered or unexported fields }
Data provided with a pipeline or transform to provide descriptive info.
func (*DisplayData) Descriptor
deprecated
func (*DisplayData) Descriptor() ([]byte, []int)
Deprecated: Use DisplayData.ProtoReflect.Descriptor instead.
func (*DisplayData) GetBoolValue ¶
func (x *DisplayData) GetBoolValue() bool
func (*DisplayData) GetDurationValue ¶
func (x *DisplayData) GetDurationValue() *durationpb.Duration
func (*DisplayData) GetFloatValue ¶
func (x *DisplayData) GetFloatValue() float32
func (*DisplayData) GetInt64Value ¶
func (x *DisplayData) GetInt64Value() int64
func (*DisplayData) GetJavaClassValue ¶
func (x *DisplayData) GetJavaClassValue() string
func (*DisplayData) GetKey ¶
func (x *DisplayData) GetKey() string
func (*DisplayData) GetLabel ¶
func (x *DisplayData) GetLabel() string
func (*DisplayData) GetNamespace ¶
func (x *DisplayData) GetNamespace() string
func (*DisplayData) GetShortStrValue ¶
func (x *DisplayData) GetShortStrValue() string
func (*DisplayData) GetStrValue ¶
func (x *DisplayData) GetStrValue() string
func (*DisplayData) GetTimestampValue ¶
func (x *DisplayData) GetTimestampValue() *timestamppb.Timestamp
func (*DisplayData) GetUrl ¶
func (x *DisplayData) GetUrl() string
func (*DisplayData) GetValue ¶
func (m *DisplayData) GetValue() isDisplayData_Value
func (*DisplayData) ProtoMessage ¶
func (*DisplayData) ProtoMessage()
func (*DisplayData) ProtoReflect ¶
func (x *DisplayData) ProtoReflect() protoreflect.Message
func (*DisplayData) Reset ¶
func (x *DisplayData) Reset()
func (*DisplayData) String ¶
func (x *DisplayData) String() string
type DisplayData_BoolValue ¶
type DisplayData_BoolValue struct { // Contains value if the data is of a boolean type. BoolValue bool `protobuf:"varint,10,opt,name=bool_value,json=boolValue,proto3,oneof"` }
type DisplayData_DurationValue ¶
type DisplayData_DurationValue struct { // Contains value if the data is of duration type. DurationValue *durationpb.Duration `protobuf:"bytes,9,opt,name=duration_value,json=durationValue,proto3,oneof"` }
type DisplayData_FloatValue ¶
type DisplayData_FloatValue struct { // Contains value if the data is of float type. FloatValue float32 `protobuf:"fixed32,6,opt,name=float_value,json=floatValue,proto3,oneof"` }
type DisplayData_Int64Value ¶
type DisplayData_Int64Value struct { // Contains value if the data is of int64 type. Int64Value int64 `protobuf:"varint,5,opt,name=int64_value,json=int64Value,proto3,oneof"` }
type DisplayData_JavaClassValue ¶
type DisplayData_JavaClassValue struct { // Contains value if the data is of java class type. JavaClassValue string `protobuf:"bytes,7,opt,name=java_class_value,json=javaClassValue,proto3,oneof"` }
type DisplayData_StrValue ¶
type DisplayData_StrValue struct { // Contains value if the data is of string type. StrValue string `protobuf:"bytes,4,opt,name=str_value,json=strValue,proto3,oneof"` }
type DisplayData_TimestampValue ¶
type DisplayData_TimestampValue struct { // Contains value if the data is of timestamp type. TimestampValue *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=timestamp_value,json=timestampValue,proto3,oneof"` }
type DynamicTemplateLaunchParams ¶
type DynamicTemplateLaunchParams struct { // Path to dynamic template spec file on Cloud Storage. // The file must be a Json serialized DynamicTemplateFieSpec object. GcsPath string `protobuf:"bytes,1,opt,name=gcs_path,json=gcsPath,proto3" json:"gcs_path,omitempty"` // Cloud Storage path for staging dependencies. // Must be a valid Cloud Storage URL, beginning with `gs://`. StagingLocation string `protobuf:"bytes,2,opt,name=staging_location,json=stagingLocation,proto3" json:"staging_location,omitempty"` // contains filtered or unexported fields }
Params which should be passed when launching a dynamic template.
func (*DynamicTemplateLaunchParams) Descriptor
deprecated
func (*DynamicTemplateLaunchParams) Descriptor() ([]byte, []int)
Deprecated: Use DynamicTemplateLaunchParams.ProtoReflect.Descriptor instead.
func (*DynamicTemplateLaunchParams) GetGcsPath ¶
func (x *DynamicTemplateLaunchParams) GetGcsPath() string
func (*DynamicTemplateLaunchParams) GetStagingLocation ¶
func (x *DynamicTemplateLaunchParams) GetStagingLocation() string
func (*DynamicTemplateLaunchParams) ProtoMessage ¶
func (*DynamicTemplateLaunchParams) ProtoMessage()
func (*DynamicTemplateLaunchParams) ProtoReflect ¶
func (x *DynamicTemplateLaunchParams) ProtoReflect() protoreflect.Message
func (*DynamicTemplateLaunchParams) Reset ¶
func (x *DynamicTemplateLaunchParams) Reset()
func (*DynamicTemplateLaunchParams) String ¶
func (x *DynamicTemplateLaunchParams) String() string
type Environment ¶
type Environment struct { // The prefix of the resources the system should use for temporary // storage. The system will append the suffix "/temp-{JOBNAME} to // this resource prefix, where {JOBNAME} is the value of the // job_name field. The resulting bucket and object prefix is used // as the prefix of the resources used to store temporary data // needed during the job execution. NOTE: This will override the // value in taskrunner_settings. // The supported resource type is: // // Google Cloud Storage: // // storage.googleapis.com/{bucket}/{object} // bucket.storage.googleapis.com/{object} TempStoragePrefix string `protobuf:"bytes,1,opt,name=temp_storage_prefix,json=tempStoragePrefix,proto3" json:"temp_storage_prefix,omitempty"` // The type of cluster manager API to use. If unknown or // unspecified, the service will attempt to choose a reasonable // default. This should be in the form of the API service name, // e.g. "compute.googleapis.com". ClusterManagerApiService string `` /* 137-byte string literal not displayed */ // The list of experiments to enable. This field should be used for SDK // related experiments and not for service related experiments. The proper // field for service related experiments is service_options. Experiments []string `protobuf:"bytes,3,rep,name=experiments,proto3" json:"experiments,omitempty"` // The list of service options to enable. This field should be used for // service related experiments only. These experiments, when graduating to GA, // should be replaced by dedicated fields or become default (i.e. always on). ServiceOptions []string `protobuf:"bytes,16,rep,name=service_options,json=serviceOptions,proto3" json:"service_options,omitempty"` // If set, contains the Cloud KMS key identifier used to encrypt data // at rest, AKA a Customer Managed Encryption Key (CMEK). // // Format: // projects/PROJECT_ID/locations/LOCATION/keyRings/KEY_RING/cryptoKeys/KEY ServiceKmsKeyName string `protobuf:"bytes,12,opt,name=service_kms_key_name,json=serviceKmsKeyName,proto3" json:"service_kms_key_name,omitempty"` // The worker pools. At least one "harness" worker pool must be // specified in order for the job to have workers. WorkerPools []*WorkerPool `protobuf:"bytes,4,rep,name=worker_pools,json=workerPools,proto3" json:"worker_pools,omitempty"` // A description of the process that generated the request. UserAgent *structpb.Struct `protobuf:"bytes,5,opt,name=user_agent,json=userAgent,proto3" json:"user_agent,omitempty"` // A structure describing which components and their versions of the service // are required in order to run the job. Version *structpb.Struct `protobuf:"bytes,6,opt,name=version,proto3" json:"version,omitempty"` // The dataset for the current project where various workflow // related tables are stored. // // The supported resource type is: // // Google BigQuery: // bigquery.googleapis.com/{dataset} Dataset string `protobuf:"bytes,7,opt,name=dataset,proto3" json:"dataset,omitempty"` // The Cloud Dataflow SDK pipeline options specified by the user. These // options are passed through the service and are used to recreate the // SDK pipeline options on the worker in a language agnostic and platform // independent way. SdkPipelineOptions *structpb.Struct `protobuf:"bytes,8,opt,name=sdk_pipeline_options,json=sdkPipelineOptions,proto3" json:"sdk_pipeline_options,omitempty"` // Experimental settings. InternalExperiments *anypb.Any `protobuf:"bytes,9,opt,name=internal_experiments,json=internalExperiments,proto3" json:"internal_experiments,omitempty"` // Identity to run virtual machines as. Defaults to the default account. ServiceAccountEmail string `protobuf:"bytes,10,opt,name=service_account_email,json=serviceAccountEmail,proto3" json:"service_account_email,omitempty"` // Which Flexible Resource Scheduling mode to run in. FlexResourceSchedulingGoal FlexResourceSchedulingGoal `` /* 201-byte string literal not displayed */ // The Compute Engine region // (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in // which worker processing should occur, e.g. "us-west1". Mutually exclusive // with worker_zone. If neither worker_region nor worker_zone is specified, // default to the control plane's region. WorkerRegion string `protobuf:"bytes,13,opt,name=worker_region,json=workerRegion,proto3" json:"worker_region,omitempty"` // The Compute Engine zone // (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in // which worker processing should occur, e.g. "us-west1-a". Mutually exclusive // with worker_region. If neither worker_region nor worker_zone is specified, // a zone in the control plane's region is chosen based on available capacity. WorkerZone string `protobuf:"bytes,14,opt,name=worker_zone,json=workerZone,proto3" json:"worker_zone,omitempty"` // Output only. The shuffle mode used for the job. ShuffleMode ShuffleMode `` /* 137-byte string literal not displayed */ // Any debugging options to be supplied to the job. DebugOptions *DebugOptions `protobuf:"bytes,17,opt,name=debug_options,json=debugOptions,proto3" json:"debug_options,omitempty"` // contains filtered or unexported fields }
Describes the environment in which a Dataflow Job runs.
func (*Environment) Descriptor
deprecated
func (*Environment) Descriptor() ([]byte, []int)
Deprecated: Use Environment.ProtoReflect.Descriptor instead.
func (*Environment) GetClusterManagerApiService ¶
func (x *Environment) GetClusterManagerApiService() string
func (*Environment) GetDataset ¶
func (x *Environment) GetDataset() string
func (*Environment) GetDebugOptions ¶
func (x *Environment) GetDebugOptions() *DebugOptions
func (*Environment) GetExperiments ¶
func (x *Environment) GetExperiments() []string
func (*Environment) GetFlexResourceSchedulingGoal ¶
func (x *Environment) GetFlexResourceSchedulingGoal() FlexResourceSchedulingGoal
func (*Environment) GetInternalExperiments ¶
func (x *Environment) GetInternalExperiments() *anypb.Any
func (*Environment) GetSdkPipelineOptions ¶
func (x *Environment) GetSdkPipelineOptions() *structpb.Struct
func (*Environment) GetServiceAccountEmail ¶
func (x *Environment) GetServiceAccountEmail() string
func (*Environment) GetServiceKmsKeyName ¶
func (x *Environment) GetServiceKmsKeyName() string
func (*Environment) GetServiceOptions ¶
func (x *Environment) GetServiceOptions() []string
func (*Environment) GetShuffleMode ¶
func (x *Environment) GetShuffleMode() ShuffleMode
func (*Environment) GetTempStoragePrefix ¶
func (x *Environment) GetTempStoragePrefix() string
func (*Environment) GetUserAgent ¶
func (x *Environment) GetUserAgent() *structpb.Struct
func (*Environment) GetVersion ¶
func (x *Environment) GetVersion() *structpb.Struct
func (*Environment) GetWorkerPools ¶
func (x *Environment) GetWorkerPools() []*WorkerPool
func (*Environment) GetWorkerRegion ¶
func (x *Environment) GetWorkerRegion() string
func (*Environment) GetWorkerZone ¶
func (x *Environment) GetWorkerZone() string
func (*Environment) ProtoMessage ¶
func (*Environment) ProtoMessage()
func (*Environment) ProtoReflect ¶
func (x *Environment) ProtoReflect() protoreflect.Message
func (*Environment) Reset ¶
func (x *Environment) Reset()
func (*Environment) String ¶
func (x *Environment) String() string
type ExecutionStageState ¶
type ExecutionStageState struct { // The name of the execution stage. ExecutionStageName string `protobuf:"bytes,1,opt,name=execution_stage_name,json=executionStageName,proto3" json:"execution_stage_name,omitempty"` // Executions stage states allow the same set of values as JobState. ExecutionStageState JobState `` /* 159-byte string literal not displayed */ // The time at which the stage transitioned to this state. CurrentStateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=current_state_time,json=currentStateTime,proto3" json:"current_state_time,omitempty"` // contains filtered or unexported fields }
A message describing the state of a particular execution stage.
func (*ExecutionStageState) Descriptor
deprecated
func (*ExecutionStageState) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionStageState.ProtoReflect.Descriptor instead.
func (*ExecutionStageState) GetCurrentStateTime ¶
func (x *ExecutionStageState) GetCurrentStateTime() *timestamppb.Timestamp
func (*ExecutionStageState) GetExecutionStageName ¶
func (x *ExecutionStageState) GetExecutionStageName() string
func (*ExecutionStageState) GetExecutionStageState ¶
func (x *ExecutionStageState) GetExecutionStageState() JobState
func (*ExecutionStageState) ProtoMessage ¶
func (*ExecutionStageState) ProtoMessage()
func (*ExecutionStageState) ProtoReflect ¶
func (x *ExecutionStageState) ProtoReflect() protoreflect.Message
func (*ExecutionStageState) Reset ¶
func (x *ExecutionStageState) Reset()
func (*ExecutionStageState) String ¶
func (x *ExecutionStageState) String() string
type ExecutionStageSummary ¶
type ExecutionStageSummary struct { // Dataflow service generated name for this stage. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // Dataflow service generated id for this stage. Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"` // Type of transform this stage is executing. Kind KindType `protobuf:"varint,3,opt,name=kind,proto3,enum=google.dataflow.v1beta3.KindType" json:"kind,omitempty"` // Input sources for this stage. InputSource []*ExecutionStageSummary_StageSource `protobuf:"bytes,4,rep,name=input_source,json=inputSource,proto3" json:"input_source,omitempty"` // Output sources for this stage. OutputSource []*ExecutionStageSummary_StageSource `protobuf:"bytes,5,rep,name=output_source,json=outputSource,proto3" json:"output_source,omitempty"` // Other stages that must complete before this stage can run. PrerequisiteStage []string `protobuf:"bytes,8,rep,name=prerequisite_stage,json=prerequisiteStage,proto3" json:"prerequisite_stage,omitempty"` // Transforms that comprise this execution stage. ComponentTransform []*ExecutionStageSummary_ComponentTransform `protobuf:"bytes,6,rep,name=component_transform,json=componentTransform,proto3" json:"component_transform,omitempty"` // Collections produced and consumed by component transforms of this stage. ComponentSource []*ExecutionStageSummary_ComponentSource `protobuf:"bytes,7,rep,name=component_source,json=componentSource,proto3" json:"component_source,omitempty"` // contains filtered or unexported fields }
Description of the composing transforms, names/ids, and input/outputs of a stage of execution. Some composing transforms and sources may have been generated by the Dataflow service during execution planning.
func (*ExecutionStageSummary) Descriptor
deprecated
func (*ExecutionStageSummary) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionStageSummary.ProtoReflect.Descriptor instead.
func (*ExecutionStageSummary) GetComponentSource ¶
func (x *ExecutionStageSummary) GetComponentSource() []*ExecutionStageSummary_ComponentSource
func (*ExecutionStageSummary) GetComponentTransform ¶
func (x *ExecutionStageSummary) GetComponentTransform() []*ExecutionStageSummary_ComponentTransform
func (*ExecutionStageSummary) GetId ¶
func (x *ExecutionStageSummary) GetId() string
func (*ExecutionStageSummary) GetInputSource ¶
func (x *ExecutionStageSummary) GetInputSource() []*ExecutionStageSummary_StageSource
func (*ExecutionStageSummary) GetKind ¶
func (x *ExecutionStageSummary) GetKind() KindType
func (*ExecutionStageSummary) GetName ¶
func (x *ExecutionStageSummary) GetName() string
func (*ExecutionStageSummary) GetOutputSource ¶
func (x *ExecutionStageSummary) GetOutputSource() []*ExecutionStageSummary_StageSource
func (*ExecutionStageSummary) GetPrerequisiteStage ¶
func (x *ExecutionStageSummary) GetPrerequisiteStage() []string
func (*ExecutionStageSummary) ProtoMessage ¶
func (*ExecutionStageSummary) ProtoMessage()
func (*ExecutionStageSummary) ProtoReflect ¶
func (x *ExecutionStageSummary) ProtoReflect() protoreflect.Message
func (*ExecutionStageSummary) Reset ¶
func (x *ExecutionStageSummary) Reset()
func (*ExecutionStageSummary) String ¶
func (x *ExecutionStageSummary) String() string
type ExecutionStageSummary_ComponentSource ¶
type ExecutionStageSummary_ComponentSource struct { // Human-readable name for this transform; may be user or system generated. UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` // Dataflow service generated name for this source. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // User name for the original user transform or collection with which this // source is most closely associated. OriginalTransformOrCollection string `` /* 152-byte string literal not displayed */ // contains filtered or unexported fields }
Description of an interstitial value between transforms in an execution stage.
func (*ExecutionStageSummary_ComponentSource) Descriptor
deprecated
func (*ExecutionStageSummary_ComponentSource) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionStageSummary_ComponentSource.ProtoReflect.Descriptor instead.
func (*ExecutionStageSummary_ComponentSource) GetName ¶
func (x *ExecutionStageSummary_ComponentSource) GetName() string
func (*ExecutionStageSummary_ComponentSource) GetOriginalTransformOrCollection ¶
func (x *ExecutionStageSummary_ComponentSource) GetOriginalTransformOrCollection() string
func (*ExecutionStageSummary_ComponentSource) GetUserName ¶
func (x *ExecutionStageSummary_ComponentSource) GetUserName() string
func (*ExecutionStageSummary_ComponentSource) ProtoMessage ¶
func (*ExecutionStageSummary_ComponentSource) ProtoMessage()
func (*ExecutionStageSummary_ComponentSource) ProtoReflect ¶
func (x *ExecutionStageSummary_ComponentSource) ProtoReflect() protoreflect.Message
func (*ExecutionStageSummary_ComponentSource) Reset ¶
func (x *ExecutionStageSummary_ComponentSource) Reset()
func (*ExecutionStageSummary_ComponentSource) String ¶
func (x *ExecutionStageSummary_ComponentSource) String() string
type ExecutionStageSummary_ComponentTransform ¶
type ExecutionStageSummary_ComponentTransform struct { // Human-readable name for this transform; may be user or system generated. UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` // Dataflow service generated name for this source. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // User name for the original user transform with which this transform is // most closely associated. OriginalTransform string `protobuf:"bytes,3,opt,name=original_transform,json=originalTransform,proto3" json:"original_transform,omitempty"` // contains filtered or unexported fields }
Description of a transform executed as part of an execution stage.
func (*ExecutionStageSummary_ComponentTransform) Descriptor
deprecated
func (*ExecutionStageSummary_ComponentTransform) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionStageSummary_ComponentTransform.ProtoReflect.Descriptor instead.
func (*ExecutionStageSummary_ComponentTransform) GetName ¶
func (x *ExecutionStageSummary_ComponentTransform) GetName() string
func (*ExecutionStageSummary_ComponentTransform) GetOriginalTransform ¶
func (x *ExecutionStageSummary_ComponentTransform) GetOriginalTransform() string
func (*ExecutionStageSummary_ComponentTransform) GetUserName ¶
func (x *ExecutionStageSummary_ComponentTransform) GetUserName() string
func (*ExecutionStageSummary_ComponentTransform) ProtoMessage ¶
func (*ExecutionStageSummary_ComponentTransform) ProtoMessage()
func (*ExecutionStageSummary_ComponentTransform) ProtoReflect ¶
func (x *ExecutionStageSummary_ComponentTransform) ProtoReflect() protoreflect.Message
func (*ExecutionStageSummary_ComponentTransform) Reset ¶
func (x *ExecutionStageSummary_ComponentTransform) Reset()
func (*ExecutionStageSummary_ComponentTransform) String ¶
func (x *ExecutionStageSummary_ComponentTransform) String() string
type ExecutionStageSummary_StageSource ¶
type ExecutionStageSummary_StageSource struct { // Human-readable name for this source; may be user or system generated. UserName string `protobuf:"bytes,1,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` // Dataflow service generated name for this source. Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // User name for the original user transform or collection with which this // source is most closely associated. OriginalTransformOrCollection string `` /* 152-byte string literal not displayed */ // Size of the source, if measurable. SizeBytes int64 `protobuf:"varint,4,opt,name=size_bytes,json=sizeBytes,proto3" json:"size_bytes,omitempty"` // contains filtered or unexported fields }
Description of an input or output of an execution stage.
func (*ExecutionStageSummary_StageSource) Descriptor
deprecated
func (*ExecutionStageSummary_StageSource) Descriptor() ([]byte, []int)
Deprecated: Use ExecutionStageSummary_StageSource.ProtoReflect.Descriptor instead.
func (*ExecutionStageSummary_StageSource) GetName ¶
func (x *ExecutionStageSummary_StageSource) GetName() string
func (*ExecutionStageSummary_StageSource) GetOriginalTransformOrCollection ¶
func (x *ExecutionStageSummary_StageSource) GetOriginalTransformOrCollection() string
func (*ExecutionStageSummary_StageSource) GetSizeBytes ¶
func (x *ExecutionStageSummary_StageSource) GetSizeBytes() int64
func (*ExecutionStageSummary_StageSource) GetUserName ¶
func (x *ExecutionStageSummary_StageSource) GetUserName() string
func (*ExecutionStageSummary_StageSource) ProtoMessage ¶
func (*ExecutionStageSummary_StageSource) ProtoMessage()
func (*ExecutionStageSummary_StageSource) ProtoReflect ¶
func (x *ExecutionStageSummary_StageSource) ProtoReflect() protoreflect.Message
func (*ExecutionStageSummary_StageSource) Reset ¶
func (x *ExecutionStageSummary_StageSource) Reset()
func (*ExecutionStageSummary_StageSource) String ¶
func (x *ExecutionStageSummary_StageSource) String() string
type ExecutionState ¶
type ExecutionState int32
The state of some component of job execution.
const ( // The component state is unknown or unspecified. ExecutionState_EXECUTION_STATE_UNKNOWN ExecutionState = 0 // The component is not yet running. ExecutionState_EXECUTION_STATE_NOT_STARTED ExecutionState = 1 // The component is currently running. ExecutionState_EXECUTION_STATE_RUNNING ExecutionState = 2 // The component succeeded. ExecutionState_EXECUTION_STATE_SUCCEEDED ExecutionState = 3 // The component failed. ExecutionState_EXECUTION_STATE_FAILED ExecutionState = 4 // Execution of the component was cancelled. ExecutionState_EXECUTION_STATE_CANCELLED ExecutionState = 5 )
func (ExecutionState) Descriptor ¶
func (ExecutionState) Descriptor() protoreflect.EnumDescriptor
func (ExecutionState) Enum ¶
func (x ExecutionState) Enum() *ExecutionState
func (ExecutionState) EnumDescriptor
deprecated
func (ExecutionState) EnumDescriptor() ([]byte, []int)
Deprecated: Use ExecutionState.Descriptor instead.
func (ExecutionState) Number ¶
func (x ExecutionState) Number() protoreflect.EnumNumber
func (ExecutionState) String ¶
func (x ExecutionState) String() string
func (ExecutionState) Type ¶
func (ExecutionState) Type() protoreflect.EnumType
type FailedLocation ¶
type FailedLocation struct { // The name of the [regional endpoint] // (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that // failed to respond. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
Indicates which [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) failed to respond to a request for data.
func (*FailedLocation) Descriptor
deprecated
func (*FailedLocation) Descriptor() ([]byte, []int)
Deprecated: Use FailedLocation.ProtoReflect.Descriptor instead.
func (*FailedLocation) GetName ¶
func (x *FailedLocation) GetName() string
func (*FailedLocation) ProtoMessage ¶
func (*FailedLocation) ProtoMessage()
func (*FailedLocation) ProtoReflect ¶
func (x *FailedLocation) ProtoReflect() protoreflect.Message
func (*FailedLocation) Reset ¶
func (x *FailedLocation) Reset()
func (*FailedLocation) String ¶
func (x *FailedLocation) String() string
type FileIODetails ¶
type FileIODetails struct { // File Pattern used to access files by the connector. FilePattern string `protobuf:"bytes,1,opt,name=file_pattern,json=filePattern,proto3" json:"file_pattern,omitempty"` // contains filtered or unexported fields }
Metadata for a File connector used by the job.
func (*FileIODetails) Descriptor
deprecated
func (*FileIODetails) Descriptor() ([]byte, []int)
Deprecated: Use FileIODetails.ProtoReflect.Descriptor instead.
func (*FileIODetails) GetFilePattern ¶
func (x *FileIODetails) GetFilePattern() string
func (*FileIODetails) ProtoMessage ¶
func (*FileIODetails) ProtoMessage()
func (*FileIODetails) ProtoReflect ¶
func (x *FileIODetails) ProtoReflect() protoreflect.Message
func (*FileIODetails) Reset ¶
func (x *FileIODetails) Reset()
func (*FileIODetails) String ¶
func (x *FileIODetails) String() string
type FlexResourceSchedulingGoal ¶
type FlexResourceSchedulingGoal int32
Specifies the resource to optimize for in Flexible Resource Scheduling.
const ( // Run in the default mode. FlexResourceSchedulingGoal_FLEXRS_UNSPECIFIED FlexResourceSchedulingGoal = 0 // Optimize for lower execution time. FlexResourceSchedulingGoal_FLEXRS_SPEED_OPTIMIZED FlexResourceSchedulingGoal = 1 // Optimize for lower cost. FlexResourceSchedulingGoal_FLEXRS_COST_OPTIMIZED FlexResourceSchedulingGoal = 2 )
func (FlexResourceSchedulingGoal) Descriptor ¶
func (FlexResourceSchedulingGoal) Descriptor() protoreflect.EnumDescriptor
func (FlexResourceSchedulingGoal) Enum ¶
func (x FlexResourceSchedulingGoal) Enum() *FlexResourceSchedulingGoal
func (FlexResourceSchedulingGoal) EnumDescriptor
deprecated
func (FlexResourceSchedulingGoal) EnumDescriptor() ([]byte, []int)
Deprecated: Use FlexResourceSchedulingGoal.Descriptor instead.
func (FlexResourceSchedulingGoal) Number ¶
func (x FlexResourceSchedulingGoal) Number() protoreflect.EnumNumber
func (FlexResourceSchedulingGoal) String ¶
func (x FlexResourceSchedulingGoal) String() string
func (FlexResourceSchedulingGoal) Type ¶
func (FlexResourceSchedulingGoal) Type() protoreflect.EnumType
type FlexTemplateRuntimeEnvironment ¶
type FlexTemplateRuntimeEnvironment struct { // The initial number of Google Compute Engine instances for the job. NumWorkers int32 `protobuf:"varint,1,opt,name=num_workers,json=numWorkers,proto3" json:"num_workers,omitempty"` // The maximum number of Google Compute Engine instances to be made // available to your pipeline during execution, from 1 to 1000. MaxWorkers int32 `protobuf:"varint,2,opt,name=max_workers,json=maxWorkers,proto3" json:"max_workers,omitempty"` // The Compute Engine [availability // zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones) // for launching worker instances to run your pipeline. // In the future, worker_zone will take precedence. Zone string `protobuf:"bytes,3,opt,name=zone,proto3" json:"zone,omitempty"` // The email address of the service account to run the job as. ServiceAccountEmail string `protobuf:"bytes,4,opt,name=service_account_email,json=serviceAccountEmail,proto3" json:"service_account_email,omitempty"` // The Cloud Storage path to use for temporary files. // Must be a valid Cloud Storage URL, beginning with `gs://`. TempLocation string `protobuf:"bytes,5,opt,name=temp_location,json=tempLocation,proto3" json:"temp_location,omitempty"` // The machine type to use for the job. Defaults to the value from the // template if not specified. MachineType string `protobuf:"bytes,6,opt,name=machine_type,json=machineType,proto3" json:"machine_type,omitempty"` // Additional experiment flags for the job. AdditionalExperiments []string `protobuf:"bytes,7,rep,name=additional_experiments,json=additionalExperiments,proto3" json:"additional_experiments,omitempty"` // Network to which VMs will be assigned. If empty or unspecified, // the service will use the network "default". Network string `protobuf:"bytes,8,opt,name=network,proto3" json:"network,omitempty"` // Subnetwork to which VMs will be assigned, if desired. You can specify a // subnetwork using either a complete URL or an abbreviated path. Expected to // be of the form // "https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK" // or "regions/REGION/subnetworks/SUBNETWORK". If the subnetwork is located in // a Shared VPC network, you must use the complete URL. Subnetwork string `protobuf:"bytes,9,opt,name=subnetwork,proto3" json:"subnetwork,omitempty"` // Additional user labels to be specified for the job. // Keys and values must follow the restrictions specified in the [labeling // restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) // page. // An object containing a list of "key": value pairs. // Example: { "name": "wrench", "mass": "1kg", "count": "3" }. AdditionalUserLabels map[string]string `` /* 212-byte string literal not displayed */ // Name for the Cloud KMS key for the job. // Key format is: // projects/<project>/locations/<location>/keyRings/<keyring>/cryptoKeys/<key> KmsKeyName string `protobuf:"bytes,11,opt,name=kms_key_name,json=kmsKeyName,proto3" json:"kms_key_name,omitempty"` // Configuration for VM IPs. IpConfiguration WorkerIPAddressConfiguration `` /* 166-byte string literal not displayed */ // The Compute Engine region // (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in // which worker processing should occur, e.g. "us-west1". Mutually exclusive // with worker_zone. If neither worker_region nor worker_zone is specified, // default to the control plane's region. WorkerRegion string `protobuf:"bytes,13,opt,name=worker_region,json=workerRegion,proto3" json:"worker_region,omitempty"` // The Compute Engine zone // (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in // which worker processing should occur, e.g. "us-west1-a". Mutually exclusive // with worker_region. If neither worker_region nor worker_zone is specified, // a zone in the control plane's region is chosen based on available capacity. // If both `worker_zone` and `zone` are set, `worker_zone` takes precedence. WorkerZone string `protobuf:"bytes,14,opt,name=worker_zone,json=workerZone,proto3" json:"worker_zone,omitempty"` // Whether to enable Streaming Engine for the job. EnableStreamingEngine bool `` /* 128-byte string literal not displayed */ // Set FlexRS goal for the job. // https://cloud.google.com/dataflow/docs/guides/flexrs FlexrsGoal FlexResourceSchedulingGoal `` /* 149-byte string literal not displayed */ // The Cloud Storage path for staging local files. // Must be a valid Cloud Storage URL, beginning with `gs://`. StagingLocation string `protobuf:"bytes,17,opt,name=staging_location,json=stagingLocation,proto3" json:"staging_location,omitempty"` // Docker registry location of container image to use for the 'worker harness. // Default is the container for the version of the SDK. Note this field is // only valid for portable pipelines. SdkContainerImage string `protobuf:"bytes,18,opt,name=sdk_container_image,json=sdkContainerImage,proto3" json:"sdk_container_image,omitempty"` // Worker disk size, in gigabytes. DiskSizeGb int32 `protobuf:"varint,20,opt,name=disk_size_gb,json=diskSizeGb,proto3" json:"disk_size_gb,omitempty"` // The algorithm to use for autoscaling AutoscalingAlgorithm AutoscalingAlgorithm `` /* 173-byte string literal not displayed */ // If true, save a heap dump before killing a thread or process which is GC // thrashing or out of memory. The location of the heap file will either be // echoed back to the user, or the user will be given the opportunity to // download the heap file. DumpHeapOnOom bool `protobuf:"varint,22,opt,name=dump_heap_on_oom,json=dumpHeapOnOom,proto3" json:"dump_heap_on_oom,omitempty"` // Cloud Storage bucket (directory) to upload heap dumps to the given // location. Enabling this implies that heap dumps should be generated on OOM // (dump_heap_on_oom is set to true). SaveHeapDumpsToGcsPath string `` /* 136-byte string literal not displayed */ // The machine type to use for launching the job. The default is // n1-standard-1. LauncherMachineType string `protobuf:"bytes,24,opt,name=launcher_machine_type,json=launcherMachineType,proto3" json:"launcher_machine_type,omitempty"` // contains filtered or unexported fields }
The environment values to be set at runtime for flex template.
func (*FlexTemplateRuntimeEnvironment) Descriptor
deprecated
func (*FlexTemplateRuntimeEnvironment) Descriptor() ([]byte, []int)
Deprecated: Use FlexTemplateRuntimeEnvironment.ProtoReflect.Descriptor instead.
func (*FlexTemplateRuntimeEnvironment) GetAdditionalExperiments ¶
func (x *FlexTemplateRuntimeEnvironment) GetAdditionalExperiments() []string
func (*FlexTemplateRuntimeEnvironment) GetAdditionalUserLabels ¶
func (x *FlexTemplateRuntimeEnvironment) GetAdditionalUserLabels() map[string]string
func (*FlexTemplateRuntimeEnvironment) GetAutoscalingAlgorithm ¶
func (x *FlexTemplateRuntimeEnvironment) GetAutoscalingAlgorithm() AutoscalingAlgorithm
func (*FlexTemplateRuntimeEnvironment) GetDiskSizeGb ¶
func (x *FlexTemplateRuntimeEnvironment) GetDiskSizeGb() int32
func (*FlexTemplateRuntimeEnvironment) GetDumpHeapOnOom ¶
func (x *FlexTemplateRuntimeEnvironment) GetDumpHeapOnOom() bool
func (*FlexTemplateRuntimeEnvironment) GetEnableStreamingEngine ¶
func (x *FlexTemplateRuntimeEnvironment) GetEnableStreamingEngine() bool
func (*FlexTemplateRuntimeEnvironment) GetFlexrsGoal ¶
func (x *FlexTemplateRuntimeEnvironment) GetFlexrsGoal() FlexResourceSchedulingGoal
func (*FlexTemplateRuntimeEnvironment) GetIpConfiguration ¶
func (x *FlexTemplateRuntimeEnvironment) GetIpConfiguration() WorkerIPAddressConfiguration
func (*FlexTemplateRuntimeEnvironment) GetKmsKeyName ¶
func (x *FlexTemplateRuntimeEnvironment) GetKmsKeyName() string
func (*FlexTemplateRuntimeEnvironment) GetLauncherMachineType ¶
func (x *FlexTemplateRuntimeEnvironment) GetLauncherMachineType() string
func (*FlexTemplateRuntimeEnvironment) GetMachineType ¶
func (x *FlexTemplateRuntimeEnvironment) GetMachineType() string
func (*FlexTemplateRuntimeEnvironment) GetMaxWorkers ¶
func (x *FlexTemplateRuntimeEnvironment) GetMaxWorkers() int32
func (*FlexTemplateRuntimeEnvironment) GetNetwork ¶
func (x *FlexTemplateRuntimeEnvironment) GetNetwork() string
func (*FlexTemplateRuntimeEnvironment) GetNumWorkers ¶
func (x *FlexTemplateRuntimeEnvironment) GetNumWorkers() int32
func (*FlexTemplateRuntimeEnvironment) GetSaveHeapDumpsToGcsPath ¶
func (x *FlexTemplateRuntimeEnvironment) GetSaveHeapDumpsToGcsPath() string
func (*FlexTemplateRuntimeEnvironment) GetSdkContainerImage ¶
func (x *FlexTemplateRuntimeEnvironment) GetSdkContainerImage() string
func (*FlexTemplateRuntimeEnvironment) GetServiceAccountEmail ¶
func (x *FlexTemplateRuntimeEnvironment) GetServiceAccountEmail() string
func (*FlexTemplateRuntimeEnvironment) GetStagingLocation ¶
func (x *FlexTemplateRuntimeEnvironment) GetStagingLocation() string
func (*FlexTemplateRuntimeEnvironment) GetSubnetwork ¶
func (x *FlexTemplateRuntimeEnvironment) GetSubnetwork() string
func (*FlexTemplateRuntimeEnvironment) GetTempLocation ¶
func (x *FlexTemplateRuntimeEnvironment) GetTempLocation() string
func (*FlexTemplateRuntimeEnvironment) GetWorkerRegion ¶
func (x *FlexTemplateRuntimeEnvironment) GetWorkerRegion() string
func (*FlexTemplateRuntimeEnvironment) GetWorkerZone ¶
func (x *FlexTemplateRuntimeEnvironment) GetWorkerZone() string
func (*FlexTemplateRuntimeEnvironment) GetZone ¶
func (x *FlexTemplateRuntimeEnvironment) GetZone() string
func (*FlexTemplateRuntimeEnvironment) ProtoMessage ¶
func (*FlexTemplateRuntimeEnvironment) ProtoMessage()
func (*FlexTemplateRuntimeEnvironment) ProtoReflect ¶
func (x *FlexTemplateRuntimeEnvironment) ProtoReflect() protoreflect.Message
func (*FlexTemplateRuntimeEnvironment) Reset ¶
func (x *FlexTemplateRuntimeEnvironment) Reset()
func (*FlexTemplateRuntimeEnvironment) String ¶
func (x *FlexTemplateRuntimeEnvironment) String() string
type FlexTemplatesServiceClient ¶
type FlexTemplatesServiceClient interface { // Launch a job with a FlexTemplate. LaunchFlexTemplate(ctx context.Context, in *LaunchFlexTemplateRequest, opts ...grpc.CallOption) (*LaunchFlexTemplateResponse, error) }
FlexTemplatesServiceClient is the client API for FlexTemplatesService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewFlexTemplatesServiceClient ¶
func NewFlexTemplatesServiceClient(cc grpc.ClientConnInterface) FlexTemplatesServiceClient
type FlexTemplatesServiceServer ¶
type FlexTemplatesServiceServer interface { // Launch a job with a FlexTemplate. LaunchFlexTemplate(context.Context, *LaunchFlexTemplateRequest) (*LaunchFlexTemplateResponse, error) }
FlexTemplatesServiceServer is the server API for FlexTemplatesService service.
type GetJobExecutionDetailsRequest ¶
type GetJobExecutionDetailsRequest struct { // A project id. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // The job to get execution details for. JobId string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // The [regional endpoint] // (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that // contains the job specified by job_id. Location string `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"` // If specified, determines the maximum number of stages to // return. If unspecified, the service may choose an appropriate // default, or may return an arbitrarily large number of results. PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // If supplied, this should be the value of next_page_token returned // by an earlier call. This will cause the next page of results to // be returned. PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
Request to get job execution details.
func (*GetJobExecutionDetailsRequest) Descriptor
deprecated
func (*GetJobExecutionDetailsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJobExecutionDetailsRequest.ProtoReflect.Descriptor instead.
func (*GetJobExecutionDetailsRequest) GetJobId ¶
func (x *GetJobExecutionDetailsRequest) GetJobId() string
func (*GetJobExecutionDetailsRequest) GetLocation ¶
func (x *GetJobExecutionDetailsRequest) GetLocation() string
func (*GetJobExecutionDetailsRequest) GetPageSize ¶
func (x *GetJobExecutionDetailsRequest) GetPageSize() int32
func (*GetJobExecutionDetailsRequest) GetPageToken ¶
func (x *GetJobExecutionDetailsRequest) GetPageToken() string
func (*GetJobExecutionDetailsRequest) GetProjectId ¶
func (x *GetJobExecutionDetailsRequest) GetProjectId() string
func (*GetJobExecutionDetailsRequest) ProtoMessage ¶
func (*GetJobExecutionDetailsRequest) ProtoMessage()
func (*GetJobExecutionDetailsRequest) ProtoReflect ¶
func (x *GetJobExecutionDetailsRequest) ProtoReflect() protoreflect.Message
func (*GetJobExecutionDetailsRequest) Reset ¶
func (x *GetJobExecutionDetailsRequest) Reset()
func (*GetJobExecutionDetailsRequest) String ¶
func (x *GetJobExecutionDetailsRequest) String() string
type GetJobMetricsRequest ¶
type GetJobMetricsRequest struct { // A project id. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // The job to get metrics for. JobId string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // Return only metric data that has changed since this time. // Default is to return all information about all metrics for the job. StartTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // The [regional endpoint] // (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that // contains the job specified by job_id. Location string `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
Request to get job metrics.
func (*GetJobMetricsRequest) Descriptor
deprecated
func (*GetJobMetricsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJobMetricsRequest.ProtoReflect.Descriptor instead.
func (*GetJobMetricsRequest) GetJobId ¶
func (x *GetJobMetricsRequest) GetJobId() string
func (*GetJobMetricsRequest) GetLocation ¶
func (x *GetJobMetricsRequest) GetLocation() string
func (*GetJobMetricsRequest) GetProjectId ¶
func (x *GetJobMetricsRequest) GetProjectId() string
func (*GetJobMetricsRequest) GetStartTime ¶
func (x *GetJobMetricsRequest) GetStartTime() *timestamppb.Timestamp
func (*GetJobMetricsRequest) ProtoMessage ¶
func (*GetJobMetricsRequest) ProtoMessage()
func (*GetJobMetricsRequest) ProtoReflect ¶
func (x *GetJobMetricsRequest) ProtoReflect() protoreflect.Message
func (*GetJobMetricsRequest) Reset ¶
func (x *GetJobMetricsRequest) Reset()
func (*GetJobMetricsRequest) String ¶
func (x *GetJobMetricsRequest) String() string
type GetJobRequest ¶
type GetJobRequest struct { // The ID of the Cloud Platform project that the job belongs to. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // The job ID. JobId string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // The level of information requested in response. View JobView `protobuf:"varint,3,opt,name=view,proto3,enum=google.dataflow.v1beta3.JobView" json:"view,omitempty"` // The [regional endpoint] // (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that // contains this job. Location string `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
Request to get the state of a Cloud Dataflow job.
func (*GetJobRequest) Descriptor
deprecated
func (*GetJobRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetJobRequest.ProtoReflect.Descriptor instead.
func (*GetJobRequest) GetJobId ¶
func (x *GetJobRequest) GetJobId() string
func (*GetJobRequest) GetLocation ¶
func (x *GetJobRequest) GetLocation() string
func (*GetJobRequest) GetProjectId ¶
func (x *GetJobRequest) GetProjectId() string
func (*GetJobRequest) GetView ¶
func (x *GetJobRequest) GetView() JobView
func (*GetJobRequest) ProtoMessage ¶
func (*GetJobRequest) ProtoMessage()
func (*GetJobRequest) ProtoReflect ¶
func (x *GetJobRequest) ProtoReflect() protoreflect.Message
func (*GetJobRequest) Reset ¶
func (x *GetJobRequest) Reset()
func (*GetJobRequest) String ¶
func (x *GetJobRequest) String() string
type GetSnapshotRequest ¶
type GetSnapshotRequest struct { // The ID of the Cloud Platform project that the snapshot belongs to. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // The ID of the snapshot. SnapshotId string `protobuf:"bytes,2,opt,name=snapshot_id,json=snapshotId,proto3" json:"snapshot_id,omitempty"` // The location that contains this snapshot. Location string `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
Request to get information about a snapshot
func (*GetSnapshotRequest) Descriptor
deprecated
func (*GetSnapshotRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetSnapshotRequest.ProtoReflect.Descriptor instead.
func (*GetSnapshotRequest) GetLocation ¶
func (x *GetSnapshotRequest) GetLocation() string
func (*GetSnapshotRequest) GetProjectId ¶
func (x *GetSnapshotRequest) GetProjectId() string
func (*GetSnapshotRequest) GetSnapshotId ¶
func (x *GetSnapshotRequest) GetSnapshotId() string
func (*GetSnapshotRequest) ProtoMessage ¶
func (*GetSnapshotRequest) ProtoMessage()
func (*GetSnapshotRequest) ProtoReflect ¶
func (x *GetSnapshotRequest) ProtoReflect() protoreflect.Message
func (*GetSnapshotRequest) Reset ¶
func (x *GetSnapshotRequest) Reset()
func (*GetSnapshotRequest) String ¶
func (x *GetSnapshotRequest) String() string
type GetStageExecutionDetailsRequest ¶
type GetStageExecutionDetailsRequest struct { // A project id. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // The job to get execution details for. JobId string `protobuf:"bytes,2,opt,name=job_id,json=jobId,proto3" json:"job_id,omitempty"` // The [regional endpoint] // (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that // contains the job specified by job_id. Location string `protobuf:"bytes,3,opt,name=location,proto3" json:"location,omitempty"` // The stage for which to fetch information. StageId string `protobuf:"bytes,4,opt,name=stage_id,json=stageId,proto3" json:"stage_id,omitempty"` // If specified, determines the maximum number of work items to // return. If unspecified, the service may choose an appropriate // default, or may return an arbitrarily large number of results. PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` // If supplied, this should be the value of next_page_token returned // by an earlier call. This will cause the next page of results to // be returned. PageToken string `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // Lower time bound of work items to include, by start time. StartTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // Upper time bound of work items to include, by start time. EndTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"` // contains filtered or unexported fields }
Request to get information about a particular execution stage of a job. Currently only tracked for Batch jobs.
func (*GetStageExecutionDetailsRequest) Descriptor
deprecated
func (*GetStageExecutionDetailsRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetStageExecutionDetailsRequest.ProtoReflect.Descriptor instead.
func (*GetStageExecutionDetailsRequest) GetEndTime ¶
func (x *GetStageExecutionDetailsRequest) GetEndTime() *timestamppb.Timestamp
func (*GetStageExecutionDetailsRequest) GetJobId ¶
func (x *GetStageExecutionDetailsRequest) GetJobId() string
func (*GetStageExecutionDetailsRequest) GetLocation ¶
func (x *GetStageExecutionDetailsRequest) GetLocation() string
func (*GetStageExecutionDetailsRequest) GetPageSize ¶
func (x *GetStageExecutionDetailsRequest) GetPageSize() int32
func (*GetStageExecutionDetailsRequest) GetPageToken ¶
func (x *GetStageExecutionDetailsRequest) GetPageToken() string
func (*GetStageExecutionDetailsRequest) GetProjectId ¶
func (x *GetStageExecutionDetailsRequest) GetProjectId() string
func (*GetStageExecutionDetailsRequest) GetStageId ¶
func (x *GetStageExecutionDetailsRequest) GetStageId() string
func (*GetStageExecutionDetailsRequest) GetStartTime ¶
func (x *GetStageExecutionDetailsRequest) GetStartTime() *timestamppb.Timestamp
func (*GetStageExecutionDetailsRequest) ProtoMessage ¶
func (*GetStageExecutionDetailsRequest) ProtoMessage()
func (*GetStageExecutionDetailsRequest) ProtoReflect ¶
func (x *GetStageExecutionDetailsRequest) ProtoReflect() protoreflect.Message
func (*GetStageExecutionDetailsRequest) Reset ¶
func (x *GetStageExecutionDetailsRequest) Reset()
func (*GetStageExecutionDetailsRequest) String ¶
func (x *GetStageExecutionDetailsRequest) String() string
type GetTemplateRequest ¶
type GetTemplateRequest struct { // Required. The ID of the Cloud Platform project that the job belongs to. ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // The template from which to create the job. // // Types that are assignable to Template: // *GetTemplateRequest_GcsPath Template isGetTemplateRequest_Template `protobuf_oneof:"template"` // The view to retrieve. Defaults to METADATA_ONLY. View GetTemplateRequest_TemplateView `protobuf:"varint,3,opt,name=view,proto3,enum=google.dataflow.v1beta3.GetTemplateRequest_TemplateView" json:"view,omitempty"` // The [regional endpoint] // (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to // which to direct the request. Location string `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"` // contains filtered or unexported fields }
A request to retrieve a Cloud Dataflow job template.
func (*GetTemplateRequest) Descriptor
deprecated
func (*GetTemplateRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetTemplateRequest.ProtoReflect.Descriptor instead.
func (*GetTemplateRequest) GetGcsPath ¶
func (x *GetTemplateRequest) GetGcsPath() string
func (*GetTemplateRequest) GetLocation ¶
func (x *GetTemplateRequest) GetLocation() string
func (*GetTemplateRequest) GetProjectId ¶
func (x *GetTemplateRequest) GetProjectId() string
func (*GetTemplateRequest) GetTemplate ¶
func (m *GetTemplateRequest) GetTemplate() isGetTemplateRequest_Template
func (*GetTemplateRequest) GetView ¶
func (x *GetTemplateRequest) GetView() GetTemplateRequest_TemplateView
func (*GetTemplateRequest) ProtoMessage ¶
func (*GetTemplateRequest) ProtoMessage()
func (*GetTemplateRequest) ProtoReflect ¶
func (x *GetTemplateRequest) ProtoReflect() protoreflect.Message
func (*GetTemplateRequest) Reset ¶
func (x *GetTemplateRequest) Reset()
func (*GetTemplateRequest) String ¶
func (x *GetTemplateRequest) String() string
type GetTemplateRequest_GcsPath ¶
type GetTemplateRequest_GcsPath struct { // Required. A Cloud Storage path to the template from which to // create the job. // Must be valid Cloud Storage URL, beginning with 'gs://'. GcsPath string `protobuf:"bytes,2,opt,name=gcs_path,json=gcsPath,proto3,oneof"` }
type GetTemplateRequest_TemplateView ¶
type GetTemplateRequest_TemplateView int32
The various views of a template that may be retrieved.
const ( // Template view that retrieves only the metadata associated with the // template. GetTemplateRequest_METADATA_ONLY GetTemplateRequest_TemplateView = 0 )
func (GetTemplateRequest_TemplateView) Descriptor ¶
func (GetTemplateRequest_TemplateView) Descriptor() protoreflect.EnumDescriptor
func (GetTemplateRequest_TemplateView) Enum ¶
func (x GetTemplateRequest_TemplateView) Enum() *GetTemplateRequest_TemplateView
func (GetTemplateRequest_TemplateView) EnumDescriptor
deprecated
func (GetTemplateRequest_TemplateView) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetTemplateRequest_TemplateView.Descriptor instead.
func (GetTemplateRequest_TemplateView) Number ¶
func (x GetTemplateRequest_TemplateView) Number() protoreflect.EnumNumber
func (GetTemplateRequest_TemplateView) String ¶
func (x GetTemplateRequest_TemplateView) String() string
func (GetTemplateRequest_TemplateView) Type ¶
func (GetTemplateRequest_TemplateView) Type() protoreflect.EnumType
type GetTemplateResponse ¶
type GetTemplateResponse struct { // The status of the get template request. Any problems with the // request will be indicated in the error_details. Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"` // The template metadata describing the template name, available // parameters, etc. Metadata *TemplateMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"` // Template Type. TemplateType GetTemplateResponse_TemplateType `` /* 160-byte string literal not displayed */ // Describes the runtime metadata with SDKInfo and available parameters. RuntimeMetadata *RuntimeMetadata `protobuf:"bytes,4,opt,name=runtime_metadata,json=runtimeMetadata,proto3" json:"runtime_metadata,omitempty"` // contains filtered or unexported fields }
The response to a GetTemplate request.
func (*GetTemplateResponse) Descriptor
deprecated
func (*GetTemplateResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetTemplateResponse.ProtoReflect.Descriptor instead.
func (*GetTemplateResponse) GetMetadata ¶
func (x *GetTemplateResponse) GetMetadata() *TemplateMetadata
func (*GetTemplateResponse) GetRuntimeMetadata ¶
func (x *GetTemplateResponse) GetRuntimeMetadata() *RuntimeMetadata
func (*GetTemplateResponse) GetStatus ¶
func (x *GetTemplateResponse) GetStatus() *status.Status
func (*GetTemplateResponse) GetTemplateType ¶
func (x *GetTemplateResponse) GetTemplateType() GetTemplateResponse_TemplateType
func (*GetTemplateResponse) ProtoMessage ¶
func (*GetTemplateResponse) ProtoMessage()
func (*GetTemplateResponse) ProtoReflect ¶
func (x *GetTemplateResponse) ProtoReflect() protoreflect.Message
func (*GetTemplateResponse) Reset ¶
func (x *GetTemplateResponse) Reset()
func (*GetTemplateResponse) String ¶
func (x *GetTemplateResponse) String() string
type GetTemplateResponse_TemplateType ¶
type GetTemplateResponse_TemplateType int32
Template Type.
const ( // Unknown Template Type. GetTemplateResponse_UNKNOWN GetTemplateResponse_TemplateType = 0 // Legacy Template. GetTemplateResponse_LEGACY GetTemplateResponse_TemplateType = 1 // Flex Template. GetTemplateResponse_FLEX GetTemplateResponse_TemplateType = 2 )
func (GetTemplateResponse_TemplateType) Descriptor ¶
func (GetTemplateResponse_TemplateType) Descriptor() protoreflect.EnumDescriptor
func (GetTemplateResponse_TemplateType) Enum ¶
func (x GetTemplateResponse_TemplateType) Enum() *GetTemplateResponse_TemplateType
func (GetTemplateResponse_TemplateType) EnumDescriptor
deprecated
func (GetTemplateResponse_TemplateType) EnumDescriptor() ([]byte, []int)
Deprecated: Use GetTemplateResponse_TemplateType.Descriptor instead.
func (GetTemplateResponse_TemplateType) Number ¶
func (x GetTemplateResponse_TemplateType) Number() protoreflect.EnumNumber
func (GetTemplateResponse_TemplateType) String ¶
func (x GetTemplateResponse_TemplateType) String() string
func (GetTemplateResponse_TemplateType) Type ¶
func (GetTemplateResponse_TemplateType) Type() protoreflect.EnumType
type InvalidTemplateParameters ¶
type InvalidTemplateParameters struct { // Describes all parameter violations in a template request. ParameterViolations []*InvalidTemplateParameters_ParameterViolation `protobuf:"bytes,1,rep,name=parameter_violations,json=parameterViolations,proto3" json:"parameter_violations,omitempty"` // contains filtered or unexported fields }
Used in the error_details field of a google.rpc.Status message, this indicates problems with the template parameter.
func (*InvalidTemplateParameters) Descriptor
deprecated
func (*InvalidTemplateParameters) Descriptor() ([]byte, []int)
Deprecated: Use InvalidTemplateParameters.ProtoReflect.Descriptor instead.
func (*InvalidTemplateParameters) GetParameterViolations ¶
func (x *InvalidTemplateParameters) GetParameterViolations() []*InvalidTemplateParameters_ParameterViolation
func (*InvalidTemplateParameters) ProtoMessage ¶
func (*InvalidTemplateParameters) ProtoMessage()
func (*InvalidTemplateParameters) ProtoReflect ¶
func (x *InvalidTemplateParameters) ProtoReflect() protoreflect.Message
func (*InvalidTemplateParameters) Reset ¶
func (x *InvalidTemplateParameters) Reset()
func (*InvalidTemplateParameters) String ¶
func (x *InvalidTemplateParameters) String() string
type InvalidTemplateParameters_ParameterViolation ¶
type InvalidTemplateParameters_ParameterViolation struct { // The parameter that failed to validate. Parameter string `protobuf:"bytes,1,opt,name=parameter,proto3" json:"parameter,omitempty"` // A description of why the parameter failed to validate. Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
A specific template-parameter violation.
func (*InvalidTemplateParameters_ParameterViolation) Descriptor
deprecated
func (*InvalidTemplateParameters_ParameterViolation) Descriptor() ([]byte, []int)
Deprecated: Use InvalidTemplateParameters_ParameterViolation.ProtoReflect.Descriptor instead.
func (*InvalidTemplateParameters_ParameterViolation) GetDescription ¶
func (x *InvalidTemplateParameters_ParameterViolation) GetDescription() string
func (*InvalidTemplateParameters_ParameterViolation) GetParameter ¶
func (x *InvalidTemplateParameters_ParameterViolation) GetParameter() string
func (*InvalidTemplateParameters_ParameterViolation) ProtoMessage ¶
func (*InvalidTemplateParameters_ParameterViolation) ProtoMessage()
func (*InvalidTemplateParameters_ParameterViolation) ProtoReflect ¶
func (x *InvalidTemplateParameters_ParameterViolation) ProtoReflect() protoreflect.Message
func (*InvalidTemplateParameters_ParameterViolation) Reset ¶
func (x *InvalidTemplateParameters_ParameterViolation) Reset()
func (*InvalidTemplateParameters_ParameterViolation) String ¶
func (x *InvalidTemplateParameters_ParameterViolation) String() string
type Job ¶
type Job struct { // The unique ID of this job. // // This field is set by the Cloud Dataflow service when the Job is // created, and is immutable for the life of the job. Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // The ID of the Cloud Platform project that the job belongs to. ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` // The user-specified Cloud Dataflow job name. // // Only one Job with a given name may exist in a project at any // given time. If a caller attempts to create a Job with the same // name as an already-existing Job, the attempt returns the // existing Job. // // The name must match the regular expression // `[a-z]([-a-z0-9]{0,1022}[a-z0-9])?` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` // The type of Cloud Dataflow job. Type JobType `protobuf:"varint,4,opt,name=type,proto3,enum=google.dataflow.v1beta3.JobType" json:"type,omitempty"` // The environment for the job. Environment *Environment `protobuf:"bytes,5,opt,name=environment,proto3" json:"environment,omitempty"` // Exactly one of step or steps_location should be specified. // // The top-level steps that constitute the entire job. Only retrieved with // JOB_VIEW_ALL. Steps []*Step `protobuf:"bytes,6,rep,name=steps,proto3" json:"steps,omitempty"` // The Cloud Storage location where the steps are stored. StepsLocation string `protobuf:"bytes,24,opt,name=steps_location,json=stepsLocation,proto3" json:"steps_location,omitempty"` // The current state of the job. // // Jobs are created in the `JOB_STATE_STOPPED` state unless otherwise // specified. // // A job in the `JOB_STATE_RUNNING` state may asynchronously enter a // terminal state. After a job has reached a terminal state, no // further state updates may be made. // // This field may be mutated by the Cloud Dataflow service; // callers cannot mutate it. CurrentState JobState `` /* 136-byte string literal not displayed */ // The timestamp associated with the current state. CurrentStateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=current_state_time,json=currentStateTime,proto3" json:"current_state_time,omitempty"` // The job's requested state. // // `UpdateJob` may be used to switch between the `JOB_STATE_STOPPED` and // `JOB_STATE_RUNNING` states, by setting requested_state. `UpdateJob` may // also be used to directly set a job's requested state to // `JOB_STATE_CANCELLED` or `JOB_STATE_DONE`, irrevocably terminating the // job if it has not already reached a terminal state. RequestedState JobState `` /* 142-byte string literal not displayed */ // Deprecated. ExecutionInfo *JobExecutionInfo `protobuf:"bytes,10,opt,name=execution_info,json=executionInfo,proto3" json:"execution_info,omitempty"` // The timestamp when the job was initially created. Immutable and set by the // Cloud Dataflow service. CreateTime *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"` // If this job is an update of an existing job, this field is the job ID // of the job it replaced. // // When sending a `CreateJobRequest`, you can update a job by specifying it // here. The job named here is stopped, and its intermediate state is // transferred to this job. ReplaceJobId string `protobuf:"bytes,12,opt,name=replace_job_id,json=replaceJobId,proto3" json:"replace_job_id,omitempty"` // The map of transform name prefixes of the job to be replaced to the // corresponding name prefixes of the new job. TransformNameMapping map[string]string `` /* 212-byte string literal not displayed */ // The client's unique identifier of the job, re-used across retried attempts. // If this field is set, the service will ensure its uniqueness. // The request to create a job will fail if the service has knowledge of a // previously submitted job with the same client's ID and job name. // The caller may use this field to ensure idempotence of job // creation across retried attempts to create a job. // By default, the field is empty and, in that case, the service ignores it. ClientRequestId string `protobuf:"bytes,14,opt,name=client_request_id,json=clientRequestId,proto3" json:"client_request_id,omitempty"` // If another job is an update of this job (and thus, this job is in // `JOB_STATE_UPDATED`), this field contains the ID of that job. ReplacedByJobId string `protobuf:"bytes,15,opt,name=replaced_by_job_id,json=replacedByJobId,proto3" json:"replaced_by_job_id,omitempty"` // A set of files the system should be aware of that are used // for temporary storage. These temporary files will be // removed on job completion. // No duplicates are allowed. // No file patterns are supported. // // The supported files are: // // Google Cloud Storage: // // storage.googleapis.com/{bucket}/{object} // bucket.storage.googleapis.com/{object} TempFiles []string `protobuf:"bytes,16,rep,name=temp_files,json=tempFiles,proto3" json:"temp_files,omitempty"` // User-defined labels for this job. // // The labels map can contain no more than 64 entries. Entries of the labels // map are UTF8 strings that comply with the following restrictions: // // * Keys must conform to regexp: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} // * Values must conform to regexp: [\p{Ll}\p{Lo}\p{N}_-]{0,63} // * Both keys and values are additionally constrained to be <= 128 bytes in // size. Labels map[string]string `` /* 154-byte string literal not displayed */ // The [regional endpoint] // (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that // contains this job. Location string `protobuf:"bytes,18,opt,name=location,proto3" json:"location,omitempty"` // Preliminary field: The format of this data may change at any time. // A description of the user pipeline and stages through which it is executed. // Created by Cloud Dataflow service. Only retrieved with // JOB_VIEW_DESCRIPTION or JOB_VIEW_ALL. PipelineDescription *PipelineDescription `protobuf:"bytes,19,opt,name=pipeline_description,json=pipelineDescription,proto3" json:"pipeline_description,omitempty"` // This field may be mutated by the Cloud Dataflow service; // callers cannot mutate it. StageStates []*ExecutionStageState `protobuf:"bytes,20,rep,name=stage_states,json=stageStates,proto3" json:"stage_states,omitempty"` // This field is populated by the Dataflow service to support filtering jobs // by the metadata values provided here. Populated for ListJobs and all GetJob // views SUMMARY and higher. JobMetadata *JobMetadata `protobuf:"bytes,21,opt,name=job_metadata,json=jobMetadata,proto3" json:"job_metadata,omitempty"` // The timestamp when the job was started (transitioned to JOB_STATE_PENDING). // Flexible resource scheduling jobs are started with some delay after job // creation, so start_time is unset before start and is updated when the // job is started by the Cloud Dataflow service. For other jobs, start_time // always equals to create_time and is immutable and set by the Cloud Dataflow // service. StartTime *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"` // If this is specified, the job's initial state is populated from the given // snapshot. CreatedFromSnapshotId string `` /* 129-byte string literal not displayed */ // Reserved for future use. This field is set only in responses from the // server; it is ignored if it is set in any requests. SatisfiesPzs bool `protobuf:"varint,25,opt,name=satisfies_pzs,json=satisfiesPzs,proto3" json:"satisfies_pzs,omitempty"` // contains filtered or unexported fields }
Defines a job to be run by the Cloud Dataflow service.
func (*Job) Descriptor
deprecated
func (*Job) GetClientRequestId ¶
func (*Job) GetCreateTime ¶
func (x *Job) GetCreateTime() *timestamppb.Timestamp
func (*Job) GetCreatedFromSnapshotId ¶
func (*Job) GetCurrentState ¶
func (*Job) GetCurrentStateTime ¶
func (x *Job) GetCurrentStateTime() *timestamppb.Timestamp
func (*Job) GetEnvironment ¶
func (x *Job) GetEnvironment() *Environment
func (*Job) GetExecutionInfo ¶
func (x *Job) GetExecutionInfo() *JobExecutionInfo
func (*Job) GetJobMetadata ¶
func (x *Job) GetJobMetadata() *JobMetadata
func (*Job) GetLocation ¶
func (*Job) GetPipelineDescription ¶
func (x *Job) GetPipelineDescription() *PipelineDescription
func (*Job) GetProjectId ¶
func (*Job) GetReplaceJobId ¶
func (*Job) GetReplacedByJobId ¶
func (*Job) GetRequestedState ¶
func (*Job) GetSatisfiesPzs ¶
func (*Job) GetStageStates ¶
func (x *Job) GetStageStates() []*ExecutionStageState
func (*Job) GetStartTime ¶
func (x *Job) GetStartTime() *timestamppb.Timestamp