Interface Points.RepeatedStringsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Points.RepeatedStrings, Points.RepeatedStrings.Builder
Enclosing class:
Points

public static interface Points.RepeatedStringsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getStrings(int index)
    repeated string strings = 1;
    com.google.protobuf.ByteString
    getStringsBytes(int index)
    repeated string strings = 1;
    int
    repeated string strings = 1;
    repeated string strings = 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

    • getStringsList

      List<String> getStringsList()
      repeated string strings = 1;
      Returns:
      A list containing the strings.
    • getStringsCount

      int getStringsCount()
      repeated string strings = 1;
      Returns:
      The count of strings.
    • getStrings

      String getStrings(int index)
      repeated string strings = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The strings at the given index.
    • getStringsBytes

      com.google.protobuf.ByteString getStringsBytes(int index)
      repeated string strings = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the strings at the given index.