getPatternBuilderList() {
return getPatternFieldBuilder().getBuilderList();
}
private akka.protobuf.RepeatedFieldBuilder<
akka.remote.ContainerFormats.Selection, akka.remote.ContainerFormats.Selection.Builder, akka.remote.ContainerFormats.SelectionOrBuilder>
getPatternFieldBuilder() {
if (patternBuilder_ == null) {
patternBuilder_ = new akka.protobuf.RepeatedFieldBuilder<
akka.remote.ContainerFormats.Selection, akka.remote.ContainerFormats.Selection.Builder, akka.remote.ContainerFormats.SelectionOrBuilder>(
pattern_,
((bitField0_ & 0x00000004) == 0x00000004),
getParentForChildren(),
isClean());
pattern_ = null;
}
return patternBuilder_;
}
// optional bytes messageManifest = 4;
private akka.protobuf.ByteString messageManifest_ = akka.protobuf.ByteString.EMPTY;
/**
* optional bytes messageManifest = 4;
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000008) == 0x00000008);
}
/**
* optional bytes messageManifest = 4;
*/
public akka.protobuf.ByteString getMessageManifest() {
return messageManifest_;
}
/**
* optional bytes messageManifest = 4;
*/
public Builder setMessageManifest(akka.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000008;
messageManifest_ = value;
onChanged();
return this;
}
/**
* optional bytes messageManifest = 4;
*/
public Builder clearMessageManifest() {
bitField0_ = (bitField0_ & ~0x00000008);
messageManifest_ = getDefaultInstance().getMessageManifest();
onChanged();
return this;
}
// optional bool wildcardFanOut = 5;
private boolean wildcardFanOut_ ;
/**
* optional bool wildcardFanOut = 5;
*
*
* optional for pre 2.3.4 compatibility
*
*/
public boolean hasWildcardFanOut() {
return ((bitField0_ & 0x00000010) == 0x00000010);
}
/**
* optional bool wildcardFanOut = 5;
*
*
* optional for pre 2.3.4 compatibility
*
*/
public boolean getWildcardFanOut() {
return wildcardFanOut_;
}
/**
* optional bool wildcardFanOut = 5;
*
*
* optional for pre 2.3.4 compatibility
*
*/
public Builder setWildcardFanOut(boolean value) {
bitField0_ |= 0x00000010;
wildcardFanOut_ = value;
onChanged();
return this;
}
/**
* optional bool wildcardFanOut = 5;
*
*
* optional for pre 2.3.4 compatibility
*
*/
public Builder clearWildcardFanOut() {
bitField0_ = (bitField0_ & ~0x00000010);
wildcardFanOut_ = false;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:SelectionEnvelope)
}
static {
defaultInstance = new SelectionEnvelope(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:SelectionEnvelope)
}
public interface SelectionOrBuilder
extends akka.protobuf.MessageOrBuilder {
// required .PatternType type = 1;
/**
* required .PatternType type = 1;
*/
boolean hasType();
/**
* required .PatternType type = 1;
*/
akka.remote.ContainerFormats.PatternType getType();
// optional string matcher = 2;
/**
* optional string matcher = 2;
*/
boolean hasMatcher();
/**
* optional string matcher = 2;
*/
java.lang.String getMatcher();
/**
* optional string matcher = 2;
*/
akka.protobuf.ByteString
getMatcherBytes();
}
/**
* Protobuf type {@code Selection}
*/
public static final class Selection extends
akka.protobuf.GeneratedMessage
implements SelectionOrBuilder {
// Use Selection.newBuilder() to construct.
private Selection(akka.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private Selection(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final Selection defaultInstance;
public static Selection getDefaultInstance() {
return defaultInstance;
}
public Selection getDefaultInstanceForType() {
return defaultInstance;
}
private final akka.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final akka.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Selection(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
akka.protobuf.UnknownFieldSet.Builder unknownFields =
akka.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 8: {
int rawValue = input.readEnum();
akka.remote.ContainerFormats.PatternType value = akka.remote.ContainerFormats.PatternType.valueOf(rawValue);
if (value == null) {
unknownFields.mergeVarintField(1, rawValue);
} else {
bitField0_ |= 0x00000001;
type_ = value;
}
break;
}
case 18: {
bitField0_ |= 0x00000002;
matcher_ = input.readBytes();
break;
}
}
}
} catch (akka.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new akka.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final akka.protobuf.Descriptors.Descriptor
getDescriptor() {
return akka.remote.ContainerFormats.internal_static_Selection_descriptor;
}
protected akka.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return akka.remote.ContainerFormats.internal_static_Selection_fieldAccessorTable
.ensureFieldAccessorsInitialized(
akka.remote.ContainerFormats.Selection.class, akka.remote.ContainerFormats.Selection.Builder.class);
}
public static akka.protobuf.Parser PARSER =
new akka.protobuf.AbstractParser() {
public Selection parsePartialFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return new Selection(input, extensionRegistry);
}
};
@java.lang.Override
public akka.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
// required .PatternType type = 1;
public static final int TYPE_FIELD_NUMBER = 1;
private akka.remote.ContainerFormats.PatternType type_;
/**
* required .PatternType type = 1;
*/
public boolean hasType() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required .PatternType type = 1;
*/
public akka.remote.ContainerFormats.PatternType getType() {
return type_;
}
// optional string matcher = 2;
public static final int MATCHER_FIELD_NUMBER = 2;
private java.lang.Object matcher_;
/**
* optional string matcher = 2;
*/
public boolean hasMatcher() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional string matcher = 2;
*/
public java.lang.String getMatcher() {
java.lang.Object ref = matcher_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
akka.protobuf.ByteString bs =
(akka.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
matcher_ = s;
}
return s;
}
}
/**
* optional string matcher = 2;
*/
public akka.protobuf.ByteString
getMatcherBytes() {
java.lang.Object ref = matcher_;
if (ref instanceof java.lang.String) {
akka.protobuf.ByteString b =
akka.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
matcher_ = b;
return b;
} else {
return (akka.protobuf.ByteString) ref;
}
}
private void initFields() {
type_ = akka.remote.ContainerFormats.PatternType.PARENT;
matcher_ = "";
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasType()) {
memoizedIsInitialized = 0;
return false;
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(akka.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeEnum(1, type_.getNumber());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeBytes(2, getMatcherBytes());
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += akka.protobuf.CodedOutputStream
.computeEnumSize(1, type_.getNumber());
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += akka.protobuf.CodedOutputStream
.computeBytesSize(2, getMatcherBytes());
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static akka.remote.ContainerFormats.Selection parseFrom(
akka.protobuf.ByteString data)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static akka.remote.ContainerFormats.Selection parseFrom(
akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static akka.remote.ContainerFormats.Selection parseFrom(byte[] data)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static akka.remote.ContainerFormats.Selection parseFrom(
byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static akka.remote.ContainerFormats.Selection parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static akka.remote.ContainerFormats.Selection parseFrom(
java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static akka.remote.ContainerFormats.Selection parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static akka.remote.ContainerFormats.Selection parseDelimitedFrom(
java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static akka.remote.ContainerFormats.Selection parseFrom(
akka.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static akka.remote.ContainerFormats.Selection parseFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(akka.remote.ContainerFormats.Selection prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
akka.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code Selection}
*/
public static final class Builder extends
akka.protobuf.GeneratedMessage.Builder
implements akka.remote.ContainerFormats.SelectionOrBuilder {
public static final akka.protobuf.Descriptors.Descriptor
getDescriptor() {
return akka.remote.ContainerFormats.internal_static_Selection_descriptor;
}
protected akka.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return akka.remote.ContainerFormats.internal_static_Selection_fieldAccessorTable
.ensureFieldAccessorsInitialized(
akka.remote.ContainerFormats.Selection.class, akka.remote.ContainerFormats.Selection.Builder.class);
}
// Construct using akka.remote.ContainerFormats.Selection.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
akka.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
type_ = akka.remote.ContainerFormats.PatternType.PARENT;
bitField0_ = (bitField0_ & ~0x00000001);
matcher_ = "";
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public akka.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return akka.remote.ContainerFormats.internal_static_Selection_descriptor;
}
public akka.remote.ContainerFormats.Selection getDefaultInstanceForType() {
return akka.remote.ContainerFormats.Selection.getDefaultInstance();
}
public akka.remote.ContainerFormats.Selection build() {
akka.remote.ContainerFormats.Selection result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public akka.remote.ContainerFormats.Selection buildPartial() {
akka.remote.ContainerFormats.Selection result = new akka.remote.ContainerFormats.Selection(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.type_ = type_;
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
result.matcher_ = matcher_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(akka.protobuf.Message other) {
if (other instanceof akka.remote.ContainerFormats.Selection) {
return mergeFrom((akka.remote.ContainerFormats.Selection)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(akka.remote.ContainerFormats.Selection other) {
if (other == akka.remote.ContainerFormats.Selection.getDefaultInstance()) return this;
if (other.hasType()) {
setType(other.getType());
}
if (other.hasMatcher()) {
bitField0_ |= 0x00000002;
matcher_ = other.matcher_;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (!hasType()) {
return false;
}
return true;
}
public Builder mergeFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
akka.remote.ContainerFormats.Selection parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (akka.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (akka.remote.ContainerFormats.Selection) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
// required .PatternType type = 1;
private akka.remote.ContainerFormats.PatternType type_ = akka.remote.ContainerFormats.PatternType.PARENT;
/**
* required .PatternType type = 1;
*/
public boolean hasType() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required .PatternType type = 1;
*/
public akka.remote.ContainerFormats.PatternType getType() {
return type_;
}
/**
* required .PatternType type = 1;
*/
public Builder setType(akka.remote.ContainerFormats.PatternType value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
type_ = value;
onChanged();
return this;
}
/**
* required .PatternType type = 1;
*/
public Builder clearType() {
bitField0_ = (bitField0_ & ~0x00000001);
type_ = akka.remote.ContainerFormats.PatternType.PARENT;
onChanged();
return this;
}
// optional string matcher = 2;
private java.lang.Object matcher_ = "";
/**
* optional string matcher = 2;
*/
public boolean hasMatcher() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional string matcher = 2;
*/
public java.lang.String getMatcher() {
java.lang.Object ref = matcher_;
if (!(ref instanceof java.lang.String)) {
java.lang.String s = ((akka.protobuf.ByteString) ref)
.toStringUtf8();
matcher_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* optional string matcher = 2;
*/
public akka.protobuf.ByteString
getMatcherBytes() {
java.lang.Object ref = matcher_;
if (ref instanceof String) {
akka.protobuf.ByteString b =
akka.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
matcher_ = b;
return b;
} else {
return (akka.protobuf.ByteString) ref;
}
}
/**
* optional string matcher = 2;
*/
public Builder setMatcher(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
matcher_ = value;
onChanged();
return this;
}
/**
* optional string matcher = 2;
*/
public Builder clearMatcher() {
bitField0_ = (bitField0_ & ~0x00000002);
matcher_ = getDefaultInstance().getMatcher();
onChanged();
return this;
}
/**
* optional string matcher = 2;
*/
public Builder setMatcherBytes(
akka.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000002;
matcher_ = value;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:Selection)
}
static {
defaultInstance = new Selection(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:Selection)
}
public interface IdentifyOrBuilder
extends akka.protobuf.MessageOrBuilder {
// required .Payload messageId = 1;
/**
* required .Payload messageId = 1;
*/
boolean hasMessageId();
/**
* required .Payload messageId = 1;
*/
akka.remote.ContainerFormats.Payload getMessageId();
/**
* required .Payload messageId = 1;
*/
akka.remote.ContainerFormats.PayloadOrBuilder getMessageIdOrBuilder();
}
/**
* Protobuf type {@code Identify}
*/
public static final class Identify extends
akka.protobuf.GeneratedMessage
implements IdentifyOrBuilder {
// Use Identify.newBuilder() to construct.
private Identify(akka.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private Identify(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final Identify defaultInstance;
public static Identify getDefaultInstance() {
return defaultInstance;
}
public Identify getDefaultInstanceForType() {
return defaultInstance;
}
private final akka.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final akka.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Identify(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
akka.protobuf.UnknownFieldSet.Builder unknownFields =
akka.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
akka.remote.ContainerFormats.Payload.Builder subBuilder = null;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
subBuilder = messageId_.toBuilder();
}
messageId_ = input.readMessage(akka.remote.ContainerFormats.Payload.PARSER, extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(messageId_);
messageId_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000001;
break;
}
}
}
} catch (akka.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new akka.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final akka.protobuf.Descriptors.Descriptor
getDescriptor() {
return akka.remote.ContainerFormats.internal_static_Identify_descriptor;
}
protected akka.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return akka.remote.ContainerFormats.internal_static_Identify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
akka.remote.ContainerFormats.Identify.class, akka.remote.ContainerFormats.Identify.Builder.class);
}
public static akka.protobuf.Parser PARSER =
new akka.protobuf.AbstractParser() {
public Identify parsePartialFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return new Identify(input, extensionRegistry);
}
};
@java.lang.Override
public akka.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
// required .Payload messageId = 1;
public static final int MESSAGEID_FIELD_NUMBER = 1;
private akka.remote.ContainerFormats.Payload messageId_;
/**
* required .Payload messageId = 1;
*/
public boolean hasMessageId() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required .Payload messageId = 1;
*/
public akka.remote.ContainerFormats.Payload getMessageId() {
return messageId_;
}
/**
* required .Payload messageId = 1;
*/
public akka.remote.ContainerFormats.PayloadOrBuilder getMessageIdOrBuilder() {
return messageId_;
}
private void initFields() {
messageId_ = akka.remote.ContainerFormats.Payload.getDefaultInstance();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasMessageId()) {
memoizedIsInitialized = 0;
return false;
}
if (!getMessageId().isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(akka.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeMessage(1, messageId_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += akka.protobuf.CodedOutputStream
.computeMessageSize(1, messageId_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static akka.remote.ContainerFormats.Identify parseFrom(
akka.protobuf.ByteString data)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static akka.remote.ContainerFormats.Identify parseFrom(
akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static akka.remote.ContainerFormats.Identify parseFrom(byte[] data)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static akka.remote.ContainerFormats.Identify parseFrom(
byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static akka.remote.ContainerFormats.Identify parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static akka.remote.ContainerFormats.Identify parseFrom(
java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static akka.remote.ContainerFormats.Identify parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static akka.remote.ContainerFormats.Identify parseDelimitedFrom(
java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static akka.remote.ContainerFormats.Identify parseFrom(
akka.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static akka.remote.ContainerFormats.Identify parseFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(akka.remote.ContainerFormats.Identify prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
akka.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code Identify}
*/
public static final class Builder extends
akka.protobuf.GeneratedMessage.Builder
implements akka.remote.ContainerFormats.IdentifyOrBuilder {
public static final akka.protobuf.Descriptors.Descriptor
getDescriptor() {
return akka.remote.ContainerFormats.internal_static_Identify_descriptor;
}
protected akka.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return akka.remote.ContainerFormats.internal_static_Identify_fieldAccessorTable
.ensureFieldAccessorsInitialized(
akka.remote.ContainerFormats.Identify.class, akka.remote.ContainerFormats.Identify.Builder.class);
}
// Construct using akka.remote.ContainerFormats.Identify.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
akka.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getMessageIdFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
if (messageIdBuilder_ == null) {
messageId_ = akka.remote.ContainerFormats.Payload.getDefaultInstance();
} else {
messageIdBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public akka.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return akka.remote.ContainerFormats.internal_static_Identify_descriptor;
}
public akka.remote.ContainerFormats.Identify getDefaultInstanceForType() {
return akka.remote.ContainerFormats.Identify.getDefaultInstance();
}
public akka.remote.ContainerFormats.Identify build() {
akka.remote.ContainerFormats.Identify result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public akka.remote.ContainerFormats.Identify buildPartial() {
akka.remote.ContainerFormats.Identify result = new akka.remote.ContainerFormats.Identify(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
if (messageIdBuilder_ == null) {
result.messageId_ = messageId_;
} else {
result.messageId_ = messageIdBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(akka.protobuf.Message other) {
if (other instanceof akka.remote.ContainerFormats.Identify) {
return mergeFrom((akka.remote.ContainerFormats.Identify)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(akka.remote.ContainerFormats.Identify other) {
if (other == akka.remote.ContainerFormats.Identify.getDefaultInstance()) return this;
if (other.hasMessageId()) {
mergeMessageId(other.getMessageId());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (!hasMessageId()) {
return false;
}
if (!getMessageId().isInitialized()) {
return false;
}
return true;
}
public Builder mergeFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
akka.remote.ContainerFormats.Identify parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (akka.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (akka.remote.ContainerFormats.Identify) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
// required .Payload messageId = 1;
private akka.remote.ContainerFormats.Payload messageId_ = akka.remote.ContainerFormats.Payload.getDefaultInstance();
private akka.protobuf.SingleFieldBuilder<
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> messageIdBuilder_;
/**
* required .Payload messageId = 1;
*/
public boolean hasMessageId() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required .Payload messageId = 1;
*/
public akka.remote.ContainerFormats.Payload getMessageId() {
if (messageIdBuilder_ == null) {
return messageId_;
} else {
return messageIdBuilder_.getMessage();
}
}
/**
* required .Payload messageId = 1;
*/
public Builder setMessageId(akka.remote.ContainerFormats.Payload value) {
if (messageIdBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
messageId_ = value;
onChanged();
} else {
messageIdBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
return this;
}
/**
* required .Payload messageId = 1;
*/
public Builder setMessageId(
akka.remote.ContainerFormats.Payload.Builder builderForValue) {
if (messageIdBuilder_ == null) {
messageId_ = builderForValue.build();
onChanged();
} else {
messageIdBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
return this;
}
/**
* required .Payload messageId = 1;
*/
public Builder mergeMessageId(akka.remote.ContainerFormats.Payload value) {
if (messageIdBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001) &&
messageId_ != akka.remote.ContainerFormats.Payload.getDefaultInstance()) {
messageId_ =
akka.remote.ContainerFormats.Payload.newBuilder(messageId_).mergeFrom(value).buildPartial();
} else {
messageId_ = value;
}
onChanged();
} else {
messageIdBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
return this;
}
/**
* required .Payload messageId = 1;
*/
public Builder clearMessageId() {
if (messageIdBuilder_ == null) {
messageId_ = akka.remote.ContainerFormats.Payload.getDefaultInstance();
onChanged();
} else {
messageIdBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
/**
* required .Payload messageId = 1;
*/
public akka.remote.ContainerFormats.Payload.Builder getMessageIdBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getMessageIdFieldBuilder().getBuilder();
}
/**
* required .Payload messageId = 1;
*/
public akka.remote.ContainerFormats.PayloadOrBuilder getMessageIdOrBuilder() {
if (messageIdBuilder_ != null) {
return messageIdBuilder_.getMessageOrBuilder();
} else {
return messageId_;
}
}
/**
* required .Payload messageId = 1;
*/
private akka.protobuf.SingleFieldBuilder<
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder>
getMessageIdFieldBuilder() {
if (messageIdBuilder_ == null) {
messageIdBuilder_ = new akka.protobuf.SingleFieldBuilder<
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder>(
messageId_,
getParentForChildren(),
isClean());
messageId_ = null;
}
return messageIdBuilder_;
}
// @@protoc_insertion_point(builder_scope:Identify)
}
static {
defaultInstance = new Identify(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:Identify)
}
public interface ActorIdentityOrBuilder
extends akka.protobuf.MessageOrBuilder {
// required .Payload correlationId = 1;
/**
* required .Payload correlationId = 1;
*/
boolean hasCorrelationId();
/**
* required .Payload correlationId = 1;
*/
akka.remote.ContainerFormats.Payload getCorrelationId();
/**
* required .Payload correlationId = 1;
*/
akka.remote.ContainerFormats.PayloadOrBuilder getCorrelationIdOrBuilder();
// optional .ActorRef ref = 2;
/**
* optional .ActorRef ref = 2;
*/
boolean hasRef();
/**
* optional .ActorRef ref = 2;
*/
akka.remote.ContainerFormats.ActorRef getRef();
/**
* optional .ActorRef ref = 2;
*/
akka.remote.ContainerFormats.ActorRefOrBuilder getRefOrBuilder();
}
/**
* Protobuf type {@code ActorIdentity}
*/
public static final class ActorIdentity extends
akka.protobuf.GeneratedMessage
implements ActorIdentityOrBuilder {
// Use ActorIdentity.newBuilder() to construct.
private ActorIdentity(akka.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private ActorIdentity(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final ActorIdentity defaultInstance;
public static ActorIdentity getDefaultInstance() {
return defaultInstance;
}
public ActorIdentity getDefaultInstanceForType() {
return defaultInstance;
}
private final akka.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final akka.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ActorIdentity(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
akka.protobuf.UnknownFieldSet.Builder unknownFields =
akka.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
akka.remote.ContainerFormats.Payload.Builder subBuilder = null;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
subBuilder = correlationId_.toBuilder();
}
correlationId_ = input.readMessage(akka.remote.ContainerFormats.Payload.PARSER, extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(correlationId_);
correlationId_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000001;
break;
}
case 18: {
akka.remote.ContainerFormats.ActorRef.Builder subBuilder = null;
if (((bitField0_ & 0x00000002) == 0x00000002)) {
subBuilder = ref_.toBuilder();
}
ref_ = input.readMessage(akka.remote.ContainerFormats.ActorRef.PARSER, extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(ref_);
ref_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000002;
break;
}
}
}
} catch (akka.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new akka.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final akka.protobuf.Descriptors.Descriptor
getDescriptor() {
return akka.remote.ContainerFormats.internal_static_ActorIdentity_descriptor;
}
protected akka.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return akka.remote.ContainerFormats.internal_static_ActorIdentity_fieldAccessorTable
.ensureFieldAccessorsInitialized(
akka.remote.ContainerFormats.ActorIdentity.class, akka.remote.ContainerFormats.ActorIdentity.Builder.class);
}
public static akka.protobuf.Parser PARSER =
new akka.protobuf.AbstractParser() {
public ActorIdentity parsePartialFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return new ActorIdentity(input, extensionRegistry);
}
};
@java.lang.Override
public akka.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
// required .Payload correlationId = 1;
public static final int CORRELATIONID_FIELD_NUMBER = 1;
private akka.remote.ContainerFormats.Payload correlationId_;
/**
* required .Payload correlationId = 1;
*/
public boolean hasCorrelationId() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required .Payload correlationId = 1;
*/
public akka.remote.ContainerFormats.Payload getCorrelationId() {
return correlationId_;
}
/**
* required .Payload correlationId = 1;
*/
public akka.remote.ContainerFormats.PayloadOrBuilder getCorrelationIdOrBuilder() {
return correlationId_;
}
// optional .ActorRef ref = 2;
public static final int REF_FIELD_NUMBER = 2;
private akka.remote.ContainerFormats.ActorRef ref_;
/**
* optional .ActorRef ref = 2;
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional .ActorRef ref = 2;
*/
public akka.remote.ContainerFormats.ActorRef getRef() {
return ref_;
}
/**
* optional .ActorRef ref = 2;
*/
public akka.remote.ContainerFormats.ActorRefOrBuilder getRefOrBuilder() {
return ref_;
}
private void initFields() {
correlationId_ = akka.remote.ContainerFormats.Payload.getDefaultInstance();
ref_ = akka.remote.ContainerFormats.ActorRef.getDefaultInstance();
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasCorrelationId()) {
memoizedIsInitialized = 0;
return false;
}
if (!getCorrelationId().isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
if (hasRef()) {
if (!getRef().isInitialized()) {
memoizedIsInitialized = 0;
return false;
}
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(akka.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeMessage(1, correlationId_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
output.writeMessage(2, ref_);
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += akka.protobuf.CodedOutputStream
.computeMessageSize(1, correlationId_);
}
if (((bitField0_ & 0x00000002) == 0x00000002)) {
size += akka.protobuf.CodedOutputStream
.computeMessageSize(2, ref_);
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static akka.remote.ContainerFormats.ActorIdentity parseFrom(
akka.protobuf.ByteString data)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static akka.remote.ContainerFormats.ActorIdentity parseFrom(
akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static akka.remote.ContainerFormats.ActorIdentity parseFrom(byte[] data)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static akka.remote.ContainerFormats.ActorIdentity parseFrom(
byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static akka.remote.ContainerFormats.ActorIdentity parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static akka.remote.ContainerFormats.ActorIdentity parseFrom(
java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static akka.remote.ContainerFormats.ActorIdentity parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static akka.remote.ContainerFormats.ActorIdentity parseDelimitedFrom(
java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static akka.remote.ContainerFormats.ActorIdentity parseFrom(
akka.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static akka.remote.ContainerFormats.ActorIdentity parseFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(akka.remote.ContainerFormats.ActorIdentity prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
akka.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code ActorIdentity}
*/
public static final class Builder extends
akka.protobuf.GeneratedMessage.Builder
implements akka.remote.ContainerFormats.ActorIdentityOrBuilder {
public static final akka.protobuf.Descriptors.Descriptor
getDescriptor() {
return akka.remote.ContainerFormats.internal_static_ActorIdentity_descriptor;
}
protected akka.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return akka.remote.ContainerFormats.internal_static_ActorIdentity_fieldAccessorTable
.ensureFieldAccessorsInitialized(
akka.remote.ContainerFormats.ActorIdentity.class, akka.remote.ContainerFormats.ActorIdentity.Builder.class);
}
// Construct using akka.remote.ContainerFormats.ActorIdentity.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
akka.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
getCorrelationIdFieldBuilder();
getRefFieldBuilder();
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
if (correlationIdBuilder_ == null) {
correlationId_ = akka.remote.ContainerFormats.Payload.getDefaultInstance();
} else {
correlationIdBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
if (refBuilder_ == null) {
ref_ = akka.remote.ContainerFormats.ActorRef.getDefaultInstance();
} else {
refBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public akka.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return akka.remote.ContainerFormats.internal_static_ActorIdentity_descriptor;
}
public akka.remote.ContainerFormats.ActorIdentity getDefaultInstanceForType() {
return akka.remote.ContainerFormats.ActorIdentity.getDefaultInstance();
}
public akka.remote.ContainerFormats.ActorIdentity build() {
akka.remote.ContainerFormats.ActorIdentity result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public akka.remote.ContainerFormats.ActorIdentity buildPartial() {
akka.remote.ContainerFormats.ActorIdentity result = new akka.remote.ContainerFormats.ActorIdentity(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
if (correlationIdBuilder_ == null) {
result.correlationId_ = correlationId_;
} else {
result.correlationId_ = correlationIdBuilder_.build();
}
if (((from_bitField0_ & 0x00000002) == 0x00000002)) {
to_bitField0_ |= 0x00000002;
}
if (refBuilder_ == null) {
result.ref_ = ref_;
} else {
result.ref_ = refBuilder_.build();
}
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(akka.protobuf.Message other) {
if (other instanceof akka.remote.ContainerFormats.ActorIdentity) {
return mergeFrom((akka.remote.ContainerFormats.ActorIdentity)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(akka.remote.ContainerFormats.ActorIdentity other) {
if (other == akka.remote.ContainerFormats.ActorIdentity.getDefaultInstance()) return this;
if (other.hasCorrelationId()) {
mergeCorrelationId(other.getCorrelationId());
}
if (other.hasRef()) {
mergeRef(other.getRef());
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (!hasCorrelationId()) {
return false;
}
if (!getCorrelationId().isInitialized()) {
return false;
}
if (hasRef()) {
if (!getRef().isInitialized()) {
return false;
}
}
return true;
}
public Builder mergeFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
akka.remote.ContainerFormats.ActorIdentity parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (akka.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (akka.remote.ContainerFormats.ActorIdentity) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
// required .Payload correlationId = 1;
private akka.remote.ContainerFormats.Payload correlationId_ = akka.remote.ContainerFormats.Payload.getDefaultInstance();
private akka.protobuf.SingleFieldBuilder<
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> correlationIdBuilder_;
/**
* required .Payload correlationId = 1;
*/
public boolean hasCorrelationId() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required .Payload correlationId = 1;
*/
public akka.remote.ContainerFormats.Payload getCorrelationId() {
if (correlationIdBuilder_ == null) {
return correlationId_;
} else {
return correlationIdBuilder_.getMessage();
}
}
/**
* required .Payload correlationId = 1;
*/
public Builder setCorrelationId(akka.remote.ContainerFormats.Payload value) {
if (correlationIdBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
correlationId_ = value;
onChanged();
} else {
correlationIdBuilder_.setMessage(value);
}
bitField0_ |= 0x00000001;
return this;
}
/**
* required .Payload correlationId = 1;
*/
public Builder setCorrelationId(
akka.remote.ContainerFormats.Payload.Builder builderForValue) {
if (correlationIdBuilder_ == null) {
correlationId_ = builderForValue.build();
onChanged();
} else {
correlationIdBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000001;
return this;
}
/**
* required .Payload correlationId = 1;
*/
public Builder mergeCorrelationId(akka.remote.ContainerFormats.Payload value) {
if (correlationIdBuilder_ == null) {
if (((bitField0_ & 0x00000001) == 0x00000001) &&
correlationId_ != akka.remote.ContainerFormats.Payload.getDefaultInstance()) {
correlationId_ =
akka.remote.ContainerFormats.Payload.newBuilder(correlationId_).mergeFrom(value).buildPartial();
} else {
correlationId_ = value;
}
onChanged();
} else {
correlationIdBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000001;
return this;
}
/**
* required .Payload correlationId = 1;
*/
public Builder clearCorrelationId() {
if (correlationIdBuilder_ == null) {
correlationId_ = akka.remote.ContainerFormats.Payload.getDefaultInstance();
onChanged();
} else {
correlationIdBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
/**
* required .Payload correlationId = 1;
*/
public akka.remote.ContainerFormats.Payload.Builder getCorrelationIdBuilder() {
bitField0_ |= 0x00000001;
onChanged();
return getCorrelationIdFieldBuilder().getBuilder();
}
/**
* required .Payload correlationId = 1;
*/
public akka.remote.ContainerFormats.PayloadOrBuilder getCorrelationIdOrBuilder() {
if (correlationIdBuilder_ != null) {
return correlationIdBuilder_.getMessageOrBuilder();
} else {
return correlationId_;
}
}
/**
* required .Payload correlationId = 1;
*/
private akka.protobuf.SingleFieldBuilder<
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder>
getCorrelationIdFieldBuilder() {
if (correlationIdBuilder_ == null) {
correlationIdBuilder_ = new akka.protobuf.SingleFieldBuilder<
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder>(
correlationId_,
getParentForChildren(),
isClean());
correlationId_ = null;
}
return correlationIdBuilder_;
}
// optional .ActorRef ref = 2;
private akka.remote.ContainerFormats.ActorRef ref_ = akka.remote.ContainerFormats.ActorRef.getDefaultInstance();
private akka.protobuf.SingleFieldBuilder<
akka.remote.ContainerFormats.ActorRef, akka.remote.ContainerFormats.ActorRef.Builder, akka.remote.ContainerFormats.ActorRefOrBuilder> refBuilder_;
/**
* optional .ActorRef ref = 2;
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000002) == 0x00000002);
}
/**
* optional .ActorRef ref = 2;
*/
public akka.remote.ContainerFormats.ActorRef getRef() {
if (refBuilder_ == null) {
return ref_;
} else {
return refBuilder_.getMessage();
}
}
/**
* optional .ActorRef ref = 2;
*/
public Builder setRef(akka.remote.ContainerFormats.ActorRef value) {
if (refBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
ref_ = value;
onChanged();
} else {
refBuilder_.setMessage(value);
}
bitField0_ |= 0x00000002;
return this;
}
/**
* optional .ActorRef ref = 2;
*/
public Builder setRef(
akka.remote.ContainerFormats.ActorRef.Builder builderForValue) {
if (refBuilder_ == null) {
ref_ = builderForValue.build();
onChanged();
} else {
refBuilder_.setMessage(builderForValue.build());
}
bitField0_ |= 0x00000002;
return this;
}
/**
* optional .ActorRef ref = 2;
*/
public Builder mergeRef(akka.remote.ContainerFormats.ActorRef value) {
if (refBuilder_ == null) {
if (((bitField0_ & 0x00000002) == 0x00000002) &&
ref_ != akka.remote.ContainerFormats.ActorRef.getDefaultInstance()) {
ref_ =
akka.remote.ContainerFormats.ActorRef.newBuilder(ref_).mergeFrom(value).buildPartial();
} else {
ref_ = value;
}
onChanged();
} else {
refBuilder_.mergeFrom(value);
}
bitField0_ |= 0x00000002;
return this;
}
/**
* optional .ActorRef ref = 2;
*/
public Builder clearRef() {
if (refBuilder_ == null) {
ref_ = akka.remote.ContainerFormats.ActorRef.getDefaultInstance();
onChanged();
} else {
refBuilder_.clear();
}
bitField0_ = (bitField0_ & ~0x00000002);
return this;
}
/**
* optional .ActorRef ref = 2;
*/
public akka.remote.ContainerFormats.ActorRef.Builder getRefBuilder() {
bitField0_ |= 0x00000002;
onChanged();
return getRefFieldBuilder().getBuilder();
}
/**
* optional .ActorRef ref = 2;
*/
public akka.remote.ContainerFormats.ActorRefOrBuilder getRefOrBuilder() {
if (refBuilder_ != null) {
return refBuilder_.getMessageOrBuilder();
} else {
return ref_;
}
}
/**
* optional .ActorRef ref = 2;
*/
private akka.protobuf.SingleFieldBuilder<
akka.remote.ContainerFormats.ActorRef, akka.remote.ContainerFormats.ActorRef.Builder, akka.remote.ContainerFormats.ActorRefOrBuilder>
getRefFieldBuilder() {
if (refBuilder_ == null) {
refBuilder_ = new akka.protobuf.SingleFieldBuilder<
akka.remote.ContainerFormats.ActorRef, akka.remote.ContainerFormats.ActorRef.Builder, akka.remote.ContainerFormats.ActorRefOrBuilder>(
ref_,
getParentForChildren(),
isClean());
ref_ = null;
}
return refBuilder_;
}
// @@protoc_insertion_point(builder_scope:ActorIdentity)
}
static {
defaultInstance = new ActorIdentity(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:ActorIdentity)
}
public interface ActorRefOrBuilder
extends akka.protobuf.MessageOrBuilder {
// required string path = 1;
/**
* required string path = 1;
*/
boolean hasPath();
/**
* required string path = 1;
*/
java.lang.String getPath();
/**
* required string path = 1;
*/
akka.protobuf.ByteString
getPathBytes();
}
/**
* Protobuf type {@code ActorRef}
*/
public static final class ActorRef extends
akka.protobuf.GeneratedMessage
implements ActorRefOrBuilder {
// Use ActorRef.newBuilder() to construct.
private ActorRef(akka.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private ActorRef(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final ActorRef defaultInstance;
public static ActorRef getDefaultInstance() {
return defaultInstance;
}
public ActorRef getDefaultInstanceForType() {
return defaultInstance;
}
private final akka.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final akka.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private ActorRef(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
akka.protobuf.UnknownFieldSet.Builder unknownFields =
akka.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
bitField0_ |= 0x00000001;
path_ = input.readBytes();
break;
}
}
}
} catch (akka.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new akka.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final akka.protobuf.Descriptors.Descriptor
getDescriptor() {
return akka.remote.ContainerFormats.internal_static_ActorRef_descriptor;
}
protected akka.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return akka.remote.ContainerFormats.internal_static_ActorRef_fieldAccessorTable
.ensureFieldAccessorsInitialized(
akka.remote.ContainerFormats.ActorRef.class, akka.remote.ContainerFormats.ActorRef.Builder.class);
}
public static akka.protobuf.Parser PARSER =
new akka.protobuf.AbstractParser() {
public ActorRef parsePartialFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return new ActorRef(input, extensionRegistry);
}
};
@java.lang.Override
public akka.protobuf.Parser getParserForType() {
return PARSER;
}
private int bitField0_;
// required string path = 1;
public static final int PATH_FIELD_NUMBER = 1;
private java.lang.Object path_;
/**
* required string path = 1;
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required string path = 1;
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
if (ref instanceof java.lang.String) {
return (java.lang.String) ref;
} else {
akka.protobuf.ByteString bs =
(akka.protobuf.ByteString) ref;
java.lang.String s = bs.toStringUtf8();
if (bs.isValidUtf8()) {
path_ = s;
}
return s;
}
}
/**
* required string path = 1;
*/
public akka.protobuf.ByteString
getPathBytes() {
java.lang.Object ref = path_;
if (ref instanceof java.lang.String) {
akka.protobuf.ByteString b =
akka.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
path_ = b;
return b;
} else {
return (akka.protobuf.ByteString) ref;
}
}
private void initFields() {
path_ = "";
}
private byte memoizedIsInitialized = -1;
public final boolean isInitialized() {
byte isInitialized = memoizedIsInitialized;
if (isInitialized != -1) return isInitialized == 1;
if (!hasPath()) {
memoizedIsInitialized = 0;
return false;
}
memoizedIsInitialized = 1;
return true;
}
public void writeTo(akka.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (((bitField0_ & 0x00000001) == 0x00000001)) {
output.writeBytes(1, getPathBytes());
}
getUnknownFields().writeTo(output);
}
private int memoizedSerializedSize = -1;
public int getSerializedSize() {
int size = memoizedSerializedSize;
if (size != -1) return size;
size = 0;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
size += akka.protobuf.CodedOutputStream
.computeBytesSize(1, getPathBytes());
}
size += getUnknownFields().getSerializedSize();
memoizedSerializedSize = size;
return size;
}
private static final long serialVersionUID = 0L;
@java.lang.Override
protected java.lang.Object writeReplace()
throws java.io.ObjectStreamException {
return super.writeReplace();
}
public static akka.remote.ContainerFormats.ActorRef parseFrom(
akka.protobuf.ByteString data)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static akka.remote.ContainerFormats.ActorRef parseFrom(
akka.protobuf.ByteString data,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static akka.remote.ContainerFormats.ActorRef parseFrom(byte[] data)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data);
}
public static akka.remote.ContainerFormats.ActorRef parseFrom(
byte[] data,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
return PARSER.parseFrom(data, extensionRegistry);
}
public static akka.remote.ContainerFormats.ActorRef parseFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static akka.remote.ContainerFormats.ActorRef parseFrom(
java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static akka.remote.ContainerFormats.ActorRef parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input);
}
public static akka.remote.ContainerFormats.ActorRef parseDelimitedFrom(
java.io.InputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseDelimitedFrom(input, extensionRegistry);
}
public static akka.remote.ContainerFormats.ActorRef parseFrom(
akka.protobuf.CodedInputStream input)
throws java.io.IOException {
return PARSER.parseFrom(input);
}
public static akka.remote.ContainerFormats.ActorRef parseFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return Builder.create(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder(akka.remote.ContainerFormats.ActorRef prototype) {
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
akka.protobuf.GeneratedMessage.BuilderParent parent) {
Builder builder = new Builder(parent);
return builder;
}
/**
* Protobuf type {@code ActorRef}
*/
public static final class Builder extends
akka.protobuf.GeneratedMessage.Builder
implements akka.remote.ContainerFormats.ActorRefOrBuilder {
public static final akka.protobuf.Descriptors.Descriptor
getDescriptor() {
return akka.remote.ContainerFormats.internal_static_ActorRef_descriptor;
}
protected akka.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return akka.remote.ContainerFormats.internal_static_ActorRef_fieldAccessorTable
.ensureFieldAccessorsInitialized(
akka.remote.ContainerFormats.ActorRef.class, akka.remote.ContainerFormats.ActorRef.Builder.class);
}
// Construct using akka.remote.ContainerFormats.ActorRef.newBuilder()
private Builder() {
maybeForceBuilderInitialization();
}
private Builder(
akka.protobuf.GeneratedMessage.BuilderParent parent) {
super(parent);
maybeForceBuilderInitialization();
}
private void maybeForceBuilderInitialization() {
if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) {
}
}
private static Builder create() {
return new Builder();
}
public Builder clear() {
super.clear();
path_ = "";
bitField0_ = (bitField0_ & ~0x00000001);
return this;
}
public Builder clone() {
return create().mergeFrom(buildPartial());
}
public akka.protobuf.Descriptors.Descriptor
getDescriptorForType() {
return akka.remote.ContainerFormats.internal_static_ActorRef_descriptor;
}
public akka.remote.ContainerFormats.ActorRef getDefaultInstanceForType() {
return akka.remote.ContainerFormats.ActorRef.getDefaultInstance();
}
public akka.remote.ContainerFormats.ActorRef build() {
akka.remote.ContainerFormats.ActorRef result = buildPartial();
if (!result.isInitialized()) {
throw newUninitializedMessageException(result);
}
return result;
}
public akka.remote.ContainerFormats.ActorRef buildPartial() {
akka.remote.ContainerFormats.ActorRef result = new akka.remote.ContainerFormats.ActorRef(this);
int from_bitField0_ = bitField0_;
int to_bitField0_ = 0;
if (((from_bitField0_ & 0x00000001) == 0x00000001)) {
to_bitField0_ |= 0x00000001;
}
result.path_ = path_;
result.bitField0_ = to_bitField0_;
onBuilt();
return result;
}
public Builder mergeFrom(akka.protobuf.Message other) {
if (other instanceof akka.remote.ContainerFormats.ActorRef) {
return mergeFrom((akka.remote.ContainerFormats.ActorRef)other);
} else {
super.mergeFrom(other);
return this;
}
}
public Builder mergeFrom(akka.remote.ContainerFormats.ActorRef other) {
if (other == akka.remote.ContainerFormats.ActorRef.getDefaultInstance()) return this;
if (other.hasPath()) {
bitField0_ |= 0x00000001;
path_ = other.path_;
onChanged();
}
this.mergeUnknownFields(other.getUnknownFields());
return this;
}
public final boolean isInitialized() {
if (!hasPath()) {
return false;
}
return true;
}
public Builder mergeFrom(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
akka.remote.ContainerFormats.ActorRef parsedMessage = null;
try {
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
} catch (akka.protobuf.InvalidProtocolBufferException e) {
parsedMessage = (akka.remote.ContainerFormats.ActorRef) e.getUnfinishedMessage();
throw e;
} finally {
if (parsedMessage != null) {
mergeFrom(parsedMessage);
}
}
return this;
}
private int bitField0_;
// required string path = 1;
private java.lang.Object path_ = "";
/**
* required string path = 1;
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) == 0x00000001);
}
/**
* required string path = 1;
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
if (!(ref instanceof java.lang.String)) {
java.lang.String s = ((akka.protobuf.ByteString) ref)
.toStringUtf8();
path_ = s;
return s;
} else {
return (java.lang.String) ref;
}
}
/**
* required string path = 1;
*/
public akka.protobuf.ByteString
getPathBytes() {
java.lang.Object ref = path_;
if (ref instanceof String) {
akka.protobuf.ByteString b =
akka.protobuf.ByteString.copyFromUtf8(
(java.lang.String) ref);
path_ = b;
return b;
} else {
return (akka.protobuf.ByteString) ref;
}
}
/**
* required string path = 1;
*/
public Builder setPath(
java.lang.String value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
path_ = value;
onChanged();
return this;
}
/**
* required string path = 1;
*/
public Builder clearPath() {
bitField0_ = (bitField0_ & ~0x00000001);
path_ = getDefaultInstance().getPath();
onChanged();
return this;
}
/**
* required string path = 1;
*/
public Builder setPathBytes(
akka.protobuf.ByteString value) {
if (value == null) {
throw new NullPointerException();
}
bitField0_ |= 0x00000001;
path_ = value;
onChanged();
return this;
}
// @@protoc_insertion_point(builder_scope:ActorRef)
}
static {
defaultInstance = new ActorRef(true);
defaultInstance.initFields();
}
// @@protoc_insertion_point(class_scope:ActorRef)
}
public interface OptionOrBuilder
extends akka.protobuf.MessageOrBuilder {
// optional .Payload value = 1;
/**
* optional .Payload value = 1;
*/
boolean hasValue();
/**
* optional .Payload value = 1;
*/
akka.remote.ContainerFormats.Payload getValue();
/**
* optional .Payload value = 1;
*/
akka.remote.ContainerFormats.PayloadOrBuilder getValueOrBuilder();
}
/**
* Protobuf type {@code Option}
*/
public static final class Option extends
akka.protobuf.GeneratedMessage
implements OptionOrBuilder {
// Use Option.newBuilder() to construct.
private Option(akka.protobuf.GeneratedMessage.Builder> builder) {
super(builder);
this.unknownFields = builder.getUnknownFields();
}
private Option(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); }
private static final Option defaultInstance;
public static Option getDefaultInstance() {
return defaultInstance;
}
public Option getDefaultInstanceForType() {
return defaultInstance;
}
private final akka.protobuf.UnknownFieldSet unknownFields;
@java.lang.Override
public final akka.protobuf.UnknownFieldSet
getUnknownFields() {
return this.unknownFields;
}
private Option(
akka.protobuf.CodedInputStream input,
akka.protobuf.ExtensionRegistryLite extensionRegistry)
throws akka.protobuf.InvalidProtocolBufferException {
initFields();
int mutable_bitField0_ = 0;
akka.protobuf.UnknownFieldSet.Builder unknownFields =
akka.protobuf.UnknownFieldSet.newBuilder();
try {
boolean done = false;
while (!done) {
int tag = input.readTag();
switch (tag) {
case 0:
done = true;
break;
default: {
if (!parseUnknownField(input, unknownFields,
extensionRegistry, tag)) {
done = true;
}
break;
}
case 10: {
akka.remote.ContainerFormats.Payload.Builder subBuilder = null;
if (((bitField0_ & 0x00000001) == 0x00000001)) {
subBuilder = value_.toBuilder();
}
value_ = input.readMessage(akka.remote.ContainerFormats.Payload.PARSER, extensionRegistry);
if (subBuilder != null) {
subBuilder.mergeFrom(value_);
value_ = subBuilder.buildPartial();
}
bitField0_ |= 0x00000001;
break;
}
}
}
} catch (akka.protobuf.InvalidProtocolBufferException e) {
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new akka.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
}
}
public static final akka.protobuf.Descriptors.Descriptor
getDescriptor() {
return akka.remote.ContainerFormats.internal_static_Option_descriptor;
}
protected akka.protobuf.GeneratedMessage.FieldAccessorTable
internalGetFieldAccessorTable() {
return akka.remote.ContainerFormats.internal_static_Option_fieldAccessorTable
.ensureFieldAccessorsInitialized(
akka.remote.ContainerFormats.Option.class, akka.remote.ContainerFormats.Option.Builder.class);
}
public static akka.protobuf.Parser