google_api_dataflow v0.21.0 GoogleApi.Dataflow.V1b3.Model.ContainerSpec View Source

Container Spec.

Attributes

  • image (type: String.t, default: nil) - Name of the docker container image. E.g., gcr.io/project/some-image
  • metadata (type: GoogleApi.Dataflow.V1b3.Model.TemplateMetadata.t, default: nil) - Metadata describing a template including description and validation rules.
  • sdkInfo (type: GoogleApi.Dataflow.V1b3.Model.SDKInfo.t, default: nil) - Required. SDK info of the Flex Template.

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.ContainerSpec{
  image: String.t(),
  metadata: GoogleApi.Dataflow.V1b3.Model.TemplateMetadata.t(),
  sdkInfo: GoogleApi.Dataflow.V1b3.Model.SDKInfo.t()
}

Link to this section Functions

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.