Class: Google::Cloud::ConfigService::V1::DeploymentSpec
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::DeploymentSpec
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
Spec for a deployment to be created.
Instance Attribute Summary collapse
-
#deployment ⇒ ::Google::Cloud::ConfigService::V1::Deployment
Required.
-
#deployment_id ⇒ ::String
Required.
Instance Attribute Details
#deployment ⇒ ::Google::Cloud::ConfigService::V1::Deployment
Returns Required. The deployment to be created.
2333 2334 2335 2336 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2333 class DeploymentSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#deployment_id ⇒ ::String
Returns Required. The id of the deployment to be created which doesn't include the project id and location.
2333 2334 2335 2336 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2333 class DeploymentSpec include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |