Class AttributeValues (0.2.2)

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.