Class: Google::Cloud::ConfigService::V1::GetDeploymentGroupRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::GetDeploymentGroupRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
The request message for the GetDeploymentGroup method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the deployment group to retrieve. Format: 'projects/{project_id}/locations/{location}/deploymentGroups/{deployment_group}'.
2344 2345 2346 2347 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 2344 class GetDeploymentGroupRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |