UpdateTagKeyRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The request message for updating a TagKey.
Attributes | |
---|---|
Name | Description |
tag_key |
google.cloud.resourcemanager_v3.types.TagKey
Required. The new definition of the TagKey. Only the description and etag fields can be updated by this
request. If the etag field is not empty, it must match
the etag field of the existing tag key. Otherwise,
ABORTED will be returned.
|
update_mask |
google.protobuf.field_mask_pb2.FieldMask
Fields to be updated. The mask may only contain description or etag . If omitted entirely, both
description and etag are assumed to be significant.
|
validate_only |
bool
Set as true to perform validations necessary for updating the resource, but not actually perform the action. |