google_api_dataflow v0.5.0 GoogleApi.Dataflow.V1b3.Model.StreamingComputationTask View Source
A task which describes what action should be performed for the specified streaming computation ranges.
Attributes
- computationRanges ([StreamingComputationRanges]): Contains ranges of a streaming computation this task should apply to. Defaults to:
null
. - dataDisks ([MountedDataDisk]): Describes the set of data disks this task should apply to. Defaults to:
null
. taskType (String.t): A type of streaming computation task. Defaults to:
null
.- Enum - one of [STREAMING_COMPUTATION_TASK_UNKNOWN, STREAMING_COMPUTATION_TASK_STOP, STREAMING_COMPUTATION_TASK_START]
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Dataflow.V1b3.Model.StreamingComputationTask{
computationRanges: [
GoogleApi.Dataflow.V1b3.Model.StreamingComputationRanges.t()
],
dataDisks: [GoogleApi.Dataflow.V1b3.Model.MountedDataDisk.t()],
taskType: any()
}
t() :: %GoogleApi.Dataflow.V1b3.Model.StreamingComputationTask{ computationRanges: [ GoogleApi.Dataflow.V1b3.Model.StreamingComputationRanges.t() ], dataDisks: [GoogleApi.Dataflow.V1b3.Model.MountedDataDisk.t()], taskType: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.