GoogleApi.Dataflow.V1b3.Model.ContainerSpec (google_api_dataflow v0.30.1) 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

Specs

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

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.