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 SummaryModifier and TypeMethodDescriptiongetHost()required string host = 3;org.apache.pekko.protobufv3.internal.ByteStringrequired string host = 3;intgetPort()required int32 port = 4;required string protocol = 1;org.apache.pekko.protobufv3.internal.ByteStringrequired string protocol = 1;required string system = 2;org.apache.pekko.protobufv3.internal.ByteStringrequired string system = 2;booleanhasHost()required string host = 3;booleanhasPort()required int32 port = 4;booleanrequired string protocol = 1;booleanrequired string system = 2;Methods inherited from interface org.apache.pekko.protobufv3.internal.MessageLiteOrBuilderisInitializedMethods inherited from interface org.apache.pekko.protobufv3.internal.MessageOrBuilderfindInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
- 
Method Details- 
hasProtocolboolean hasProtocol()required string protocol = 1;- Returns:
- Whether the protocol field is set.
 
- 
getProtocolString getProtocol()required string protocol = 1;- Returns:
- The protocol.
 
- 
getProtocolBytesorg.apache.pekko.protobufv3.internal.ByteString getProtocolBytes()required string protocol = 1;- Returns:
- The bytes for protocol.
 
- 
hasSystemboolean hasSystem()required string system = 2;- Returns:
- Whether the system field is set.
 
- 
getSystemString getSystem()required string system = 2;- Returns:
- The system.
 
- 
getSystemBytesorg.apache.pekko.protobufv3.internal.ByteString getSystemBytes()required string system = 2;- Returns:
- The bytes for system.
 
- 
hasHostboolean hasHost()required string host = 3;- Returns:
- Whether the host field is set.
 
- 
getHostString getHost()required string host = 3;- Returns:
- The host.
 
- 
getHostBytesorg.apache.pekko.protobufv3.internal.ByteString getHostBytes()required string host = 3;- Returns:
- The bytes for host.
 
- 
hasPortboolean hasPort()required int32 port = 4;- Returns:
- Whether the port field is set.
 
- 
getPortint getPort()required int32 port = 4;- Returns:
- The port.
 
 
-