Class: Google::Cloud::Config::V1::UnlockDeploymentRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/config/v1/config.rb

Overview

A request to unlock a state file passed to a 'UnlockDeployment' call.

Instance Attribute Summary collapse

Instance Attribute Details

#lock_id::Integer

Returns Required. Lock ID of the lock file to be unlocked.

Returns:

  • (::Integer)

    Required. Lock ID of the lock file to be unlocked.



1041
1042
1043
1044
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1041

class UnlockDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns 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}'.



1041
1042
1043
1044
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1041

class UnlockDeploymentRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end