Interface ClusterMessages.AddressOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ClusterMessages.Address,ClusterMessages.Address.Builder
- Enclosing class:
- ClusterMessages
public static interface ClusterMessages.AddressOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionrequired string hostname = 2;org.apache.pekko.protobufv3.internal.ByteStringrequired string hostname = 2;intgetPort()required uint32 port = 3;optional string protocol = 4;org.apache.pekko.protobufv3.internal.ByteStringoptional string protocol = 4;required string system = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string system = 1;booleanrequired string hostname = 2;booleanhasPort()required uint32 port = 3;booleanoptional string protocol = 4;booleanrequired string system = 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
-
hasSystem
boolean hasSystem()required string system = 1;- Returns:
- Whether the system field is set.
-
getSystem
String getSystem()required string system = 1;- Returns:
- The system.
-
getSystemBytes
org.apache.pekko.protobufv3.internal.ByteString getSystemBytes()required string system = 1;- Returns:
- The bytes for system.
-
hasHostname
boolean hasHostname()required string hostname = 2;- Returns:
- Whether the hostname field is set.
-
getHostname
String getHostname()required string hostname = 2;- Returns:
- The hostname.
-
getHostnameBytes
org.apache.pekko.protobufv3.internal.ByteString getHostnameBytes()required string hostname = 2;- Returns:
- The bytes for hostname.
-
hasPort
boolean hasPort()required uint32 port = 3;- Returns:
- Whether the port field is set.
-
getPort
int getPort()required uint32 port = 3;- Returns:
- The port.
-
hasProtocol
boolean hasProtocol()optional string protocol = 4;- Returns:
- Whether the protocol field is set.
-
getProtocol
String getProtocol()optional string protocol = 4;- Returns:
- The protocol.
-
getProtocolBytes
org.apache.pekko.protobufv3.internal.ByteString getProtocolBytes()optional string protocol = 4;- Returns:
- The bytes for protocol.
-