Class DeleteTagKeyRequest (1.5.0)

DeleteTagKeyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The request message for deleting a TagKey.

Attributes

NameDescription
name str
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.
validate_only bool
Optional. Set as true to perform validations necessary for deletion, but not actually perform the action.
etag str
Optional. The etag known to the client for the expected state of the TagKey. This is to be used for optimistic concurrency.

Inheritance

builtins.object > proto.message.Message > DeleteTagKeyRequest