TagField(mapping=None, *, ignore_unknown_fields=False, **kwargs)Contains the value and supporting information for a field within a Tag.
This message has oneof_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
|---|---|
| Name | Description |
display_name |
str
Output only. The display name of this field. |
double_value |
float
Holds the value for a tag field with double type. This field is a member of oneof_ kind.
|
string_value |
str
Holds the value for a tag field with string type. This field is a member of oneof_ kind.
|
bool_value |
bool
Holds the value for a tag field with boolean type. This field is a member of oneof_ kind.
|
timestamp_value |
google.protobuf.timestamp_pb2.Timestamp
Holds the value for a tag field with timestamp type. This field is a member of oneof_ kind.
|
enum_value |
google.cloud.datacatalog_v1beta1.types.TagField.EnumValue
Holds the value for a tag field with enum type. This value must be one of the allowed values in the definition of this enum. This field is a member of oneof_ kind.
|
order |
int
Output only. The order of this field with respect to other fields in this tag. It can be set in Tag. For example, a higher value can indicate a more important field. The value can be negative. Multiple fields can have the same order, and field orders within a tag do not have to be sequential. |
Classes
EnumValue
EnumValue(mapping=None, *, ignore_unknown_fields=False, **kwargs)Holds an enum value.