Class: Google::Cloud::Deploy::V1::GetDeployPolicyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Deploy::V1::GetDeployPolicyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/deploy/v1/cloud_deploy.rb
Overview
The request object for GetDeployPolicy
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Name of the DeployPolicy
. Format must be
projects/{project_id}/locations/{location_name}/deployPolicies/{deploy_policy_name}
.
2250 2251 2252 2253 |
# File 'proto_docs/google/cloud/deploy/v1/cloud_deploy.rb', line 2250 class GetDeployPolicyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |