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 Type
    Method
    Description
    getAllowedValues(int index)
    repeated string allowed_values = 1;
    com.google.protobuf.ByteString
    repeated string allowed_values = 1;
    int
    repeated string allowed_values = 1;
    repeated string allowed_values = 1;

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getAllowedValuesList

      List<String> 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

      String getAllowedValues(int index)
      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.