Class: Google::Cloud::ApiKeys::V2::DeleteKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ApiKeys::V2::DeleteKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/api/apikeys/v2/apikeys.rb
Overview
Request message for DeleteKey
method.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
Instance Attribute Details
#etag ⇒ ::String
Returns Optional. The etag known to the client for the expected state of the key. This is to be used for optimistic concurrency.
135 136 137 138 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 135 class DeleteKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of the API key to be deleted.
135 136 137 138 |
# File 'proto_docs/google/api/apikeys/v2/apikeys.rb', line 135 class DeleteKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |