GoogleApi.Dataflow.V1b3.Model.ContainerSpec (google_api_dataflow v0.40.1) View Source
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 -
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{
defaultEnvironment:
GoogleApi.Dataflow.V1b3.Model.FlexTemplateRuntimeEnvironment.t() | nil,
image: String.t() | nil,
metadata: GoogleApi.Dataflow.V1b3.Model.TemplateMetadata.t() | nil,
sdkInfo: GoogleApi.Dataflow.V1b3.Model.SDKInfo.t() | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.