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 TypeMethodDescriptiongetElements(int index) repeated string elements = 1;org.apache.pekko.protobufv3.internal.ByteStringgetElementsBytes(int index) repeated string elements = 1;intrepeated string elements = 1;repeated string elements = 1;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
isInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getElementsList
repeated string elements = 1;- Returns:
- A list containing the elements.
-
getElementsCount
int getElementsCount()repeated string elements = 1;- Returns:
- The count of elements.
-
getElements
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.
-