Interface TestConductorProtocol.AddressOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder
,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
TestConductorProtocol.Address
,TestConductorProtocol.Address.Builder
- Enclosing class:
- TestConductorProtocol
public static interface TestConductorProtocol.AddressOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetHost()
required string host = 3;
org.apache.pekko.protobufv3.internal.ByteString
required string host = 3;
int
getPort()
required int32 port = 4;
required string protocol = 1;
org.apache.pekko.protobufv3.internal.ByteString
required string protocol = 1;
required string system = 2;
org.apache.pekko.protobufv3.internal.ByteString
required string system = 2;
boolean
hasHost()
required string host = 3;
boolean
hasPort()
required int32 port = 4;
boolean
required string protocol = 1;
boolean
required string system = 2;
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 Details
-
hasProtocol
boolean hasProtocol()required string protocol = 1;
- Returns:
- Whether the protocol field is set.
-
getProtocol
String getProtocol()required string protocol = 1;
- Returns:
- The protocol.
-
getProtocolBytes
org.apache.pekko.protobufv3.internal.ByteString getProtocolBytes()required string protocol = 1;
- Returns:
- The bytes for protocol.
-
hasSystem
boolean hasSystem()required string system = 2;
- Returns:
- Whether the system field is set.
-
getSystem
String getSystem()required string system = 2;
- Returns:
- The system.
-
getSystemBytes
org.apache.pekko.protobufv3.internal.ByteString getSystemBytes()required string system = 2;
- Returns:
- The bytes for system.
-
hasHost
boolean hasHost()required string host = 3;
- Returns:
- Whether the host field is set.
-
getHost
String getHost()required string host = 3;
- Returns:
- The host.
-
getHostBytes
org.apache.pekko.protobufv3.internal.ByteString getHostBytes()required string host = 3;
- Returns:
- The bytes for host.
-
hasPort
boolean hasPort()required int32 port = 4;
- Returns:
- Whether the port field is set.
-
getPort
int getPort()required int32 port = 4;
- Returns:
- The port.
-