Reference documentation and code samples for the Dataflow V1beta3 API class Google::Cloud::Dataflow::V1beta3::ContainerSpec.
Container Spec.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#default_environment
def default_environment() -> ::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment
Returns
- (::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment) — Default runtime environment for the job.
#default_environment=
def default_environment=(value) -> ::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment
Parameter
- value (::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment) — Default runtime environment for the job.
Returns
- (::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment) — Default runtime environment for the job.
#image
def image() -> ::String
Returns
- (::String) — Name of the docker container image. E.g., gcr.io/project/some-image
#image=
def image=(value) -> ::String
Parameter
- value (::String) — Name of the docker container image. E.g., gcr.io/project/some-image
Returns
- (::String) — Name of the docker container image. E.g., gcr.io/project/some-image
#metadata
def metadata() -> ::Google::Cloud::Dataflow::V1beta3::TemplateMetadata
Returns
- (::Google::Cloud::Dataflow::V1beta3::TemplateMetadata) — Metadata describing a template including description and validation rules.
#metadata=
def metadata=(value) -> ::Google::Cloud::Dataflow::V1beta3::TemplateMetadata
Parameter
- value (::Google::Cloud::Dataflow::V1beta3::TemplateMetadata) — Metadata describing a template including description and validation rules.
Returns
- (::Google::Cloud::Dataflow::V1beta3::TemplateMetadata) — Metadata describing a template including description and validation rules.
#sdk_info
def sdk_info() -> ::Google::Cloud::Dataflow::V1beta3::SDKInfo
Returns
- (::Google::Cloud::Dataflow::V1beta3::SDKInfo) — Required. SDK info of the Flex Template.
#sdk_info=
def sdk_info=(value) -> ::Google::Cloud::Dataflow::V1beta3::SDKInfo
Parameter
- value (::Google::Cloud::Dataflow::V1beta3::SDKInfo) — Required. SDK info of the Flex Template.
Returns
- (::Google::Cloud::Dataflow::V1beta3::SDKInfo) — Required. SDK info of the Flex Template.