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.
-
#image_repository_cert_path ⇒ ::String
Cloud Storage path to self-signed certificate of private registry.
-
#image_repository_password_secret_id ⇒ ::String
Secret Manager secret id for password to authenticate to private registry.
-
#image_repository_username_secret_id ⇒ ::String
Secret Manager secret id for username to authenticate to private registry.
-
#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.
56 57 58 59 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 56 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.
56 57 58 59 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 56 class ContainerSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_repository_cert_path ⇒ ::String
Returns Cloud Storage path to self-signed certificate of private registry.
56 57 58 59 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 56 class ContainerSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_repository_password_secret_id ⇒ ::String
Returns Secret Manager secret id for password to authenticate to private registry.
56 57 58 59 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 56 class ContainerSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#image_repository_username_secret_id ⇒ ::String
Returns Secret Manager secret id for username to authenticate to private registry.
56 57 58 59 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 56 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.
56 57 58 59 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 56 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.
56 57 58 59 |
# File 'proto_docs/google/dataflow/v1beta3/templates.rb', line 56 class ContainerSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |