View Source GoogleApi.Dataflow.V1b3.Model.SourceOperationRequest (google_api_dataflow v0.50.1)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type 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
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.