Interface ClusterMessages.JoinOrBuilder
- 
- All Superinterfaces:
- org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,- org.apache.pekko.protobufv3.internal.MessageOrBuilder
 - All Known Implementing Classes:
- ClusterMessages.Join,- ClusterMessages.Join.Builder
 - Enclosing class:
- ClusterMessages
 
 public static interface ClusterMessages.JoinOrBuilder extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAppVersion()optional string appVersion = 3;org.apache.pekko.protobufv3.internal.ByteStringgetAppVersionBytes()optional string appVersion = 3;ClusterMessages.UniqueAddressgetNode()required .UniqueAddress node = 1;ClusterMessages.UniqueAddressOrBuildergetNodeOrBuilder()required .UniqueAddress node = 1;java.lang.StringgetRoles(int index)repeated string roles = 2;org.apache.pekko.protobufv3.internal.ByteStringgetRolesBytes(int index)repeated string roles = 2;intgetRolesCount()repeated string roles = 2;java.util.List<java.lang.String>getRolesList()repeated string roles = 2;booleanhasAppVersion()optional string appVersion = 3;booleanhasNode()required .UniqueAddress node = 1;- 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitialized
 - 
Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
 
- 
 
- 
- 
- 
Method Detail- 
hasNodeboolean hasNode() required .UniqueAddress node = 1;- Returns:
- Whether the node field is set.
 
 - 
getNodeClusterMessages.UniqueAddress getNode() required .UniqueAddress node = 1;- Returns:
- The node.
 
 - 
getNodeOrBuilderClusterMessages.UniqueAddressOrBuilder getNodeOrBuilder() required .UniqueAddress node = 1;
 - 
getRolesListjava.util.List<java.lang.String> getRolesList() repeated string roles = 2;- Returns:
- A list containing the roles.
 
 - 
getRolesCountint getRolesCount() repeated string roles = 2;- Returns:
- The count of roles.
 
 - 
getRolesjava.lang.String getRoles(int index) repeated string roles = 2;- Parameters:
- index- The index of the element to return.
- Returns:
- The roles at the given index.
 
 - 
getRolesBytesorg.apache.pekko.protobufv3.internal.ByteString getRolesBytes(int index) repeated string roles = 2;- Parameters:
- index- The index of the value to return.
- Returns:
- The bytes of the roles at the given index.
 
 - 
hasAppVersionboolean hasAppVersion() optional string appVersion = 3;- Returns:
- Whether the appVersion field is set.
 
 - 
getAppVersionjava.lang.String getAppVersion() optional string appVersion = 3;- Returns:
- The appVersion.
 
 - 
getAppVersionBytesorg.apache.pekko.protobufv3.internal.ByteString getAppVersionBytes() optional string appVersion = 3;- Returns:
- The bytes for appVersion.
 
 
- 
 
-