Class: Google::Cloud::ConfigService::V1::GetDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::GetDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the deployment. Format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
374 375 376 377 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 374 class GetDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |