Reference documentation and code samples for the API Keys V2 API class Google::Cloud::ApiKeys::V2::DeleteKeyRequest.
Request message for DeleteKey
method.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#etag
def etag() -> ::String
Returns
- (::String) — Optional. The etag known to the client for the expected state of the key. This is to be used for optimistic concurrency.
#etag=
def etag=(value) -> ::String
Parameter
- value (::String) — Optional. The etag known to the client for the expected state of the key. This is to be used for optimistic concurrency.
Returns
- (::String) — Optional. The etag known to the client for the expected state of the key. This is to be used for optimistic concurrency.
#name
def name() -> ::String
Returns
- (::String) — Required. The resource name of the API key to be deleted.
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The resource name of the API key to be deleted.
Returns
- (::String) — Required. The resource name of the API key to be deleted.