Class: Google::Cloud::Dataflow::V1beta3::ContainerSpec
- Inherits:
-
Object
- Object
- Google::Cloud::Dataflow::V1beta3::ContainerSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/dataflow/v1beta3/templates.rb
Overview
Container Spec.
Instance Attribute Summary collapse
-
#default_environment ⇒ ::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment
Default runtime environment for the job.
-
#image ⇒ ::String
Name of the docker container image.
-
#metadata ⇒ ::Google::Cloud::Dataflow::V1beta3::TemplateMetadata
Metadata describing a template including description and validation rules.
-
#sdk_info ⇒ ::Google::Cloud::Dataflow::V1beta3::SDKInfo
Required.
Instance Attribute Details
#default_environment ⇒ ::Google::Cloud::Dataflow::V1beta3::FlexTemplateRuntimeEnvironment
Returns Default runtime environment for the job.
47 48 49 50 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 47 class ContainerSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image ⇒ ::String
Returns Name of the docker container image. E.g., gcr.io/project/some-image.
47 48 49 50 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 47 class ContainerSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#metadata ⇒ ::Google::Cloud::Dataflow::V1beta3::TemplateMetadata
Returns Metadata describing a template including description and validation rules.
47 48 49 50 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 47 class ContainerSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sdk_info ⇒ ::Google::Cloud::Dataflow::V1beta3::SDKInfo
Returns Required. SDK info of the Flex Template.
47 48 49 50 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 47 class ContainerSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |