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