public static interface ConfigVariable.MultiSelectValuesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getValues(int index)
public abstract ConfigValueOption getValues(int index)
Optional. The config variable value of data type multi select.
repeated .google.cloud.apihub.v1.ConfigValueOption values = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ConfigValueOption |
getValuesCount()
public abstract int getValuesCount()
Optional. The config variable value of data type multi select.
repeated .google.cloud.apihub.v1.ConfigValueOption values = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
int |
getValuesList()
public abstract List<ConfigValueOption> getValuesList()
Optional. The config variable value of data type multi select.
repeated .google.cloud.apihub.v1.ConfigValueOption values = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<ConfigValueOption> |
getValuesOrBuilder(int index)
public abstract ConfigValueOptionOrBuilder getValuesOrBuilder(int index)
Optional. The config variable value of data type multi select.
repeated .google.cloud.apihub.v1.ConfigValueOption values = 1 [(.google.api.field_behavior) = OPTIONAL];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
ConfigValueOptionOrBuilder |
getValuesOrBuilderList()
public abstract List<? extends ConfigValueOptionOrBuilder> getValuesOrBuilderList()
Optional. The config variable value of data type multi select.
repeated .google.cloud.apihub.v1.ConfigValueOption values = 1 [(.google.api.field_behavior) = OPTIONAL];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.apihub.v1.ConfigValueOptionOrBuilder> |