AttributeValues(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The attribute values associated with resource.
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 |
enum_values |
google.cloud.apihub_v1.types.AttributeValues.EnumAttributeValues
The attribute values associated with a resource in case attribute data type is enum. This field is a member of oneof _ Value .
|
string_values |
google.cloud.apihub_v1.types.AttributeValues.StringAttributeValues
The attribute values associated with a resource in case attribute data type is string. This field is a member of oneof _ Value .
|
json_values |
google.cloud.apihub_v1.types.AttributeValues.StringAttributeValues
The attribute values associated with a resource in case attribute data type is JSON. This field is a member of oneof _ Value .
|
attribute |
str
Output only. The name of the attribute. Format: projects/{project}/locations/{location}/attributes/{attribute} |
Classes
EnumAttributeValues
EnumAttributeValues(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The attribute values of data type enum.
StringAttributeValues
StringAttributeValues(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The attribute values of data type string or JSON.