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
Google\Cloud\Dataflow\V1beta3\TemplateMetadata
Metadata describing a template including description and validation rules.
↳ sdk_info
↳ default_environment
Google\Cloud\Dataflow\V1beta3\FlexTemplateRuntimeEnvironment
Default runtime environment for the job.
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