Reference documentation and code samples for the Google Cloud Dataflow V1beta3 Client class ContainerSpec.
Container Spec.
Generated from protobuf message google.dataflow.v1beta3.ContainerSpec
Namespace
Google \ Cloud \ Dataflow \ V1beta3Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ image
string
Name of the docker container image. E.g., gcr.io/project/some-image
↳ metadata
↳ sdk_info
↳ default_environment
↳ image_repository_username_secret_id
string
Secret Manager secret id for username to authenticate to private registry.
↳ image_repository_password_secret_id
string
Secret Manager secret id for password to authenticate to private registry.
↳ image_repository_cert_path
string
Cloud Storage path to self-signed certificate of private registry.
getImage
Name of the docker container image. E.g., gcr.io/project/some-image
string
setImage
Name of the docker container image. E.g., gcr.io/project/some-image
var
string
$this
getMetadata
Metadata describing a template including description and validation rules.
hasMetadata
clearMetadata
setMetadata
Metadata describing a template including description and validation rules.
$this
getSdkInfo
Required. SDK info of the Flex Template.
hasSdkInfo
clearSdkInfo
setSdkInfo
Required. SDK info of the Flex Template.
$this
getDefaultEnvironment
Default runtime environment for the job.
hasDefaultEnvironment
clearDefaultEnvironment
setDefaultEnvironment
Default runtime environment for the job.
$this
getImageRepositoryUsernameSecretId
Secret Manager secret id for username to authenticate to private registry.
string
setImageRepositoryUsernameSecretId
Secret Manager secret id for username to authenticate to private registry.
var
string
$this
getImageRepositoryPasswordSecretId
Secret Manager secret id for password to authenticate to private registry.
string
setImageRepositoryPasswordSecretId
Secret Manager secret id for password to authenticate to private registry.
var
string
$this
getImageRepositoryCertPath
Cloud Storage path to self-signed certificate of private registry.
string
setImageRepositoryCertPath
Cloud Storage path to self-signed certificate of private registry.
var
string
$this