public static interface SupportedDatabaseFlag.StringRestrictionsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getAllowedValues(int index)
The list of allowed values, if bounded.
|
com.google.protobuf.ByteString |
getAllowedValuesBytes(int index)
The list of allowed values, if bounded.
|
int |
getAllowedValuesCount()
The list of allowed values, if bounded.
|
List<String> |
getAllowedValuesList()
The list of allowed values, if bounded.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getAllowedValuesList()
The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.
repeated string allowed_values = 1;int getAllowedValuesCount()
The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.
repeated string allowed_values = 1;String getAllowedValues(int index)
The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.
repeated string allowed_values = 1;index - The index of the element to return.com.google.protobuf.ByteString getAllowedValuesBytes(int index)
The list of allowed values, if bounded. This field will be empty if there is a unbounded number of allowed values.
repeated string allowed_values = 1;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.