Reference documentation and code samples for the API hub V1 API class Google::Cloud::ApiHub::V1::AttributeValues::EnumAttributeValues.
The attribute values of data type enum.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#values
def values() -> ::Array<::Google::Cloud::ApiHub::V1::Attribute::AllowedValue>
Returns
- (::Array<::Google::Cloud::ApiHub::V1::Attribute::AllowedValue>) — Required. The attribute values in case attribute data type is enum.
#values=
def values=(value) -> ::Array<::Google::Cloud::ApiHub::V1::Attribute::AllowedValue>
Parameter
- value (::Array<::Google::Cloud::ApiHub::V1::Attribute::AllowedValue>) — Required. The attribute values in case attribute data type is enum.
Returns
- (::Array<::Google::Cloud::ApiHub::V1::Attribute::AllowedValue>) — Required. The attribute values in case attribute data type is enum.