Class: Google::Cloud::ConfigService::V1::LockDeploymentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ConfigService::V1::LockDeploymentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/config/v1/config.rb
Overview
A request to lock a deployment passed to a 'LockDeployment' call.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
1087 1088 1089 1090 |
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1087 class LockDeploymentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |