Interface StringListRestrictionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
StringListRestriction,StringListRestriction.Builder
@Generated
public interface StringListRestrictionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAllowedValues(int index) repeated string allowed_values = 1;com.google.protobuf.ByteStringgetAllowedValuesBytes(int index) repeated string allowed_values = 1;intrepeated string allowed_values = 1;repeated string allowed_values = 1;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getAllowedValuesList
repeated string allowed_values = 1;- Returns:
- A list containing the allowedValues.
-
getAllowedValuesCount
int getAllowedValuesCount()repeated string allowed_values = 1;- Returns:
- The count of allowedValues.
-
getAllowedValues
repeated string allowed_values = 1;- Parameters:
index- The index of the element to return.- Returns:
- The allowedValues at the given index.
-
getAllowedValuesBytes
com.google.protobuf.ByteString getAllowedValuesBytes(int index) repeated string allowed_values = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the allowedValues at the given index.
-