View Source GoogleApi.Dataflow.V1b3.Model.ContainerSpec (google_api_dataflow v0.46.0)

Container Spec.

Attributes

  • defaultEnvironment (type: GoogleApi.Dataflow.V1b3.Model.FlexTemplateRuntimeEnvironment.t, default: nil) - Default runtime environment for the job.
  • image (type: String.t, default: nil) - Name of the docker container image. E.g., gcr.io/project/some-image
  • imageRepositoryCertPath (type: String.t, default: nil) - Cloud Storage path to self-signed certificate of private registry.
  • imageRepositoryPasswordSecretId (type: String.t, default: nil) - Secret Manager secret id for password to authenticate to private registry.
  • imageRepositoryUsernameSecretId (type: String.t, default: nil) - Secret Manager secret id for username to authenticate to private registry.
  • 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataflow.V1b3.Model.ContainerSpec{
  defaultEnvironment:
    GoogleApi.Dataflow.V1b3.Model.FlexTemplateRuntimeEnvironment.t() | nil,
  image: String.t() | nil,
  imageRepositoryCertPath: String.t() | nil,
  imageRepositoryPasswordSecretId: String.t() | nil,
  imageRepositoryUsernameSecretId: String.t() | nil,
  metadata: GoogleApi.Dataflow.V1b3.Model.TemplateMetadata.t() | nil,
  sdkInfo: GoogleApi.Dataflow.V1b3.Model.SDKInfo.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.