Class: Google::Cloud::SecretManager::V1::DeleteSecretRequest

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

Overview

Request message for SecretManagerService.DeleteSecret.

Instance Attribute Summary collapse

Instance Attribute Details

#etag::String

Returns Optional. Etag of the Secret. The request succeeds if it matches the etag of the currently stored secret object. If the etag is omitted, the request succeeds.

Returns:

  • (::String)

    Optional. Etag of the Secret. The request succeeds if it matches the etag of the currently stored secret object. If the etag is omitted, the request succeeds.



256
257
258
259
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 256

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

#name::String

Returns Required. The resource name of the Secret to delete in the format projects/*/secrets/*.

Returns:

  • (::String)

    Required. The resource name of the Secret to delete in the format projects/*/secrets/*.



256
257
258
259
# File 'proto_docs/google/cloud/secretmanager/v1/service.rb', line 256

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