Class: Google::Cloud::ApiHub::V1::AttributeValues::EnumAttributeValues
- Inherits:
-
Object
- Object
- Google::Cloud::ApiHub::V1::AttributeValues::EnumAttributeValues
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/apihub/v1/common_fields.rb
Overview
The attribute values of data type enum.
Instance Attribute Summary collapse
Instance Attribute Details
#values ⇒ ::Array<::Google::Cloud::ApiHub::V1::Attribute::AllowedValue>
Returns Required. The attribute values in case attribute data type is enum.
871 872 873 874 |
# File 'proto_docs/google/cloud/apihub/v1/common_fields.rb', line 871 class EnumAttributeValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |