Class: Google::Cloud::Config::V1::DeleteStatefileRequest

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 delete a state file passed to a 'DeleteStatefile' call.

Instance Attribute Summary collapse

Instance Attribute Details

#lock_id::Integer

Returns Required. Lock ID of the lock file to verify that the user who is deleting the state file previously locked the Deployment.

Returns:

  • (::Integer)

    Required. Lock ID of the lock file to verify that the user who is deleting the state file previously locked the Deployment.



1018
1019
1020
1021
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1018

class DeleteStatefileRequest
  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}'.



1018
1019
1020
1021
# File 'proto_docs/google/cloud/config/v1/config.rb', line 1018

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