Package akka.cluster.ddata.protobuf.msg
Interface ReplicatorMessages.StringGSetOrBuilder
-
- All Superinterfaces:
akka.protobufv3.internal.MessageLiteOrBuilder
,akka.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatorMessages.StringGSet
,ReplicatorMessages.StringGSet.Builder
- Enclosing class:
- ReplicatorMessages
public static interface ReplicatorMessages.StringGSetOrBuilder extends akka.protobufv3.internal.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getElements(int index)
repeated string elements = 1;
akka.protobufv3.internal.ByteString
getElementsBytes(int index)
repeated string elements = 1;
int
getElementsCount()
repeated string elements = 1;
java.util.List<java.lang.String>
getElementsList()
repeated string elements = 1;
-
Methods inherited from interface akka.protobufv3.internal.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getElementsList
java.util.List<java.lang.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
java.lang.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
akka.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.
-
-