View Source GoogleApi.Dataflow.V1b3.Model.TemplateMetadata (google_api_dataflow v0.46.2)

Metadata describing a template.

Attributes

  • description (type: String.t, default: nil) - Optional. A description of the template.
  • name (type: String.t, default: nil) - Required. The name of the template.
  • parameters (type: list(GoogleApi.Dataflow.V1b3.Model.ParameterMetadata.t), default: nil) - The parameters for the template.
  • streaming (type: boolean(), default: nil) - Optional. Indicates if the template is streaming or not.
  • supportsAtLeastOnce (type: boolean(), default: nil) - Optional. Indicates if the streaming template supports at least once mode.
  • supportsExactlyOnce (type: boolean(), default: nil) - Optional. Indicates if the streaming template supports exactly once mode.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.TemplateMetadata{
  description: String.t() | nil,
  name: String.t() | nil,
  parameters: [GoogleApi.Dataflow.V1b3.Model.ParameterMetadata.t()] | nil,
  streaming: boolean() | nil,
  supportsAtLeastOnce: boolean() | nil,
  supportsExactlyOnce: boolean() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.