Interface TestConductorProtocol.WrapperOrBuilder
- All Superinterfaces:
org.apache.pekko.protobufv3.internal.MessageLiteOrBuilder,org.apache.pekko.protobufv3.internal.MessageOrBuilder
- All Known Implementing Classes:
TestConductorProtocol.Wrapper,TestConductorProtocol.Wrapper.Builder
- Enclosing class:
- TestConductorProtocol
public static interface TestConductorProtocol.WrapperOrBuilder
extends org.apache.pekko.protobufv3.internal.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAddr()optional .AddressRequest addr = 5;optional .AddressRequest addr = 5;optional .EnterBarrier barrier = 2;optional .EnterBarrier barrier = 2;getDone()optional string done = 4;org.apache.pekko.protobufv3.internal.ByteStringoptional string done = 4;optional .InjectFailure failure = 3;optional .InjectFailure failure = 3;getHello()optional .Hello hello = 1;optional .Hello hello = 1;booleanhasAddr()optional .AddressRequest addr = 5;booleanoptional .EnterBarrier barrier = 2;booleanhasDone()optional string done = 4;booleanoptional .InjectFailure failure = 3;booleanhasHello()optional .Hello hello = 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
-
hasHello
boolean hasHello()optional .Hello hello = 1;- Returns:
- Whether the hello field is set.
-
getHello
TestConductorProtocol.Hello getHello()optional .Hello hello = 1;- Returns:
- The hello.
-
getHelloOrBuilder
TestConductorProtocol.HelloOrBuilder getHelloOrBuilder()optional .Hello hello = 1; -
hasBarrier
boolean hasBarrier()optional .EnterBarrier barrier = 2;- Returns:
- Whether the barrier field is set.
-
getBarrier
TestConductorProtocol.EnterBarrier getBarrier()optional .EnterBarrier barrier = 2;- Returns:
- The barrier.
-
getBarrierOrBuilder
TestConductorProtocol.EnterBarrierOrBuilder getBarrierOrBuilder()optional .EnterBarrier barrier = 2; -
hasFailure
boolean hasFailure()optional .InjectFailure failure = 3;- Returns:
- Whether the failure field is set.
-
getFailure
TestConductorProtocol.InjectFailure getFailure()optional .InjectFailure failure = 3;- Returns:
- The failure.
-
getFailureOrBuilder
TestConductorProtocol.InjectFailureOrBuilder getFailureOrBuilder()optional .InjectFailure failure = 3; -
hasDone
boolean hasDone()optional string done = 4;- Returns:
- Whether the done field is set.
-
getDone
String getDone()optional string done = 4;- Returns:
- The done.
-
getDoneBytes
org.apache.pekko.protobufv3.internal.ByteString getDoneBytes()optional string done = 4;- Returns:
- The bytes for done.
-
hasAddr
boolean hasAddr()optional .AddressRequest addr = 5;- Returns:
- Whether the addr field is set.
-
getAddr
TestConductorProtocol.AddressRequest getAddr()optional .AddressRequest addr = 5;- Returns:
- The addr.
-
getAddrOrBuilder
TestConductorProtocol.AddressRequestOrBuilder getAddrOrBuilder()optional .AddressRequest addr = 5;
-