google_api_dataflow v0.1.0 GoogleApi.Dataflow.V1b3.Model.SourceOperationRequest View Source
A work item that represents the different operations that can be performed on a user-defined Source specification.
Attributes
- getMetadata (SourceGetMetadataRequest): Information about a request to get metadata about a source. Defaults to:
null
. - name (String.t): User-provided name of the Read instruction for this source. Defaults to:
null
. - originalName (String.t): System-defined name for the Read instruction for this source in the original workflow graph. Defaults to:
null
. - split (SourceSplitRequest): Information about a request to split a source. Defaults to:
null
. - stageName (String.t): System-defined name of the stage containing the source operation. Unique across the workflow. Defaults to:
null
. - systemName (String.t): System-defined name of the Read instruction for this source. Unique across the workflow. Defaults to:
null
.
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() :: %GoogleApi.Dataflow.V1b3.Model.SourceOperationRequest{ getMetadata: GoogleApi.Dataflow.V1b3.Model.SourceGetMetadataRequest.t(), name: any(), originalName: any(), split: GoogleApi.Dataflow.V1b3.Model.SourceSplitRequest.t(), stageName: any(), systemName: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.