Interface TestConductorProtocol.HelloOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
TestConductorProtocol.Hello,TestConductorProtocol.Hello.Builder
- Enclosing class:
- TestConductorProtocol
public static interface TestConductorProtocol.HelloOrBuilder
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
-
hasName
boolean hasName()required string name = 1;- Returns:
- Whether the name field is set.
-
getName
String getName()required string name = 1;- Returns:
- The name.
-
getNameBytes
org.apache.pekko.protobufv3.internal.ByteString getNameBytes()required string name = 1;- Returns:
- The bytes for name.
-
hasAddress
boolean hasAddress()required .Address address = 2;- Returns:
- Whether the address field is set.
-
getAddress
TestConductorProtocol.Address getAddress()required .Address address = 2;- Returns:
- The address.
-
getAddressOrBuilder
TestConductorProtocol.AddressOrBuilder getAddressOrBuilder()required .Address address = 2;
-