Interface ClusterClientMessages.ContactsOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterClientMessages.Contacts,ClusterClientMessages.Contacts.Builder
- Enclosing class:
- ClusterClientMessages
public static interface ClusterClientMessages.ContactsOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetContactPoints(int index) repeated string contactPoints = 1;org.apache.pekko.protobufv3.internal.ByteStringgetContactPointsBytes(int index) repeated string contactPoints = 1;intrepeated string contactPoints = 1;repeated string contactPoints = 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
-
getContactPointsList
repeated string contactPoints = 1;- Returns:
- A list containing the contactPoints.
-
getContactPointsCount
int getContactPointsCount()repeated string contactPoints = 1;- Returns:
- The count of contactPoints.
-
getContactPoints
repeated string contactPoints = 1;- Parameters:
index- The index of the element to return.- Returns:
- The contactPoints at the given index.
-
getContactPointsBytes
org.apache.pekko.protobufv3.internal.ByteString getContactPointsBytes(int index) repeated string contactPoints = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the contactPoints at the given index.
-