Class ContainerSpec (0.9.0)

ContainerSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Container Spec.

Attributes

Name Description
image str
Name of the docker container image. E.g., gcr.io/project/some-image
metadata google.cloud.dataflow_v1beta3.types.TemplateMetadata
Metadata describing a template including description and validation rules.
sdk_info google.cloud.dataflow_v1beta3.types.SDKInfo
Required. SDK info of the Flex Template.
default_environment google.cloud.dataflow_v1beta3.types.FlexTemplateRuntimeEnvironment
Default runtime environment for the job.
image_repository_username_secret_id str
Secret Manager secret id for username to authenticate to private registry.
image_repository_password_secret_id str
Secret Manager secret id for password to authenticate to private registry.
image_repository_cert_path str
Cloud Storage path to self-signed certificate of private registry.