Interface ReplicatorMessages.StringGSetOrBuilder

All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder, org.apache.pekko.protobufv3.internal.MessageOrBuilder
All Known Implementing Classes:
ReplicatorMessages.StringGSet, ReplicatorMessages.StringGSet.Builder
Enclosing class:
ReplicatorMessages

public static interface ReplicatorMessages.StringGSetOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getElements(int index)
    repeated string elements = 1;
    org.apache.pekko.protobufv3.internal.ByteString
    getElementsBytes(int index)
    repeated string elements = 1;
    int
    repeated string elements = 1;
    repeated string elements = 1;

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder

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

    • getElementsList

      List<String> getElementsList()
      repeated string elements = 1;
      Returns:
      A list containing the elements.
    • getElementsCount

      int getElementsCount()
      repeated string elements = 1;
      Returns:
      The count of elements.
    • getElements

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

      org.apache.pekko.protobufv3.internal.ByteString getElementsBytes(int index)
      repeated string elements = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the elements at the given index.