public static final class TestConductorProtocol.Wrapper extends akka.protobuf.GeneratedMessage implements TestConductorProtocol.WrapperOrBuilder
Wrapper
Modifier and Type | Class and Description |
---|---|
static class |
TestConductorProtocol.Wrapper.Builder
Protobuf type
Wrapper |
akka.protobuf.GeneratedMessage.BuilderParent, akka.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends akka.protobuf.GeneratedMessage.ExtendableBuilder>, akka.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends akka.protobuf.GeneratedMessage.ExtendableMessage>, akka.protobuf.GeneratedMessage.FieldAccessorTable, akka.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends akka.protobuf.Message,Type>
Modifier and Type | Field and Description |
---|---|
static int |
ADDR_FIELD_NUMBER |
static int |
BARRIER_FIELD_NUMBER |
static int |
DONE_FIELD_NUMBER |
static int |
FAILURE_FIELD_NUMBER |
static int |
HELLO_FIELD_NUMBER |
static akka.protobuf.Parser<TestConductorProtocol.Wrapper> |
PARSER |
Modifier and Type | Method and Description |
---|---|
TestConductorProtocol.AddressRequest |
getAddr()
optional .AddressRequest addr = 5; |
TestConductorProtocol.AddressRequestOrBuilder |
getAddrOrBuilder()
optional .AddressRequest addr = 5; |
TestConductorProtocol.EnterBarrier |
getBarrier()
optional .EnterBarrier barrier = 2; |
TestConductorProtocol.EnterBarrierOrBuilder |
getBarrierOrBuilder()
optional .EnterBarrier barrier = 2; |
static TestConductorProtocol.Wrapper |
getDefaultInstance() |
TestConductorProtocol.Wrapper |
getDefaultInstanceForType() |
static akka.protobuf.Descriptors.Descriptor |
getDescriptor() |
java.lang.String |
getDone()
optional string done = 4; |
akka.protobuf.ByteString |
getDoneBytes()
optional string done = 4; |
TestConductorProtocol.InjectFailure |
getFailure()
optional .InjectFailure failure = 3; |
TestConductorProtocol.InjectFailureOrBuilder |
getFailureOrBuilder()
optional .InjectFailure failure = 3; |
TestConductorProtocol.Hello |
getHello()
optional .Hello hello = 1; |
TestConductorProtocol.HelloOrBuilder |
getHelloOrBuilder()
optional .Hello hello = 1; |
akka.protobuf.Parser<TestConductorProtocol.Wrapper> |
getParserForType() |
int |
getSerializedSize() |
akka.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAddr()
optional .AddressRequest addr = 5; |
boolean |
hasBarrier()
optional .EnterBarrier barrier = 2; |
boolean |
hasDone()
optional string done = 4; |
boolean |
hasFailure()
optional .InjectFailure failure = 3; |
boolean |
hasHello()
optional .Hello hello = 1; |
protected akka.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static TestConductorProtocol.Wrapper.Builder |
newBuilder() |
static TestConductorProtocol.Wrapper.Builder |
newBuilder(TestConductorProtocol.Wrapper prototype) |
TestConductorProtocol.Wrapper.Builder |
newBuilderForType() |
protected TestConductorProtocol.Wrapper.Builder |
newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent) |
static TestConductorProtocol.Wrapper |
parseDelimitedFrom(java.io.InputStream input) |
static TestConductorProtocol.Wrapper |
parseDelimitedFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestConductorProtocol.Wrapper |
parseFrom(byte[] data) |
static TestConductorProtocol.Wrapper |
parseFrom(byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestConductorProtocol.Wrapper |
parseFrom(akka.protobuf.ByteString data) |
static TestConductorProtocol.Wrapper |
parseFrom(akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestConductorProtocol.Wrapper |
parseFrom(akka.protobuf.CodedInputStream input) |
static TestConductorProtocol.Wrapper |
parseFrom(akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
static TestConductorProtocol.Wrapper |
parseFrom(java.io.InputStream input) |
static TestConductorProtocol.Wrapper |
parseFrom(java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry) |
TestConductorProtocol.Wrapper.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(akka.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownField
equals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toString
toByteArray, toByteString, writeDelimitedTo, writeTo
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public static akka.protobuf.Parser<TestConductorProtocol.Wrapper> PARSER
public static final int HELLO_FIELD_NUMBER
public static final int BARRIER_FIELD_NUMBER
public static final int FAILURE_FIELD_NUMBER
public static final int DONE_FIELD_NUMBER
public static final int ADDR_FIELD_NUMBER
public static TestConductorProtocol.Wrapper getDefaultInstance()
public TestConductorProtocol.Wrapper getDefaultInstanceForType()
getDefaultInstanceForType
in interface akka.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface akka.protobuf.MessageOrBuilder
public final akka.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields
in interface akka.protobuf.MessageOrBuilder
getUnknownFields
in class akka.protobuf.GeneratedMessage
public static final akka.protobuf.Descriptors.Descriptor getDescriptor()
protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class akka.protobuf.GeneratedMessage
public akka.protobuf.Parser<TestConductorProtocol.Wrapper> getParserForType()
getParserForType
in interface akka.protobuf.Message
getParserForType
in interface akka.protobuf.MessageLite
getParserForType
in class akka.protobuf.GeneratedMessage
public boolean hasHello()
optional .Hello hello = 1;
hasHello
in interface TestConductorProtocol.WrapperOrBuilder
public TestConductorProtocol.Hello getHello()
optional .Hello hello = 1;
getHello
in interface TestConductorProtocol.WrapperOrBuilder
public TestConductorProtocol.HelloOrBuilder getHelloOrBuilder()
optional .Hello hello = 1;
getHelloOrBuilder
in interface TestConductorProtocol.WrapperOrBuilder
public boolean hasBarrier()
optional .EnterBarrier barrier = 2;
hasBarrier
in interface TestConductorProtocol.WrapperOrBuilder
public TestConductorProtocol.EnterBarrier getBarrier()
optional .EnterBarrier barrier = 2;
getBarrier
in interface TestConductorProtocol.WrapperOrBuilder
public TestConductorProtocol.EnterBarrierOrBuilder getBarrierOrBuilder()
optional .EnterBarrier barrier = 2;
getBarrierOrBuilder
in interface TestConductorProtocol.WrapperOrBuilder
public boolean hasFailure()
optional .InjectFailure failure = 3;
hasFailure
in interface TestConductorProtocol.WrapperOrBuilder
public TestConductorProtocol.InjectFailure getFailure()
optional .InjectFailure failure = 3;
getFailure
in interface TestConductorProtocol.WrapperOrBuilder
public TestConductorProtocol.InjectFailureOrBuilder getFailureOrBuilder()
optional .InjectFailure failure = 3;
getFailureOrBuilder
in interface TestConductorProtocol.WrapperOrBuilder
public boolean hasDone()
optional string done = 4;
hasDone
in interface TestConductorProtocol.WrapperOrBuilder
public java.lang.String getDone()
optional string done = 4;
getDone
in interface TestConductorProtocol.WrapperOrBuilder
public akka.protobuf.ByteString getDoneBytes()
optional string done = 4;
getDoneBytes
in interface TestConductorProtocol.WrapperOrBuilder
public boolean hasAddr()
optional .AddressRequest addr = 5;
hasAddr
in interface TestConductorProtocol.WrapperOrBuilder
public TestConductorProtocol.AddressRequest getAddr()
optional .AddressRequest addr = 5;
getAddr
in interface TestConductorProtocol.WrapperOrBuilder
public TestConductorProtocol.AddressRequestOrBuilder getAddrOrBuilder()
optional .AddressRequest addr = 5;
getAddrOrBuilder
in interface TestConductorProtocol.WrapperOrBuilder
public final boolean isInitialized()
isInitialized
in interface akka.protobuf.MessageLiteOrBuilder
isInitialized
in class akka.protobuf.GeneratedMessage
public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException
writeTo
in interface akka.protobuf.MessageLite
writeTo
in class akka.protobuf.AbstractMessage
java.io.IOException
public int getSerializedSize()
getSerializedSize
in interface akka.protobuf.MessageLite
getSerializedSize
in class akka.protobuf.AbstractMessage
protected java.lang.Object writeReplace() throws java.io.ObjectStreamException
writeReplace
in class akka.protobuf.GeneratedMessage
java.io.ObjectStreamException
public static TestConductorProtocol.Wrapper parseFrom(akka.protobuf.ByteString data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static TestConductorProtocol.Wrapper parseFrom(akka.protobuf.ByteString data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static TestConductorProtocol.Wrapper parseFrom(byte[] data) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static TestConductorProtocol.Wrapper parseFrom(byte[] data, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws akka.protobuf.InvalidProtocolBufferException
akka.protobuf.InvalidProtocolBufferException
public static TestConductorProtocol.Wrapper parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static TestConductorProtocol.Wrapper parseFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TestConductorProtocol.Wrapper parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static TestConductorProtocol.Wrapper parseDelimitedFrom(java.io.InputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TestConductorProtocol.Wrapper parseFrom(akka.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static TestConductorProtocol.Wrapper parseFrom(akka.protobuf.CodedInputStream input, akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static TestConductorProtocol.Wrapper.Builder newBuilder()
public TestConductorProtocol.Wrapper.Builder newBuilderForType()
newBuilderForType
in interface akka.protobuf.Message
newBuilderForType
in interface akka.protobuf.MessageLite
public static TestConductorProtocol.Wrapper.Builder newBuilder(TestConductorProtocol.Wrapper prototype)
public TestConductorProtocol.Wrapper.Builder toBuilder()
toBuilder
in interface akka.protobuf.Message
toBuilder
in interface akka.protobuf.MessageLite
protected TestConductorProtocol.Wrapper.Builder newBuilderForType(akka.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType
in class akka.protobuf.GeneratedMessage