public sealed class AttributeValues.Types.EnumAttributeValues : IMessage<AttributeValues.Types.EnumAttributeValues>, IEquatable<AttributeValues.Types.EnumAttributeValues>, IDeepCloneable<AttributeValues.Types.EnumAttributeValues>, IBufferMessage, IMessage
Reference documentation and code samples for the API hub v1 API class AttributeValues.Types.EnumAttributeValues.
The attribute values of data type enum.
Implements
IMessageAttributeValuesTypesEnumAttributeValues, IEquatableAttributeValuesTypesEnumAttributeValues, IDeepCloneableAttributeValuesTypesEnumAttributeValues, IBufferMessage, IMessageNamespace
Google.Cloud.ApiHub.V1Assembly
Google.Cloud.ApiHub.V1.dll
Constructors
EnumAttributeValues()
public EnumAttributeValues()
EnumAttributeValues(EnumAttributeValues)
public EnumAttributeValues(AttributeValues.Types.EnumAttributeValues other)
Parameter | |
---|---|
Name | Description |
other |
AttributeValuesTypesEnumAttributeValues |
Properties
Values
public RepeatedField<Attribute.Types.AllowedValue> Values { get; }
Required. The attribute values in case attribute data type is enum.
Property Value | |
---|---|
Type | Description |
RepeatedFieldAttributeTypesAllowedValue |