google_api_dataflow v0.18.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(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
Link to this type
t()
View Sourcet() :: %GoogleApi.Dataflow.V1b3.Model.SourceOperationRequest{
getMetadata: GoogleApi.Dataflow.V1b3.Model.SourceGetMetadataRequest.t(),
name: String.t(),
originalName: String.t(),
split: GoogleApi.Dataflow.V1b3.Model.SourceSplitRequest.t(),
stageName: String.t(),
systemName: String.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.