Reference documentation and code samples for the Infrastructure Manager V1 API class Google::Cloud::ConfigService::V1::UnlockDeploymentRequest.
A request to unlock a state file passed to a 'UnlockDeployment' call.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#lock_id
def lock_id() -> ::Integer
Returns
- (::Integer) — Required. Lock ID of the lock file to be unlocked.
#lock_id=
def lock_id=(value) -> ::Integer
Parameter
- value (::Integer) — Required. Lock ID of the lock file to be unlocked.
Returns
- (::Integer) — Required. Lock ID of the lock file to be unlocked.
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.
Returns
- (::String) — Required. The name of the deployment in the format: 'projects/{project_id}/locations/{location}/deployments/{deployment}'.