Interface ReplicatorMessages.AddressOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
ReplicatorMessages.Address,ReplicatorMessages.Address.Builder
- Enclosing class:
- ReplicatorMessages
public static interface ReplicatorMessages.AddressOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
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
-
hasHostname
boolean hasHostname()required string hostname = 1;- Returns:
- Whether the hostname field is set.
-
getHostname
String getHostname()required string hostname = 1;- Returns:
- The hostname.
-
getHostnameBytes
org.apache.pekko.protobufv3.internal.ByteString getHostnameBytes()required string hostname = 1;- Returns:
- The bytes for hostname.
-
hasPort
boolean hasPort()required uint32 port = 2;- Returns:
- Whether the port field is set.
-
getPort
int getPort()required uint32 port = 2;- Returns:
- The port.
-