public static interface AttributeValues.EnumAttributeValuesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getValues(int index)
public abstract Attribute.AllowedValue getValues(int index)
Required. The attribute values in case attribute data type is enum.
repeated .google.cloud.apihub.v1.Attribute.AllowedValue values = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Attribute.AllowedValue |
getValuesCount()
public abstract int getValuesCount()
Required. The attribute values in case attribute data type is enum.
repeated .google.cloud.apihub.v1.Attribute.AllowedValue values = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
int |
getValuesList()
public abstract List<Attribute.AllowedValue> getValuesList()
Required. The attribute values in case attribute data type is enum.
repeated .google.cloud.apihub.v1.Attribute.AllowedValue values = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<AllowedValue> |
getValuesOrBuilder(int index)
public abstract Attribute.AllowedValueOrBuilder getValuesOrBuilder(int index)
Required. The attribute values in case attribute data type is enum.
repeated .google.cloud.apihub.v1.Attribute.AllowedValue values = 1 [(.google.api.field_behavior) = REQUIRED];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
Attribute.AllowedValueOrBuilder |
getValuesOrBuilderList()
public abstract List<? extends Attribute.AllowedValueOrBuilder> getValuesOrBuilderList()
Required. The attribute values in case attribute data type is enum.
repeated .google.cloud.apihub.v1.Attribute.AllowedValue values = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.apihub.v1.Attribute.AllowedValueOrBuilder> |