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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getContactPoints(int index)
repeated string contactPoints = 1;
org.apache.pekko.protobufv3.internal.ByteString
getContactPointsBytes(int index)
repeated string contactPoints = 1;
int
getContactPointsCount()
repeated string contactPoints = 1;
java.util.List<java.lang.String>
getContactPointsList()
repeated string contactPoints = 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 Detail
-
getContactPointsList
java.util.List<java.lang.String> getContactPointsList()
repeated string contactPoints = 1;
- Returns:
- A list containing the contactPoints.
-
getContactPointsCount
int getContactPointsCount()
repeated string contactPoints = 1;
- Returns:
- The count of contactPoints.
-
getContactPoints
java.lang.String getContactPoints(int index)
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.
-
-