Class Tag (3.26.1)

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

The key and value for a tag <https://cloud.google.com/resource-manager/docs/tags/tags-overview>__.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
tag_key str
TagKey namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}. This field is a member of oneof_ _tag_key.
tag_key_id str
TagKey ID, in the format of tagKeys/{TAG_KEY_ID}. This field is a member of oneof_ _tag_key_id.
tag_value str
TagValue namespaced name, in the format of {ORG_ID}/{TAG_KEY_SHORT_NAME}/{TAG_VALUE_SHORT_NAME}. This field is a member of oneof_ _tag_value.
tag_value_id str
TagValue ID, in the format of tagValues/{TAG_VALUE_ID}. This field is a member of oneof_ _tag_value_id.