Class: Google::Cloud::ResourceManager::V3::DeleteTagKeyRequest
- Inherits:
-
Object
- Object
- Google::Cloud::ResourceManager::V3::DeleteTagKeyRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb
Overview
The request message for deleting a TagKey.
Instance Attribute Summary collapse
-
#etag ⇒ ::String
Optional.
-
#name ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#etag ⇒ ::String
Returns Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.
210 211 212 213 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 210 class DeleteTagKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Required. The resource name of a TagKey to be deleted in the format
tagKeys/123
. The TagKey cannot be a parent of any existing TagValues or
it will not be deleted successfully.
210 211 212 213 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 210 class DeleteTagKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#validate_only ⇒ ::Boolean
Returns Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.
210 211 212 213 |
# File 'proto_docs/google/cloud/resourcemanager/v3/tag_keys.rb', line 210 class DeleteTagKeyRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |