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 Details

    • hasHello

      boolean hasHello()
      optional .Hello hello = 1;
      Returns:
      Whether the hello field is set.
    • getHello

      optional .Hello hello = 1;
      Returns:
      The hello.
    • getHelloOrBuilder

      optional .Hello hello = 1;
    • hasBarrier

      boolean hasBarrier()
      optional .EnterBarrier barrier = 2;
      Returns:
      Whether the barrier field is set.
    • getBarrier

      optional .EnterBarrier barrier = 2;
      Returns:
      The barrier.
    • getBarrierOrBuilder

      optional .EnterBarrier barrier = 2;
    • hasFailure

      boolean hasFailure()
      optional .InjectFailure failure = 3;
      Returns:
      Whether the failure field is set.
    • getFailure

      optional .InjectFailure failure = 3;
      Returns:
      The failure.
    • 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

      optional .AddressRequest addr = 5;
      Returns:
      The addr.
    • getAddrOrBuilder

      optional .AddressRequest addr = 5;