diff --git a/COPYING.protobuf b/COPYING.protobuf new file mode 100644 index 0000000000..705db579c9 --- /dev/null +++ b/COPYING.protobuf @@ -0,0 +1,33 @@ +Copyright 2008, Google Inc. +All rights reserved. + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions are +met: + + * Redistributions of source code must retain the above copyright +notice, this list of conditions and the following disclaimer. + * Redistributions in binary form must reproduce the above +copyright notice, this list of conditions and the following disclaimer +in the documentation and/or other materials provided with the +distribution. + * Neither the name of Google Inc. nor the names of its +contributors may be used to endorse or promote products derived from +this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +Code generated by the Protocol Buffer compiler is owned by the owner +of the input file used when generating it. This code is not +standalone and requires a support library to be linked with it. This +support library is itself covered by the above license. diff --git a/LICENSE b/LICENSE index 0fa6d40e80..0ac6274448 100755 --- a/LICENSE +++ b/LICENSE @@ -18,3 +18,9 @@ the License. Licenses for dependency projects can be found here: [http://akka.io/docs/akka/snapshot/project/licenses.html] + +--------------- + +akka-protobuf contains the sources of Google protobuf 2.5.0 runtime support, +moved into the source package `akka.protobuf` so as to avoid version conflicts. +For license information see COPYING.protobuf diff --git a/akka-cluster-metrics/src/main/java/akka/cluster/metrics/protobuf/msg/ClusterMetricsMessages.java b/akka-cluster-metrics/src/main/java/akka/cluster/metrics/protobuf/msg/ClusterMetricsMessages.java index b21b7b7081..b087c7e385 100644 --- a/akka-cluster-metrics/src/main/java/akka/cluster/metrics/protobuf/msg/ClusterMetricsMessages.java +++ b/akka-cluster-metrics/src/main/java/akka/cluster/metrics/protobuf/msg/ClusterMetricsMessages.java @@ -6,10 +6,10 @@ package akka.cluster.metrics.protobuf.msg; public final class ClusterMetricsMessages { private ClusterMetricsMessages() {} public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { + akka.protobuf.ExtensionRegistry registry) { } public interface MetricsGossipEnvelopeOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .Address from = 1; /** @@ -58,14 +58,14 @@ public final class ClusterMetricsMessages { * */ public static final class MetricsGossipEnvelope extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements MetricsGossipEnvelopeOrBuilder { // Use MetricsGossipEnvelope.newBuilder() to construct. - private MetricsGossipEnvelope(com.google.protobuf.GeneratedMessage.Builder builder) { + private MetricsGossipEnvelope(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private MetricsGossipEnvelope(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private MetricsGossipEnvelope(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final MetricsGossipEnvelope defaultInstance; public static MetricsGossipEnvelope getDefaultInstance() { @@ -76,20 +76,20 @@ public final class ClusterMetricsMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MetricsGossipEnvelope( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -138,40 +138,40 @@ public final class ClusterMetricsMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_MetricsGossipEnvelope_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_MetricsGossipEnvelope_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.class, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public MetricsGossipEnvelope parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new MetricsGossipEnvelope(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -270,7 +270,7 @@ public final class ClusterMetricsMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -292,15 +292,15 @@ public final class ClusterMetricsMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, from_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, gossip_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBoolSize(3, reply_); } size += getUnknownFields().getSerializedSize(); @@ -316,24 +316,24 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope parseFrom(java.io.InputStream input) @@ -342,7 +342,7 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -352,18 +352,18 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -377,7 +377,7 @@ public final class ClusterMetricsMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -390,14 +390,14 @@ public final class ClusterMetricsMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelopeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_MetricsGossipEnvelope_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_MetricsGossipEnvelope_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -410,12 +410,12 @@ public final class ClusterMetricsMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getFromFieldBuilder(); getGossipFieldBuilder(); } @@ -447,7 +447,7 @@ public final class ClusterMetricsMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_MetricsGossipEnvelope_descriptor; } @@ -493,7 +493,7 @@ public final class ClusterMetricsMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope) { return mergeFrom((akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope)other); } else { @@ -542,13 +542,13 @@ public final class ClusterMetricsMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipEnvelope) e.getUnfinishedMessage(); throw e; } finally { @@ -562,7 +562,7 @@ public final class ClusterMetricsMessages { // required .Address from = 1; private akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address from_ = akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder> fromBuilder_; /** * required .Address from = 1; @@ -663,11 +663,11 @@ public final class ClusterMetricsMessages { /** * required .Address from = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder> getFromFieldBuilder() { if (fromBuilder_ == null) { - fromBuilder_ = new com.google.protobuf.SingleFieldBuilder< + fromBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder>( from_, getParentForChildren(), @@ -679,7 +679,7 @@ public final class ClusterMetricsMessages { // required .MetricsGossip gossip = 2; private akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip gossip_ = akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder> gossipBuilder_; /** * required .MetricsGossip gossip = 2; @@ -780,11 +780,11 @@ public final class ClusterMetricsMessages { /** * required .MetricsGossip gossip = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder> getGossipFieldBuilder() { if (gossipBuilder_ == null) { - gossipBuilder_ = new com.google.protobuf.SingleFieldBuilder< + gossipBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder>( gossip_, getParentForChildren(), @@ -839,7 +839,7 @@ public final class ClusterMetricsMessages { } public interface MetricsGossipOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated .Address allAddresses = 1; /** @@ -883,7 +883,7 @@ public final class ClusterMetricsMessages { /** * repeated string allMetricNames = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getAllMetricNamesBytes(int index); // repeated .NodeMetrics nodeMetrics = 3; @@ -920,14 +920,14 @@ public final class ClusterMetricsMessages { * */ public static final class MetricsGossip extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements MetricsGossipOrBuilder { // Use MetricsGossip.newBuilder() to construct. - private MetricsGossip(com.google.protobuf.GeneratedMessage.Builder builder) { + private MetricsGossip(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private MetricsGossip(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private MetricsGossip(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final MetricsGossip defaultInstance; public static MetricsGossip getDefaultInstance() { @@ -938,20 +938,20 @@ public final class ClusterMetricsMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MetricsGossip( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -977,7 +977,7 @@ public final class ClusterMetricsMessages { } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - allMetricNames_ = new com.google.protobuf.LazyStringArrayList(); + allMetricNames_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } allMetricNames_.add(input.readBytes()); @@ -993,17 +993,17 @@ public final class ClusterMetricsMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { allAddresses_ = java.util.Collections.unmodifiableList(allAddresses_); } if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - allMetricNames_ = new com.google.protobuf.UnmodifiableLazyStringList(allMetricNames_); + allMetricNames_ = new akka.protobuf.UnmodifiableLazyStringList(allMetricNames_); } if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { nodeMetrics_ = java.util.Collections.unmodifiableList(nodeMetrics_); @@ -1012,30 +1012,30 @@ public final class ClusterMetricsMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_MetricsGossip_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_MetricsGossip_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.class, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public MetricsGossip parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new MetricsGossip(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -1077,7 +1077,7 @@ public final class ClusterMetricsMessages { // repeated string allMetricNames = 2; public static final int ALLMETRICNAMES_FIELD_NUMBER = 2; - private com.google.protobuf.LazyStringList allMetricNames_; + private akka.protobuf.LazyStringList allMetricNames_; /** * repeated string allMetricNames = 2; */ @@ -1100,7 +1100,7 @@ public final class ClusterMetricsMessages { /** * repeated string allMetricNames = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAllMetricNamesBytes(int index) { return allMetricNames_.getByteString(index); } @@ -1143,7 +1143,7 @@ public final class ClusterMetricsMessages { private void initFields() { allAddresses_ = java.util.Collections.emptyList(); - allMetricNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allMetricNames_ = akka.protobuf.LazyStringArrayList.EMPTY; nodeMetrics_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; @@ -1167,7 +1167,7 @@ public final class ClusterMetricsMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < allAddresses_.size(); i++) { @@ -1189,20 +1189,20 @@ public final class ClusterMetricsMessages { size = 0; for (int i = 0; i < allAddresses_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, allAddresses_.get(i)); } { int dataSize = 0; for (int i = 0; i < allMetricNames_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(allMetricNames_.getByteString(i)); } size += dataSize; size += 1 * getAllMetricNamesList().size(); } for (int i = 0; i < nodeMetrics_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, nodeMetrics_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -1218,24 +1218,24 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip parseFrom(java.io.InputStream input) @@ -1244,7 +1244,7 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1254,18 +1254,18 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1279,7 +1279,7 @@ public final class ClusterMetricsMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -1292,14 +1292,14 @@ public final class ClusterMetricsMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossipOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_MetricsGossip_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_MetricsGossip_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1312,12 +1312,12 @@ public final class ClusterMetricsMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAllAddressesFieldBuilder(); getNodeMetricsFieldBuilder(); } @@ -1334,7 +1334,7 @@ public final class ClusterMetricsMessages { } else { allAddressesBuilder_.clear(); } - allMetricNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allMetricNames_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); if (nodeMetricsBuilder_ == null) { nodeMetrics_ = java.util.Collections.emptyList(); @@ -1349,7 +1349,7 @@ public final class ClusterMetricsMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_MetricsGossip_descriptor; } @@ -1379,7 +1379,7 @@ public final class ClusterMetricsMessages { result.allAddresses_ = allAddressesBuilder_.build(); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - allMetricNames_ = new com.google.protobuf.UnmodifiableLazyStringList( + allMetricNames_ = new akka.protobuf.UnmodifiableLazyStringList( allMetricNames_); bitField0_ = (bitField0_ & ~0x00000002); } @@ -1397,7 +1397,7 @@ public final class ClusterMetricsMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip) { return mergeFrom((akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip)other); } else { @@ -1427,7 +1427,7 @@ public final class ClusterMetricsMessages { allAddresses_ = other.allAddresses_; bitField0_ = (bitField0_ & ~0x00000001); allAddressesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getAllAddressesFieldBuilder() : null; } else { allAddressesBuilder_.addAllMessages(other.allAddresses_); @@ -1463,7 +1463,7 @@ public final class ClusterMetricsMessages { nodeMetrics_ = other.nodeMetrics_; bitField0_ = (bitField0_ & ~0x00000004); nodeMetricsBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getNodeMetricsFieldBuilder() : null; } else { nodeMetricsBuilder_.addAllMessages(other.nodeMetrics_); @@ -1491,13 +1491,13 @@ public final class ClusterMetricsMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip) e.getUnfinishedMessage(); throw e; } finally { @@ -1519,7 +1519,7 @@ public final class ClusterMetricsMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder> allAddressesBuilder_; /** @@ -1734,11 +1734,11 @@ public final class ClusterMetricsMessages { getAllAddressesBuilderList() { return getAllAddressesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder> getAllAddressesFieldBuilder() { if (allAddressesBuilder_ == null) { - allAddressesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + allAddressesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder>( allAddresses_, ((bitField0_ & 0x00000001) == 0x00000001), @@ -1750,10 +1750,10 @@ public final class ClusterMetricsMessages { } // repeated string allMetricNames = 2; - private com.google.protobuf.LazyStringList allMetricNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList allMetricNames_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureAllMetricNamesIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { - allMetricNames_ = new com.google.protobuf.LazyStringArrayList(allMetricNames_); + allMetricNames_ = new akka.protobuf.LazyStringArrayList(allMetricNames_); bitField0_ |= 0x00000002; } } @@ -1779,7 +1779,7 @@ public final class ClusterMetricsMessages { /** * repeated string allMetricNames = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAllMetricNamesBytes(int index) { return allMetricNames_.getByteString(index); } @@ -1823,7 +1823,7 @@ public final class ClusterMetricsMessages { * repeated string allMetricNames = 2; */ public Builder clearAllMetricNames() { - allMetricNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allMetricNames_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; @@ -1832,7 +1832,7 @@ public final class ClusterMetricsMessages { * repeated string allMetricNames = 2; */ public Builder addAllMetricNamesBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1852,7 +1852,7 @@ public final class ClusterMetricsMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder> nodeMetricsBuilder_; /** @@ -2067,11 +2067,11 @@ public final class ClusterMetricsMessages { getNodeMetricsBuilderList() { return getNodeMetricsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder> getNodeMetricsFieldBuilder() { if (nodeMetricsBuilder_ == null) { - nodeMetricsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + nodeMetricsBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder>( nodeMetrics_, ((bitField0_ & 0x00000004) == 0x00000004), @@ -2094,7 +2094,7 @@ public final class ClusterMetricsMessages { } public interface NodeMetricsOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required int32 addressIndex = 1; /** @@ -2150,14 +2150,14 @@ public final class ClusterMetricsMessages { * */ public static final class NodeMetrics extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements NodeMetricsOrBuilder { // Use NodeMetrics.newBuilder() to construct. - private NodeMetrics(com.google.protobuf.GeneratedMessage.Builder builder) { + private NodeMetrics(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private NodeMetrics(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private NodeMetrics(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final NodeMetrics defaultInstance; public static NodeMetrics getDefaultInstance() { @@ -2168,20 +2168,20 @@ public final class ClusterMetricsMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private NodeMetrics( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -2217,10 +2217,10 @@ public final class ClusterMetricsMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { @@ -2230,30 +2230,30 @@ public final class ClusterMetricsMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.class, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public NodeMetrics parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new NodeMetrics(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -2261,7 +2261,7 @@ public final class ClusterMetricsMessages { * Protobuf enum {@code NodeMetrics.NumberType} */ public enum NumberType - implements com.google.protobuf.ProtocolMessageEnum { + implements akka.protobuf.ProtocolMessageEnum { /** * Serialized = 0; */ @@ -2319,27 +2319,27 @@ public final class ClusterMetricsMessages { } } - public static com.google.protobuf.Internal.EnumLiteMap + public static akka.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static com.google.protobuf.Internal.EnumLiteMap + private static akka.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { + new akka.protobuf.Internal.EnumLiteMap() { public NumberType findValueByNumber(int number) { return NumberType.valueOf(number); } }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor + public final akka.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(index); } - public final com.google.protobuf.Descriptors.EnumDescriptor + public final akka.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor + public static final akka.protobuf.Descriptors.EnumDescriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.getDescriptor().getEnumTypes().get(0); } @@ -2347,7 +2347,7 @@ public final class ClusterMetricsMessages { private static final NumberType[] VALUES = values(); public static NumberType valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + akka.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); @@ -2367,7 +2367,7 @@ public final class ClusterMetricsMessages { } public interface NumberOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .NodeMetrics.NumberType type = 1; /** @@ -2407,20 +2407,20 @@ public final class ClusterMetricsMessages { /** * optional bytes serialized = 4; */ - com.google.protobuf.ByteString getSerialized(); + akka.protobuf.ByteString getSerialized(); } /** * Protobuf type {@code NodeMetrics.Number} */ public static final class Number extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements NumberOrBuilder { // Use Number.newBuilder() to construct. - private Number(com.google.protobuf.GeneratedMessage.Builder builder) { + private Number(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Number(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Number(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Number defaultInstance; public static Number getDefaultInstance() { @@ -2431,20 +2431,20 @@ public final class ClusterMetricsMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Number( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -2488,40 +2488,40 @@ public final class ClusterMetricsMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_Number_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_Number_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.class, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Number parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Number(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -2576,7 +2576,7 @@ public final class ClusterMetricsMessages { // optional bytes serialized = 4; public static final int SERIALIZED_FIELD_NUMBER = 4; - private com.google.protobuf.ByteString serialized_; + private akka.protobuf.ByteString serialized_; /** * optional bytes serialized = 4; */ @@ -2586,7 +2586,7 @@ public final class ClusterMetricsMessages { /** * optional bytes serialized = 4; */ - public com.google.protobuf.ByteString getSerialized() { + public akka.protobuf.ByteString getSerialized() { return serialized_; } @@ -2594,7 +2594,7 @@ public final class ClusterMetricsMessages { type_ = akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType.Serialized; value32_ = 0; value64_ = 0L; - serialized_ = com.google.protobuf.ByteString.EMPTY; + serialized_ = akka.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -2609,7 +2609,7 @@ public final class ClusterMetricsMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -2634,19 +2634,19 @@ public final class ClusterMetricsMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeEnumSize(1, type_.getNumber()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt32Size(2, value32_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt64Size(3, value64_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(4, serialized_); } size += getUnknownFields().getSerializedSize(); @@ -2662,24 +2662,24 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number parseFrom(java.io.InputStream input) @@ -2688,7 +2688,7 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2698,18 +2698,18 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2723,7 +2723,7 @@ public final class ClusterMetricsMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -2731,14 +2731,14 @@ public final class ClusterMetricsMessages { * Protobuf type {@code NodeMetrics.Number} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_Number_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_Number_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2751,12 +2751,12 @@ public final class ClusterMetricsMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -2771,7 +2771,7 @@ public final class ClusterMetricsMessages { bitField0_ = (bitField0_ & ~0x00000002); value64_ = 0L; bitField0_ = (bitField0_ & ~0x00000004); - serialized_ = com.google.protobuf.ByteString.EMPTY; + serialized_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); return this; } @@ -2780,7 +2780,7 @@ public final class ClusterMetricsMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_Number_descriptor; } @@ -2822,7 +2822,7 @@ public final class ClusterMetricsMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number) { return mergeFrom((akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number)other); } else { @@ -2858,13 +2858,13 @@ public final class ClusterMetricsMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number) e.getUnfinishedMessage(); throw e; } finally { @@ -2979,7 +2979,7 @@ public final class ClusterMetricsMessages { } // optional bytes serialized = 4; - private com.google.protobuf.ByteString serialized_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString serialized_ = akka.protobuf.ByteString.EMPTY; /** * optional bytes serialized = 4; */ @@ -2989,13 +2989,13 @@ public final class ClusterMetricsMessages { /** * optional bytes serialized = 4; */ - public com.google.protobuf.ByteString getSerialized() { + public akka.protobuf.ByteString getSerialized() { return serialized_; } /** * optional bytes serialized = 4; */ - public Builder setSerialized(com.google.protobuf.ByteString value) { + public Builder setSerialized(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -3026,7 +3026,7 @@ public final class ClusterMetricsMessages { } public interface EWMAOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required double value = 1; /** @@ -3052,14 +3052,14 @@ public final class ClusterMetricsMessages { * Protobuf type {@code NodeMetrics.EWMA} */ public static final class EWMA extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EWMAOrBuilder { // Use EWMA.newBuilder() to construct. - private EWMA(com.google.protobuf.GeneratedMessage.Builder builder) { + private EWMA(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private EWMA(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private EWMA(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final EWMA defaultInstance; public static EWMA getDefaultInstance() { @@ -3070,20 +3070,20 @@ public final class ClusterMetricsMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EWMA( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -3111,40 +3111,40 @@ public final class ClusterMetricsMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_EWMA_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_EWMA_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.class, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public EWMA parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new EWMA(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -3202,7 +3202,7 @@ public final class ClusterMetricsMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -3221,11 +3221,11 @@ public final class ClusterMetricsMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeDoubleSize(1, value_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeDoubleSize(2, alpha_); } size += getUnknownFields().getSerializedSize(); @@ -3241,24 +3241,24 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA parseFrom(java.io.InputStream input) @@ -3267,7 +3267,7 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3277,18 +3277,18 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3302,7 +3302,7 @@ public final class ClusterMetricsMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -3310,14 +3310,14 @@ public final class ClusterMetricsMessages { * Protobuf type {@code NodeMetrics.EWMA} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMAOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_EWMA_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_EWMA_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3330,12 +3330,12 @@ public final class ClusterMetricsMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -3355,7 +3355,7 @@ public final class ClusterMetricsMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_EWMA_descriptor; } @@ -3389,7 +3389,7 @@ public final class ClusterMetricsMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA) { return mergeFrom((akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA)other); } else { @@ -3423,13 +3423,13 @@ public final class ClusterMetricsMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA) e.getUnfinishedMessage(); throw e; } finally { @@ -3519,7 +3519,7 @@ public final class ClusterMetricsMessages { } public interface MetricOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required int32 nameIndex = 1; /** @@ -3563,14 +3563,14 @@ public final class ClusterMetricsMessages { * Protobuf type {@code NodeMetrics.Metric} */ public static final class Metric extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements MetricOrBuilder { // Use Metric.newBuilder() to construct. - private Metric(com.google.protobuf.GeneratedMessage.Builder builder) { + private Metric(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Metric(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Metric(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Metric defaultInstance; public static Metric getDefaultInstance() { @@ -3581,20 +3581,20 @@ public final class ClusterMetricsMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Metric( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -3643,40 +3643,40 @@ public final class ClusterMetricsMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_Metric_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_Metric_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.class, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Metric parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Metric(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -3773,7 +3773,7 @@ public final class ClusterMetricsMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -3795,15 +3795,15 @@ public final class ClusterMetricsMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(1, nameIndex_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, number_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, ewma_); } size += getUnknownFields().getSerializedSize(); @@ -3819,24 +3819,24 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric parseFrom(java.io.InputStream input) @@ -3845,7 +3845,7 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3855,18 +3855,18 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3880,7 +3880,7 @@ public final class ClusterMetricsMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -3888,14 +3888,14 @@ public final class ClusterMetricsMessages { * Protobuf type {@code NodeMetrics.Metric} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_Metric_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_Metric_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3908,12 +3908,12 @@ public final class ClusterMetricsMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getNumberFieldBuilder(); getEwmaFieldBuilder(); } @@ -3945,7 +3945,7 @@ public final class ClusterMetricsMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_Metric_descriptor; } @@ -3991,7 +3991,7 @@ public final class ClusterMetricsMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric) { return mergeFrom((akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric)other); } else { @@ -4038,13 +4038,13 @@ public final class ClusterMetricsMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric) e.getUnfinishedMessage(); throw e; } finally { @@ -4091,7 +4091,7 @@ public final class ClusterMetricsMessages { // required .NodeMetrics.Number number = 2; private akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number number_ = akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder> numberBuilder_; /** * required .NodeMetrics.Number number = 2; @@ -4192,11 +4192,11 @@ public final class ClusterMetricsMessages { /** * required .NodeMetrics.Number number = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder> getNumberFieldBuilder() { if (numberBuilder_ == null) { - numberBuilder_ = new com.google.protobuf.SingleFieldBuilder< + numberBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberOrBuilder>( number_, getParentForChildren(), @@ -4208,7 +4208,7 @@ public final class ClusterMetricsMessages { // optional .NodeMetrics.EWMA ewma = 3; private akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA ewma_ = akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMAOrBuilder> ewmaBuilder_; /** * optional .NodeMetrics.EWMA ewma = 3; @@ -4309,11 +4309,11 @@ public final class ClusterMetricsMessages { /** * optional .NodeMetrics.EWMA ewma = 3; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMAOrBuilder> getEwmaFieldBuilder() { if (ewmaBuilder_ == null) { - ewmaBuilder_ = new com.google.protobuf.SingleFieldBuilder< + ewmaBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMAOrBuilder>( ewma_, getParentForChildren(), @@ -4431,7 +4431,7 @@ public final class ClusterMetricsMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -4453,15 +4453,15 @@ public final class ClusterMetricsMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(1, addressIndex_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(2, timestamp_); } for (int i = 0; i < metrics_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, metrics_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -4477,24 +4477,24 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics parseFrom(java.io.InputStream input) @@ -4503,7 +4503,7 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4513,18 +4513,18 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4538,7 +4538,7 @@ public final class ClusterMetricsMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -4551,14 +4551,14 @@ public final class ClusterMetricsMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetricsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4571,12 +4571,12 @@ public final class ClusterMetricsMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getMetricsFieldBuilder(); } } @@ -4603,7 +4603,7 @@ public final class ClusterMetricsMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_NodeMetrics_descriptor; } @@ -4646,7 +4646,7 @@ public final class ClusterMetricsMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics) { return mergeFrom((akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics)other); } else { @@ -4682,7 +4682,7 @@ public final class ClusterMetricsMessages { metrics_ = other.metrics_; bitField0_ = (bitField0_ & ~0x00000004); metricsBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getMetricsFieldBuilder() : null; } else { metricsBuilder_.addAllMessages(other.metrics_); @@ -4712,13 +4712,13 @@ public final class ClusterMetricsMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics) e.getUnfinishedMessage(); throw e; } finally { @@ -4806,7 +4806,7 @@ public final class ClusterMetricsMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder> metricsBuilder_; /** @@ -5021,11 +5021,11 @@ public final class ClusterMetricsMessages { getMetricsBuilderList() { return getMetricsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder> getMetricsFieldBuilder() { if (metricsBuilder_ == null) { - metricsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + metricsBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Metric.Builder, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.MetricOrBuilder>( metrics_, ((bitField0_ & 0x00000004) == 0x00000004), @@ -5048,7 +5048,7 @@ public final class ClusterMetricsMessages { } public interface AddressOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string system = 1; /** @@ -5062,7 +5062,7 @@ public final class ClusterMetricsMessages { /** * required string system = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getSystemBytes(); // required string hostname = 2; @@ -5077,7 +5077,7 @@ public final class ClusterMetricsMessages { /** * required string hostname = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getHostnameBytes(); // required uint32 port = 3; @@ -5102,7 +5102,7 @@ public final class ClusterMetricsMessages { /** * optional string protocol = 4; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getProtocolBytes(); } /** @@ -5114,14 +5114,14 @@ public final class ClusterMetricsMessages { * */ public static final class Address extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements AddressOrBuilder { // Use Address.newBuilder() to construct. - private Address(com.google.protobuf.GeneratedMessage.Builder builder) { + private Address(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Address(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Address(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Address defaultInstance; public static Address getDefaultInstance() { @@ -5132,20 +5132,20 @@ public final class ClusterMetricsMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Address( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -5183,40 +5183,40 @@ public final class ClusterMetricsMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_Address_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_Address_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.class, akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.Builder.class); } - public static com.google.protobuf.Parser
PARSER = - new com.google.protobuf.AbstractParser
() { + public static akka.protobuf.Parser
PARSER = + new akka.protobuf.AbstractParser
() { public Address parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Address(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser
getParserForType() { + public akka.protobuf.Parser
getParserForType() { return PARSER; } @@ -5238,8 +5238,8 @@ public final class ClusterMetricsMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { system_ = s; @@ -5250,17 +5250,17 @@ public final class ClusterMetricsMessages { /** * required string system = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getSystemBytes() { java.lang.Object ref = system_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); system_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -5281,8 +5281,8 @@ public final class ClusterMetricsMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { hostname_ = s; @@ -5293,17 +5293,17 @@ public final class ClusterMetricsMessages { /** * required string hostname = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getHostnameBytes() { java.lang.Object ref = hostname_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); hostname_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -5340,8 +5340,8 @@ public final class ClusterMetricsMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { protocol_ = s; @@ -5352,17 +5352,17 @@ public final class ClusterMetricsMessages { /** * optional string protocol = 4; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); protocol_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -5393,7 +5393,7 @@ public final class ClusterMetricsMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -5418,19 +5418,19 @@ public final class ClusterMetricsMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getSystemBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, getHostnameBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt32Size(3, port_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(4, getProtocolBytes()); } size += getUnknownFields().getSerializedSize(); @@ -5446,24 +5446,24 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address parseFrom(java.io.InputStream input) @@ -5472,7 +5472,7 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5482,18 +5482,18 @@ public final class ClusterMetricsMessages { } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5507,7 +5507,7 @@ public final class ClusterMetricsMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -5520,14 +5520,14 @@ public final class ClusterMetricsMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.AddressOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_Address_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_Address_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -5540,12 +5540,12 @@ public final class ClusterMetricsMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -5569,7 +5569,7 @@ public final class ClusterMetricsMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.internal_static_Address_descriptor; } @@ -5611,7 +5611,7 @@ public final class ClusterMetricsMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address) { return mergeFrom((akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address)other); } else { @@ -5661,13 +5661,13 @@ public final class ClusterMetricsMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address) e.getUnfinishedMessage(); throw e; } finally { @@ -5693,7 +5693,7 @@ public final class ClusterMetricsMessages { public java.lang.String getSystem() { java.lang.Object ref = system_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); system_ = s; return s; @@ -5704,17 +5704,17 @@ public final class ClusterMetricsMessages { /** * required string system = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getSystemBytes() { java.lang.Object ref = system_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); system_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -5743,7 +5743,7 @@ public final class ClusterMetricsMessages { * required string system = 1; */ public Builder setSystemBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -5767,7 +5767,7 @@ public final class ClusterMetricsMessages { public java.lang.String getHostname() { java.lang.Object ref = hostname_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); hostname_ = s; return s; @@ -5778,17 +5778,17 @@ public final class ClusterMetricsMessages { /** * required string hostname = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getHostnameBytes() { java.lang.Object ref = hostname_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); hostname_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -5817,7 +5817,7 @@ public final class ClusterMetricsMessages { * required string hostname = 2; */ public Builder setHostnameBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -5874,7 +5874,7 @@ public final class ClusterMetricsMessages { public java.lang.String getProtocol() { java.lang.Object ref = protocol_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); protocol_ = s; return s; @@ -5885,17 +5885,17 @@ public final class ClusterMetricsMessages { /** * optional string protocol = 4; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); protocol_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -5924,7 +5924,7 @@ public final class ClusterMetricsMessages { * optional string protocol = 4; */ public Builder setProtocolBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -5945,47 +5945,47 @@ public final class ClusterMetricsMessages { // @@protoc_insertion_point(class_scope:Address) } - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_MetricsGossipEnvelope_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_MetricsGossipEnvelope_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_MetricsGossip_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_MetricsGossip_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_NodeMetrics_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_NodeMetrics_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_NodeMetrics_Number_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_NodeMetrics_Number_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_NodeMetrics_EWMA_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_NodeMetrics_EWMA_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_NodeMetrics_Metric_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_NodeMetrics_Metric_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Address_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Address_fieldAccessorTable; - public static com.google.protobuf.Descriptors.FileDescriptor + public static akka.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } - private static com.google.protobuf.Descriptors.FileDescriptor + private static akka.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { @@ -6010,59 +6010,59 @@ public final class ClusterMetricsMessages { "(\tB%\n!akka.cluster.metrics.protobuf.msgH" + "\001" }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { + akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { + public akka.protobuf.ExtensionRegistry assignDescriptors( + akka.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_MetricsGossipEnvelope_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_MetricsGossipEnvelope_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_MetricsGossipEnvelope_descriptor, new java.lang.String[] { "From", "Gossip", "Reply", }); internal_static_MetricsGossip_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_MetricsGossip_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_MetricsGossip_descriptor, new java.lang.String[] { "AllAddresses", "AllMetricNames", "NodeMetrics", }); internal_static_NodeMetrics_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_NodeMetrics_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_NodeMetrics_descriptor, new java.lang.String[] { "AddressIndex", "Timestamp", "Metrics", }); internal_static_NodeMetrics_Number_descriptor = internal_static_NodeMetrics_descriptor.getNestedTypes().get(0); internal_static_NodeMetrics_Number_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_NodeMetrics_Number_descriptor, new java.lang.String[] { "Type", "Value32", "Value64", "Serialized", }); internal_static_NodeMetrics_EWMA_descriptor = internal_static_NodeMetrics_descriptor.getNestedTypes().get(1); internal_static_NodeMetrics_EWMA_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_NodeMetrics_EWMA_descriptor, new java.lang.String[] { "Value", "Alpha", }); internal_static_NodeMetrics_Metric_descriptor = internal_static_NodeMetrics_descriptor.getNestedTypes().get(2); internal_static_NodeMetrics_Metric_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_NodeMetrics_Metric_descriptor, new java.lang.String[] { "NameIndex", "Number", "Ewma", }); internal_static_Address_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_Address_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Address_descriptor, new java.lang.String[] { "System", "Hostname", "Port", "Protocol", }); return null; } }; - com.google.protobuf.Descriptors.FileDescriptor + akka.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { + new akka.protobuf.Descriptors.FileDescriptor[] { }, assigner); } diff --git a/akka-cluster-metrics/src/main/scala/akka/cluster/metrics/protobuf/MessageSerializer.scala b/akka-cluster-metrics/src/main/scala/akka/cluster/metrics/protobuf/MessageSerializer.scala index 6171a5f7dc..6d66b92c69 100644 --- a/akka-cluster-metrics/src/main/scala/akka/cluster/metrics/protobuf/MessageSerializer.scala +++ b/akka-cluster-metrics/src/main/scala/akka/cluster/metrics/protobuf/MessageSerializer.scala @@ -12,7 +12,7 @@ import akka.cluster.metrics.protobuf.msg.{ ClusterMetricsMessages ⇒ cm } import akka.cluster.metrics.{ ClusterMetricsMessage, ClusterMetricsSettings, EWMA, Metric, MetricsGossip, MetricsGossipEnvelope, NodeMetrics } import akka.serialization.BaseSerializer import akka.util.ClassLoaderObjectInputStream -import com.google.protobuf.{ ByteString, MessageLite } +import akka.protobuf.{ ByteString, MessageLite } import scala.annotation.tailrec import scala.collection.JavaConverters.{ asJavaIterableConverter, asScalaBufferConverter, setAsJavaSetConverter } import akka.serialization.SerializerWithStringManifest diff --git a/akka-cluster-sharding/src/main/java/akka/cluster/sharding/protobuf/msg/ClusterShardingMessages.java b/akka-cluster-sharding/src/main/java/akka/cluster/sharding/protobuf/msg/ClusterShardingMessages.java index 172dbaac7d..9bb12900f9 100644 --- a/akka-cluster-sharding/src/main/java/akka/cluster/sharding/protobuf/msg/ClusterShardingMessages.java +++ b/akka-cluster-sharding/src/main/java/akka/cluster/sharding/protobuf/msg/ClusterShardingMessages.java @@ -6,10 +6,10 @@ package akka.cluster.sharding.protobuf.msg; public final class ClusterShardingMessages { private ClusterShardingMessages() {} public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { + akka.protobuf.ExtensionRegistry registry) { } public interface CoordinatorStateOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated .CoordinatorState.ShardEntry shards = 1; /** @@ -53,7 +53,7 @@ public final class ClusterShardingMessages { /** * repeated string regions = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getRegionsBytes(int index); // repeated string regionProxies = 3; @@ -73,7 +73,7 @@ public final class ClusterShardingMessages { /** * repeated string regionProxies = 3; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getRegionProxiesBytes(int index); // repeated string unallocatedShards = 4; @@ -93,21 +93,21 @@ public final class ClusterShardingMessages { /** * repeated string unallocatedShards = 4; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getUnallocatedShardsBytes(int index); } /** * Protobuf type {@code CoordinatorState} */ public static final class CoordinatorState extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements CoordinatorStateOrBuilder { // Use CoordinatorState.newBuilder() to construct. - private CoordinatorState(com.google.protobuf.GeneratedMessage.Builder builder) { + private CoordinatorState(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private CoordinatorState(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private CoordinatorState(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final CoordinatorState defaultInstance; public static CoordinatorState getDefaultInstance() { @@ -118,20 +118,20 @@ public final class ClusterShardingMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private CoordinatorState( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -157,7 +157,7 @@ public final class ClusterShardingMessages { } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - regions_ = new com.google.protobuf.LazyStringArrayList(); + regions_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } regions_.add(input.readBytes()); @@ -165,7 +165,7 @@ public final class ClusterShardingMessages { } case 26: { if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { - regionProxies_ = new com.google.protobuf.LazyStringArrayList(); + regionProxies_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000004; } regionProxies_.add(input.readBytes()); @@ -173,7 +173,7 @@ public final class ClusterShardingMessages { } case 34: { if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) { - unallocatedShards_ = new com.google.protobuf.LazyStringArrayList(); + unallocatedShards_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000008; } unallocatedShards_.add(input.readBytes()); @@ -181,57 +181,57 @@ public final class ClusterShardingMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { shards_ = java.util.Collections.unmodifiableList(shards_); } if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - regions_ = new com.google.protobuf.UnmodifiableLazyStringList(regions_); + regions_ = new akka.protobuf.UnmodifiableLazyStringList(regions_); } if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { - regionProxies_ = new com.google.protobuf.UnmodifiableLazyStringList(regionProxies_); + regionProxies_ = new akka.protobuf.UnmodifiableLazyStringList(regionProxies_); } if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { - unallocatedShards_ = new com.google.protobuf.UnmodifiableLazyStringList(unallocatedShards_); + unallocatedShards_ = new akka.protobuf.UnmodifiableLazyStringList(unallocatedShards_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_CoordinatorState_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_CoordinatorState_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.class, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public CoordinatorState parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new CoordinatorState(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface ShardEntryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string shardId = 1; /** @@ -245,7 +245,7 @@ public final class ClusterShardingMessages { /** * required string shardId = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getShardIdBytes(); // required string regionRef = 2; @@ -260,21 +260,21 @@ public final class ClusterShardingMessages { /** * required string regionRef = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getRegionRefBytes(); } /** * Protobuf type {@code CoordinatorState.ShardEntry} */ public static final class ShardEntry extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ShardEntryOrBuilder { // Use ShardEntry.newBuilder() to construct. - private ShardEntry(com.google.protobuf.GeneratedMessage.Builder builder) { + private ShardEntry(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private ShardEntry(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private ShardEntry(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ShardEntry defaultInstance; public static ShardEntry getDefaultInstance() { @@ -285,20 +285,20 @@ public final class ClusterShardingMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ShardEntry( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -326,40 +326,40 @@ public final class ClusterShardingMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_CoordinatorState_ShardEntry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_CoordinatorState_ShardEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.class, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public ShardEntry parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new ShardEntry(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -381,8 +381,8 @@ public final class ClusterShardingMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { shardId_ = s; @@ -393,17 +393,17 @@ public final class ClusterShardingMessages { /** * required string shardId = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getShardIdBytes() { java.lang.Object ref = shardId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); shardId_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -424,8 +424,8 @@ public final class ClusterShardingMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { regionRef_ = s; @@ -436,17 +436,17 @@ public final class ClusterShardingMessages { /** * required string regionRef = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRegionRefBytes() { java.lang.Object ref = regionRef_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); regionRef_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -471,7 +471,7 @@ public final class ClusterShardingMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -490,11 +490,11 @@ public final class ClusterShardingMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getShardIdBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, getRegionRefBytes()); } size += getUnknownFields().getSerializedSize(); @@ -510,24 +510,24 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry parseFrom(java.io.InputStream input) @@ -536,7 +536,7 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -546,18 +546,18 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -571,7 +571,7 @@ public final class ClusterShardingMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -579,14 +579,14 @@ public final class ClusterShardingMessages { * Protobuf type {@code CoordinatorState.ShardEntry} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_CoordinatorState_ShardEntry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_CoordinatorState_ShardEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -599,12 +599,12 @@ public final class ClusterShardingMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -624,7 +624,7 @@ public final class ClusterShardingMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_CoordinatorState_ShardEntry_descriptor; } @@ -658,7 +658,7 @@ public final class ClusterShardingMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry) { return mergeFrom((akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry)other); } else { @@ -696,13 +696,13 @@ public final class ClusterShardingMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry) e.getUnfinishedMessage(); throw e; } finally { @@ -728,7 +728,7 @@ public final class ClusterShardingMessages { public java.lang.String getShardId() { java.lang.Object ref = shardId_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); shardId_ = s; return s; @@ -739,17 +739,17 @@ public final class ClusterShardingMessages { /** * required string shardId = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getShardIdBytes() { java.lang.Object ref = shardId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); shardId_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -778,7 +778,7 @@ public final class ClusterShardingMessages { * required string shardId = 1; */ public Builder setShardIdBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -802,7 +802,7 @@ public final class ClusterShardingMessages { public java.lang.String getRegionRef() { java.lang.Object ref = regionRef_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); regionRef_ = s; return s; @@ -813,17 +813,17 @@ public final class ClusterShardingMessages { /** * required string regionRef = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRegionRefBytes() { java.lang.Object ref = regionRef_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); regionRef_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -852,7 +852,7 @@ public final class ClusterShardingMessages { * required string regionRef = 2; */ public Builder setRegionRefBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -911,7 +911,7 @@ public final class ClusterShardingMessages { // repeated string regions = 2; public static final int REGIONS_FIELD_NUMBER = 2; - private com.google.protobuf.LazyStringList regions_; + private akka.protobuf.LazyStringList regions_; /** * repeated string regions = 2; */ @@ -934,14 +934,14 @@ public final class ClusterShardingMessages { /** * repeated string regions = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRegionsBytes(int index) { return regions_.getByteString(index); } // repeated string regionProxies = 3; public static final int REGIONPROXIES_FIELD_NUMBER = 3; - private com.google.protobuf.LazyStringList regionProxies_; + private akka.protobuf.LazyStringList regionProxies_; /** * repeated string regionProxies = 3; */ @@ -964,14 +964,14 @@ public final class ClusterShardingMessages { /** * repeated string regionProxies = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRegionProxiesBytes(int index) { return regionProxies_.getByteString(index); } // repeated string unallocatedShards = 4; public static final int UNALLOCATEDSHARDS_FIELD_NUMBER = 4; - private com.google.protobuf.LazyStringList unallocatedShards_; + private akka.protobuf.LazyStringList unallocatedShards_; /** * repeated string unallocatedShards = 4; */ @@ -994,16 +994,16 @@ public final class ClusterShardingMessages { /** * repeated string unallocatedShards = 4; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getUnallocatedShardsBytes(int index) { return unallocatedShards_.getByteString(index); } private void initFields() { shards_ = java.util.Collections.emptyList(); - regions_ = com.google.protobuf.LazyStringArrayList.EMPTY; - regionProxies_ = com.google.protobuf.LazyStringArrayList.EMPTY; - unallocatedShards_ = com.google.protobuf.LazyStringArrayList.EMPTY; + regions_ = akka.protobuf.LazyStringArrayList.EMPTY; + regionProxies_ = akka.protobuf.LazyStringArrayList.EMPTY; + unallocatedShards_ = akka.protobuf.LazyStringArrayList.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -1020,7 +1020,7 @@ public final class ClusterShardingMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < shards_.size(); i++) { @@ -1045,13 +1045,13 @@ public final class ClusterShardingMessages { size = 0; for (int i = 0; i < shards_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, shards_.get(i)); } { int dataSize = 0; for (int i = 0; i < regions_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(regions_.getByteString(i)); } size += dataSize; @@ -1060,7 +1060,7 @@ public final class ClusterShardingMessages { { int dataSize = 0; for (int i = 0; i < regionProxies_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(regionProxies_.getByteString(i)); } size += dataSize; @@ -1069,7 +1069,7 @@ public final class ClusterShardingMessages { { int dataSize = 0; for (int i = 0; i < unallocatedShards_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(unallocatedShards_.getByteString(i)); } size += dataSize; @@ -1088,24 +1088,24 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState parseFrom(java.io.InputStream input) @@ -1114,7 +1114,7 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1124,18 +1124,18 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1149,7 +1149,7 @@ public final class ClusterShardingMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -1157,14 +1157,14 @@ public final class ClusterShardingMessages { * Protobuf type {@code CoordinatorState} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorStateOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_CoordinatorState_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_CoordinatorState_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1177,12 +1177,12 @@ public final class ClusterShardingMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getShardsFieldBuilder(); } } @@ -1198,11 +1198,11 @@ public final class ClusterShardingMessages { } else { shardsBuilder_.clear(); } - regions_ = com.google.protobuf.LazyStringArrayList.EMPTY; + regions_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); - regionProxies_ = com.google.protobuf.LazyStringArrayList.EMPTY; + regionProxies_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); - unallocatedShards_ = com.google.protobuf.LazyStringArrayList.EMPTY; + unallocatedShards_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); return this; } @@ -1211,7 +1211,7 @@ public final class ClusterShardingMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_CoordinatorState_descriptor; } @@ -1241,19 +1241,19 @@ public final class ClusterShardingMessages { result.shards_ = shardsBuilder_.build(); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - regions_ = new com.google.protobuf.UnmodifiableLazyStringList( + regions_ = new akka.protobuf.UnmodifiableLazyStringList( regions_); bitField0_ = (bitField0_ & ~0x00000002); } result.regions_ = regions_; if (((bitField0_ & 0x00000004) == 0x00000004)) { - regionProxies_ = new com.google.protobuf.UnmodifiableLazyStringList( + regionProxies_ = new akka.protobuf.UnmodifiableLazyStringList( regionProxies_); bitField0_ = (bitField0_ & ~0x00000004); } result.regionProxies_ = regionProxies_; if (((bitField0_ & 0x00000008) == 0x00000008)) { - unallocatedShards_ = new com.google.protobuf.UnmodifiableLazyStringList( + unallocatedShards_ = new akka.protobuf.UnmodifiableLazyStringList( unallocatedShards_); bitField0_ = (bitField0_ & ~0x00000008); } @@ -1262,7 +1262,7 @@ public final class ClusterShardingMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState) { return mergeFrom((akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState)other); } else { @@ -1292,7 +1292,7 @@ public final class ClusterShardingMessages { shards_ = other.shards_; bitField0_ = (bitField0_ & ~0x00000001); shardsBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getShardsFieldBuilder() : null; } else { shardsBuilder_.addAllMessages(other.shards_); @@ -1344,13 +1344,13 @@ public final class ClusterShardingMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState) e.getUnfinishedMessage(); throw e; } finally { @@ -1372,7 +1372,7 @@ public final class ClusterShardingMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder> shardsBuilder_; /** @@ -1587,11 +1587,11 @@ public final class ClusterShardingMessages { getShardsBuilderList() { return getShardsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder> getShardsFieldBuilder() { if (shardsBuilder_ == null) { - shardsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + shardsBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntry.Builder, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.CoordinatorState.ShardEntryOrBuilder>( shards_, ((bitField0_ & 0x00000001) == 0x00000001), @@ -1603,10 +1603,10 @@ public final class ClusterShardingMessages { } // repeated string regions = 2; - private com.google.protobuf.LazyStringList regions_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList regions_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureRegionsIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { - regions_ = new com.google.protobuf.LazyStringArrayList(regions_); + regions_ = new akka.protobuf.LazyStringArrayList(regions_); bitField0_ |= 0x00000002; } } @@ -1632,7 +1632,7 @@ public final class ClusterShardingMessages { /** * repeated string regions = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRegionsBytes(int index) { return regions_.getByteString(index); } @@ -1676,7 +1676,7 @@ public final class ClusterShardingMessages { * repeated string regions = 2; */ public Builder clearRegions() { - regions_ = com.google.protobuf.LazyStringArrayList.EMPTY; + regions_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; @@ -1685,7 +1685,7 @@ public final class ClusterShardingMessages { * repeated string regions = 2; */ public Builder addRegionsBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1696,10 +1696,10 @@ public final class ClusterShardingMessages { } // repeated string regionProxies = 3; - private com.google.protobuf.LazyStringList regionProxies_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList regionProxies_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureRegionProxiesIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { - regionProxies_ = new com.google.protobuf.LazyStringArrayList(regionProxies_); + regionProxies_ = new akka.protobuf.LazyStringArrayList(regionProxies_); bitField0_ |= 0x00000004; } } @@ -1725,7 +1725,7 @@ public final class ClusterShardingMessages { /** * repeated string regionProxies = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRegionProxiesBytes(int index) { return regionProxies_.getByteString(index); } @@ -1769,7 +1769,7 @@ public final class ClusterShardingMessages { * repeated string regionProxies = 3; */ public Builder clearRegionProxies() { - regionProxies_ = com.google.protobuf.LazyStringArrayList.EMPTY; + regionProxies_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; @@ -1778,7 +1778,7 @@ public final class ClusterShardingMessages { * repeated string regionProxies = 3; */ public Builder addRegionProxiesBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1789,10 +1789,10 @@ public final class ClusterShardingMessages { } // repeated string unallocatedShards = 4; - private com.google.protobuf.LazyStringList unallocatedShards_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList unallocatedShards_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureUnallocatedShardsIsMutable() { if (!((bitField0_ & 0x00000008) == 0x00000008)) { - unallocatedShards_ = new com.google.protobuf.LazyStringArrayList(unallocatedShards_); + unallocatedShards_ = new akka.protobuf.LazyStringArrayList(unallocatedShards_); bitField0_ |= 0x00000008; } } @@ -1818,7 +1818,7 @@ public final class ClusterShardingMessages { /** * repeated string unallocatedShards = 4; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getUnallocatedShardsBytes(int index) { return unallocatedShards_.getByteString(index); } @@ -1862,7 +1862,7 @@ public final class ClusterShardingMessages { * repeated string unallocatedShards = 4; */ public Builder clearUnallocatedShards() { - unallocatedShards_ = com.google.protobuf.LazyStringArrayList.EMPTY; + unallocatedShards_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); onChanged(); return this; @@ -1871,7 +1871,7 @@ public final class ClusterShardingMessages { * repeated string unallocatedShards = 4; */ public Builder addUnallocatedShardsBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1893,7 +1893,7 @@ public final class ClusterShardingMessages { } public interface ActorRefMessageOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string ref = 1; /** @@ -1907,21 +1907,21 @@ public final class ClusterShardingMessages { /** * required string ref = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getRefBytes(); } /** * Protobuf type {@code ActorRefMessage} */ public static final class ActorRefMessage extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ActorRefMessageOrBuilder { // Use ActorRefMessage.newBuilder() to construct. - private ActorRefMessage(com.google.protobuf.GeneratedMessage.Builder builder) { + private ActorRefMessage(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private ActorRefMessage(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private ActorRefMessage(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ActorRefMessage defaultInstance; public static ActorRefMessage getDefaultInstance() { @@ -1932,20 +1932,20 @@ public final class ClusterShardingMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ActorRefMessage( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -1968,40 +1968,40 @@ public final class ClusterShardingMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ActorRefMessage_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ActorRefMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.class, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public ActorRefMessage parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new ActorRefMessage(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -2023,8 +2023,8 @@ public final class ClusterShardingMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { ref_ = s; @@ -2035,17 +2035,17 @@ public final class ClusterShardingMessages { /** * required string ref = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRefBytes() { java.lang.Object ref = ref_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); ref_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -2065,7 +2065,7 @@ public final class ClusterShardingMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -2081,7 +2081,7 @@ public final class ClusterShardingMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getRefBytes()); } size += getUnknownFields().getSerializedSize(); @@ -2097,24 +2097,24 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage parseFrom(java.io.InputStream input) @@ -2123,7 +2123,7 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2133,18 +2133,18 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2158,7 +2158,7 @@ public final class ClusterShardingMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -2166,14 +2166,14 @@ public final class ClusterShardingMessages { * Protobuf type {@code ActorRefMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessageOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ActorRefMessage_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ActorRefMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2186,12 +2186,12 @@ public final class ClusterShardingMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -2209,7 +2209,7 @@ public final class ClusterShardingMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ActorRefMessage_descriptor; } @@ -2239,7 +2239,7 @@ public final class ClusterShardingMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage) { return mergeFrom((akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage)other); } else { @@ -2268,13 +2268,13 @@ public final class ClusterShardingMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ActorRefMessage) e.getUnfinishedMessage(); throw e; } finally { @@ -2300,7 +2300,7 @@ public final class ClusterShardingMessages { public java.lang.String getRef() { java.lang.Object ref = ref_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); ref_ = s; return s; @@ -2311,17 +2311,17 @@ public final class ClusterShardingMessages { /** * required string ref = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRefBytes() { java.lang.Object ref = ref_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); ref_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -2350,7 +2350,7 @@ public final class ClusterShardingMessages { * required string ref = 1; */ public Builder setRefBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -2372,7 +2372,7 @@ public final class ClusterShardingMessages { } public interface ShardIdMessageOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string shard = 1; /** @@ -2386,21 +2386,21 @@ public final class ClusterShardingMessages { /** * required string shard = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getShardBytes(); } /** * Protobuf type {@code ShardIdMessage} */ public static final class ShardIdMessage extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ShardIdMessageOrBuilder { // Use ShardIdMessage.newBuilder() to construct. - private ShardIdMessage(com.google.protobuf.GeneratedMessage.Builder builder) { + private ShardIdMessage(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private ShardIdMessage(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private ShardIdMessage(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ShardIdMessage defaultInstance; public static ShardIdMessage getDefaultInstance() { @@ -2411,20 +2411,20 @@ public final class ClusterShardingMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ShardIdMessage( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -2447,40 +2447,40 @@ public final class ClusterShardingMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardIdMessage_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardIdMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.class, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public ShardIdMessage parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new ShardIdMessage(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -2502,8 +2502,8 @@ public final class ClusterShardingMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { shard_ = s; @@ -2514,17 +2514,17 @@ public final class ClusterShardingMessages { /** * required string shard = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getShardBytes() { java.lang.Object ref = shard_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); shard_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -2544,7 +2544,7 @@ public final class ClusterShardingMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -2560,7 +2560,7 @@ public final class ClusterShardingMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getShardBytes()); } size += getUnknownFields().getSerializedSize(); @@ -2576,24 +2576,24 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage parseFrom(java.io.InputStream input) @@ -2602,7 +2602,7 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2612,18 +2612,18 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2637,7 +2637,7 @@ public final class ClusterShardingMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -2645,14 +2645,14 @@ public final class ClusterShardingMessages { * Protobuf type {@code ShardIdMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessageOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardIdMessage_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardIdMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2665,12 +2665,12 @@ public final class ClusterShardingMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -2688,7 +2688,7 @@ public final class ClusterShardingMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardIdMessage_descriptor; } @@ -2718,7 +2718,7 @@ public final class ClusterShardingMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage) { return mergeFrom((akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage)other); } else { @@ -2747,13 +2747,13 @@ public final class ClusterShardingMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardIdMessage) e.getUnfinishedMessage(); throw e; } finally { @@ -2779,7 +2779,7 @@ public final class ClusterShardingMessages { public java.lang.String getShard() { java.lang.Object ref = shard_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); shard_ = s; return s; @@ -2790,17 +2790,17 @@ public final class ClusterShardingMessages { /** * required string shard = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getShardBytes() { java.lang.Object ref = shard_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); shard_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -2829,7 +2829,7 @@ public final class ClusterShardingMessages { * required string shard = 1; */ public Builder setShardBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -2851,7 +2851,7 @@ public final class ClusterShardingMessages { } public interface ShardHomeAllocatedOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string shard = 1; /** @@ -2865,7 +2865,7 @@ public final class ClusterShardingMessages { /** * required string shard = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getShardBytes(); // required string region = 2; @@ -2880,21 +2880,21 @@ public final class ClusterShardingMessages { /** * required string region = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getRegionBytes(); } /** * Protobuf type {@code ShardHomeAllocated} */ public static final class ShardHomeAllocated extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ShardHomeAllocatedOrBuilder { // Use ShardHomeAllocated.newBuilder() to construct. - private ShardHomeAllocated(com.google.protobuf.GeneratedMessage.Builder builder) { + private ShardHomeAllocated(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private ShardHomeAllocated(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private ShardHomeAllocated(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ShardHomeAllocated defaultInstance; public static ShardHomeAllocated getDefaultInstance() { @@ -2905,20 +2905,20 @@ public final class ClusterShardingMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ShardHomeAllocated( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -2946,40 +2946,40 @@ public final class ClusterShardingMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardHomeAllocated_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardHomeAllocated_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.class, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public ShardHomeAllocated parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new ShardHomeAllocated(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -3001,8 +3001,8 @@ public final class ClusterShardingMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { shard_ = s; @@ -3013,17 +3013,17 @@ public final class ClusterShardingMessages { /** * required string shard = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getShardBytes() { java.lang.Object ref = shard_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); shard_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3044,8 +3044,8 @@ public final class ClusterShardingMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { region_ = s; @@ -3056,17 +3056,17 @@ public final class ClusterShardingMessages { /** * required string region = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRegionBytes() { java.lang.Object ref = region_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); region_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3091,7 +3091,7 @@ public final class ClusterShardingMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -3110,11 +3110,11 @@ public final class ClusterShardingMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getShardBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, getRegionBytes()); } size += getUnknownFields().getSerializedSize(); @@ -3130,24 +3130,24 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated parseFrom(java.io.InputStream input) @@ -3156,7 +3156,7 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3166,18 +3166,18 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3191,7 +3191,7 @@ public final class ClusterShardingMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -3199,14 +3199,14 @@ public final class ClusterShardingMessages { * Protobuf type {@code ShardHomeAllocated} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocatedOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardHomeAllocated_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardHomeAllocated_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3219,12 +3219,12 @@ public final class ClusterShardingMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -3244,7 +3244,7 @@ public final class ClusterShardingMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardHomeAllocated_descriptor; } @@ -3278,7 +3278,7 @@ public final class ClusterShardingMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated) { return mergeFrom((akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated)other); } else { @@ -3316,13 +3316,13 @@ public final class ClusterShardingMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeAllocated) e.getUnfinishedMessage(); throw e; } finally { @@ -3348,7 +3348,7 @@ public final class ClusterShardingMessages { public java.lang.String getShard() { java.lang.Object ref = shard_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); shard_ = s; return s; @@ -3359,17 +3359,17 @@ public final class ClusterShardingMessages { /** * required string shard = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getShardBytes() { java.lang.Object ref = shard_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); shard_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -3398,7 +3398,7 @@ public final class ClusterShardingMessages { * required string shard = 1; */ public Builder setShardBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -3422,7 +3422,7 @@ public final class ClusterShardingMessages { public java.lang.String getRegion() { java.lang.Object ref = region_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); region_ = s; return s; @@ -3433,17 +3433,17 @@ public final class ClusterShardingMessages { /** * required string region = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRegionBytes() { java.lang.Object ref = region_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); region_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -3472,7 +3472,7 @@ public final class ClusterShardingMessages { * required string region = 2; */ public Builder setRegionBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -3494,7 +3494,7 @@ public final class ClusterShardingMessages { } public interface ShardHomeOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string shard = 1; /** @@ -3508,7 +3508,7 @@ public final class ClusterShardingMessages { /** * required string shard = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getShardBytes(); // required string region = 2; @@ -3523,21 +3523,21 @@ public final class ClusterShardingMessages { /** * required string region = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getRegionBytes(); } /** * Protobuf type {@code ShardHome} */ public static final class ShardHome extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ShardHomeOrBuilder { // Use ShardHome.newBuilder() to construct. - private ShardHome(com.google.protobuf.GeneratedMessage.Builder builder) { + private ShardHome(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private ShardHome(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private ShardHome(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ShardHome defaultInstance; public static ShardHome getDefaultInstance() { @@ -3548,20 +3548,20 @@ public final class ClusterShardingMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ShardHome( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -3589,40 +3589,40 @@ public final class ClusterShardingMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardHome_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardHome_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.class, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public ShardHome parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new ShardHome(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -3644,8 +3644,8 @@ public final class ClusterShardingMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { shard_ = s; @@ -3656,17 +3656,17 @@ public final class ClusterShardingMessages { /** * required string shard = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getShardBytes() { java.lang.Object ref = shard_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); shard_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3687,8 +3687,8 @@ public final class ClusterShardingMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { region_ = s; @@ -3699,17 +3699,17 @@ public final class ClusterShardingMessages { /** * required string region = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRegionBytes() { java.lang.Object ref = region_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); region_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3734,7 +3734,7 @@ public final class ClusterShardingMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -3753,11 +3753,11 @@ public final class ClusterShardingMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getShardBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, getRegionBytes()); } size += getUnknownFields().getSerializedSize(); @@ -3773,24 +3773,24 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome parseFrom(java.io.InputStream input) @@ -3799,7 +3799,7 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3809,18 +3809,18 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3834,7 +3834,7 @@ public final class ClusterShardingMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -3842,14 +3842,14 @@ public final class ClusterShardingMessages { * Protobuf type {@code ShardHome} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHomeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardHome_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardHome_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3862,12 +3862,12 @@ public final class ClusterShardingMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -3887,7 +3887,7 @@ public final class ClusterShardingMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_ShardHome_descriptor; } @@ -3921,7 +3921,7 @@ public final class ClusterShardingMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome) { return mergeFrom((akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome)other); } else { @@ -3959,13 +3959,13 @@ public final class ClusterShardingMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardHome) e.getUnfinishedMessage(); throw e; } finally { @@ -3991,7 +3991,7 @@ public final class ClusterShardingMessages { public java.lang.String getShard() { java.lang.Object ref = shard_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); shard_ = s; return s; @@ -4002,17 +4002,17 @@ public final class ClusterShardingMessages { /** * required string shard = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getShardBytes() { java.lang.Object ref = shard_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); shard_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -4041,7 +4041,7 @@ public final class ClusterShardingMessages { * required string shard = 1; */ public Builder setShardBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4065,7 +4065,7 @@ public final class ClusterShardingMessages { public java.lang.String getRegion() { java.lang.Object ref = region_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); region_ = s; return s; @@ -4076,17 +4076,17 @@ public final class ClusterShardingMessages { /** * required string region = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRegionBytes() { java.lang.Object ref = region_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); region_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -4115,7 +4115,7 @@ public final class ClusterShardingMessages { * required string region = 2; */ public Builder setRegionBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4137,7 +4137,7 @@ public final class ClusterShardingMessages { } public interface EntityStateOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated string entities = 1; /** @@ -4156,21 +4156,21 @@ public final class ClusterShardingMessages { /** * repeated string entities = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getEntitiesBytes(int index); } /** * Protobuf type {@code EntityState} */ public static final class EntityState extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntityStateOrBuilder { // Use EntityState.newBuilder() to construct. - private EntityState(com.google.protobuf.GeneratedMessage.Builder builder) { + private EntityState(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private EntityState(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private EntityState(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final EntityState defaultInstance; public static EntityState getDefaultInstance() { @@ -4181,20 +4181,20 @@ public final class ClusterShardingMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EntityState( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -4212,7 +4212,7 @@ public final class ClusterShardingMessages { } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - entities_ = new com.google.protobuf.LazyStringArrayList(); + entities_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } entities_.add(input.readBytes()); @@ -4220,49 +4220,49 @@ public final class ClusterShardingMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - entities_ = new com.google.protobuf.UnmodifiableLazyStringList(entities_); + entities_ = new akka.protobuf.UnmodifiableLazyStringList(entities_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityState_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityState_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.class, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public EntityState parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new EntityState(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } // repeated string entities = 1; public static final int ENTITIES_FIELD_NUMBER = 1; - private com.google.protobuf.LazyStringList entities_; + private akka.protobuf.LazyStringList entities_; /** * repeated string entities = 1; */ @@ -4285,13 +4285,13 @@ public final class ClusterShardingMessages { /** * repeated string entities = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getEntitiesBytes(int index) { return entities_.getByteString(index); } private void initFields() { - entities_ = com.google.protobuf.LazyStringArrayList.EMPTY; + entities_ = akka.protobuf.LazyStringArrayList.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -4302,7 +4302,7 @@ public final class ClusterShardingMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < entities_.size(); i++) { @@ -4320,7 +4320,7 @@ public final class ClusterShardingMessages { { int dataSize = 0; for (int i = 0; i < entities_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(entities_.getByteString(i)); } size += dataSize; @@ -4339,24 +4339,24 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState parseFrom(java.io.InputStream input) @@ -4365,7 +4365,7 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4375,18 +4375,18 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4400,7 +4400,7 @@ public final class ClusterShardingMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -4408,14 +4408,14 @@ public final class ClusterShardingMessages { * Protobuf type {@code EntityState} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStateOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityState_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityState_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4428,12 +4428,12 @@ public final class ClusterShardingMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -4442,7 +4442,7 @@ public final class ClusterShardingMessages { public Builder clear() { super.clear(); - entities_ = com.google.protobuf.LazyStringArrayList.EMPTY; + entities_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } @@ -4451,7 +4451,7 @@ public final class ClusterShardingMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityState_descriptor; } @@ -4472,7 +4472,7 @@ public final class ClusterShardingMessages { akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState result = new akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { - entities_ = new com.google.protobuf.UnmodifiableLazyStringList( + entities_ = new akka.protobuf.UnmodifiableLazyStringList( entities_); bitField0_ = (bitField0_ & ~0x00000001); } @@ -4481,7 +4481,7 @@ public final class ClusterShardingMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState) { return mergeFrom((akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState)other); } else { @@ -4511,13 +4511,13 @@ public final class ClusterShardingMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityState) e.getUnfinishedMessage(); throw e; } finally { @@ -4530,10 +4530,10 @@ public final class ClusterShardingMessages { private int bitField0_; // repeated string entities = 1; - private com.google.protobuf.LazyStringList entities_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList entities_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureEntitiesIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { - entities_ = new com.google.protobuf.LazyStringArrayList(entities_); + entities_ = new akka.protobuf.LazyStringArrayList(entities_); bitField0_ |= 0x00000001; } } @@ -4559,7 +4559,7 @@ public final class ClusterShardingMessages { /** * repeated string entities = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getEntitiesBytes(int index) { return entities_.getByteString(index); } @@ -4603,7 +4603,7 @@ public final class ClusterShardingMessages { * repeated string entities = 1; */ public Builder clearEntities() { - entities_ = com.google.protobuf.LazyStringArrayList.EMPTY; + entities_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; @@ -4612,7 +4612,7 @@ public final class ClusterShardingMessages { * repeated string entities = 1; */ public Builder addEntitiesBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4634,7 +4634,7 @@ public final class ClusterShardingMessages { } public interface EntityStartedOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string entityId = 1; /** @@ -4648,21 +4648,21 @@ public final class ClusterShardingMessages { /** * required string entityId = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getEntityIdBytes(); } /** * Protobuf type {@code EntityStarted} */ public static final class EntityStarted extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntityStartedOrBuilder { // Use EntityStarted.newBuilder() to construct. - private EntityStarted(com.google.protobuf.GeneratedMessage.Builder builder) { + private EntityStarted(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private EntityStarted(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private EntityStarted(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final EntityStarted defaultInstance; public static EntityStarted getDefaultInstance() { @@ -4673,20 +4673,20 @@ public final class ClusterShardingMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EntityStarted( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -4709,40 +4709,40 @@ public final class ClusterShardingMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityStarted_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityStarted_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.class, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public EntityStarted parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new EntityStarted(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -4764,8 +4764,8 @@ public final class ClusterShardingMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { entityId_ = s; @@ -4776,17 +4776,17 @@ public final class ClusterShardingMessages { /** * required string entityId = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); entityId_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -4806,7 +4806,7 @@ public final class ClusterShardingMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -4822,7 +4822,7 @@ public final class ClusterShardingMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getEntityIdBytes()); } size += getUnknownFields().getSerializedSize(); @@ -4838,24 +4838,24 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted parseFrom(java.io.InputStream input) @@ -4864,7 +4864,7 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4874,18 +4874,18 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4899,7 +4899,7 @@ public final class ClusterShardingMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -4907,14 +4907,14 @@ public final class ClusterShardingMessages { * Protobuf type {@code EntityStarted} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStartedOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityStarted_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityStarted_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4927,12 +4927,12 @@ public final class ClusterShardingMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -4950,7 +4950,7 @@ public final class ClusterShardingMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityStarted_descriptor; } @@ -4980,7 +4980,7 @@ public final class ClusterShardingMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted) { return mergeFrom((akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted)other); } else { @@ -5009,13 +5009,13 @@ public final class ClusterShardingMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStarted) e.getUnfinishedMessage(); throw e; } finally { @@ -5041,7 +5041,7 @@ public final class ClusterShardingMessages { public java.lang.String getEntityId() { java.lang.Object ref = entityId_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); entityId_ = s; return s; @@ -5052,17 +5052,17 @@ public final class ClusterShardingMessages { /** * required string entityId = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); entityId_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -5091,7 +5091,7 @@ public final class ClusterShardingMessages { * required string entityId = 1; */ public Builder setEntityIdBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -5113,7 +5113,7 @@ public final class ClusterShardingMessages { } public interface EntityStoppedOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string entityId = 1; /** @@ -5127,21 +5127,21 @@ public final class ClusterShardingMessages { /** * required string entityId = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getEntityIdBytes(); } /** * Protobuf type {@code EntityStopped} */ public static final class EntityStopped extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntityStoppedOrBuilder { // Use EntityStopped.newBuilder() to construct. - private EntityStopped(com.google.protobuf.GeneratedMessage.Builder builder) { + private EntityStopped(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private EntityStopped(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private EntityStopped(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final EntityStopped defaultInstance; public static EntityStopped getDefaultInstance() { @@ -5152,20 +5152,20 @@ public final class ClusterShardingMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EntityStopped( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -5188,40 +5188,40 @@ public final class ClusterShardingMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityStopped_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityStopped_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.class, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public EntityStopped parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new EntityStopped(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -5243,8 +5243,8 @@ public final class ClusterShardingMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { entityId_ = s; @@ -5255,17 +5255,17 @@ public final class ClusterShardingMessages { /** * required string entityId = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); entityId_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -5285,7 +5285,7 @@ public final class ClusterShardingMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -5301,7 +5301,7 @@ public final class ClusterShardingMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getEntityIdBytes()); } size += getUnknownFields().getSerializedSize(); @@ -5317,24 +5317,24 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped parseFrom(java.io.InputStream input) @@ -5343,7 +5343,7 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5353,18 +5353,18 @@ public final class ClusterShardingMessages { } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5378,7 +5378,7 @@ public final class ClusterShardingMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -5386,14 +5386,14 @@ public final class ClusterShardingMessages { * Protobuf type {@code EntityStopped} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStoppedOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityStopped_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityStopped_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -5406,12 +5406,12 @@ public final class ClusterShardingMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -5429,7 +5429,7 @@ public final class ClusterShardingMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.internal_static_EntityStopped_descriptor; } @@ -5459,7 +5459,7 @@ public final class ClusterShardingMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped) { return mergeFrom((akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped)other); } else { @@ -5488,13 +5488,13 @@ public final class ClusterShardingMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.EntityStopped) e.getUnfinishedMessage(); throw e; } finally { @@ -5520,7 +5520,7 @@ public final class ClusterShardingMessages { public java.lang.String getEntityId() { java.lang.Object ref = entityId_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); entityId_ = s; return s; @@ -5531,17 +5531,17 @@ public final class ClusterShardingMessages { /** * required string entityId = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getEntityIdBytes() { java.lang.Object ref = entityId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); entityId_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -5570,7 +5570,7 @@ public final class ClusterShardingMessages { * required string entityId = 1; */ public Builder setEntityIdBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -5591,57 +5591,57 @@ public final class ClusterShardingMessages { // @@protoc_insertion_point(class_scope:EntityStopped) } - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_CoordinatorState_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CoordinatorState_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_CoordinatorState_ShardEntry_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_CoordinatorState_ShardEntry_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_ActorRefMessage_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_ActorRefMessage_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_ShardIdMessage_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_ShardIdMessage_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_ShardHomeAllocated_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_ShardHomeAllocated_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_ShardHome_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_ShardHome_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_EntityState_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_EntityState_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_EntityStarted_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_EntityStarted_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_EntityStopped_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_EntityStopped_fieldAccessorTable; - public static com.google.protobuf.Descriptors.FileDescriptor + public static akka.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } - private static com.google.protobuf.Descriptors.FileDescriptor + private static akka.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { @@ -5659,71 +5659,71 @@ public final class ClusterShardingMessages { "\001 \002(\t\"!\n\rEntityStopped\022\020\n\010entityId\030\001 \002(\t" + "B&\n\"akka.cluster.sharding.protobuf.msgH\001" }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { + akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { + public akka.protobuf.ExtensionRegistry assignDescriptors( + akka.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_CoordinatorState_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_CoordinatorState_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CoordinatorState_descriptor, new java.lang.String[] { "Shards", "Regions", "RegionProxies", "UnallocatedShards", }); internal_static_CoordinatorState_ShardEntry_descriptor = internal_static_CoordinatorState_descriptor.getNestedTypes().get(0); internal_static_CoordinatorState_ShardEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_CoordinatorState_ShardEntry_descriptor, new java.lang.String[] { "ShardId", "RegionRef", }); internal_static_ActorRefMessage_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_ActorRefMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_ActorRefMessage_descriptor, new java.lang.String[] { "Ref", }); internal_static_ShardIdMessage_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_ShardIdMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_ShardIdMessage_descriptor, new java.lang.String[] { "Shard", }); internal_static_ShardHomeAllocated_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_ShardHomeAllocated_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_ShardHomeAllocated_descriptor, new java.lang.String[] { "Shard", "Region", }); internal_static_ShardHome_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_ShardHome_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_ShardHome_descriptor, new java.lang.String[] { "Shard", "Region", }); internal_static_EntityState_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_EntityState_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_EntityState_descriptor, new java.lang.String[] { "Entities", }); internal_static_EntityStarted_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_EntityStarted_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_EntityStarted_descriptor, new java.lang.String[] { "EntityId", }); internal_static_EntityStopped_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_EntityStopped_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_EntityStopped_descriptor, new java.lang.String[] { "EntityId", }); return null; } }; - com.google.protobuf.Descriptors.FileDescriptor + akka.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { + new akka.protobuf.Descriptors.FileDescriptor[] { }, assigner); } diff --git a/akka-cluster-sharding/src/main/scala/akka/cluster/sharding/protobuf/ClusterShardingMessageSerializer.scala b/akka-cluster-sharding/src/main/scala/akka/cluster/sharding/protobuf/ClusterShardingMessageSerializer.scala index 660b123acf..2bad30c918 100644 --- a/akka-cluster-sharding/src/main/scala/akka/cluster/sharding/protobuf/ClusterShardingMessageSerializer.scala +++ b/akka-cluster-sharding/src/main/scala/akka/cluster/sharding/protobuf/ClusterShardingMessageSerializer.scala @@ -20,7 +20,7 @@ import akka.serialization.BaseSerializer import akka.serialization.Serialization import akka.serialization.SerializationExtension import akka.serialization.SerializerWithStringManifest -import com.google.protobuf.MessageLite +import akka.protobuf.MessageLite /** * INTERNAL API: Protobuf serializer of ClusterSharding messages. diff --git a/akka-cluster-tools/src/main/java/akka/cluster/client/protobuf/msg/ClusterClientMessages.java b/akka-cluster-tools/src/main/java/akka/cluster/client/protobuf/msg/ClusterClientMessages.java index ce8f5f9f3f..5d34ce79f3 100644 --- a/akka-cluster-tools/src/main/java/akka/cluster/client/protobuf/msg/ClusterClientMessages.java +++ b/akka-cluster-tools/src/main/java/akka/cluster/client/protobuf/msg/ClusterClientMessages.java @@ -6,10 +6,10 @@ package akka.cluster.client.protobuf.msg; public final class ClusterClientMessages { private ClusterClientMessages() {} public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { + akka.protobuf.ExtensionRegistry registry) { } public interface ContactsOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated string contactPoints = 1; /** @@ -28,21 +28,21 @@ public final class ClusterClientMessages { /** * repeated string contactPoints = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getContactPointsBytes(int index); } /** * Protobuf type {@code Contacts} */ public static final class Contacts extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ContactsOrBuilder { // Use Contacts.newBuilder() to construct. - private Contacts(com.google.protobuf.GeneratedMessage.Builder builder) { + private Contacts(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Contacts(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Contacts(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Contacts defaultInstance; public static Contacts getDefaultInstance() { @@ -53,20 +53,20 @@ public final class ClusterClientMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Contacts( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -84,7 +84,7 @@ public final class ClusterClientMessages { } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - contactPoints_ = new com.google.protobuf.LazyStringArrayList(); + contactPoints_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } contactPoints_.add(input.readBytes()); @@ -92,49 +92,49 @@ public final class ClusterClientMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - contactPoints_ = new com.google.protobuf.UnmodifiableLazyStringList(contactPoints_); + contactPoints_ = new akka.protobuf.UnmodifiableLazyStringList(contactPoints_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.client.protobuf.msg.ClusterClientMessages.internal_static_Contacts_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.client.protobuf.msg.ClusterClientMessages.internal_static_Contacts_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.class, akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Contacts parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Contacts(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } // repeated string contactPoints = 1; public static final int CONTACTPOINTS_FIELD_NUMBER = 1; - private com.google.protobuf.LazyStringList contactPoints_; + private akka.protobuf.LazyStringList contactPoints_; /** * repeated string contactPoints = 1; */ @@ -157,13 +157,13 @@ public final class ClusterClientMessages { /** * repeated string contactPoints = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getContactPointsBytes(int index) { return contactPoints_.getByteString(index); } private void initFields() { - contactPoints_ = com.google.protobuf.LazyStringArrayList.EMPTY; + contactPoints_ = akka.protobuf.LazyStringArrayList.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -174,7 +174,7 @@ public final class ClusterClientMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < contactPoints_.size(); i++) { @@ -192,7 +192,7 @@ public final class ClusterClientMessages { { int dataSize = 0; for (int i = 0; i < contactPoints_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(contactPoints_.getByteString(i)); } size += dataSize; @@ -211,24 +211,24 @@ public final class ClusterClientMessages { } public static akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom(java.io.InputStream input) @@ -237,7 +237,7 @@ public final class ClusterClientMessages { } public static akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -247,18 +247,18 @@ public final class ClusterClientMessages { } public static akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -272,7 +272,7 @@ public final class ClusterClientMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -280,14 +280,14 @@ public final class ClusterClientMessages { * Protobuf type {@code Contacts} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.client.protobuf.msg.ClusterClientMessages.ContactsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.client.protobuf.msg.ClusterClientMessages.internal_static_Contacts_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.client.protobuf.msg.ClusterClientMessages.internal_static_Contacts_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -300,12 +300,12 @@ public final class ClusterClientMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -314,7 +314,7 @@ public final class ClusterClientMessages { public Builder clear() { super.clear(); - contactPoints_ = com.google.protobuf.LazyStringArrayList.EMPTY; + contactPoints_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } @@ -323,7 +323,7 @@ public final class ClusterClientMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.client.protobuf.msg.ClusterClientMessages.internal_static_Contacts_descriptor; } @@ -344,7 +344,7 @@ public final class ClusterClientMessages { akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts result = new akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { - contactPoints_ = new com.google.protobuf.UnmodifiableLazyStringList( + contactPoints_ = new akka.protobuf.UnmodifiableLazyStringList( contactPoints_); bitField0_ = (bitField0_ & ~0x00000001); } @@ -353,7 +353,7 @@ public final class ClusterClientMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts) { return mergeFrom((akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts)other); } else { @@ -383,13 +383,13 @@ public final class ClusterClientMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.client.protobuf.msg.ClusterClientMessages.Contacts) e.getUnfinishedMessage(); throw e; } finally { @@ -402,10 +402,10 @@ public final class ClusterClientMessages { private int bitField0_; // repeated string contactPoints = 1; - private com.google.protobuf.LazyStringList contactPoints_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList contactPoints_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureContactPointsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { - contactPoints_ = new com.google.protobuf.LazyStringArrayList(contactPoints_); + contactPoints_ = new akka.protobuf.LazyStringArrayList(contactPoints_); bitField0_ |= 0x00000001; } } @@ -431,7 +431,7 @@ public final class ClusterClientMessages { /** * repeated string contactPoints = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getContactPointsBytes(int index) { return contactPoints_.getByteString(index); } @@ -475,7 +475,7 @@ public final class ClusterClientMessages { * repeated string contactPoints = 1; */ public Builder clearContactPoints() { - contactPoints_ = com.google.protobuf.LazyStringArrayList.EMPTY; + contactPoints_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; @@ -484,7 +484,7 @@ public final class ClusterClientMessages { * repeated string contactPoints = 1; */ public Builder addContactPointsBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -505,17 +505,17 @@ public final class ClusterClientMessages { // @@protoc_insertion_point(class_scope:Contacts) } - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Contacts_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Contacts_fieldAccessorTable; - public static com.google.protobuf.Descriptors.FileDescriptor + public static akka.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } - private static com.google.protobuf.Descriptors.FileDescriptor + private static akka.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { @@ -523,23 +523,23 @@ public final class ClusterClientMessages { "s\022\025\n\rcontactPoints\030\001 \003(\tB$\n akka.cluster" + ".client.protobuf.msgH\001" }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { + akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { + public akka.protobuf.ExtensionRegistry assignDescriptors( + akka.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_Contacts_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_Contacts_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Contacts_descriptor, new java.lang.String[] { "ContactPoints", }); return null; } }; - com.google.protobuf.Descriptors.FileDescriptor + akka.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { + new akka.protobuf.Descriptors.FileDescriptor[] { }, assigner); } diff --git a/akka-cluster-tools/src/main/java/akka/cluster/pubsub/protobuf/msg/DistributedPubSubMessages.java b/akka-cluster-tools/src/main/java/akka/cluster/pubsub/protobuf/msg/DistributedPubSubMessages.java index bd3a81cbbf..f36a67ce98 100644 --- a/akka-cluster-tools/src/main/java/akka/cluster/pubsub/protobuf/msg/DistributedPubSubMessages.java +++ b/akka-cluster-tools/src/main/java/akka/cluster/pubsub/protobuf/msg/DistributedPubSubMessages.java @@ -6,10 +6,10 @@ package akka.cluster.pubsub.protobuf.msg; public final class DistributedPubSubMessages { private DistributedPubSubMessages() {} public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { + akka.protobuf.ExtensionRegistry registry) { } public interface StatusOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated .Status.Version versions = 1; /** @@ -40,14 +40,14 @@ public final class DistributedPubSubMessages { * Protobuf type {@code Status} */ public static final class Status extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements StatusOrBuilder { // Use Status.newBuilder() to construct. - private Status(com.google.protobuf.GeneratedMessage.Builder builder) { + private Status(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Status(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Status(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Status defaultInstance; public static Status getDefaultInstance() { @@ -58,20 +58,20 @@ public final class DistributedPubSubMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Status( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -97,10 +97,10 @@ public final class DistributedPubSubMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { @@ -110,35 +110,35 @@ public final class DistributedPubSubMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Status_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Status_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.class, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Status parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Status(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface VersionOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .Address address = 1; /** @@ -168,14 +168,14 @@ public final class DistributedPubSubMessages { * Protobuf type {@code Status.Version} */ public static final class Version extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements VersionOrBuilder { // Use Version.newBuilder() to construct. - private Version(com.google.protobuf.GeneratedMessage.Builder builder) { + private Version(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Version(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Version(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Version defaultInstance; public static Version getDefaultInstance() { @@ -186,20 +186,20 @@ public final class DistributedPubSubMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Version( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -235,40 +235,40 @@ public final class DistributedPubSubMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Status_Version_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Status_Version_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.class, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Version parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Version(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -336,7 +336,7 @@ public final class DistributedPubSubMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -355,11 +355,11 @@ public final class DistributedPubSubMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, address_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(2, timestamp_); } size += getUnknownFields().getSerializedSize(); @@ -375,24 +375,24 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version parseFrom(java.io.InputStream input) @@ -401,7 +401,7 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -411,18 +411,18 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -436,7 +436,7 @@ public final class DistributedPubSubMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -444,14 +444,14 @@ public final class DistributedPubSubMessages { * Protobuf type {@code Status.Version} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.VersionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Status_Version_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Status_Version_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -464,12 +464,12 @@ public final class DistributedPubSubMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAddressFieldBuilder(); } } @@ -494,7 +494,7 @@ public final class DistributedPubSubMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Status_Version_descriptor; } @@ -532,7 +532,7 @@ public final class DistributedPubSubMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version) { return mergeFrom((akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version)other); } else { @@ -570,13 +570,13 @@ public final class DistributedPubSubMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version) e.getUnfinishedMessage(); throw e; } finally { @@ -590,7 +590,7 @@ public final class DistributedPubSubMessages { // required .Address address = 1; private akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address address_ = akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder> addressBuilder_; /** * required .Address address = 1; @@ -691,11 +691,11 @@ public final class DistributedPubSubMessages { /** * required .Address address = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder> getAddressFieldBuilder() { if (addressBuilder_ == null) { - addressBuilder_ = new com.google.protobuf.SingleFieldBuilder< + addressBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder>( address_, getParentForChildren(), @@ -803,7 +803,7 @@ public final class DistributedPubSubMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < versions_.size(); i++) { @@ -819,7 +819,7 @@ public final class DistributedPubSubMessages { size = 0; for (int i = 0; i < versions_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, versions_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -835,24 +835,24 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status parseFrom(java.io.InputStream input) @@ -861,7 +861,7 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -871,18 +871,18 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -896,7 +896,7 @@ public final class DistributedPubSubMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -904,14 +904,14 @@ public final class DistributedPubSubMessages { * Protobuf type {@code Status} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.StatusOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Status_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Status_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -924,12 +924,12 @@ public final class DistributedPubSubMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getVersionsFieldBuilder(); } } @@ -952,7 +952,7 @@ public final class DistributedPubSubMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Status_descriptor; } @@ -985,7 +985,7 @@ public final class DistributedPubSubMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status) { return mergeFrom((akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status)other); } else { @@ -1015,7 +1015,7 @@ public final class DistributedPubSubMessages { versions_ = other.versions_; bitField0_ = (bitField0_ & ~0x00000001); versionsBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getVersionsFieldBuilder() : null; } else { versionsBuilder_.addAllMessages(other.versions_); @@ -1037,13 +1037,13 @@ public final class DistributedPubSubMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status) e.getUnfinishedMessage(); throw e; } finally { @@ -1065,7 +1065,7 @@ public final class DistributedPubSubMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.VersionOrBuilder> versionsBuilder_; /** @@ -1280,11 +1280,11 @@ public final class DistributedPubSubMessages { getVersionsBuilderList() { return getVersionsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.VersionOrBuilder> getVersionsFieldBuilder() { if (versionsBuilder_ == null) { - versionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + versionsBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.Version.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Status.VersionOrBuilder>( versions_, ((bitField0_ & 0x00000001) == 0x00000001), @@ -1307,7 +1307,7 @@ public final class DistributedPubSubMessages { } public interface DeltaOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated .Delta.Bucket buckets = 1; /** @@ -1338,14 +1338,14 @@ public final class DistributedPubSubMessages { * Protobuf type {@code Delta} */ public static final class Delta extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements DeltaOrBuilder { // Use Delta.newBuilder() to construct. - private Delta(com.google.protobuf.GeneratedMessage.Builder builder) { + private Delta(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Delta(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Delta(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Delta defaultInstance; public static Delta getDefaultInstance() { @@ -1356,20 +1356,20 @@ public final class DistributedPubSubMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Delta( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -1395,10 +1395,10 @@ public final class DistributedPubSubMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { @@ -1408,35 +1408,35 @@ public final class DistributedPubSubMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.class, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Delta parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Delta(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface EntryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string key = 1; /** @@ -1450,7 +1450,7 @@ public final class DistributedPubSubMessages { /** * required string key = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getKeyBytes(); // required int64 version = 2; @@ -1475,21 +1475,21 @@ public final class DistributedPubSubMessages { /** * optional string ref = 3; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getRefBytes(); } /** * Protobuf type {@code Delta.Entry} */ public static final class Entry extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntryOrBuilder { // Use Entry.newBuilder() to construct. - private Entry(com.google.protobuf.GeneratedMessage.Builder builder) { + private Entry(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Entry(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Entry(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Entry defaultInstance; public static Entry getDefaultInstance() { @@ -1500,20 +1500,20 @@ public final class DistributedPubSubMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Entry( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -1546,40 +1546,40 @@ public final class DistributedPubSubMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.class, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Entry parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Entry(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -1601,8 +1601,8 @@ public final class DistributedPubSubMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; @@ -1613,17 +1613,17 @@ public final class DistributedPubSubMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -1660,8 +1660,8 @@ public final class DistributedPubSubMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { ref_ = s; @@ -1672,17 +1672,17 @@ public final class DistributedPubSubMessages { /** * optional string ref = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRefBytes() { java.lang.Object ref = ref_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); ref_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -1708,7 +1708,7 @@ public final class DistributedPubSubMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -1730,15 +1730,15 @@ public final class DistributedPubSubMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getKeyBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(2, version_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(3, getRefBytes()); } size += getUnknownFields().getSerializedSize(); @@ -1754,24 +1754,24 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry parseFrom(java.io.InputStream input) @@ -1780,7 +1780,7 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1790,18 +1790,18 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1815,7 +1815,7 @@ public final class DistributedPubSubMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -1823,14 +1823,14 @@ public final class DistributedPubSubMessages { * Protobuf type {@code Delta.Entry} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1843,12 +1843,12 @@ public final class DistributedPubSubMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -1870,7 +1870,7 @@ public final class DistributedPubSubMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_Entry_descriptor; } @@ -1908,7 +1908,7 @@ public final class DistributedPubSubMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry) { return mergeFrom((akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry)other); } else { @@ -1949,13 +1949,13 @@ public final class DistributedPubSubMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry) e.getUnfinishedMessage(); throw e; } finally { @@ -1981,7 +1981,7 @@ public final class DistributedPubSubMessages { public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); key_ = s; return s; @@ -1992,17 +1992,17 @@ public final class DistributedPubSubMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -2031,7 +2031,7 @@ public final class DistributedPubSubMessages { * required string key = 1; */ public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -2088,7 +2088,7 @@ public final class DistributedPubSubMessages { public java.lang.String getRef() { java.lang.Object ref = ref_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); ref_ = s; return s; @@ -2099,17 +2099,17 @@ public final class DistributedPubSubMessages { /** * optional string ref = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRefBytes() { java.lang.Object ref = ref_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); ref_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -2138,7 +2138,7 @@ public final class DistributedPubSubMessages { * optional string ref = 3; */ public Builder setRefBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -2160,7 +2160,7 @@ public final class DistributedPubSubMessages { } public interface BucketOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .Address owner = 1; /** @@ -2215,14 +2215,14 @@ public final class DistributedPubSubMessages { * Protobuf type {@code Delta.Bucket} */ public static final class Bucket extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements BucketOrBuilder { // Use Bucket.newBuilder() to construct. - private Bucket(com.google.protobuf.GeneratedMessage.Builder builder) { + private Bucket(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Bucket(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Bucket(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Bucket defaultInstance; public static Bucket getDefaultInstance() { @@ -2233,20 +2233,20 @@ public final class DistributedPubSubMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Bucket( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -2290,10 +2290,10 @@ public final class DistributedPubSubMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { @@ -2303,30 +2303,30 @@ public final class DistributedPubSubMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_Bucket_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_Bucket_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.class, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Bucket parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Bucket(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -2437,7 +2437,7 @@ public final class DistributedPubSubMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -2459,15 +2459,15 @@ public final class DistributedPubSubMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, owner_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(2, version_); } for (int i = 0; i < content_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, content_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -2483,24 +2483,24 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket parseFrom(java.io.InputStream input) @@ -2509,7 +2509,7 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2519,18 +2519,18 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2544,7 +2544,7 @@ public final class DistributedPubSubMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -2552,14 +2552,14 @@ public final class DistributedPubSubMessages { * Protobuf type {@code Delta.Bucket} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_Bucket_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_Bucket_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2572,12 +2572,12 @@ public final class DistributedPubSubMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getOwnerFieldBuilder(); getContentFieldBuilder(); } @@ -2609,7 +2609,7 @@ public final class DistributedPubSubMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_Bucket_descriptor; } @@ -2656,7 +2656,7 @@ public final class DistributedPubSubMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket) { return mergeFrom((akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket)other); } else { @@ -2692,7 +2692,7 @@ public final class DistributedPubSubMessages { content_ = other.content_; bitField0_ = (bitField0_ & ~0x00000004); contentBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getContentFieldBuilder() : null; } else { contentBuilder_.addAllMessages(other.content_); @@ -2726,13 +2726,13 @@ public final class DistributedPubSubMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket) e.getUnfinishedMessage(); throw e; } finally { @@ -2746,7 +2746,7 @@ public final class DistributedPubSubMessages { // required .Address owner = 1; private akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address owner_ = akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder> ownerBuilder_; /** * required .Address owner = 1; @@ -2847,11 +2847,11 @@ public final class DistributedPubSubMessages { /** * required .Address owner = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder> getOwnerFieldBuilder() { if (ownerBuilder_ == null) { - ownerBuilder_ = new com.google.protobuf.SingleFieldBuilder< + ownerBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder>( owner_, getParentForChildren(), @@ -2904,7 +2904,7 @@ public final class DistributedPubSubMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder> contentBuilder_; /** @@ -3119,11 +3119,11 @@ public final class DistributedPubSubMessages { getContentBuilderList() { return getContentFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder> getContentFieldBuilder() { if (contentBuilder_ == null) { - contentBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + contentBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Entry.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.EntryOrBuilder>( content_, ((bitField0_ & 0x00000004) == 0x00000004), @@ -3199,7 +3199,7 @@ public final class DistributedPubSubMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < buckets_.size(); i++) { @@ -3215,7 +3215,7 @@ public final class DistributedPubSubMessages { size = 0; for (int i = 0; i < buckets_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, buckets_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -3231,24 +3231,24 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta parseFrom(java.io.InputStream input) @@ -3257,7 +3257,7 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3267,18 +3267,18 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3292,7 +3292,7 @@ public final class DistributedPubSubMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -3300,14 +3300,14 @@ public final class DistributedPubSubMessages { * Protobuf type {@code Delta} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.DeltaOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3320,12 +3320,12 @@ public final class DistributedPubSubMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getBucketsFieldBuilder(); } } @@ -3348,7 +3348,7 @@ public final class DistributedPubSubMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Delta_descriptor; } @@ -3381,7 +3381,7 @@ public final class DistributedPubSubMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta) { return mergeFrom((akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta)other); } else { @@ -3411,7 +3411,7 @@ public final class DistributedPubSubMessages { buckets_ = other.buckets_; bitField0_ = (bitField0_ & ~0x00000001); bucketsBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getBucketsFieldBuilder() : null; } else { bucketsBuilder_.addAllMessages(other.buckets_); @@ -3433,13 +3433,13 @@ public final class DistributedPubSubMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta) e.getUnfinishedMessage(); throw e; } finally { @@ -3461,7 +3461,7 @@ public final class DistributedPubSubMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder> bucketsBuilder_; /** @@ -3676,11 +3676,11 @@ public final class DistributedPubSubMessages { getBucketsBuilderList() { return getBucketsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder> getBucketsFieldBuilder() { if (bucketsBuilder_ == null) { - bucketsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + bucketsBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.Bucket.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Delta.BucketOrBuilder>( buckets_, ((bitField0_ & 0x00000001) == 0x00000001), @@ -3703,7 +3703,7 @@ public final class DistributedPubSubMessages { } public interface AddressOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string system = 1; /** @@ -3717,7 +3717,7 @@ public final class DistributedPubSubMessages { /** * required string system = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getSystemBytes(); // required string hostname = 2; @@ -3732,7 +3732,7 @@ public final class DistributedPubSubMessages { /** * required string hostname = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getHostnameBytes(); // required uint32 port = 3; @@ -3757,7 +3757,7 @@ public final class DistributedPubSubMessages { /** * optional string protocol = 4; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getProtocolBytes(); } /** @@ -3769,14 +3769,14 @@ public final class DistributedPubSubMessages { * */ public static final class Address extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements AddressOrBuilder { // Use Address.newBuilder() to construct. - private Address(com.google.protobuf.GeneratedMessage.Builder builder) { + private Address(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Address(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Address(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Address defaultInstance; public static Address getDefaultInstance() { @@ -3787,20 +3787,20 @@ public final class DistributedPubSubMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Address( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -3838,40 +3838,40 @@ public final class DistributedPubSubMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Address_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Address_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.class, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.Builder.class); } - public static com.google.protobuf.Parser
PARSER = - new com.google.protobuf.AbstractParser
() { + public static akka.protobuf.Parser
PARSER = + new akka.protobuf.AbstractParser
() { public Address parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Address(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser
getParserForType() { + public akka.protobuf.Parser
getParserForType() { return PARSER; } @@ -3893,8 +3893,8 @@ public final class DistributedPubSubMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { system_ = s; @@ -3905,17 +3905,17 @@ public final class DistributedPubSubMessages { /** * required string system = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getSystemBytes() { java.lang.Object ref = system_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); system_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3936,8 +3936,8 @@ public final class DistributedPubSubMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { hostname_ = s; @@ -3948,17 +3948,17 @@ public final class DistributedPubSubMessages { /** * required string hostname = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getHostnameBytes() { java.lang.Object ref = hostname_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); hostname_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3995,8 +3995,8 @@ public final class DistributedPubSubMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { protocol_ = s; @@ -4007,17 +4007,17 @@ public final class DistributedPubSubMessages { /** * optional string protocol = 4; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); protocol_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -4048,7 +4048,7 @@ public final class DistributedPubSubMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -4073,19 +4073,19 @@ public final class DistributedPubSubMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getSystemBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, getHostnameBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt32Size(3, port_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(4, getProtocolBytes()); } size += getUnknownFields().getSerializedSize(); @@ -4101,24 +4101,24 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address parseFrom(java.io.InputStream input) @@ -4127,7 +4127,7 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4137,18 +4137,18 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4162,7 +4162,7 @@ public final class DistributedPubSubMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -4175,14 +4175,14 @@ public final class DistributedPubSubMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.AddressOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Address_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Address_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4195,12 +4195,12 @@ public final class DistributedPubSubMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -4224,7 +4224,7 @@ public final class DistributedPubSubMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Address_descriptor; } @@ -4266,7 +4266,7 @@ public final class DistributedPubSubMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address) { return mergeFrom((akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address)other); } else { @@ -4316,13 +4316,13 @@ public final class DistributedPubSubMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address) e.getUnfinishedMessage(); throw e; } finally { @@ -4348,7 +4348,7 @@ public final class DistributedPubSubMessages { public java.lang.String getSystem() { java.lang.Object ref = system_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); system_ = s; return s; @@ -4359,17 +4359,17 @@ public final class DistributedPubSubMessages { /** * required string system = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getSystemBytes() { java.lang.Object ref = system_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); system_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -4398,7 +4398,7 @@ public final class DistributedPubSubMessages { * required string system = 1; */ public Builder setSystemBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4422,7 +4422,7 @@ public final class DistributedPubSubMessages { public java.lang.String getHostname() { java.lang.Object ref = hostname_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); hostname_ = s; return s; @@ -4433,17 +4433,17 @@ public final class DistributedPubSubMessages { /** * required string hostname = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getHostnameBytes() { java.lang.Object ref = hostname_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); hostname_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -4472,7 +4472,7 @@ public final class DistributedPubSubMessages { * required string hostname = 2; */ public Builder setHostnameBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4529,7 +4529,7 @@ public final class DistributedPubSubMessages { public java.lang.String getProtocol() { java.lang.Object ref = protocol_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); protocol_ = s; return s; @@ -4540,17 +4540,17 @@ public final class DistributedPubSubMessages { /** * optional string protocol = 4; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); protocol_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -4579,7 +4579,7 @@ public final class DistributedPubSubMessages { * optional string protocol = 4; */ public Builder setProtocolBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4601,7 +4601,7 @@ public final class DistributedPubSubMessages { } public interface SendOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string path = 1; /** @@ -4615,7 +4615,7 @@ public final class DistributedPubSubMessages { /** * required string path = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getPathBytes(); // required bool localAffinity = 2; @@ -4651,14 +4651,14 @@ public final class DistributedPubSubMessages { * */ public static final class Send extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements SendOrBuilder { // Use Send.newBuilder() to construct. - private Send(com.google.protobuf.GeneratedMessage.Builder builder) { + private Send(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Send(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Send(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Send defaultInstance; public static Send getDefaultInstance() { @@ -4669,20 +4669,20 @@ public final class DistributedPubSubMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Send( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -4723,40 +4723,40 @@ public final class DistributedPubSubMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Send_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Send_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.class, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Send parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Send(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -4778,8 +4778,8 @@ public final class DistributedPubSubMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { path_ = s; @@ -4790,17 +4790,17 @@ public final class DistributedPubSubMessages { /** * required string path = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getPathBytes() { java.lang.Object ref = path_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); path_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -4872,7 +4872,7 @@ public final class DistributedPubSubMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -4894,15 +4894,15 @@ public final class DistributedPubSubMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getPathBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBoolSize(2, localAffinity_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, payload_); } size += getUnknownFields().getSerializedSize(); @@ -4918,24 +4918,24 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send parseFrom(java.io.InputStream input) @@ -4944,7 +4944,7 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4954,18 +4954,18 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4979,7 +4979,7 @@ public final class DistributedPubSubMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -4992,14 +4992,14 @@ public final class DistributedPubSubMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Send_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Send_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -5012,12 +5012,12 @@ public final class DistributedPubSubMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getPayloadFieldBuilder(); } } @@ -5044,7 +5044,7 @@ public final class DistributedPubSubMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Send_descriptor; } @@ -5086,7 +5086,7 @@ public final class DistributedPubSubMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send) { return mergeFrom((akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send)other); } else { @@ -5133,13 +5133,13 @@ public final class DistributedPubSubMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Send) e.getUnfinishedMessage(); throw e; } finally { @@ -5165,7 +5165,7 @@ public final class DistributedPubSubMessages { public java.lang.String getPath() { java.lang.Object ref = path_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); path_ = s; return s; @@ -5176,17 +5176,17 @@ public final class DistributedPubSubMessages { /** * required string path = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getPathBytes() { java.lang.Object ref = path_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); path_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -5215,7 +5215,7 @@ public final class DistributedPubSubMessages { * required string path = 1; */ public Builder setPathBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -5260,7 +5260,7 @@ public final class DistributedPubSubMessages { // required .Payload payload = 3; private akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload payload_ = akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder> payloadBuilder_; /** * required .Payload payload = 3; @@ -5361,11 +5361,11 @@ public final class DistributedPubSubMessages { /** * required .Payload payload = 3; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder> getPayloadFieldBuilder() { if (payloadBuilder_ == null) { - payloadBuilder_ = new com.google.protobuf.SingleFieldBuilder< + payloadBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder>( payload_, getParentForChildren(), @@ -5387,7 +5387,7 @@ public final class DistributedPubSubMessages { } public interface SendToAllOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string path = 1; /** @@ -5401,7 +5401,7 @@ public final class DistributedPubSubMessages { /** * required string path = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getPathBytes(); // required bool allButSelf = 2; @@ -5437,14 +5437,14 @@ public final class DistributedPubSubMessages { * */ public static final class SendToAll extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements SendToAllOrBuilder { // Use SendToAll.newBuilder() to construct. - private SendToAll(com.google.protobuf.GeneratedMessage.Builder builder) { + private SendToAll(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private SendToAll(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private SendToAll(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final SendToAll defaultInstance; public static SendToAll getDefaultInstance() { @@ -5455,20 +5455,20 @@ public final class DistributedPubSubMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SendToAll( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -5509,40 +5509,40 @@ public final class DistributedPubSubMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_SendToAll_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_SendToAll_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.class, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public SendToAll parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new SendToAll(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -5564,8 +5564,8 @@ public final class DistributedPubSubMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { path_ = s; @@ -5576,17 +5576,17 @@ public final class DistributedPubSubMessages { /** * required string path = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getPathBytes() { java.lang.Object ref = path_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); path_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -5658,7 +5658,7 @@ public final class DistributedPubSubMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -5680,15 +5680,15 @@ public final class DistributedPubSubMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getPathBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBoolSize(2, allButSelf_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, payload_); } size += getUnknownFields().getSerializedSize(); @@ -5704,24 +5704,24 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll parseFrom(java.io.InputStream input) @@ -5730,7 +5730,7 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5740,18 +5740,18 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5765,7 +5765,7 @@ public final class DistributedPubSubMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -5778,14 +5778,14 @@ public final class DistributedPubSubMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAllOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_SendToAll_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_SendToAll_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -5798,12 +5798,12 @@ public final class DistributedPubSubMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getPayloadFieldBuilder(); } } @@ -5830,7 +5830,7 @@ public final class DistributedPubSubMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_SendToAll_descriptor; } @@ -5872,7 +5872,7 @@ public final class DistributedPubSubMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll) { return mergeFrom((akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll)other); } else { @@ -5919,13 +5919,13 @@ public final class DistributedPubSubMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.SendToAll) e.getUnfinishedMessage(); throw e; } finally { @@ -5951,7 +5951,7 @@ public final class DistributedPubSubMessages { public java.lang.String getPath() { java.lang.Object ref = path_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); path_ = s; return s; @@ -5962,17 +5962,17 @@ public final class DistributedPubSubMessages { /** * required string path = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getPathBytes() { java.lang.Object ref = path_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); path_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -6001,7 +6001,7 @@ public final class DistributedPubSubMessages { * required string path = 1; */ public Builder setPathBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -6046,7 +6046,7 @@ public final class DistributedPubSubMessages { // required .Payload payload = 3; private akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload payload_ = akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder> payloadBuilder_; /** * required .Payload payload = 3; @@ -6147,11 +6147,11 @@ public final class DistributedPubSubMessages { /** * required .Payload payload = 3; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder> getPayloadFieldBuilder() { if (payloadBuilder_ == null) { - payloadBuilder_ = new com.google.protobuf.SingleFieldBuilder< + payloadBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder>( payload_, getParentForChildren(), @@ -6173,7 +6173,7 @@ public final class DistributedPubSubMessages { } public interface PublishOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string topic = 1; /** @@ -6187,7 +6187,7 @@ public final class DistributedPubSubMessages { /** * required string topic = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getTopicBytes(); // required .Payload payload = 3; @@ -6213,14 +6213,14 @@ public final class DistributedPubSubMessages { * */ public static final class Publish extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements PublishOrBuilder { // Use Publish.newBuilder() to construct. - private Publish(com.google.protobuf.GeneratedMessage.Builder builder) { + private Publish(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Publish(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Publish(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Publish defaultInstance; public static Publish getDefaultInstance() { @@ -6231,20 +6231,20 @@ public final class DistributedPubSubMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Publish( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -6280,40 +6280,40 @@ public final class DistributedPubSubMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Publish_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Publish_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.class, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Publish parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Publish(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -6335,8 +6335,8 @@ public final class DistributedPubSubMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { topic_ = s; @@ -6347,17 +6347,17 @@ public final class DistributedPubSubMessages { /** * required string topic = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getTopicBytes() { java.lang.Object ref = topic_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); topic_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -6408,7 +6408,7 @@ public final class DistributedPubSubMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -6427,11 +6427,11 @@ public final class DistributedPubSubMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getTopicBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, payload_); } size += getUnknownFields().getSerializedSize(); @@ -6447,24 +6447,24 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish parseFrom(java.io.InputStream input) @@ -6473,7 +6473,7 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -6483,18 +6483,18 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -6508,7 +6508,7 @@ public final class DistributedPubSubMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -6521,14 +6521,14 @@ public final class DistributedPubSubMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PublishOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Publish_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Publish_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -6541,12 +6541,12 @@ public final class DistributedPubSubMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getPayloadFieldBuilder(); } } @@ -6571,7 +6571,7 @@ public final class DistributedPubSubMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Publish_descriptor; } @@ -6609,7 +6609,7 @@ public final class DistributedPubSubMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish) { return mergeFrom((akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish)other); } else { @@ -6649,13 +6649,13 @@ public final class DistributedPubSubMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Publish) e.getUnfinishedMessage(); throw e; } finally { @@ -6681,7 +6681,7 @@ public final class DistributedPubSubMessages { public java.lang.String getTopic() { java.lang.Object ref = topic_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); topic_ = s; return s; @@ -6692,17 +6692,17 @@ public final class DistributedPubSubMessages { /** * required string topic = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getTopicBytes() { java.lang.Object ref = topic_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); topic_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -6731,7 +6731,7 @@ public final class DistributedPubSubMessages { * required string topic = 1; */ public Builder setTopicBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -6743,7 +6743,7 @@ public final class DistributedPubSubMessages { // required .Payload payload = 3; private akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload payload_ = akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder> payloadBuilder_; /** * required .Payload payload = 3; @@ -6844,11 +6844,11 @@ public final class DistributedPubSubMessages { /** * required .Payload payload = 3; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder> getPayloadFieldBuilder() { if (payloadBuilder_ == null) { - payloadBuilder_ = new com.google.protobuf.SingleFieldBuilder< + payloadBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder>( payload_, getParentForChildren(), @@ -6870,7 +6870,7 @@ public final class DistributedPubSubMessages { } public interface PayloadOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required bytes enclosedMessage = 1; /** @@ -6880,7 +6880,7 @@ public final class DistributedPubSubMessages { /** * required bytes enclosedMessage = 1; */ - com.google.protobuf.ByteString getEnclosedMessage(); + akka.protobuf.ByteString getEnclosedMessage(); // required int32 serializerId = 2; /** @@ -6900,20 +6900,20 @@ public final class DistributedPubSubMessages { /** * optional bytes messageManifest = 4; */ - com.google.protobuf.ByteString getMessageManifest(); + akka.protobuf.ByteString getMessageManifest(); } /** * Protobuf type {@code Payload} */ public static final class Payload extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements PayloadOrBuilder { // Use Payload.newBuilder() to construct. - private Payload(com.google.protobuf.GeneratedMessage.Builder builder) { + private Payload(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Payload(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Payload(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Payload defaultInstance; public static Payload getDefaultInstance() { @@ -6924,20 +6924,20 @@ public final class DistributedPubSubMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Payload( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -6970,47 +6970,47 @@ public final class DistributedPubSubMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Payload_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Payload_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.class, akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Payload parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Payload(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; // required bytes enclosedMessage = 1; public static final int ENCLOSEDMESSAGE_FIELD_NUMBER = 1; - private com.google.protobuf.ByteString enclosedMessage_; + private akka.protobuf.ByteString enclosedMessage_; /** * required bytes enclosedMessage = 1; */ @@ -7020,7 +7020,7 @@ public final class DistributedPubSubMessages { /** * required bytes enclosedMessage = 1; */ - public com.google.protobuf.ByteString getEnclosedMessage() { + public akka.protobuf.ByteString getEnclosedMessage() { return enclosedMessage_; } @@ -7042,7 +7042,7 @@ public final class DistributedPubSubMessages { // optional bytes messageManifest = 4; public static final int MESSAGEMANIFEST_FIELD_NUMBER = 4; - private com.google.protobuf.ByteString messageManifest_; + private akka.protobuf.ByteString messageManifest_; /** * optional bytes messageManifest = 4; */ @@ -7052,14 +7052,14 @@ public final class DistributedPubSubMessages { /** * optional bytes messageManifest = 4; */ - public com.google.protobuf.ByteString getMessageManifest() { + public akka.protobuf.ByteString getMessageManifest() { return messageManifest_; } private void initFields() { - enclosedMessage_ = com.google.protobuf.ByteString.EMPTY; + enclosedMessage_ = akka.protobuf.ByteString.EMPTY; serializerId_ = 0; - messageManifest_ = com.google.protobuf.ByteString.EMPTY; + messageManifest_ = akka.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -7078,7 +7078,7 @@ public final class DistributedPubSubMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -7100,15 +7100,15 @@ public final class DistributedPubSubMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, enclosedMessage_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(2, serializerId_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(4, messageManifest_); } size += getUnknownFields().getSerializedSize(); @@ -7124,24 +7124,24 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload parseFrom(java.io.InputStream input) @@ -7150,7 +7150,7 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -7160,18 +7160,18 @@ public final class DistributedPubSubMessages { } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -7185,7 +7185,7 @@ public final class DistributedPubSubMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -7193,14 +7193,14 @@ public final class DistributedPubSubMessages { * Protobuf type {@code Payload} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.PayloadOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Payload_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Payload_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -7213,12 +7213,12 @@ public final class DistributedPubSubMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -7227,11 +7227,11 @@ public final class DistributedPubSubMessages { public Builder clear() { super.clear(); - enclosedMessage_ = com.google.protobuf.ByteString.EMPTY; + enclosedMessage_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); serializerId_ = 0; bitField0_ = (bitField0_ & ~0x00000002); - messageManifest_ = com.google.protobuf.ByteString.EMPTY; + messageManifest_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); return this; } @@ -7240,7 +7240,7 @@ public final class DistributedPubSubMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.internal_static_Payload_descriptor; } @@ -7278,7 +7278,7 @@ public final class DistributedPubSubMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload) { return mergeFrom((akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload)other); } else { @@ -7315,13 +7315,13 @@ public final class DistributedPubSubMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload) e.getUnfinishedMessage(); throw e; } finally { @@ -7334,7 +7334,7 @@ public final class DistributedPubSubMessages { private int bitField0_; // required bytes enclosedMessage = 1; - private com.google.protobuf.ByteString enclosedMessage_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString enclosedMessage_ = akka.protobuf.ByteString.EMPTY; /** * required bytes enclosedMessage = 1; */ @@ -7344,13 +7344,13 @@ public final class DistributedPubSubMessages { /** * required bytes enclosedMessage = 1; */ - public com.google.protobuf.ByteString getEnclosedMessage() { + public akka.protobuf.ByteString getEnclosedMessage() { return enclosedMessage_; } /** * required bytes enclosedMessage = 1; */ - public Builder setEnclosedMessage(com.google.protobuf.ByteString value) { + public Builder setEnclosedMessage(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -7403,7 +7403,7 @@ public final class DistributedPubSubMessages { } // optional bytes messageManifest = 4; - private com.google.protobuf.ByteString messageManifest_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString messageManifest_ = akka.protobuf.ByteString.EMPTY; /** * optional bytes messageManifest = 4; */ @@ -7413,13 +7413,13 @@ public final class DistributedPubSubMessages { /** * optional bytes messageManifest = 4; */ - public com.google.protobuf.ByteString getMessageManifest() { + public akka.protobuf.ByteString getMessageManifest() { return messageManifest_; } /** * optional bytes messageManifest = 4; */ - public Builder setMessageManifest(com.google.protobuf.ByteString value) { + public Builder setMessageManifest(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -7449,62 +7449,62 @@ public final class DistributedPubSubMessages { // @@protoc_insertion_point(class_scope:Payload) } - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Status_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Status_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Status_Version_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Status_Version_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Delta_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Delta_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Delta_Entry_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Delta_Entry_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Delta_Bucket_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Delta_Bucket_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Address_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Address_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Send_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Send_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_SendToAll_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_SendToAll_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Publish_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Publish_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Payload_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Payload_fieldAccessorTable; - public static com.google.protobuf.Descriptors.FileDescriptor + public static akka.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } - private static com.google.protobuf.Descriptors.FileDescriptor + private static akka.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { @@ -7527,77 +7527,77 @@ public final class DistributedPubSubMessages { "\030\002 \002(\005\022\027\n\017messageManifest\030\004 \001(\014B$\n akka." + "cluster.pubsub.protobuf.msgH\001" }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { + akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { + public akka.protobuf.ExtensionRegistry assignDescriptors( + akka.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_Status_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_Status_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Status_descriptor, new java.lang.String[] { "Versions", }); internal_static_Status_Version_descriptor = internal_static_Status_descriptor.getNestedTypes().get(0); internal_static_Status_Version_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Status_Version_descriptor, new java.lang.String[] { "Address", "Timestamp", }); internal_static_Delta_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_Delta_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Delta_descriptor, new java.lang.String[] { "Buckets", }); internal_static_Delta_Entry_descriptor = internal_static_Delta_descriptor.getNestedTypes().get(0); internal_static_Delta_Entry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Delta_Entry_descriptor, new java.lang.String[] { "Key", "Version", "Ref", }); internal_static_Delta_Bucket_descriptor = internal_static_Delta_descriptor.getNestedTypes().get(1); internal_static_Delta_Bucket_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Delta_Bucket_descriptor, new java.lang.String[] { "Owner", "Version", "Content", }); internal_static_Address_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_Address_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Address_descriptor, new java.lang.String[] { "System", "Hostname", "Port", "Protocol", }); internal_static_Send_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_Send_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Send_descriptor, new java.lang.String[] { "Path", "LocalAffinity", "Payload", }); internal_static_SendToAll_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_SendToAll_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_SendToAll_descriptor, new java.lang.String[] { "Path", "AllButSelf", "Payload", }); internal_static_Publish_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_Publish_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Publish_descriptor, new java.lang.String[] { "Topic", "Payload", }); internal_static_Payload_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_Payload_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Payload_descriptor, new java.lang.String[] { "EnclosedMessage", "SerializerId", "MessageManifest", }); return null; } }; - com.google.protobuf.Descriptors.FileDescriptor + akka.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { + new akka.protobuf.Descriptors.FileDescriptor[] { }, assigner); } diff --git a/akka-cluster-tools/src/main/scala/akka/cluster/pubsub/protobuf/DistributedPubSubMessageSerializer.scala b/akka-cluster-tools/src/main/scala/akka/cluster/pubsub/protobuf/DistributedPubSubMessageSerializer.scala index 72834ebab7..2f24579e1c 100644 --- a/akka-cluster-tools/src/main/scala/akka/cluster/pubsub/protobuf/DistributedPubSubMessageSerializer.scala +++ b/akka-cluster-tools/src/main/scala/akka/cluster/pubsub/protobuf/DistributedPubSubMessageSerializer.scala @@ -10,12 +10,11 @@ import akka.actor.{ ExtendedActorSystem, Address } import scala.Some import scala.collection.immutable import java.io.{ ByteArrayInputStream, ObjectOutputStream, ByteArrayOutputStream } -import com.google.protobuf.ByteString +import akka.protobuf.{ ByteString, MessageLite } import akka.util.ClassLoaderObjectInputStream import java.{ lang ⇒ jl } import java.util.zip.GZIPOutputStream import java.util.zip.GZIPInputStream -import com.google.protobuf.MessageLite import scala.annotation.tailrec import akka.cluster.pubsub.protobuf.msg.{ DistributedPubSubMessages ⇒ dm } import scala.collection.JavaConverters._ diff --git a/akka-cluster/src/main/java/akka/cluster/protobuf/msg/ClusterMessages.java b/akka-cluster/src/main/java/akka/cluster/protobuf/msg/ClusterMessages.java index a0a0c305aa..fbc9320e46 100644 --- a/akka-cluster/src/main/java/akka/cluster/protobuf/msg/ClusterMessages.java +++ b/akka-cluster/src/main/java/akka/cluster/protobuf/msg/ClusterMessages.java @@ -6,7 +6,7 @@ package akka.cluster.protobuf.msg; public final class ClusterMessages { private ClusterMessages() {} public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { + akka.protobuf.ExtensionRegistry registry) { } /** * Protobuf enum {@code ReachabilityStatus} @@ -17,7 +17,7 @@ public final class ClusterMessages { * */ public enum ReachabilityStatus - implements com.google.protobuf.ProtocolMessageEnum { + implements akka.protobuf.ProtocolMessageEnum { /** * Reachable = 0; */ @@ -57,27 +57,27 @@ public final class ClusterMessages { } } - public static com.google.protobuf.Internal.EnumLiteMap + public static akka.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static com.google.protobuf.Internal.EnumLiteMap + private static akka.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { + new akka.protobuf.Internal.EnumLiteMap() { public ReachabilityStatus findValueByNumber(int number) { return ReachabilityStatus.valueOf(number); } }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor + public final akka.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(index); } - public final com.google.protobuf.Descriptors.EnumDescriptor + public final akka.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor + public static final akka.protobuf.Descriptors.EnumDescriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.getDescriptor().getEnumTypes().get(0); } @@ -85,7 +85,7 @@ public final class ClusterMessages { private static final ReachabilityStatus[] VALUES = values(); public static ReachabilityStatus valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + akka.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); @@ -113,7 +113,7 @@ public final class ClusterMessages { * */ public enum MemberStatus - implements com.google.protobuf.ProtocolMessageEnum { + implements akka.protobuf.ProtocolMessageEnum { /** * Joining = 0; */ @@ -180,27 +180,27 @@ public final class ClusterMessages { } } - public static com.google.protobuf.Internal.EnumLiteMap + public static akka.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static com.google.protobuf.Internal.EnumLiteMap + private static akka.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { + new akka.protobuf.Internal.EnumLiteMap() { public MemberStatus findValueByNumber(int number) { return MemberStatus.valueOf(number); } }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor + public final akka.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(index); } - public final com.google.protobuf.Descriptors.EnumDescriptor + public final akka.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor + public static final akka.protobuf.Descriptors.EnumDescriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.getDescriptor().getEnumTypes().get(1); } @@ -208,7 +208,7 @@ public final class ClusterMessages { private static final MemberStatus[] VALUES = values(); public static MemberStatus valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + akka.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); @@ -228,7 +228,7 @@ public final class ClusterMessages { } public interface JoinOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .UniqueAddress node = 1; /** @@ -261,7 +261,7 @@ public final class ClusterMessages { /** * repeated string roles = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getRolesBytes(int index); } /** @@ -273,14 +273,14 @@ public final class ClusterMessages { * */ public static final class Join extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements JoinOrBuilder { // Use Join.newBuilder() to construct. - private Join(com.google.protobuf.GeneratedMessage.Builder builder) { + private Join(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Join(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Join(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Join defaultInstance; public static Join getDefaultInstance() { @@ -291,20 +291,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Join( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -335,7 +335,7 @@ public final class ClusterMessages { } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - roles_ = new com.google.protobuf.LazyStringArrayList(); + roles_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } roles_.add(input.readBytes()); @@ -343,43 +343,43 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - roles_ = new com.google.protobuf.UnmodifiableLazyStringList(roles_); + roles_ = new akka.protobuf.UnmodifiableLazyStringList(roles_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Join_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Join_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.Join.class, akka.cluster.protobuf.msg.ClusterMessages.Join.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Join parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Join(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -408,7 +408,7 @@ public final class ClusterMessages { // repeated string roles = 2; public static final int ROLES_FIELD_NUMBER = 2; - private com.google.protobuf.LazyStringList roles_; + private akka.protobuf.LazyStringList roles_; /** * repeated string roles = 2; */ @@ -431,14 +431,14 @@ public final class ClusterMessages { /** * repeated string roles = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRolesBytes(int index) { return roles_.getByteString(index); } private void initFields() { node_ = akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance(); - roles_ = com.google.protobuf.LazyStringArrayList.EMPTY; + roles_ = akka.protobuf.LazyStringArrayList.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -457,7 +457,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -476,13 +476,13 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, node_); } { int dataSize = 0; for (int i = 0; i < roles_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(roles_.getByteString(i)); } size += dataSize; @@ -501,24 +501,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Join parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Join parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Join parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Join parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Join parseFrom(java.io.InputStream input) @@ -527,7 +527,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Join parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -537,18 +537,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Join parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Join parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.Join parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -562,7 +562,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -575,14 +575,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.JoinOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Join_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Join_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -595,12 +595,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getNodeFieldBuilder(); } } @@ -616,7 +616,7 @@ public final class ClusterMessages { nodeBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); - roles_ = com.google.protobuf.LazyStringArrayList.EMPTY; + roles_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); return this; } @@ -625,7 +625,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Join_descriptor; } @@ -655,7 +655,7 @@ public final class ClusterMessages { result.node_ = nodeBuilder_.build(); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - roles_ = new com.google.protobuf.UnmodifiableLazyStringList( + roles_ = new akka.protobuf.UnmodifiableLazyStringList( roles_); bitField0_ = (bitField0_ & ~0x00000002); } @@ -665,7 +665,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.Join) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.Join)other); } else { @@ -706,13 +706,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.Join parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.Join) e.getUnfinishedMessage(); throw e; } finally { @@ -726,7 +726,7 @@ public final class ClusterMessages { // required .UniqueAddress node = 1; private akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress node_ = akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> nodeBuilder_; /** * required .UniqueAddress node = 1; @@ -827,11 +827,11 @@ public final class ClusterMessages { /** * required .UniqueAddress node = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> getNodeFieldBuilder() { if (nodeBuilder_ == null) { - nodeBuilder_ = new com.google.protobuf.SingleFieldBuilder< + nodeBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder>( node_, getParentForChildren(), @@ -842,10 +842,10 @@ public final class ClusterMessages { } // repeated string roles = 2; - private com.google.protobuf.LazyStringList roles_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList roles_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureRolesIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { - roles_ = new com.google.protobuf.LazyStringArrayList(roles_); + roles_ = new akka.protobuf.LazyStringArrayList(roles_); bitField0_ |= 0x00000002; } } @@ -871,7 +871,7 @@ public final class ClusterMessages { /** * repeated string roles = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRolesBytes(int index) { return roles_.getByteString(index); } @@ -915,7 +915,7 @@ public final class ClusterMessages { * repeated string roles = 2; */ public Builder clearRoles() { - roles_ = com.google.protobuf.LazyStringArrayList.EMPTY; + roles_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; @@ -924,7 +924,7 @@ public final class ClusterMessages { * repeated string roles = 2; */ public Builder addRolesBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -946,7 +946,7 @@ public final class ClusterMessages { } public interface WelcomeOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .UniqueAddress from = 1; /** @@ -985,14 +985,14 @@ public final class ClusterMessages { * */ public static final class Welcome extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements WelcomeOrBuilder { // Use Welcome.newBuilder() to construct. - private Welcome(com.google.protobuf.GeneratedMessage.Builder builder) { + private Welcome(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Welcome(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Welcome(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Welcome defaultInstance; public static Welcome getDefaultInstance() { @@ -1003,20 +1003,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Welcome( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -1060,40 +1060,40 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Welcome_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Welcome_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.Welcome.class, akka.cluster.protobuf.msg.ClusterMessages.Welcome.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Welcome parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Welcome(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -1171,7 +1171,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -1190,11 +1190,11 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, from_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, gossip_); } size += getUnknownFields().getSerializedSize(); @@ -1210,24 +1210,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Welcome parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Welcome parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Welcome parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Welcome parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Welcome parseFrom(java.io.InputStream input) @@ -1236,7 +1236,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Welcome parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1246,18 +1246,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Welcome parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Welcome parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.Welcome parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1271,7 +1271,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -1284,14 +1284,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.WelcomeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Welcome_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Welcome_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1304,12 +1304,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getFromFieldBuilder(); getGossipFieldBuilder(); } @@ -1339,7 +1339,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Welcome_descriptor; } @@ -1381,7 +1381,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.Welcome) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.Welcome)other); } else { @@ -1423,13 +1423,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.Welcome parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.Welcome) e.getUnfinishedMessage(); throw e; } finally { @@ -1443,7 +1443,7 @@ public final class ClusterMessages { // required .UniqueAddress from = 1; private akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress from_ = akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> fromBuilder_; /** * required .UniqueAddress from = 1; @@ -1544,11 +1544,11 @@ public final class ClusterMessages { /** * required .UniqueAddress from = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> getFromFieldBuilder() { if (fromBuilder_ == null) { - fromBuilder_ = new com.google.protobuf.SingleFieldBuilder< + fromBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder>( from_, getParentForChildren(), @@ -1560,7 +1560,7 @@ public final class ClusterMessages { // required .Gossip gossip = 2; private akka.cluster.protobuf.msg.ClusterMessages.Gossip gossip_ = akka.cluster.protobuf.msg.ClusterMessages.Gossip.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Gossip, akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder, akka.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder> gossipBuilder_; /** * required .Gossip gossip = 2; @@ -1661,11 +1661,11 @@ public final class ClusterMessages { /** * required .Gossip gossip = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Gossip, akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder, akka.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder> getGossipFieldBuilder() { if (gossipBuilder_ == null) { - gossipBuilder_ = new com.google.protobuf.SingleFieldBuilder< + gossipBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Gossip, akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder, akka.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder>( gossip_, getParentForChildren(), @@ -1687,7 +1687,7 @@ public final class ClusterMessages { } public interface GossipEnvelopeOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .UniqueAddress from = 1; /** @@ -1725,7 +1725,7 @@ public final class ClusterMessages { /** * required bytes serializedGossip = 3; */ - com.google.protobuf.ByteString getSerializedGossip(); + akka.protobuf.ByteString getSerializedGossip(); } /** * Protobuf type {@code GossipEnvelope} @@ -1736,14 +1736,14 @@ public final class ClusterMessages { * */ public static final class GossipEnvelope extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements GossipEnvelopeOrBuilder { // Use GossipEnvelope.newBuilder() to construct. - private GossipEnvelope(com.google.protobuf.GeneratedMessage.Builder builder) { + private GossipEnvelope(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private GossipEnvelope(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private GossipEnvelope(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final GossipEnvelope defaultInstance; public static GossipEnvelope getDefaultInstance() { @@ -1754,20 +1754,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GossipEnvelope( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -1816,40 +1816,40 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipEnvelope_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipEnvelope_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.class, akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public GossipEnvelope parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new GossipEnvelope(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -1900,7 +1900,7 @@ public final class ClusterMessages { // required bytes serializedGossip = 3; public static final int SERIALIZEDGOSSIP_FIELD_NUMBER = 3; - private com.google.protobuf.ByteString serializedGossip_; + private akka.protobuf.ByteString serializedGossip_; /** * required bytes serializedGossip = 3; */ @@ -1910,14 +1910,14 @@ public final class ClusterMessages { /** * required bytes serializedGossip = 3; */ - public com.google.protobuf.ByteString getSerializedGossip() { + public akka.protobuf.ByteString getSerializedGossip() { return serializedGossip_; } private void initFields() { from_ = akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance(); to_ = akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance(); - serializedGossip_ = com.google.protobuf.ByteString.EMPTY; + serializedGossip_ = akka.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -1948,7 +1948,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -1970,15 +1970,15 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, from_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, to_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(3, serializedGossip_); } size += getUnknownFields().getSerializedSize(); @@ -1994,24 +1994,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope parseFrom(java.io.InputStream input) @@ -2020,7 +2020,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2030,18 +2030,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2055,7 +2055,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -2068,14 +2068,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelopeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipEnvelope_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipEnvelope_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2088,12 +2088,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getFromFieldBuilder(); getToFieldBuilder(); } @@ -2116,7 +2116,7 @@ public final class ClusterMessages { toBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000002); - serializedGossip_ = com.google.protobuf.ByteString.EMPTY; + serializedGossip_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); return this; } @@ -2125,7 +2125,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipEnvelope_descriptor; } @@ -2171,7 +2171,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope)other); } else { @@ -2220,13 +2220,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.GossipEnvelope) e.getUnfinishedMessage(); throw e; } finally { @@ -2240,7 +2240,7 @@ public final class ClusterMessages { // required .UniqueAddress from = 1; private akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress from_ = akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> fromBuilder_; /** * required .UniqueAddress from = 1; @@ -2341,11 +2341,11 @@ public final class ClusterMessages { /** * required .UniqueAddress from = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> getFromFieldBuilder() { if (fromBuilder_ == null) { - fromBuilder_ = new com.google.protobuf.SingleFieldBuilder< + fromBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder>( from_, getParentForChildren(), @@ -2357,7 +2357,7 @@ public final class ClusterMessages { // required .UniqueAddress to = 2; private akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress to_ = akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> toBuilder_; /** * required .UniqueAddress to = 2; @@ -2458,11 +2458,11 @@ public final class ClusterMessages { /** * required .UniqueAddress to = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> getToFieldBuilder() { if (toBuilder_ == null) { - toBuilder_ = new com.google.protobuf.SingleFieldBuilder< + toBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder>( to_, getParentForChildren(), @@ -2473,7 +2473,7 @@ public final class ClusterMessages { } // required bytes serializedGossip = 3; - private com.google.protobuf.ByteString serializedGossip_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString serializedGossip_ = akka.protobuf.ByteString.EMPTY; /** * required bytes serializedGossip = 3; */ @@ -2483,13 +2483,13 @@ public final class ClusterMessages { /** * required bytes serializedGossip = 3; */ - public com.google.protobuf.ByteString getSerializedGossip() { + public akka.protobuf.ByteString getSerializedGossip() { return serializedGossip_; } /** * required bytes serializedGossip = 3; */ - public Builder setSerializedGossip(com.google.protobuf.ByteString value) { + public Builder setSerializedGossip(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -2520,7 +2520,7 @@ public final class ClusterMessages { } public interface GossipStatusOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .UniqueAddress from = 1; /** @@ -2553,7 +2553,7 @@ public final class ClusterMessages { /** * repeated string allHashes = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getAllHashesBytes(int index); // required .VectorClock version = 3; @@ -2579,14 +2579,14 @@ public final class ClusterMessages { * */ public static final class GossipStatus extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements GossipStatusOrBuilder { // Use GossipStatus.newBuilder() to construct. - private GossipStatus(com.google.protobuf.GeneratedMessage.Builder builder) { + private GossipStatus(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private GossipStatus(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private GossipStatus(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final GossipStatus defaultInstance; public static GossipStatus getDefaultInstance() { @@ -2597,20 +2597,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GossipStatus( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -2641,7 +2641,7 @@ public final class ClusterMessages { } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - allHashes_ = new com.google.protobuf.LazyStringArrayList(); + allHashes_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } allHashes_.add(input.readBytes()); @@ -2662,43 +2662,43 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - allHashes_ = new com.google.protobuf.UnmodifiableLazyStringList(allHashes_); + allHashes_ = new akka.protobuf.UnmodifiableLazyStringList(allHashes_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipStatus_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipStatus_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.GossipStatus.class, akka.cluster.protobuf.msg.ClusterMessages.GossipStatus.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public GossipStatus parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new GossipStatus(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -2727,7 +2727,7 @@ public final class ClusterMessages { // repeated string allHashes = 2; public static final int ALLHASHES_FIELD_NUMBER = 2; - private com.google.protobuf.LazyStringList allHashes_; + private akka.protobuf.LazyStringList allHashes_; /** * repeated string allHashes = 2; */ @@ -2750,7 +2750,7 @@ public final class ClusterMessages { /** * repeated string allHashes = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAllHashesBytes(int index) { return allHashes_.getByteString(index); } @@ -2779,7 +2779,7 @@ public final class ClusterMessages { private void initFields() { from_ = akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance(); - allHashes_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allHashes_ = akka.protobuf.LazyStringArrayList.EMPTY; version_ = akka.cluster.protobuf.msg.ClusterMessages.VectorClock.getDefaultInstance(); } private byte memoizedIsInitialized = -1; @@ -2807,7 +2807,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -2829,20 +2829,20 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, from_); } { int dataSize = 0; for (int i = 0; i < allHashes_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(allHashes_.getByteString(i)); } size += dataSize; size += 1 * getAllHashesList().size(); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, version_); } size += getUnknownFields().getSerializedSize(); @@ -2858,24 +2858,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.GossipStatus parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipStatus parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipStatus parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipStatus parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipStatus parseFrom(java.io.InputStream input) @@ -2884,7 +2884,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.GossipStatus parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2894,18 +2894,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.GossipStatus parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipStatus parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipStatus parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2919,7 +2919,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -2932,14 +2932,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.GossipStatusOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipStatus_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipStatus_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2952,12 +2952,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getFromFieldBuilder(); getVersionFieldBuilder(); } @@ -2974,7 +2974,7 @@ public final class ClusterMessages { fromBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); - allHashes_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allHashes_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); if (versionBuilder_ == null) { version_ = akka.cluster.protobuf.msg.ClusterMessages.VectorClock.getDefaultInstance(); @@ -2989,7 +2989,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipStatus_descriptor; } @@ -3019,7 +3019,7 @@ public final class ClusterMessages { result.from_ = fromBuilder_.build(); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - allHashes_ = new com.google.protobuf.UnmodifiableLazyStringList( + allHashes_ = new akka.protobuf.UnmodifiableLazyStringList( allHashes_); bitField0_ = (bitField0_ & ~0x00000002); } @@ -3037,7 +3037,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.GossipStatus) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.GossipStatus)other); } else { @@ -3089,13 +3089,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.GossipStatus parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.GossipStatus) e.getUnfinishedMessage(); throw e; } finally { @@ -3109,7 +3109,7 @@ public final class ClusterMessages { // required .UniqueAddress from = 1; private akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress from_ = akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> fromBuilder_; /** * required .UniqueAddress from = 1; @@ -3210,11 +3210,11 @@ public final class ClusterMessages { /** * required .UniqueAddress from = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> getFromFieldBuilder() { if (fromBuilder_ == null) { - fromBuilder_ = new com.google.protobuf.SingleFieldBuilder< + fromBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder>( from_, getParentForChildren(), @@ -3225,10 +3225,10 @@ public final class ClusterMessages { } // repeated string allHashes = 2; - private com.google.protobuf.LazyStringList allHashes_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList allHashes_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureAllHashesIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { - allHashes_ = new com.google.protobuf.LazyStringArrayList(allHashes_); + allHashes_ = new akka.protobuf.LazyStringArrayList(allHashes_); bitField0_ |= 0x00000002; } } @@ -3254,7 +3254,7 @@ public final class ClusterMessages { /** * repeated string allHashes = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAllHashesBytes(int index) { return allHashes_.getByteString(index); } @@ -3298,7 +3298,7 @@ public final class ClusterMessages { * repeated string allHashes = 2; */ public Builder clearAllHashes() { - allHashes_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allHashes_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; @@ -3307,7 +3307,7 @@ public final class ClusterMessages { * repeated string allHashes = 2; */ public Builder addAllHashesBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -3319,7 +3319,7 @@ public final class ClusterMessages { // required .VectorClock version = 3; private akka.cluster.protobuf.msg.ClusterMessages.VectorClock version_ = akka.cluster.protobuf.msg.ClusterMessages.VectorClock.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.VectorClock, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder, akka.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder> versionBuilder_; /** * required .VectorClock version = 3; @@ -3420,11 +3420,11 @@ public final class ClusterMessages { /** * required .VectorClock version = 3; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.VectorClock, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder, akka.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder> getVersionFieldBuilder() { if (versionBuilder_ == null) { - versionBuilder_ = new com.google.protobuf.SingleFieldBuilder< + versionBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.VectorClock, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder, akka.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder>( version_, getParentForChildren(), @@ -3446,7 +3446,7 @@ public final class ClusterMessages { } public interface GossipOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated .UniqueAddress allAddresses = 1; /** @@ -3490,7 +3490,7 @@ public final class ClusterMessages { /** * repeated string allRoles = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getAllRolesBytes(int index); // repeated string allHashes = 3; @@ -3510,7 +3510,7 @@ public final class ClusterMessages { /** * repeated string allHashes = 3; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getAllHashesBytes(int index); // repeated .Member members = 4; @@ -3575,14 +3575,14 @@ public final class ClusterMessages { * */ public static final class Gossip extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements GossipOrBuilder { // Use Gossip.newBuilder() to construct. - private Gossip(com.google.protobuf.GeneratedMessage.Builder builder) { + private Gossip(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Gossip(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Gossip(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Gossip defaultInstance; public static Gossip getDefaultInstance() { @@ -3593,20 +3593,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Gossip( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -3632,7 +3632,7 @@ public final class ClusterMessages { } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - allRoles_ = new com.google.protobuf.LazyStringArrayList(); + allRoles_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } allRoles_.add(input.readBytes()); @@ -3640,7 +3640,7 @@ public final class ClusterMessages { } case 26: { if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { - allHashes_ = new com.google.protobuf.LazyStringArrayList(); + allHashes_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000004; } allHashes_.add(input.readBytes()); @@ -3682,20 +3682,20 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { allAddresses_ = java.util.Collections.unmodifiableList(allAddresses_); } if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - allRoles_ = new com.google.protobuf.UnmodifiableLazyStringList(allRoles_); + allRoles_ = new akka.protobuf.UnmodifiableLazyStringList(allRoles_); } if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { - allHashes_ = new com.google.protobuf.UnmodifiableLazyStringList(allHashes_); + allHashes_ = new akka.protobuf.UnmodifiableLazyStringList(allHashes_); } if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { members_ = java.util.Collections.unmodifiableList(members_); @@ -3704,30 +3704,30 @@ public final class ClusterMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Gossip_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Gossip_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.Gossip.class, akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Gossip parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Gossip(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -3770,7 +3770,7 @@ public final class ClusterMessages { // repeated string allRoles = 2; public static final int ALLROLES_FIELD_NUMBER = 2; - private com.google.protobuf.LazyStringList allRoles_; + private akka.protobuf.LazyStringList allRoles_; /** * repeated string allRoles = 2; */ @@ -3793,14 +3793,14 @@ public final class ClusterMessages { /** * repeated string allRoles = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAllRolesBytes(int index) { return allRoles_.getByteString(index); } // repeated string allHashes = 3; public static final int ALLHASHES_FIELD_NUMBER = 3; - private com.google.protobuf.LazyStringList allHashes_; + private akka.protobuf.LazyStringList allHashes_; /** * repeated string allHashes = 3; */ @@ -3823,7 +3823,7 @@ public final class ClusterMessages { /** * repeated string allHashes = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAllHashesBytes(int index) { return allHashes_.getByteString(index); } @@ -3910,8 +3910,8 @@ public final class ClusterMessages { private void initFields() { allAddresses_ = java.util.Collections.emptyList(); - allRoles_ = com.google.protobuf.LazyStringArrayList.EMPTY; - allHashes_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allRoles_ = akka.protobuf.LazyStringArrayList.EMPTY; + allHashes_ = akka.protobuf.LazyStringArrayList.EMPTY; members_ = java.util.Collections.emptyList(); overview_ = akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.getDefaultInstance(); version_ = akka.cluster.protobuf.msg.ClusterMessages.VectorClock.getDefaultInstance(); @@ -3953,7 +3953,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < allAddresses_.size(); i++) { @@ -3984,13 +3984,13 @@ public final class ClusterMessages { size = 0; for (int i = 0; i < allAddresses_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, allAddresses_.get(i)); } { int dataSize = 0; for (int i = 0; i < allRoles_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(allRoles_.getByteString(i)); } size += dataSize; @@ -3999,22 +3999,22 @@ public final class ClusterMessages { { int dataSize = 0; for (int i = 0; i < allHashes_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(allHashes_.getByteString(i)); } size += dataSize; size += 1 * getAllHashesList().size(); } for (int i = 0; i < members_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(4, members_.get(i)); } if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(5, overview_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(6, version_); } size += getUnknownFields().getSerializedSize(); @@ -4030,24 +4030,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Gossip parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Gossip parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Gossip parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Gossip parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Gossip parseFrom(java.io.InputStream input) @@ -4056,7 +4056,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Gossip parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4066,18 +4066,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Gossip parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Gossip parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.Gossip parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4091,7 +4091,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -4104,14 +4104,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Gossip_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Gossip_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4124,12 +4124,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAllAddressesFieldBuilder(); getMembersFieldBuilder(); getOverviewFieldBuilder(); @@ -4148,9 +4148,9 @@ public final class ClusterMessages { } else { allAddressesBuilder_.clear(); } - allRoles_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allRoles_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); - allHashes_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allHashes_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); if (membersBuilder_ == null) { members_ = java.util.Collections.emptyList(); @@ -4177,7 +4177,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Gossip_descriptor; } @@ -4208,13 +4208,13 @@ public final class ClusterMessages { result.allAddresses_ = allAddressesBuilder_.build(); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - allRoles_ = new com.google.protobuf.UnmodifiableLazyStringList( + allRoles_ = new akka.protobuf.UnmodifiableLazyStringList( allRoles_); bitField0_ = (bitField0_ & ~0x00000002); } result.allRoles_ = allRoles_; if (((bitField0_ & 0x00000004) == 0x00000004)) { - allHashes_ = new com.google.protobuf.UnmodifiableLazyStringList( + allHashes_ = new akka.protobuf.UnmodifiableLazyStringList( allHashes_); bitField0_ = (bitField0_ & ~0x00000004); } @@ -4249,7 +4249,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.Gossip) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.Gossip)other); } else { @@ -4279,7 +4279,7 @@ public final class ClusterMessages { allAddresses_ = other.allAddresses_; bitField0_ = (bitField0_ & ~0x00000001); allAddressesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getAllAddressesFieldBuilder() : null; } else { allAddressesBuilder_.addAllMessages(other.allAddresses_); @@ -4325,7 +4325,7 @@ public final class ClusterMessages { members_ = other.members_; bitField0_ = (bitField0_ & ~0x00000008); membersBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getMembersFieldBuilder() : null; } else { membersBuilder_.addAllMessages(other.members_); @@ -4375,13 +4375,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.Gossip parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.Gossip) e.getUnfinishedMessage(); throw e; } finally { @@ -4403,7 +4403,7 @@ public final class ClusterMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> allAddressesBuilder_; /** @@ -4618,11 +4618,11 @@ public final class ClusterMessages { getAllAddressesBuilderList() { return getAllAddressesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> getAllAddressesFieldBuilder() { if (allAddressesBuilder_ == null) { - allAddressesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + allAddressesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder>( allAddresses_, ((bitField0_ & 0x00000001) == 0x00000001), @@ -4634,10 +4634,10 @@ public final class ClusterMessages { } // repeated string allRoles = 2; - private com.google.protobuf.LazyStringList allRoles_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList allRoles_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureAllRolesIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { - allRoles_ = new com.google.protobuf.LazyStringArrayList(allRoles_); + allRoles_ = new akka.protobuf.LazyStringArrayList(allRoles_); bitField0_ |= 0x00000002; } } @@ -4663,7 +4663,7 @@ public final class ClusterMessages { /** * repeated string allRoles = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAllRolesBytes(int index) { return allRoles_.getByteString(index); } @@ -4707,7 +4707,7 @@ public final class ClusterMessages { * repeated string allRoles = 2; */ public Builder clearAllRoles() { - allRoles_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allRoles_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; @@ -4716,7 +4716,7 @@ public final class ClusterMessages { * repeated string allRoles = 2; */ public Builder addAllRolesBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4727,10 +4727,10 @@ public final class ClusterMessages { } // repeated string allHashes = 3; - private com.google.protobuf.LazyStringList allHashes_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList allHashes_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureAllHashesIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { - allHashes_ = new com.google.protobuf.LazyStringArrayList(allHashes_); + allHashes_ = new akka.protobuf.LazyStringArrayList(allHashes_); bitField0_ |= 0x00000004; } } @@ -4756,7 +4756,7 @@ public final class ClusterMessages { /** * repeated string allHashes = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAllHashesBytes(int index) { return allHashes_.getByteString(index); } @@ -4800,7 +4800,7 @@ public final class ClusterMessages { * repeated string allHashes = 3; */ public Builder clearAllHashes() { - allHashes_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allHashes_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; @@ -4809,7 +4809,7 @@ public final class ClusterMessages { * repeated string allHashes = 3; */ public Builder addAllHashesBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4829,7 +4829,7 @@ public final class ClusterMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Member, akka.cluster.protobuf.msg.ClusterMessages.Member.Builder, akka.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder> membersBuilder_; /** @@ -5044,11 +5044,11 @@ public final class ClusterMessages { getMembersBuilderList() { return getMembersFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Member, akka.cluster.protobuf.msg.ClusterMessages.Member.Builder, akka.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder> getMembersFieldBuilder() { if (membersBuilder_ == null) { - membersBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + membersBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Member, akka.cluster.protobuf.msg.ClusterMessages.Member.Builder, akka.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder>( members_, ((bitField0_ & 0x00000008) == 0x00000008), @@ -5061,7 +5061,7 @@ public final class ClusterMessages { // required .GossipOverview overview = 5; private akka.cluster.protobuf.msg.ClusterMessages.GossipOverview overview_ = akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.GossipOverview, akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder, akka.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder> overviewBuilder_; /** * required .GossipOverview overview = 5; @@ -5162,11 +5162,11 @@ public final class ClusterMessages { /** * required .GossipOverview overview = 5; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.GossipOverview, akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder, akka.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder> getOverviewFieldBuilder() { if (overviewBuilder_ == null) { - overviewBuilder_ = new com.google.protobuf.SingleFieldBuilder< + overviewBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.GossipOverview, akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder, akka.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder>( overview_, getParentForChildren(), @@ -5178,7 +5178,7 @@ public final class ClusterMessages { // required .VectorClock version = 6; private akka.cluster.protobuf.msg.ClusterMessages.VectorClock version_ = akka.cluster.protobuf.msg.ClusterMessages.VectorClock.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.VectorClock, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder, akka.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder> versionBuilder_; /** * required .VectorClock version = 6; @@ -5279,11 +5279,11 @@ public final class ClusterMessages { /** * required .VectorClock version = 6; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.VectorClock, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder, akka.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder> getVersionFieldBuilder() { if (versionBuilder_ == null) { - versionBuilder_ = new com.google.protobuf.SingleFieldBuilder< + versionBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.VectorClock, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder, akka.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder>( version_, getParentForChildren(), @@ -5305,7 +5305,7 @@ public final class ClusterMessages { } public interface GossipOverviewOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated int32 seen = 1; /** @@ -5367,14 +5367,14 @@ public final class ClusterMessages { * */ public static final class GossipOverview extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements GossipOverviewOrBuilder { // Use GossipOverview.newBuilder() to construct. - private GossipOverview(com.google.protobuf.GeneratedMessage.Builder builder) { + private GossipOverview(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private GossipOverview(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private GossipOverview(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final GossipOverview defaultInstance; public static GossipOverview getDefaultInstance() { @@ -5385,20 +5385,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GossipOverview( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -5445,10 +5445,10 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { @@ -5461,30 +5461,30 @@ public final class ClusterMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipOverview_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipOverview_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.class, akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public GossipOverview parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new GossipOverview(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -5578,7 +5578,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < seen_.size(); i++) { @@ -5599,14 +5599,14 @@ public final class ClusterMessages { { int dataSize = 0; for (int i = 0; i < seen_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeInt32SizeNoTag(seen_.get(i)); } size += dataSize; size += 1 * getSeenList().size(); } for (int i = 0; i < observerReachability_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, observerReachability_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -5622,24 +5622,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.GossipOverview parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipOverview parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipOverview parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipOverview parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipOverview parseFrom(java.io.InputStream input) @@ -5648,7 +5648,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.GossipOverview parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5658,18 +5658,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.GossipOverview parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipOverview parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.GossipOverview parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5683,7 +5683,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -5696,14 +5696,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipOverview_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipOverview_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -5716,12 +5716,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getObserverReachabilityFieldBuilder(); } } @@ -5746,7 +5746,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_GossipOverview_descriptor; } @@ -5784,7 +5784,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.GossipOverview) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.GossipOverview)other); } else { @@ -5824,7 +5824,7 @@ public final class ClusterMessages { observerReachability_ = other.observerReachability_; bitField0_ = (bitField0_ & ~0x00000002); observerReachabilityBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getObserverReachabilityFieldBuilder() : null; } else { observerReachabilityBuilder_.addAllMessages(other.observerReachability_); @@ -5846,13 +5846,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.GossipOverview parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.GossipOverview) e.getUnfinishedMessage(); throw e; } finally { @@ -5968,7 +5968,7 @@ public final class ClusterMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability, akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder, akka.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder> observerReachabilityBuilder_; /** @@ -6183,11 +6183,11 @@ public final class ClusterMessages { getObserverReachabilityBuilderList() { return getObserverReachabilityFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability, akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder, akka.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder> getObserverReachabilityFieldBuilder() { if (observerReachabilityBuilder_ == null) { - observerReachabilityBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + observerReachabilityBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability, akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder, akka.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder>( observerReachability_, ((bitField0_ & 0x00000002) == 0x00000002), @@ -6210,7 +6210,7 @@ public final class ClusterMessages { } public interface ObserverReachabilityOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required int32 addressIndex = 1; /** @@ -6266,14 +6266,14 @@ public final class ClusterMessages { * */ public static final class ObserverReachability extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ObserverReachabilityOrBuilder { // Use ObserverReachability.newBuilder() to construct. - private ObserverReachability(com.google.protobuf.GeneratedMessage.Builder builder) { + private ObserverReachability(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private ObserverReachability(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private ObserverReachability(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ObserverReachability defaultInstance; public static ObserverReachability getDefaultInstance() { @@ -6284,20 +6284,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ObserverReachability( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -6333,10 +6333,10 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { @@ -6346,30 +6346,30 @@ public final class ClusterMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_ObserverReachability_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_ObserverReachability_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.class, akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public ObserverReachability parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new ObserverReachability(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -6470,7 +6470,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -6492,15 +6492,15 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(1, addressIndex_); } for (int i = 0; i < subjectReachability_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, subjectReachability_.get(i)); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(4, version_); } size += getUnknownFields().getSerializedSize(); @@ -6516,24 +6516,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability parseFrom(java.io.InputStream input) @@ -6542,7 +6542,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -6552,18 +6552,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -6577,7 +6577,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -6590,14 +6590,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.ObserverReachabilityOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_ObserverReachability_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_ObserverReachability_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -6610,12 +6610,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getSubjectReachabilityFieldBuilder(); } } @@ -6642,7 +6642,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_ObserverReachability_descriptor; } @@ -6685,7 +6685,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability)other); } else { @@ -6721,7 +6721,7 @@ public final class ClusterMessages { subjectReachability_ = other.subjectReachability_; bitField0_ = (bitField0_ & ~0x00000004); subjectReachabilityBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getSubjectReachabilityFieldBuilder() : null; } else { subjectReachabilityBuilder_.addAllMessages(other.subjectReachability_); @@ -6751,13 +6751,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.ObserverReachability) e.getUnfinishedMessage(); throw e; } finally { @@ -6845,7 +6845,7 @@ public final class ClusterMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability, akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder, akka.cluster.protobuf.msg.ClusterMessages.SubjectReachabilityOrBuilder> subjectReachabilityBuilder_; /** @@ -7060,11 +7060,11 @@ public final class ClusterMessages { getSubjectReachabilityBuilderList() { return getSubjectReachabilityFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability, akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder, akka.cluster.protobuf.msg.ClusterMessages.SubjectReachabilityOrBuilder> getSubjectReachabilityFieldBuilder() { if (subjectReachabilityBuilder_ == null) { - subjectReachabilityBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + subjectReachabilityBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability, akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder, akka.cluster.protobuf.msg.ClusterMessages.SubjectReachabilityOrBuilder>( subjectReachability_, ((bitField0_ & 0x00000004) == 0x00000004), @@ -7087,7 +7087,7 @@ public final class ClusterMessages { } public interface SubjectReachabilityOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required int32 addressIndex = 1; /** @@ -7123,14 +7123,14 @@ public final class ClusterMessages { * Protobuf type {@code SubjectReachability} */ public static final class SubjectReachability extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements SubjectReachabilityOrBuilder { // Use SubjectReachability.newBuilder() to construct. - private SubjectReachability(com.google.protobuf.GeneratedMessage.Builder builder) { + private SubjectReachability(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private SubjectReachability(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private SubjectReachability(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final SubjectReachability defaultInstance; public static SubjectReachability getDefaultInstance() { @@ -7141,20 +7141,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private SubjectReachability( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -7193,40 +7193,40 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_SubjectReachability_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_SubjectReachability_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability.class, akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public SubjectReachability parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new SubjectReachability(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -7305,7 +7305,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -7327,15 +7327,15 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(1, addressIndex_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeEnumSize(3, status_.getNumber()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(4, version_); } size += getUnknownFields().getSerializedSize(); @@ -7351,24 +7351,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability parseFrom(java.io.InputStream input) @@ -7377,7 +7377,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -7387,18 +7387,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -7412,7 +7412,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -7420,14 +7420,14 @@ public final class ClusterMessages { * Protobuf type {@code SubjectReachability} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.SubjectReachabilityOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_SubjectReachability_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_SubjectReachability_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -7440,12 +7440,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -7467,7 +7467,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_SubjectReachability_descriptor; } @@ -7505,7 +7505,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability)other); } else { @@ -7546,13 +7546,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.SubjectReachability) e.getUnfinishedMessage(); throw e; } finally { @@ -7678,7 +7678,7 @@ public final class ClusterMessages { } public interface MemberOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required int32 addressIndex = 1; /** @@ -7733,14 +7733,14 @@ public final class ClusterMessages { * */ public static final class Member extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements MemberOrBuilder { // Use Member.newBuilder() to construct. - private Member(com.google.protobuf.GeneratedMessage.Builder builder) { + private Member(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Member(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Member(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Member defaultInstance; public static Member getDefaultInstance() { @@ -7751,20 +7751,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Member( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -7824,10 +7824,10 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { @@ -7837,30 +7837,30 @@ public final class ClusterMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Member_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Member_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.Member.class, akka.cluster.protobuf.msg.ClusterMessages.Member.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Member parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Member(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -7964,7 +7964,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -7993,27 +7993,27 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(1, addressIndex_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(2, upNumber_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeEnumSize(3, status_.getNumber()); } { int dataSize = 0; for (int i = 0; i < rolesIndexes_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeInt32SizeNoTag(rolesIndexes_.get(i)); } size += dataSize; if (!getRolesIndexesList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } rolesIndexesMemoizedSerializedSize = dataSize; @@ -8031,24 +8031,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Member parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Member parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Member parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Member parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Member parseFrom(java.io.InputStream input) @@ -8057,7 +8057,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Member parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -8067,18 +8067,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Member parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Member parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.Member parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -8092,7 +8092,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -8105,14 +8105,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.MemberOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Member_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Member_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -8125,12 +8125,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -8154,7 +8154,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Member_descriptor; } @@ -8197,7 +8197,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.Member) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.Member)other); } else { @@ -8248,13 +8248,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.Member parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.Member) e.getUnfinishedMessage(); throw e; } finally { @@ -8446,7 +8446,7 @@ public final class ClusterMessages { } public interface VectorClockOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // optional int64 timestamp = 1; /** @@ -8500,14 +8500,14 @@ public final class ClusterMessages { * */ public static final class VectorClock extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements VectorClockOrBuilder { // Use VectorClock.newBuilder() to construct. - private VectorClock(com.google.protobuf.GeneratedMessage.Builder builder) { + private VectorClock(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private VectorClock(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private VectorClock(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final VectorClock defaultInstance; public static VectorClock getDefaultInstance() { @@ -8518,20 +8518,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private VectorClock( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -8562,10 +8562,10 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { @@ -8575,35 +8575,35 @@ public final class ClusterMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_VectorClock_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_VectorClock_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.VectorClock.class, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public VectorClock parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new VectorClock(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface VersionOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required int32 hashIndex = 1; /** @@ -8629,14 +8629,14 @@ public final class ClusterMessages { * Protobuf type {@code VectorClock.Version} */ public static final class Version extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements VersionOrBuilder { // Use Version.newBuilder() to construct. - private Version(com.google.protobuf.GeneratedMessage.Builder builder) { + private Version(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Version(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Version(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Version defaultInstance; public static Version getDefaultInstance() { @@ -8647,20 +8647,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Version( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -8688,40 +8688,40 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_VectorClock_Version_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_VectorClock_Version_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.class, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Version parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Version(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -8779,7 +8779,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -8798,11 +8798,11 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(1, hashIndex_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(2, timestamp_); } size += getUnknownFields().getSerializedSize(); @@ -8818,24 +8818,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version parseFrom(java.io.InputStream input) @@ -8844,7 +8844,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -8854,18 +8854,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -8879,7 +8879,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -8887,14 +8887,14 @@ public final class ClusterMessages { * Protobuf type {@code VectorClock.Version} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.VectorClock.VersionOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_VectorClock_Version_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_VectorClock_Version_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -8907,12 +8907,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -8932,7 +8932,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_VectorClock_Version_descriptor; } @@ -8966,7 +8966,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version)other); } else { @@ -9000,13 +9000,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version) e.getUnfinishedMessage(); throw e; } finally { @@ -9175,7 +9175,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -9194,11 +9194,11 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(1, timestamp_); } for (int i = 0; i < versions_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, versions_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -9214,24 +9214,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock parseFrom(java.io.InputStream input) @@ -9240,7 +9240,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -9250,18 +9250,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.VectorClock parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -9275,7 +9275,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -9288,14 +9288,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_VectorClock_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_VectorClock_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -9308,12 +9308,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getVersionsFieldBuilder(); } } @@ -9338,7 +9338,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_VectorClock_descriptor; } @@ -9377,7 +9377,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.VectorClock) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.VectorClock)other); } else { @@ -9410,7 +9410,7 @@ public final class ClusterMessages { versions_ = other.versions_; bitField0_ = (bitField0_ & ~0x00000002); versionsBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getVersionsFieldBuilder() : null; } else { versionsBuilder_.addAllMessages(other.versions_); @@ -9432,13 +9432,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.VectorClock parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.VectorClock) e.getUnfinishedMessage(); throw e; } finally { @@ -9509,7 +9509,7 @@ public final class ClusterMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.VersionOrBuilder> versionsBuilder_; /** @@ -9724,11 +9724,11 @@ public final class ClusterMessages { getVersionsBuilderList() { return getVersionsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.VersionOrBuilder> getVersionsFieldBuilder() { if (versionsBuilder_ == null) { - versionsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + versionsBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Version.Builder, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.VersionOrBuilder>( versions_, ((bitField0_ & 0x00000002) == 0x00000002), @@ -9751,7 +9751,7 @@ public final class ClusterMessages { } public interface MetricsGossipEnvelopeOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .Address from = 1; /** @@ -9800,14 +9800,14 @@ public final class ClusterMessages { * */ public static final class MetricsGossipEnvelope extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements MetricsGossipEnvelopeOrBuilder { // Use MetricsGossipEnvelope.newBuilder() to construct. - private MetricsGossipEnvelope(com.google.protobuf.GeneratedMessage.Builder builder) { + private MetricsGossipEnvelope(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private MetricsGossipEnvelope(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private MetricsGossipEnvelope(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final MetricsGossipEnvelope defaultInstance; public static MetricsGossipEnvelope getDefaultInstance() { @@ -9818,20 +9818,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MetricsGossipEnvelope( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -9880,40 +9880,40 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_MetricsGossipEnvelope_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_MetricsGossipEnvelope_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope.class, akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public MetricsGossipEnvelope parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new MetricsGossipEnvelope(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -10012,7 +10012,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -10034,15 +10034,15 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, from_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, gossip_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBoolSize(3, reply_); } size += getUnknownFields().getSerializedSize(); @@ -10058,24 +10058,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope parseFrom(java.io.InputStream input) @@ -10084,7 +10084,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -10094,18 +10094,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -10119,7 +10119,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -10132,14 +10132,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelopeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_MetricsGossipEnvelope_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_MetricsGossipEnvelope_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -10152,12 +10152,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getFromFieldBuilder(); getGossipFieldBuilder(); } @@ -10189,7 +10189,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_MetricsGossipEnvelope_descriptor; } @@ -10235,7 +10235,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope)other); } else { @@ -10284,13 +10284,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipEnvelope) e.getUnfinishedMessage(); throw e; } finally { @@ -10304,7 +10304,7 @@ public final class ClusterMessages { // required .Address from = 1; private akka.cluster.protobuf.msg.ClusterMessages.Address from_ = akka.cluster.protobuf.msg.ClusterMessages.Address.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder> fromBuilder_; /** * required .Address from = 1; @@ -10405,11 +10405,11 @@ public final class ClusterMessages { /** * required .Address from = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder> getFromFieldBuilder() { if (fromBuilder_ == null) { - fromBuilder_ = new com.google.protobuf.SingleFieldBuilder< + fromBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder>( from_, getParentForChildren(), @@ -10421,7 +10421,7 @@ public final class ClusterMessages { // required .MetricsGossip gossip = 2; private akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip gossip_ = akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip, akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder, akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipOrBuilder> gossipBuilder_; /** * required .MetricsGossip gossip = 2; @@ -10522,11 +10522,11 @@ public final class ClusterMessages { /** * required .MetricsGossip gossip = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip, akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder, akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipOrBuilder> getGossipFieldBuilder() { if (gossipBuilder_ == null) { - gossipBuilder_ = new com.google.protobuf.SingleFieldBuilder< + gossipBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip, akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder, akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipOrBuilder>( gossip_, getParentForChildren(), @@ -10581,7 +10581,7 @@ public final class ClusterMessages { } public interface MetricsGossipOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated .Address allAddresses = 1; /** @@ -10625,7 +10625,7 @@ public final class ClusterMessages { /** * repeated string allMetricNames = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getAllMetricNamesBytes(int index); // repeated .NodeMetrics nodeMetrics = 3; @@ -10662,14 +10662,14 @@ public final class ClusterMessages { * */ public static final class MetricsGossip extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements MetricsGossipOrBuilder { // Use MetricsGossip.newBuilder() to construct. - private MetricsGossip(com.google.protobuf.GeneratedMessage.Builder builder) { + private MetricsGossip(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private MetricsGossip(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private MetricsGossip(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final MetricsGossip defaultInstance; public static MetricsGossip getDefaultInstance() { @@ -10680,20 +10680,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private MetricsGossip( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -10719,7 +10719,7 @@ public final class ClusterMessages { } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - allMetricNames_ = new com.google.protobuf.LazyStringArrayList(); + allMetricNames_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } allMetricNames_.add(input.readBytes()); @@ -10735,17 +10735,17 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { allAddresses_ = java.util.Collections.unmodifiableList(allAddresses_); } if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - allMetricNames_ = new com.google.protobuf.UnmodifiableLazyStringList(allMetricNames_); + allMetricNames_ = new akka.protobuf.UnmodifiableLazyStringList(allMetricNames_); } if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { nodeMetrics_ = java.util.Collections.unmodifiableList(nodeMetrics_); @@ -10754,30 +10754,30 @@ public final class ClusterMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_MetricsGossip_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_MetricsGossip_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.class, akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public MetricsGossip parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new MetricsGossip(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -10819,7 +10819,7 @@ public final class ClusterMessages { // repeated string allMetricNames = 2; public static final int ALLMETRICNAMES_FIELD_NUMBER = 2; - private com.google.protobuf.LazyStringList allMetricNames_; + private akka.protobuf.LazyStringList allMetricNames_; /** * repeated string allMetricNames = 2; */ @@ -10842,7 +10842,7 @@ public final class ClusterMessages { /** * repeated string allMetricNames = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAllMetricNamesBytes(int index) { return allMetricNames_.getByteString(index); } @@ -10885,7 +10885,7 @@ public final class ClusterMessages { private void initFields() { allAddresses_ = java.util.Collections.emptyList(); - allMetricNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allMetricNames_ = akka.protobuf.LazyStringArrayList.EMPTY; nodeMetrics_ = java.util.Collections.emptyList(); } private byte memoizedIsInitialized = -1; @@ -10909,7 +10909,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < allAddresses_.size(); i++) { @@ -10931,20 +10931,20 @@ public final class ClusterMessages { size = 0; for (int i = 0; i < allAddresses_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, allAddresses_.get(i)); } { int dataSize = 0; for (int i = 0; i < allMetricNames_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(allMetricNames_.getByteString(i)); } size += dataSize; size += 1 * getAllMetricNamesList().size(); } for (int i = 0; i < nodeMetrics_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, nodeMetrics_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -10960,24 +10960,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip parseFrom(java.io.InputStream input) @@ -10986,7 +10986,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -10996,18 +10996,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -11021,7 +11021,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -11034,14 +11034,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.MetricsGossipOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_MetricsGossip_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_MetricsGossip_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -11054,12 +11054,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAllAddressesFieldBuilder(); getNodeMetricsFieldBuilder(); } @@ -11076,7 +11076,7 @@ public final class ClusterMessages { } else { allAddressesBuilder_.clear(); } - allMetricNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allMetricNames_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); if (nodeMetricsBuilder_ == null) { nodeMetrics_ = java.util.Collections.emptyList(); @@ -11091,7 +11091,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_MetricsGossip_descriptor; } @@ -11121,7 +11121,7 @@ public final class ClusterMessages { result.allAddresses_ = allAddressesBuilder_.build(); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - allMetricNames_ = new com.google.protobuf.UnmodifiableLazyStringList( + allMetricNames_ = new akka.protobuf.UnmodifiableLazyStringList( allMetricNames_); bitField0_ = (bitField0_ & ~0x00000002); } @@ -11139,7 +11139,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip)other); } else { @@ -11169,7 +11169,7 @@ public final class ClusterMessages { allAddresses_ = other.allAddresses_; bitField0_ = (bitField0_ & ~0x00000001); allAddressesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getAllAddressesFieldBuilder() : null; } else { allAddressesBuilder_.addAllMessages(other.allAddresses_); @@ -11205,7 +11205,7 @@ public final class ClusterMessages { nodeMetrics_ = other.nodeMetrics_; bitField0_ = (bitField0_ & ~0x00000004); nodeMetricsBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getNodeMetricsFieldBuilder() : null; } else { nodeMetricsBuilder_.addAllMessages(other.nodeMetrics_); @@ -11233,13 +11233,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.MetricsGossip) e.getUnfinishedMessage(); throw e; } finally { @@ -11261,7 +11261,7 @@ public final class ClusterMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder> allAddressesBuilder_; /** @@ -11476,11 +11476,11 @@ public final class ClusterMessages { getAllAddressesBuilderList() { return getAllAddressesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder> getAllAddressesFieldBuilder() { if (allAddressesBuilder_ == null) { - allAddressesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + allAddressesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder>( allAddresses_, ((bitField0_ & 0x00000001) == 0x00000001), @@ -11492,10 +11492,10 @@ public final class ClusterMessages { } // repeated string allMetricNames = 2; - private com.google.protobuf.LazyStringList allMetricNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList allMetricNames_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureAllMetricNamesIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { - allMetricNames_ = new com.google.protobuf.LazyStringArrayList(allMetricNames_); + allMetricNames_ = new akka.protobuf.LazyStringArrayList(allMetricNames_); bitField0_ |= 0x00000002; } } @@ -11521,7 +11521,7 @@ public final class ClusterMessages { /** * repeated string allMetricNames = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAllMetricNamesBytes(int index) { return allMetricNames_.getByteString(index); } @@ -11565,7 +11565,7 @@ public final class ClusterMessages { * repeated string allMetricNames = 2; */ public Builder clearAllMetricNames() { - allMetricNames_ = com.google.protobuf.LazyStringArrayList.EMPTY; + allMetricNames_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; @@ -11574,7 +11574,7 @@ public final class ClusterMessages { * repeated string allMetricNames = 2; */ public Builder addAllMetricNamesBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -11594,7 +11594,7 @@ public final class ClusterMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetricsOrBuilder> nodeMetricsBuilder_; /** @@ -11809,11 +11809,11 @@ public final class ClusterMessages { getNodeMetricsBuilderList() { return getNodeMetricsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetricsOrBuilder> getNodeMetricsFieldBuilder() { if (nodeMetricsBuilder_ == null) { - nodeMetricsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + nodeMetricsBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetricsOrBuilder>( nodeMetrics_, ((bitField0_ & 0x00000004) == 0x00000004), @@ -11836,7 +11836,7 @@ public final class ClusterMessages { } public interface NodeMetricsOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required int32 addressIndex = 1; /** @@ -11892,14 +11892,14 @@ public final class ClusterMessages { * */ public static final class NodeMetrics extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements NodeMetricsOrBuilder { // Use NodeMetrics.newBuilder() to construct. - private NodeMetrics(com.google.protobuf.GeneratedMessage.Builder builder) { + private NodeMetrics(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private NodeMetrics(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private NodeMetrics(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final NodeMetrics defaultInstance; public static NodeMetrics getDefaultInstance() { @@ -11910,20 +11910,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private NodeMetrics( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -11959,10 +11959,10 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { @@ -11972,30 +11972,30 @@ public final class ClusterMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.class, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public NodeMetrics parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new NodeMetrics(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -12003,7 +12003,7 @@ public final class ClusterMessages { * Protobuf enum {@code NodeMetrics.NumberType} */ public enum NumberType - implements com.google.protobuf.ProtocolMessageEnum { + implements akka.protobuf.ProtocolMessageEnum { /** * Serialized = 0; */ @@ -12061,27 +12061,27 @@ public final class ClusterMessages { } } - public static com.google.protobuf.Internal.EnumLiteMap + public static akka.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static com.google.protobuf.Internal.EnumLiteMap + private static akka.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { + new akka.protobuf.Internal.EnumLiteMap() { public NumberType findValueByNumber(int number) { return NumberType.valueOf(number); } }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor + public final akka.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(index); } - public final com.google.protobuf.Descriptors.EnumDescriptor + public final akka.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor + public static final akka.protobuf.Descriptors.EnumDescriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.getDescriptor().getEnumTypes().get(0); } @@ -12089,7 +12089,7 @@ public final class ClusterMessages { private static final NumberType[] VALUES = values(); public static NumberType valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + akka.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); @@ -12109,7 +12109,7 @@ public final class ClusterMessages { } public interface NumberOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .NodeMetrics.NumberType type = 1; /** @@ -12149,20 +12149,20 @@ public final class ClusterMessages { /** * optional bytes serialized = 4; */ - com.google.protobuf.ByteString getSerialized(); + akka.protobuf.ByteString getSerialized(); } /** * Protobuf type {@code NodeMetrics.Number} */ public static final class Number extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements NumberOrBuilder { // Use Number.newBuilder() to construct. - private Number(com.google.protobuf.GeneratedMessage.Builder builder) { + private Number(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Number(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Number(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Number defaultInstance; public static Number getDefaultInstance() { @@ -12173,20 +12173,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Number( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -12230,40 +12230,40 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_Number_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_Number_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.class, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Number parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Number(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -12318,7 +12318,7 @@ public final class ClusterMessages { // optional bytes serialized = 4; public static final int SERIALIZED_FIELD_NUMBER = 4; - private com.google.protobuf.ByteString serialized_; + private akka.protobuf.ByteString serialized_; /** * optional bytes serialized = 4; */ @@ -12328,7 +12328,7 @@ public final class ClusterMessages { /** * optional bytes serialized = 4; */ - public com.google.protobuf.ByteString getSerialized() { + public akka.protobuf.ByteString getSerialized() { return serialized_; } @@ -12336,7 +12336,7 @@ public final class ClusterMessages { type_ = akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.NumberType.Serialized; value32_ = 0; value64_ = 0L; - serialized_ = com.google.protobuf.ByteString.EMPTY; + serialized_ = akka.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -12351,7 +12351,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -12376,19 +12376,19 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeEnumSize(1, type_.getNumber()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt32Size(2, value32_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt64Size(3, value64_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(4, serialized_); } size += getUnknownFields().getSerializedSize(); @@ -12404,24 +12404,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number parseFrom(java.io.InputStream input) @@ -12430,7 +12430,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -12440,18 +12440,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -12465,7 +12465,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -12473,14 +12473,14 @@ public final class ClusterMessages { * Protobuf type {@code NodeMetrics.Number} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.NumberOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_Number_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_Number_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -12493,12 +12493,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -12513,7 +12513,7 @@ public final class ClusterMessages { bitField0_ = (bitField0_ & ~0x00000002); value64_ = 0L; bitField0_ = (bitField0_ & ~0x00000004); - serialized_ = com.google.protobuf.ByteString.EMPTY; + serialized_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000008); return this; } @@ -12522,7 +12522,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_Number_descriptor; } @@ -12564,7 +12564,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number)other); } else { @@ -12600,13 +12600,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number) e.getUnfinishedMessage(); throw e; } finally { @@ -12721,7 +12721,7 @@ public final class ClusterMessages { } // optional bytes serialized = 4; - private com.google.protobuf.ByteString serialized_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString serialized_ = akka.protobuf.ByteString.EMPTY; /** * optional bytes serialized = 4; */ @@ -12731,13 +12731,13 @@ public final class ClusterMessages { /** * optional bytes serialized = 4; */ - public com.google.protobuf.ByteString getSerialized() { + public akka.protobuf.ByteString getSerialized() { return serialized_; } /** * optional bytes serialized = 4; */ - public Builder setSerialized(com.google.protobuf.ByteString value) { + public Builder setSerialized(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -12768,7 +12768,7 @@ public final class ClusterMessages { } public interface EWMAOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required double value = 1; /** @@ -12794,14 +12794,14 @@ public final class ClusterMessages { * Protobuf type {@code NodeMetrics.EWMA} */ public static final class EWMA extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EWMAOrBuilder { // Use EWMA.newBuilder() to construct. - private EWMA(com.google.protobuf.GeneratedMessage.Builder builder) { + private EWMA(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private EWMA(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private EWMA(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final EWMA defaultInstance; public static EWMA getDefaultInstance() { @@ -12812,20 +12812,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EWMA( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -12853,40 +12853,40 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_EWMA_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_EWMA_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA.class, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public EWMA parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new EWMA(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -12944,7 +12944,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -12963,11 +12963,11 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeDoubleSize(1, value_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeDoubleSize(2, alpha_); } size += getUnknownFields().getSerializedSize(); @@ -12983,24 +12983,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA parseFrom(java.io.InputStream input) @@ -13009,7 +13009,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -13019,18 +13019,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -13044,7 +13044,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -13052,14 +13052,14 @@ public final class ClusterMessages { * Protobuf type {@code NodeMetrics.EWMA} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMAOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_EWMA_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_EWMA_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -13072,12 +13072,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -13097,7 +13097,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_EWMA_descriptor; } @@ -13131,7 +13131,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA)other); } else { @@ -13165,13 +13165,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA) e.getUnfinishedMessage(); throw e; } finally { @@ -13261,7 +13261,7 @@ public final class ClusterMessages { } public interface MetricOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required int32 nameIndex = 1; /** @@ -13305,14 +13305,14 @@ public final class ClusterMessages { * Protobuf type {@code NodeMetrics.Metric} */ public static final class Metric extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements MetricOrBuilder { // Use Metric.newBuilder() to construct. - private Metric(com.google.protobuf.GeneratedMessage.Builder builder) { + private Metric(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Metric(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Metric(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Metric defaultInstance; public static Metric getDefaultInstance() { @@ -13323,20 +13323,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Metric( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -13385,40 +13385,40 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_Metric_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_Metric_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric.class, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Metric parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Metric(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -13515,7 +13515,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -13537,15 +13537,15 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(1, nameIndex_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, number_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, ewma_); } size += getUnknownFields().getSerializedSize(); @@ -13561,24 +13561,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric parseFrom(java.io.InputStream input) @@ -13587,7 +13587,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -13597,18 +13597,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -13622,7 +13622,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -13630,14 +13630,14 @@ public final class ClusterMessages { * Protobuf type {@code NodeMetrics.Metric} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.MetricOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_Metric_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_Metric_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -13650,12 +13650,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getNumberFieldBuilder(); getEwmaFieldBuilder(); } @@ -13687,7 +13687,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_Metric_descriptor; } @@ -13733,7 +13733,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric)other); } else { @@ -13780,13 +13780,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric) e.getUnfinishedMessage(); throw e; } finally { @@ -13833,7 +13833,7 @@ public final class ClusterMessages { // required .NodeMetrics.Number number = 2; private akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number number_ = akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.NumberOrBuilder> numberBuilder_; /** * required .NodeMetrics.Number number = 2; @@ -13934,11 +13934,11 @@ public final class ClusterMessages { /** * required .NodeMetrics.Number number = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.NumberOrBuilder> getNumberFieldBuilder() { if (numberBuilder_ == null) { - numberBuilder_ = new com.google.protobuf.SingleFieldBuilder< + numberBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Number.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.NumberOrBuilder>( number_, getParentForChildren(), @@ -13950,7 +13950,7 @@ public final class ClusterMessages { // optional .NodeMetrics.EWMA ewma = 3; private akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA ewma_ = akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMAOrBuilder> ewmaBuilder_; /** * optional .NodeMetrics.EWMA ewma = 3; @@ -14051,11 +14051,11 @@ public final class ClusterMessages { /** * optional .NodeMetrics.EWMA ewma = 3; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMAOrBuilder> getEwmaFieldBuilder() { if (ewmaBuilder_ == null) { - ewmaBuilder_ = new com.google.protobuf.SingleFieldBuilder< + ewmaBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMA.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.EWMAOrBuilder>( ewma_, getParentForChildren(), @@ -14173,7 +14173,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -14195,15 +14195,15 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(1, addressIndex_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(2, timestamp_); } for (int i = 0; i < metrics_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, metrics_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -14219,24 +14219,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics parseFrom(java.io.InputStream input) @@ -14245,7 +14245,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -14255,18 +14255,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -14280,7 +14280,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -14293,14 +14293,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.NodeMetricsOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -14313,12 +14313,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getMetricsFieldBuilder(); } } @@ -14345,7 +14345,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_NodeMetrics_descriptor; } @@ -14388,7 +14388,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics)other); } else { @@ -14424,7 +14424,7 @@ public final class ClusterMessages { metrics_ = other.metrics_; bitField0_ = (bitField0_ & ~0x00000004); metricsBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getMetricsFieldBuilder() : null; } else { metricsBuilder_.addAllMessages(other.metrics_); @@ -14454,13 +14454,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics) e.getUnfinishedMessage(); throw e; } finally { @@ -14548,7 +14548,7 @@ public final class ClusterMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.MetricOrBuilder> metricsBuilder_; /** @@ -14763,11 +14763,11 @@ public final class ClusterMessages { getMetricsBuilderList() { return getMetricsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.MetricOrBuilder> getMetricsFieldBuilder() { if (metricsBuilder_ == null) { - metricsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + metricsBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.Metric.Builder, akka.cluster.protobuf.msg.ClusterMessages.NodeMetrics.MetricOrBuilder>( metrics_, ((bitField0_ & 0x00000004) == 0x00000004), @@ -14790,7 +14790,7 @@ public final class ClusterMessages { } public interface EmptyOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { } /** * Protobuf type {@code Empty} @@ -14801,14 +14801,14 @@ public final class ClusterMessages { * */ public static final class Empty extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EmptyOrBuilder { // Use Empty.newBuilder() to construct. - private Empty(com.google.protobuf.GeneratedMessage.Builder builder) { + private Empty(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Empty(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Empty(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Empty defaultInstance; public static Empty getDefaultInstance() { @@ -14819,19 +14819,19 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Empty( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -14849,40 +14849,40 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Empty_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.Empty.class, akka.cluster.protobuf.msg.ClusterMessages.Empty.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Empty parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Empty(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -14897,7 +14897,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); getUnknownFields().writeTo(output); @@ -14922,24 +14922,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Empty parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Empty parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Empty parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Empty parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Empty parseFrom(java.io.InputStream input) @@ -14948,7 +14948,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Empty parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -14958,18 +14958,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Empty parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Empty parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.Empty parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -14983,7 +14983,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -14996,14 +14996,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.EmptyOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Empty_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -15016,12 +15016,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -15037,7 +15037,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Empty_descriptor; } @@ -15060,7 +15060,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.Empty) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.Empty)other); } else { @@ -15080,13 +15080,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.Empty parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.Empty) e.getUnfinishedMessage(); throw e; } finally { @@ -15109,7 +15109,7 @@ public final class ClusterMessages { } public interface AddressOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string system = 1; /** @@ -15123,7 +15123,7 @@ public final class ClusterMessages { /** * required string system = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getSystemBytes(); // required string hostname = 2; @@ -15138,7 +15138,7 @@ public final class ClusterMessages { /** * required string hostname = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getHostnameBytes(); // required uint32 port = 3; @@ -15163,7 +15163,7 @@ public final class ClusterMessages { /** * optional string protocol = 4; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getProtocolBytes(); } /** @@ -15175,14 +15175,14 @@ public final class ClusterMessages { * */ public static final class Address extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements AddressOrBuilder { // Use Address.newBuilder() to construct. - private Address(com.google.protobuf.GeneratedMessage.Builder builder) { + private Address(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Address(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Address(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Address defaultInstance; public static Address getDefaultInstance() { @@ -15193,20 +15193,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Address( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -15244,40 +15244,40 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Address_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Address_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.Address.class, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder.class); } - public static com.google.protobuf.Parser
PARSER = - new com.google.protobuf.AbstractParser
() { + public static akka.protobuf.Parser
PARSER = + new akka.protobuf.AbstractParser
() { public Address parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Address(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser
getParserForType() { + public akka.protobuf.Parser
getParserForType() { return PARSER; } @@ -15299,8 +15299,8 @@ public final class ClusterMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { system_ = s; @@ -15311,17 +15311,17 @@ public final class ClusterMessages { /** * required string system = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getSystemBytes() { java.lang.Object ref = system_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); system_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -15342,8 +15342,8 @@ public final class ClusterMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { hostname_ = s; @@ -15354,17 +15354,17 @@ public final class ClusterMessages { /** * required string hostname = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getHostnameBytes() { java.lang.Object ref = hostname_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); hostname_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -15401,8 +15401,8 @@ public final class ClusterMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { protocol_ = s; @@ -15413,17 +15413,17 @@ public final class ClusterMessages { /** * optional string protocol = 4; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); protocol_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -15454,7 +15454,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -15479,19 +15479,19 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getSystemBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, getHostnameBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt32Size(3, port_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(4, getProtocolBytes()); } size += getUnknownFields().getSerializedSize(); @@ -15507,24 +15507,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Address parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Address parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Address parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.Address parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Address parseFrom(java.io.InputStream input) @@ -15533,7 +15533,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Address parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -15543,18 +15543,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.Address parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.Address parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.Address parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -15568,7 +15568,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -15581,14 +15581,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Address_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Address_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -15601,12 +15601,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -15630,7 +15630,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_Address_descriptor; } @@ -15672,7 +15672,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.Address) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.Address)other); } else { @@ -15722,13 +15722,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.Address parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.Address) e.getUnfinishedMessage(); throw e; } finally { @@ -15754,7 +15754,7 @@ public final class ClusterMessages { public java.lang.String getSystem() { java.lang.Object ref = system_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); system_ = s; return s; @@ -15765,17 +15765,17 @@ public final class ClusterMessages { /** * required string system = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getSystemBytes() { java.lang.Object ref = system_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); system_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -15804,7 +15804,7 @@ public final class ClusterMessages { * required string system = 1; */ public Builder setSystemBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -15828,7 +15828,7 @@ public final class ClusterMessages { public java.lang.String getHostname() { java.lang.Object ref = hostname_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); hostname_ = s; return s; @@ -15839,17 +15839,17 @@ public final class ClusterMessages { /** * required string hostname = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getHostnameBytes() { java.lang.Object ref = hostname_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); hostname_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -15878,7 +15878,7 @@ public final class ClusterMessages { * required string hostname = 2; */ public Builder setHostnameBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -15935,7 +15935,7 @@ public final class ClusterMessages { public java.lang.String getProtocol() { java.lang.Object ref = protocol_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); protocol_ = s; return s; @@ -15946,17 +15946,17 @@ public final class ClusterMessages { /** * optional string protocol = 4; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); protocol_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -15985,7 +15985,7 @@ public final class ClusterMessages { * optional string protocol = 4; */ public Builder setProtocolBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -16007,7 +16007,7 @@ public final class ClusterMessages { } public interface UniqueAddressOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .Address address = 1; /** @@ -16042,14 +16042,14 @@ public final class ClusterMessages { * */ public static final class UniqueAddress extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements UniqueAddressOrBuilder { // Use UniqueAddress.newBuilder() to construct. - private UniqueAddress(com.google.protobuf.GeneratedMessage.Builder builder) { + private UniqueAddress(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private UniqueAddress(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private UniqueAddress(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final UniqueAddress defaultInstance; public static UniqueAddress getDefaultInstance() { @@ -16060,20 +16060,20 @@ public final class ClusterMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private UniqueAddress( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -16109,40 +16109,40 @@ public final class ClusterMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_UniqueAddress_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_UniqueAddress_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.class, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public UniqueAddress parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new UniqueAddress(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -16210,7 +16210,7 @@ public final class ClusterMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -16229,11 +16229,11 @@ public final class ClusterMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, address_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt32Size(2, uid_); } size += getUnknownFields().getSerializedSize(); @@ -16249,24 +16249,24 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress parseFrom(java.io.InputStream input) @@ -16275,7 +16275,7 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -16285,18 +16285,18 @@ public final class ClusterMessages { } public static akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -16310,7 +16310,7 @@ public final class ClusterMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -16323,14 +16323,14 @@ public final class ClusterMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_UniqueAddress_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_UniqueAddress_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -16343,12 +16343,12 @@ public final class ClusterMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAddressFieldBuilder(); } } @@ -16373,7 +16373,7 @@ public final class ClusterMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.protobuf.msg.ClusterMessages.internal_static_UniqueAddress_descriptor; } @@ -16411,7 +16411,7 @@ public final class ClusterMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress) { return mergeFrom((akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress)other); } else { @@ -16449,13 +16449,13 @@ public final class ClusterMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress) e.getUnfinishedMessage(); throw e; } finally { @@ -16469,7 +16469,7 @@ public final class ClusterMessages { // required .Address address = 1; private akka.cluster.protobuf.msg.ClusterMessages.Address address_ = akka.cluster.protobuf.msg.ClusterMessages.Address.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder> addressBuilder_; /** * required .Address address = 1; @@ -16570,11 +16570,11 @@ public final class ClusterMessages { /** * required .Address address = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder> getAddressFieldBuilder() { if (addressBuilder_ == null) { - addressBuilder_ = new com.google.protobuf.SingleFieldBuilder< + addressBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder>( address_, getParentForChildren(), @@ -16628,112 +16628,112 @@ public final class ClusterMessages { // @@protoc_insertion_point(class_scope:UniqueAddress) } - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Join_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Join_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Welcome_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Welcome_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_GossipEnvelope_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_GossipEnvelope_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_GossipStatus_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_GossipStatus_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Gossip_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Gossip_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_GossipOverview_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_GossipOverview_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_ObserverReachability_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_ObserverReachability_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_SubjectReachability_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_SubjectReachability_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Member_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Member_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_VectorClock_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_VectorClock_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_VectorClock_Version_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_VectorClock_Version_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_MetricsGossipEnvelope_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_MetricsGossipEnvelope_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_MetricsGossip_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_MetricsGossip_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_NodeMetrics_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_NodeMetrics_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_NodeMetrics_Number_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_NodeMetrics_Number_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_NodeMetrics_EWMA_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_NodeMetrics_EWMA_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_NodeMetrics_Metric_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_NodeMetrics_Metric_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Empty_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Empty_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Address_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Address_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_UniqueAddress_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_UniqueAddress_fieldAccessorTable; - public static com.google.protobuf.Descriptors.FileDescriptor + public static akka.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } - private static com.google.protobuf.Descriptors.FileDescriptor + private static akka.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { @@ -16788,137 +16788,137 @@ public final class ClusterMessages { "ng\020\002\022\013\n\007Exiting\020\003\022\010\n\004Down\020\004\022\013\n\007Removed\020\005" + "B\035\n\031akka.cluster.protobuf.msgH\001" }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { + akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { + public akka.protobuf.ExtensionRegistry assignDescriptors( + akka.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_Join_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_Join_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Join_descriptor, new java.lang.String[] { "Node", "Roles", }); internal_static_Welcome_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_Welcome_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Welcome_descriptor, new java.lang.String[] { "From", "Gossip", }); internal_static_GossipEnvelope_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_GossipEnvelope_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_GossipEnvelope_descriptor, new java.lang.String[] { "From", "To", "SerializedGossip", }); internal_static_GossipStatus_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_GossipStatus_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_GossipStatus_descriptor, new java.lang.String[] { "From", "AllHashes", "Version", }); internal_static_Gossip_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_Gossip_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Gossip_descriptor, new java.lang.String[] { "AllAddresses", "AllRoles", "AllHashes", "Members", "Overview", "Version", }); internal_static_GossipOverview_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_GossipOverview_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_GossipOverview_descriptor, new java.lang.String[] { "Seen", "ObserverReachability", }); internal_static_ObserverReachability_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_ObserverReachability_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_ObserverReachability_descriptor, new java.lang.String[] { "AddressIndex", "Version", "SubjectReachability", }); internal_static_SubjectReachability_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_SubjectReachability_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_SubjectReachability_descriptor, new java.lang.String[] { "AddressIndex", "Status", "Version", }); internal_static_Member_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_Member_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Member_descriptor, new java.lang.String[] { "AddressIndex", "UpNumber", "Status", "RolesIndexes", }); internal_static_VectorClock_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_VectorClock_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_VectorClock_descriptor, new java.lang.String[] { "Timestamp", "Versions", }); internal_static_VectorClock_Version_descriptor = internal_static_VectorClock_descriptor.getNestedTypes().get(0); internal_static_VectorClock_Version_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_VectorClock_Version_descriptor, new java.lang.String[] { "HashIndex", "Timestamp", }); internal_static_MetricsGossipEnvelope_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_MetricsGossipEnvelope_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_MetricsGossipEnvelope_descriptor, new java.lang.String[] { "From", "Gossip", "Reply", }); internal_static_MetricsGossip_descriptor = getDescriptor().getMessageTypes().get(11); internal_static_MetricsGossip_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_MetricsGossip_descriptor, new java.lang.String[] { "AllAddresses", "AllMetricNames", "NodeMetrics", }); internal_static_NodeMetrics_descriptor = getDescriptor().getMessageTypes().get(12); internal_static_NodeMetrics_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_NodeMetrics_descriptor, new java.lang.String[] { "AddressIndex", "Timestamp", "Metrics", }); internal_static_NodeMetrics_Number_descriptor = internal_static_NodeMetrics_descriptor.getNestedTypes().get(0); internal_static_NodeMetrics_Number_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_NodeMetrics_Number_descriptor, new java.lang.String[] { "Type", "Value32", "Value64", "Serialized", }); internal_static_NodeMetrics_EWMA_descriptor = internal_static_NodeMetrics_descriptor.getNestedTypes().get(1); internal_static_NodeMetrics_EWMA_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_NodeMetrics_EWMA_descriptor, new java.lang.String[] { "Value", "Alpha", }); internal_static_NodeMetrics_Metric_descriptor = internal_static_NodeMetrics_descriptor.getNestedTypes().get(2); internal_static_NodeMetrics_Metric_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_NodeMetrics_Metric_descriptor, new java.lang.String[] { "NameIndex", "Number", "Ewma", }); internal_static_Empty_descriptor = getDescriptor().getMessageTypes().get(13); internal_static_Empty_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Empty_descriptor, new java.lang.String[] { }); internal_static_Address_descriptor = getDescriptor().getMessageTypes().get(14); internal_static_Address_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Address_descriptor, new java.lang.String[] { "System", "Hostname", "Port", "Protocol", }); internal_static_UniqueAddress_descriptor = getDescriptor().getMessageTypes().get(15); internal_static_UniqueAddress_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_UniqueAddress_descriptor, new java.lang.String[] { "Address", "Uid", }); return null; } }; - com.google.protobuf.Descriptors.FileDescriptor + akka.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { + new akka.protobuf.Descriptors.FileDescriptor[] { }, assigner); } diff --git a/akka-cluster/src/main/scala/akka/cluster/protobuf/ClusterMessageSerializer.scala b/akka-cluster/src/main/scala/akka/cluster/protobuf/ClusterMessageSerializer.scala index fa13f56225..030eba0c32 100644 --- a/akka-cluster/src/main/scala/akka/cluster/protobuf/ClusterMessageSerializer.scala +++ b/akka-cluster/src/main/scala/akka/cluster/protobuf/ClusterMessageSerializer.scala @@ -12,7 +12,7 @@ import akka.cluster._ import akka.cluster.protobuf.msg.{ ClusterMessages ⇒ cm } import akka.serialization.BaseSerializer import akka.util.ClassLoaderObjectInputStream -import com.google.protobuf.{ ByteString, MessageLite } +import akka.protobuf.{ ByteString, MessageLite } import scala.annotation.tailrec import scala.collection.JavaConverters._ diff --git a/akka-distributed-data/src/main/java/akka/cluster/ddata/protobuf/msg/ReplicatedDataMessages.java b/akka-distributed-data/src/main/java/akka/cluster/ddata/protobuf/msg/ReplicatedDataMessages.java index 929b0c17fa..461f65c263 100644 --- a/akka-distributed-data/src/main/java/akka/cluster/ddata/protobuf/msg/ReplicatedDataMessages.java +++ b/akka-distributed-data/src/main/java/akka/cluster/ddata/protobuf/msg/ReplicatedDataMessages.java @@ -6,10 +6,10 @@ package akka.cluster.ddata.protobuf.msg; public final class ReplicatedDataMessages { private ReplicatedDataMessages() {} public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { + akka.protobuf.ExtensionRegistry registry) { } public interface GSetOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated string stringElements = 1; /** @@ -28,7 +28,7 @@ public final class ReplicatedDataMessages { /** * repeated string stringElements = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getStringElementsBytes(int index); // repeated sint32 intElements = 2 [packed = true]; @@ -88,14 +88,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.GSet} */ public static final class GSet extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements GSetOrBuilder { // Use GSet.newBuilder() to construct. - private GSet(com.google.protobuf.GeneratedMessage.Builder builder) { + private GSet(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private GSet(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private GSet(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final GSet defaultInstance; public static GSet getDefaultInstance() { @@ -106,20 +106,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GSet( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -137,7 +137,7 @@ public final class ReplicatedDataMessages { } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - stringElements_ = new com.google.protobuf.LazyStringArrayList(); + stringElements_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } stringElements_.add(input.readBytes()); @@ -195,14 +195,14 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - stringElements_ = new com.google.protobuf.UnmodifiableLazyStringList(stringElements_); + stringElements_ = new akka.protobuf.UnmodifiableLazyStringList(stringElements_); } if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { intElements_ = java.util.Collections.unmodifiableList(intElements_); @@ -217,36 +217,36 @@ public final class ReplicatedDataMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GSet_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GSet_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public GSet parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new GSet(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } // repeated string stringElements = 1; public static final int STRINGELEMENTS_FIELD_NUMBER = 1; - private com.google.protobuf.LazyStringList stringElements_; + private akka.protobuf.LazyStringList stringElements_; /** * repeated string stringElements = 1; */ @@ -269,7 +269,7 @@ public final class ReplicatedDataMessages { /** * repeated string stringElements = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getStringElementsBytes(int index) { return stringElements_.getByteString(index); } @@ -359,7 +359,7 @@ public final class ReplicatedDataMessages { } private void initFields() { - stringElements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + stringElements_ = akka.protobuf.LazyStringArrayList.EMPTY; intElements_ = java.util.Collections.emptyList(); longElements_ = java.util.Collections.emptyList(); otherElements_ = java.util.Collections.emptyList(); @@ -379,7 +379,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < stringElements_.size(); i++) { @@ -414,7 +414,7 @@ public final class ReplicatedDataMessages { { int dataSize = 0; for (int i = 0; i < stringElements_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(stringElements_.getByteString(i)); } size += dataSize; @@ -423,13 +423,13 @@ public final class ReplicatedDataMessages { { int dataSize = 0; for (int i = 0; i < intElements_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeSInt32SizeNoTag(intElements_.get(i)); } size += dataSize; if (!getIntElementsList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } intElementsMemoizedSerializedSize = dataSize; @@ -437,19 +437,19 @@ public final class ReplicatedDataMessages { { int dataSize = 0; for (int i = 0; i < longElements_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeSInt64SizeNoTag(longElements_.get(i)); } size += dataSize; if (!getLongElementsList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } longElementsMemoizedSerializedSize = dataSize; } for (int i = 0; i < otherElements_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(4, otherElements_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -465,24 +465,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet parseFrom(java.io.InputStream input) @@ -491,7 +491,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -501,18 +501,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -526,7 +526,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -534,14 +534,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.GSet} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSetOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GSet_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GSet_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -554,12 +554,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getOtherElementsFieldBuilder(); } } @@ -569,7 +569,7 @@ public final class ReplicatedDataMessages { public Builder clear() { super.clear(); - stringElements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + stringElements_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); intElements_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000002); @@ -588,7 +588,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GSet_descriptor; } @@ -609,7 +609,7 @@ public final class ReplicatedDataMessages { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet result = new akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { - stringElements_ = new com.google.protobuf.UnmodifiableLazyStringList( + stringElements_ = new akka.protobuf.UnmodifiableLazyStringList( stringElements_); bitField0_ = (bitField0_ & ~0x00000001); } @@ -637,7 +637,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet)other); } else { @@ -697,7 +697,7 @@ public final class ReplicatedDataMessages { otherElements_ = other.otherElements_; bitField0_ = (bitField0_ & ~0x00000008); otherElementsBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getOtherElementsFieldBuilder() : null; } else { otherElementsBuilder_.addAllMessages(other.otherElements_); @@ -719,13 +719,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GSet) e.getUnfinishedMessage(); throw e; } finally { @@ -738,10 +738,10 @@ public final class ReplicatedDataMessages { private int bitField0_; // repeated string stringElements = 1; - private com.google.protobuf.LazyStringList stringElements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList stringElements_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureStringElementsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { - stringElements_ = new com.google.protobuf.LazyStringArrayList(stringElements_); + stringElements_ = new akka.protobuf.LazyStringArrayList(stringElements_); bitField0_ |= 0x00000001; } } @@ -767,7 +767,7 @@ public final class ReplicatedDataMessages { /** * repeated string stringElements = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getStringElementsBytes(int index) { return stringElements_.getByteString(index); } @@ -811,7 +811,7 @@ public final class ReplicatedDataMessages { * repeated string stringElements = 1; */ public Builder clearStringElements() { - stringElements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + stringElements_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; @@ -820,7 +820,7 @@ public final class ReplicatedDataMessages { * repeated string stringElements = 1; */ public Builder addStringElementsBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -972,7 +972,7 @@ public final class ReplicatedDataMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> otherElementsBuilder_; /** @@ -1187,11 +1187,11 @@ public final class ReplicatedDataMessages { getOtherElementsBuilderList() { return getOtherElementsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getOtherElementsFieldBuilder() { if (otherElementsBuilder_ == null) { - otherElementsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + otherElementsBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( otherElements_, ((bitField0_ & 0x00000008) == 0x00000008), @@ -1214,7 +1214,7 @@ public final class ReplicatedDataMessages { } public interface ORSetOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.VersionVector vvector = 1; /** @@ -1272,7 +1272,7 @@ public final class ReplicatedDataMessages { /** * repeated string stringElements = 3; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getStringElementsBytes(int index); // repeated sint32 intElements = 4 [packed = true]; @@ -1332,14 +1332,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.ORSet} */ public static final class ORSet extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ORSetOrBuilder { // Use ORSet.newBuilder() to construct. - private ORSet(com.google.protobuf.GeneratedMessage.Builder builder) { + private ORSet(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private ORSet(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private ORSet(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ORSet defaultInstance; public static ORSet getDefaultInstance() { @@ -1350,20 +1350,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ORSet( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -1402,7 +1402,7 @@ public final class ReplicatedDataMessages { } case 26: { if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { - stringElements_ = new com.google.protobuf.LazyStringArrayList(); + stringElements_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000004; } stringElements_.add(input.readBytes()); @@ -1460,17 +1460,17 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { dots_ = java.util.Collections.unmodifiableList(dots_); } if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { - stringElements_ = new com.google.protobuf.UnmodifiableLazyStringList(stringElements_); + stringElements_ = new akka.protobuf.UnmodifiableLazyStringList(stringElements_); } if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { intElements_ = java.util.Collections.unmodifiableList(intElements_); @@ -1485,30 +1485,30 @@ public final class ReplicatedDataMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORSet_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORSet_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public ORSet parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new ORSet(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -1573,7 +1573,7 @@ public final class ReplicatedDataMessages { // repeated string stringElements = 3; public static final int STRINGELEMENTS_FIELD_NUMBER = 3; - private com.google.protobuf.LazyStringList stringElements_; + private akka.protobuf.LazyStringList stringElements_; /** * repeated string stringElements = 3; */ @@ -1596,7 +1596,7 @@ public final class ReplicatedDataMessages { /** * repeated string stringElements = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getStringElementsBytes(int index) { return stringElements_.getByteString(index); } @@ -1688,7 +1688,7 @@ public final class ReplicatedDataMessages { private void initFields() { vvector_ = akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.getDefaultInstance(); dots_ = java.util.Collections.emptyList(); - stringElements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + stringElements_ = akka.protobuf.LazyStringArrayList.EMPTY; intElements_ = java.util.Collections.emptyList(); longElements_ = java.util.Collections.emptyList(); otherElements_ = java.util.Collections.emptyList(); @@ -1722,7 +1722,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -1761,17 +1761,17 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, vvector_); } for (int i = 0; i < dots_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, dots_.get(i)); } { int dataSize = 0; for (int i = 0; i < stringElements_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(stringElements_.getByteString(i)); } size += dataSize; @@ -1780,13 +1780,13 @@ public final class ReplicatedDataMessages { { int dataSize = 0; for (int i = 0; i < intElements_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeSInt32SizeNoTag(intElements_.get(i)); } size += dataSize; if (!getIntElementsList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } intElementsMemoizedSerializedSize = dataSize; @@ -1794,19 +1794,19 @@ public final class ReplicatedDataMessages { { int dataSize = 0; for (int i = 0; i < longElements_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeSInt64SizeNoTag(longElements_.get(i)); } size += dataSize; if (!getLongElementsList().isEmpty()) { size += 1; - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32SizeNoTag(dataSize); } longElementsMemoizedSerializedSize = dataSize; } for (int i = 0; i < otherElements_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(6, otherElements_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -1822,24 +1822,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet parseFrom(java.io.InputStream input) @@ -1848,7 +1848,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1858,18 +1858,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1883,7 +1883,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -1891,14 +1891,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.ORSet} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORSet_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORSet_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1911,12 +1911,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getVvectorFieldBuilder(); getDotsFieldBuilder(); getOtherElementsFieldBuilder(); @@ -1940,7 +1940,7 @@ public final class ReplicatedDataMessages { } else { dotsBuilder_.clear(); } - stringElements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + stringElements_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); intElements_ = java.util.Collections.emptyList(); bitField0_ = (bitField0_ & ~0x00000008); @@ -1959,7 +1959,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORSet_descriptor; } @@ -1998,7 +1998,7 @@ public final class ReplicatedDataMessages { result.dots_ = dotsBuilder_.build(); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - stringElements_ = new com.google.protobuf.UnmodifiableLazyStringList( + stringElements_ = new akka.protobuf.UnmodifiableLazyStringList( stringElements_); bitField0_ = (bitField0_ & ~0x00000004); } @@ -2027,7 +2027,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet)other); } else { @@ -2060,7 +2060,7 @@ public final class ReplicatedDataMessages { dots_ = other.dots_; bitField0_ = (bitField0_ & ~0x00000002); dotsBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getDotsFieldBuilder() : null; } else { dotsBuilder_.addAllMessages(other.dots_); @@ -2116,7 +2116,7 @@ public final class ReplicatedDataMessages { otherElements_ = other.otherElements_; bitField0_ = (bitField0_ & ~0x00000020); otherElementsBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getOtherElementsFieldBuilder() : null; } else { otherElementsBuilder_.addAllMessages(other.otherElements_); @@ -2152,13 +2152,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet) e.getUnfinishedMessage(); throw e; } finally { @@ -2172,7 +2172,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.VersionVector vvector = 1; private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector vvector_ = akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVectorOrBuilder> vvectorBuilder_; /** * required .akka.cluster.ddata.VersionVector vvector = 1; @@ -2273,11 +2273,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.VersionVector vvector = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVectorOrBuilder> getVvectorFieldBuilder() { if (vvectorBuilder_ == null) { - vvectorBuilder_ = new com.google.protobuf.SingleFieldBuilder< + vvectorBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVectorOrBuilder>( vvector_, getParentForChildren(), @@ -2297,7 +2297,7 @@ public final class ReplicatedDataMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVectorOrBuilder> dotsBuilder_; /** @@ -2512,11 +2512,11 @@ public final class ReplicatedDataMessages { getDotsBuilderList() { return getDotsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVectorOrBuilder> getDotsFieldBuilder() { if (dotsBuilder_ == null) { - dotsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + dotsBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVectorOrBuilder>( dots_, ((bitField0_ & 0x00000002) == 0x00000002), @@ -2528,10 +2528,10 @@ public final class ReplicatedDataMessages { } // repeated string stringElements = 3; - private com.google.protobuf.LazyStringList stringElements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList stringElements_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureStringElementsIsMutable() { if (!((bitField0_ & 0x00000004) == 0x00000004)) { - stringElements_ = new com.google.protobuf.LazyStringArrayList(stringElements_); + stringElements_ = new akka.protobuf.LazyStringArrayList(stringElements_); bitField0_ |= 0x00000004; } } @@ -2557,7 +2557,7 @@ public final class ReplicatedDataMessages { /** * repeated string stringElements = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getStringElementsBytes(int index) { return stringElements_.getByteString(index); } @@ -2601,7 +2601,7 @@ public final class ReplicatedDataMessages { * repeated string stringElements = 3; */ public Builder clearStringElements() { - stringElements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + stringElements_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); onChanged(); return this; @@ -2610,7 +2610,7 @@ public final class ReplicatedDataMessages { * repeated string stringElements = 3; */ public Builder addStringElementsBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -2762,7 +2762,7 @@ public final class ReplicatedDataMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> otherElementsBuilder_; /** @@ -2977,11 +2977,11 @@ public final class ReplicatedDataMessages { getOtherElementsBuilderList() { return getOtherElementsFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getOtherElementsFieldBuilder() { if (otherElementsBuilder_ == null) { - otherElementsBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + otherElementsBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( otherElements_, ((bitField0_ & 0x00000020) == 0x00000020), @@ -3004,7 +3004,7 @@ public final class ReplicatedDataMessages { } public interface FlagOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required bool enabled = 1; /** @@ -3020,14 +3020,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.Flag} */ public static final class Flag extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements FlagOrBuilder { // Use Flag.newBuilder() to construct. - private Flag(com.google.protobuf.GeneratedMessage.Builder builder) { + private Flag(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Flag(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Flag(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Flag defaultInstance; public static Flag getDefaultInstance() { @@ -3038,20 +3038,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Flag( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -3074,40 +3074,40 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_Flag_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_Flag_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Flag parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Flag(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -3144,7 +3144,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -3160,7 +3160,7 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBoolSize(1, enabled_); } size += getUnknownFields().getSerializedSize(); @@ -3176,24 +3176,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag parseFrom(java.io.InputStream input) @@ -3202,7 +3202,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3212,18 +3212,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3237,7 +3237,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -3245,14 +3245,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.Flag} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.FlagOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_Flag_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_Flag_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3265,12 +3265,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -3288,7 +3288,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_Flag_descriptor; } @@ -3318,7 +3318,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag)other); } else { @@ -3345,13 +3345,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.Flag) e.getUnfinishedMessage(); throw e; } finally { @@ -3408,7 +3408,7 @@ public final class ReplicatedDataMessages { } public interface LWWRegisterOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required sint64 timestamp = 1; /** @@ -3452,14 +3452,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.LWWRegister} */ public static final class LWWRegister extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements LWWRegisterOrBuilder { // Use LWWRegister.newBuilder() to construct. - private LWWRegister(com.google.protobuf.GeneratedMessage.Builder builder) { + private LWWRegister(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private LWWRegister(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private LWWRegister(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final LWWRegister defaultInstance; public static LWWRegister getDefaultInstance() { @@ -3470,20 +3470,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private LWWRegister( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -3532,40 +3532,40 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWRegister_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWRegister_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public LWWRegister parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new LWWRegister(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -3664,7 +3664,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -3686,15 +3686,15 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeSInt64Size(1, timestamp_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, node_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, state_); } size += getUnknownFields().getSerializedSize(); @@ -3710,24 +3710,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister parseFrom(java.io.InputStream input) @@ -3736,7 +3736,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3746,18 +3746,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3771,7 +3771,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -3779,14 +3779,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.LWWRegister} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWRegister_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWRegister_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3799,12 +3799,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getNodeFieldBuilder(); getStateFieldBuilder(); } @@ -3836,7 +3836,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWRegister_descriptor; } @@ -3882,7 +3882,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister)other); } else { @@ -3931,13 +3931,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister) e.getUnfinishedMessage(); throw e; } finally { @@ -3984,7 +3984,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.UniqueAddress node = 2; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress node_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> nodeBuilder_; /** * required .akka.cluster.ddata.UniqueAddress node = 2; @@ -4085,11 +4085,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.UniqueAddress node = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> getNodeFieldBuilder() { if (nodeBuilder_ == null) { - nodeBuilder_ = new com.google.protobuf.SingleFieldBuilder< + nodeBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder>( node_, getParentForChildren(), @@ -4101,7 +4101,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.OtherMessage state = 3; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage state_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> stateBuilder_; /** * required .akka.cluster.ddata.OtherMessage state = 3; @@ -4202,11 +4202,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.OtherMessage state = 3; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getStateFieldBuilder() { if (stateBuilder_ == null) { - stateBuilder_ = new com.google.protobuf.SingleFieldBuilder< + stateBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( state_, getParentForChildren(), @@ -4228,7 +4228,7 @@ public final class ReplicatedDataMessages { } public interface GCounterOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated .akka.cluster.ddata.GCounter.Entry entries = 1; /** @@ -4259,14 +4259,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.GCounter} */ public static final class GCounter extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements GCounterOrBuilder { // Use GCounter.newBuilder() to construct. - private GCounter(com.google.protobuf.GeneratedMessage.Builder builder) { + private GCounter(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private GCounter(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private GCounter(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final GCounter defaultInstance; public static GCounter getDefaultInstance() { @@ -4277,20 +4277,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GCounter( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -4316,10 +4316,10 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { @@ -4329,35 +4329,35 @@ public final class ReplicatedDataMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GCounter_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GCounter_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public GCounter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new GCounter(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface EntryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.UniqueAddress node = 1; /** @@ -4381,20 +4381,20 @@ public final class ReplicatedDataMessages { /** * required bytes value = 2; */ - com.google.protobuf.ByteString getValue(); + akka.protobuf.ByteString getValue(); } /** * Protobuf type {@code akka.cluster.ddata.GCounter.Entry} */ public static final class Entry extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntryOrBuilder { // Use Entry.newBuilder() to construct. - private Entry(com.google.protobuf.GeneratedMessage.Builder builder) { + private Entry(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Entry(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Entry(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Entry defaultInstance; public static Entry getDefaultInstance() { @@ -4405,20 +4405,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Entry( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -4454,40 +4454,40 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GCounter_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GCounter_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Entry parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Entry(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -4516,7 +4516,7 @@ public final class ReplicatedDataMessages { // required bytes value = 2; public static final int VALUE_FIELD_NUMBER = 2; - private com.google.protobuf.ByteString value_; + private akka.protobuf.ByteString value_; /** * required bytes value = 2; */ @@ -4526,13 +4526,13 @@ public final class ReplicatedDataMessages { /** * required bytes value = 2; */ - public com.google.protobuf.ByteString getValue() { + public akka.protobuf.ByteString getValue() { return value_; } private void initFields() { node_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance(); - value_ = com.google.protobuf.ByteString.EMPTY; + value_ = akka.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -4555,7 +4555,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -4574,11 +4574,11 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, node_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, value_); } size += getUnknownFields().getSerializedSize(); @@ -4594,24 +4594,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry parseFrom(java.io.InputStream input) @@ -4620,7 +4620,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4630,18 +4630,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4655,7 +4655,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -4663,14 +4663,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.GCounter.Entry} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.EntryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GCounter_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GCounter_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4683,12 +4683,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getNodeFieldBuilder(); } } @@ -4704,7 +4704,7 @@ public final class ReplicatedDataMessages { nodeBuilder_.clear(); } bitField0_ = (bitField0_ & ~0x00000001); - value_ = com.google.protobuf.ByteString.EMPTY; + value_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); return this; } @@ -4713,7 +4713,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GCounter_Entry_descriptor; } @@ -4751,7 +4751,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry)other); } else { @@ -4789,13 +4789,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry) e.getUnfinishedMessage(); throw e; } finally { @@ -4809,7 +4809,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.UniqueAddress node = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress node_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> nodeBuilder_; /** * required .akka.cluster.ddata.UniqueAddress node = 1; @@ -4910,11 +4910,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.UniqueAddress node = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> getNodeFieldBuilder() { if (nodeBuilder_ == null) { - nodeBuilder_ = new com.google.protobuf.SingleFieldBuilder< + nodeBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder>( node_, getParentForChildren(), @@ -4925,7 +4925,7 @@ public final class ReplicatedDataMessages { } // required bytes value = 2; - private com.google.protobuf.ByteString value_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString value_ = akka.protobuf.ByteString.EMPTY; /** * required bytes value = 2; */ @@ -4935,13 +4935,13 @@ public final class ReplicatedDataMessages { /** * required bytes value = 2; */ - public com.google.protobuf.ByteString getValue() { + public akka.protobuf.ByteString getValue() { return value_; } /** * required bytes value = 2; */ - public Builder setValue(com.google.protobuf.ByteString value) { + public Builder setValue(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -5025,7 +5025,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < entries_.size(); i++) { @@ -5041,7 +5041,7 @@ public final class ReplicatedDataMessages { size = 0; for (int i = 0; i < entries_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, entries_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -5057,24 +5057,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter parseFrom(java.io.InputStream input) @@ -5083,7 +5083,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5093,18 +5093,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5118,7 +5118,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -5126,14 +5126,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.GCounter} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GCounter_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GCounter_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -5146,12 +5146,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getEntriesFieldBuilder(); } } @@ -5174,7 +5174,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_GCounter_descriptor; } @@ -5207,7 +5207,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter)other); } else { @@ -5237,7 +5237,7 @@ public final class ReplicatedDataMessages { entries_ = other.entries_; bitField0_ = (bitField0_ & ~0x00000001); entriesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getEntriesFieldBuilder() : null; } else { entriesBuilder_.addAllMessages(other.entries_); @@ -5259,13 +5259,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter) e.getUnfinishedMessage(); throw e; } finally { @@ -5287,7 +5287,7 @@ public final class ReplicatedDataMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.EntryOrBuilder> entriesBuilder_; /** @@ -5502,11 +5502,11 @@ public final class ReplicatedDataMessages { getEntriesBuilderList() { return getEntriesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.EntryOrBuilder> getEntriesFieldBuilder() { if (entriesBuilder_ == null) { - entriesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + entriesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.EntryOrBuilder>( entries_, ((bitField0_ & 0x00000001) == 0x00000001), @@ -5529,7 +5529,7 @@ public final class ReplicatedDataMessages { } public interface PNCounterOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.GCounter increments = 1; /** @@ -5563,14 +5563,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.PNCounter} */ public static final class PNCounter extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements PNCounterOrBuilder { // Use PNCounter.newBuilder() to construct. - private PNCounter(com.google.protobuf.GeneratedMessage.Builder builder) { + private PNCounter(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private PNCounter(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private PNCounter(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final PNCounter defaultInstance; public static PNCounter getDefaultInstance() { @@ -5581,20 +5581,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PNCounter( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -5638,40 +5638,40 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounter_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounter_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public PNCounter parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new PNCounter(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -5749,7 +5749,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -5768,11 +5768,11 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, increments_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, decrements_); } size += getUnknownFields().getSerializedSize(); @@ -5788,24 +5788,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter parseFrom(java.io.InputStream input) @@ -5814,7 +5814,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5824,18 +5824,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5849,7 +5849,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -5857,14 +5857,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.PNCounter} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounter_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounter_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -5877,12 +5877,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getIncrementsFieldBuilder(); getDecrementsFieldBuilder(); } @@ -5912,7 +5912,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounter_descriptor; } @@ -5954,7 +5954,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter)other); } else { @@ -5996,13 +5996,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter) e.getUnfinishedMessage(); throw e; } finally { @@ -6016,7 +6016,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.GCounter increments = 1; private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter increments_ = akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder> incrementsBuilder_; /** * required .akka.cluster.ddata.GCounter increments = 1; @@ -6117,11 +6117,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.GCounter increments = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder> getIncrementsFieldBuilder() { if (incrementsBuilder_ == null) { - incrementsBuilder_ = new com.google.protobuf.SingleFieldBuilder< + incrementsBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder>( increments_, getParentForChildren(), @@ -6133,7 +6133,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.GCounter decrements = 2; private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter decrements_ = akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder> decrementsBuilder_; /** * required .akka.cluster.ddata.GCounter decrements = 2; @@ -6234,11 +6234,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.GCounter decrements = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder> getDecrementsFieldBuilder() { if (decrementsBuilder_ == null) { - decrementsBuilder_ = new com.google.protobuf.SingleFieldBuilder< + decrementsBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounterOrBuilder>( decrements_, getParentForChildren(), @@ -6260,7 +6260,7 @@ public final class ReplicatedDataMessages { } public interface VersionVectorOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated .akka.cluster.ddata.VersionVector.Entry entries = 1; /** @@ -6291,14 +6291,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.VersionVector} */ public static final class VersionVector extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements VersionVectorOrBuilder { // Use VersionVector.newBuilder() to construct. - private VersionVector(com.google.protobuf.GeneratedMessage.Builder builder) { + private VersionVector(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private VersionVector(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private VersionVector(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final VersionVector defaultInstance; public static VersionVector getDefaultInstance() { @@ -6309,20 +6309,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private VersionVector( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -6348,10 +6348,10 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { @@ -6361,35 +6361,35 @@ public final class ReplicatedDataMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_VersionVector_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_VersionVector_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public VersionVector parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new VersionVector(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface EntryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.UniqueAddress node = 1; /** @@ -6419,14 +6419,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.VersionVector.Entry} */ public static final class Entry extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntryOrBuilder { // Use Entry.newBuilder() to construct. - private Entry(com.google.protobuf.GeneratedMessage.Builder builder) { + private Entry(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Entry(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Entry(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Entry defaultInstance; public static Entry getDefaultInstance() { @@ -6437,20 +6437,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Entry( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -6486,40 +6486,40 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_VersionVector_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_VersionVector_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Entry parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Entry(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -6587,7 +6587,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -6606,11 +6606,11 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, node_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(2, version_); } size += getUnknownFields().getSerializedSize(); @@ -6626,24 +6626,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry parseFrom(java.io.InputStream input) @@ -6652,7 +6652,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -6662,18 +6662,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -6687,7 +6687,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -6695,14 +6695,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.VersionVector.Entry} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.EntryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_VersionVector_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_VersionVector_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -6715,12 +6715,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getNodeFieldBuilder(); } } @@ -6745,7 +6745,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_VersionVector_Entry_descriptor; } @@ -6783,7 +6783,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry)other); } else { @@ -6821,13 +6821,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry) e.getUnfinishedMessage(); throw e; } finally { @@ -6841,7 +6841,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.UniqueAddress node = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress node_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> nodeBuilder_; /** * required .akka.cluster.ddata.UniqueAddress node = 1; @@ -6942,11 +6942,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.UniqueAddress node = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> getNodeFieldBuilder() { if (nodeBuilder_ == null) { - nodeBuilder_ = new com.google.protobuf.SingleFieldBuilder< + nodeBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder>( node_, getParentForChildren(), @@ -7054,7 +7054,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < entries_.size(); i++) { @@ -7070,7 +7070,7 @@ public final class ReplicatedDataMessages { size = 0; for (int i = 0; i < entries_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, entries_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -7086,24 +7086,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector parseFrom(java.io.InputStream input) @@ -7112,7 +7112,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -7122,18 +7122,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -7147,7 +7147,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -7155,14 +7155,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.VersionVector} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVectorOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_VersionVector_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_VersionVector_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -7175,12 +7175,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getEntriesFieldBuilder(); } } @@ -7203,7 +7203,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_VersionVector_descriptor; } @@ -7236,7 +7236,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector)other); } else { @@ -7266,7 +7266,7 @@ public final class ReplicatedDataMessages { entries_ = other.entries_; bitField0_ = (bitField0_ & ~0x00000001); entriesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getEntriesFieldBuilder() : null; } else { entriesBuilder_.addAllMessages(other.entries_); @@ -7288,13 +7288,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector) e.getUnfinishedMessage(); throw e; } finally { @@ -7316,7 +7316,7 @@ public final class ReplicatedDataMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.EntryOrBuilder> entriesBuilder_; /** @@ -7531,11 +7531,11 @@ public final class ReplicatedDataMessages { getEntriesBuilderList() { return getEntriesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.EntryOrBuilder> getEntriesFieldBuilder() { if (entriesBuilder_ == null) { - entriesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + entriesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.VersionVector.EntryOrBuilder>( entries_, ((bitField0_ & 0x00000001) == 0x00000001), @@ -7558,7 +7558,7 @@ public final class ReplicatedDataMessages { } public interface ORMapOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.ORSet keys = 1; /** @@ -7603,14 +7603,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.ORMap} */ public static final class ORMap extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ORMapOrBuilder { // Use ORMap.newBuilder() to construct. - private ORMap(com.google.protobuf.GeneratedMessage.Builder builder) { + private ORMap(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private ORMap(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private ORMap(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ORMap defaultInstance; public static ORMap getDefaultInstance() { @@ -7621,20 +7621,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ORMap( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -7673,10 +7673,10 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { @@ -7686,35 +7686,35 @@ public final class ReplicatedDataMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMap_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMap_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public ORMap parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new ORMap(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface EntryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string key = 1; /** @@ -7728,7 +7728,7 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getKeyBytes(); // required .akka.cluster.ddata.OtherMessage value = 2; @@ -7749,14 +7749,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.ORMap.Entry} */ public static final class Entry extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntryOrBuilder { // Use Entry.newBuilder() to construct. - private Entry(com.google.protobuf.GeneratedMessage.Builder builder) { + private Entry(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Entry(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Entry(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Entry defaultInstance; public static Entry getDefaultInstance() { @@ -7767,20 +7767,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Entry( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -7816,40 +7816,40 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMap_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMap_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Entry parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Entry(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -7871,8 +7871,8 @@ public final class ReplicatedDataMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; @@ -7883,17 +7883,17 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -7944,7 +7944,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -7963,11 +7963,11 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getKeyBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, value_); } size += getUnknownFields().getSerializedSize(); @@ -7983,24 +7983,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry parseFrom(java.io.InputStream input) @@ -8009,7 +8009,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -8019,18 +8019,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -8044,7 +8044,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -8052,14 +8052,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.ORMap.Entry} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMap_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMap_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -8072,12 +8072,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getValueFieldBuilder(); } } @@ -8102,7 +8102,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMap_Entry_descriptor; } @@ -8140,7 +8140,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry)other); } else { @@ -8180,13 +8180,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry) e.getUnfinishedMessage(); throw e; } finally { @@ -8212,7 +8212,7 @@ public final class ReplicatedDataMessages { public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); key_ = s; return s; @@ -8223,17 +8223,17 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -8262,7 +8262,7 @@ public final class ReplicatedDataMessages { * required string key = 1; */ public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -8274,7 +8274,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.OtherMessage value = 2; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage value_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> valueBuilder_; /** * required .akka.cluster.ddata.OtherMessage value = 2; @@ -8375,11 +8375,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.OtherMessage value = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { - valueBuilder_ = new com.google.protobuf.SingleFieldBuilder< + valueBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( value_, getParentForChildren(), @@ -8486,7 +8486,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -8505,11 +8505,11 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, keys_); } for (int i = 0; i < entries_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, entries_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -8525,24 +8525,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap parseFrom(java.io.InputStream input) @@ -8551,7 +8551,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -8561,18 +8561,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -8586,7 +8586,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -8594,14 +8594,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.ORMap} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMap_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMap_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -8614,12 +8614,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getKeysFieldBuilder(); getEntriesFieldBuilder(); } @@ -8649,7 +8649,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMap_descriptor; } @@ -8692,7 +8692,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap)other); } else { @@ -8725,7 +8725,7 @@ public final class ReplicatedDataMessages { entries_ = other.entries_; bitField0_ = (bitField0_ & ~0x00000002); entriesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getEntriesFieldBuilder() : null; } else { entriesBuilder_.addAllMessages(other.entries_); @@ -8755,13 +8755,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap) e.getUnfinishedMessage(); throw e; } finally { @@ -8775,7 +8775,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.ORSet keys = 1; private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet keys_ = akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> keysBuilder_; /** * required .akka.cluster.ddata.ORSet keys = 1; @@ -8876,11 +8876,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.ORSet keys = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> getKeysFieldBuilder() { if (keysBuilder_ == null) { - keysBuilder_ = new com.google.protobuf.SingleFieldBuilder< + keysBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder>( keys_, getParentForChildren(), @@ -8900,7 +8900,7 @@ public final class ReplicatedDataMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder> entriesBuilder_; /** @@ -9115,11 +9115,11 @@ public final class ReplicatedDataMessages { getEntriesBuilderList() { return getEntriesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder> getEntriesFieldBuilder() { if (entriesBuilder_ == null) { - entriesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + entriesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMap.EntryOrBuilder>( entries_, ((bitField0_ & 0x00000002) == 0x00000002), @@ -9142,7 +9142,7 @@ public final class ReplicatedDataMessages { } public interface LWWMapOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.ORSet keys = 1; /** @@ -9187,14 +9187,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.LWWMap} */ public static final class LWWMap extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements LWWMapOrBuilder { // Use LWWMap.newBuilder() to construct. - private LWWMap(com.google.protobuf.GeneratedMessage.Builder builder) { + private LWWMap(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private LWWMap(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private LWWMap(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final LWWMap defaultInstance; public static LWWMap getDefaultInstance() { @@ -9205,20 +9205,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private LWWMap( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -9257,10 +9257,10 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { @@ -9270,35 +9270,35 @@ public final class ReplicatedDataMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWMap_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWMap_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public LWWMap parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new LWWMap(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface EntryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string key = 1; /** @@ -9312,7 +9312,7 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getKeyBytes(); // required .akka.cluster.ddata.LWWRegister value = 2; @@ -9333,14 +9333,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.LWWMap.Entry} */ public static final class Entry extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntryOrBuilder { // Use Entry.newBuilder() to construct. - private Entry(com.google.protobuf.GeneratedMessage.Builder builder) { + private Entry(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Entry(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Entry(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Entry defaultInstance; public static Entry getDefaultInstance() { @@ -9351,20 +9351,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Entry( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -9400,40 +9400,40 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWMap_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWMap_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Entry parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Entry(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -9455,8 +9455,8 @@ public final class ReplicatedDataMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; @@ -9467,17 +9467,17 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -9528,7 +9528,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -9547,11 +9547,11 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getKeyBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, value_); } size += getUnknownFields().getSerializedSize(); @@ -9567,24 +9567,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry parseFrom(java.io.InputStream input) @@ -9593,7 +9593,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -9603,18 +9603,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -9628,7 +9628,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -9636,14 +9636,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.LWWMap.Entry} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWMap_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWMap_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -9656,12 +9656,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getValueFieldBuilder(); } } @@ -9686,7 +9686,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWMap_Entry_descriptor; } @@ -9724,7 +9724,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry)other); } else { @@ -9764,13 +9764,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry) e.getUnfinishedMessage(); throw e; } finally { @@ -9796,7 +9796,7 @@ public final class ReplicatedDataMessages { public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); key_ = s; return s; @@ -9807,17 +9807,17 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -9846,7 +9846,7 @@ public final class ReplicatedDataMessages { * required string key = 1; */ public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -9858,7 +9858,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.LWWRegister value = 2; private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister value_ = akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder> valueBuilder_; /** * required .akka.cluster.ddata.LWWRegister value = 2; @@ -9959,11 +9959,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.LWWRegister value = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { - valueBuilder_ = new com.google.protobuf.SingleFieldBuilder< + valueBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegisterOrBuilder>( value_, getParentForChildren(), @@ -10070,7 +10070,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -10089,11 +10089,11 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, keys_); } for (int i = 0; i < entries_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, entries_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -10109,24 +10109,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap parseFrom(java.io.InputStream input) @@ -10135,7 +10135,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -10145,18 +10145,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -10170,7 +10170,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -10178,14 +10178,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.LWWMap} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMapOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWMap_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWMap_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -10198,12 +10198,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getKeysFieldBuilder(); getEntriesFieldBuilder(); } @@ -10233,7 +10233,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_LWWMap_descriptor; } @@ -10276,7 +10276,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap)other); } else { @@ -10309,7 +10309,7 @@ public final class ReplicatedDataMessages { entries_ = other.entries_; bitField0_ = (bitField0_ & ~0x00000002); entriesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getEntriesFieldBuilder() : null; } else { entriesBuilder_.addAllMessages(other.entries_); @@ -10339,13 +10339,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap) e.getUnfinishedMessage(); throw e; } finally { @@ -10359,7 +10359,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.ORSet keys = 1; private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet keys_ = akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> keysBuilder_; /** * required .akka.cluster.ddata.ORSet keys = 1; @@ -10460,11 +10460,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.ORSet keys = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> getKeysFieldBuilder() { if (keysBuilder_ == null) { - keysBuilder_ = new com.google.protobuf.SingleFieldBuilder< + keysBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder>( keys_, getParentForChildren(), @@ -10484,7 +10484,7 @@ public final class ReplicatedDataMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder> entriesBuilder_; /** @@ -10699,11 +10699,11 @@ public final class ReplicatedDataMessages { getEntriesBuilderList() { return getEntriesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder> getEntriesFieldBuilder() { if (entriesBuilder_ == null) { - entriesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + entriesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWMap.EntryOrBuilder>( entries_, ((bitField0_ & 0x00000002) == 0x00000002), @@ -10726,7 +10726,7 @@ public final class ReplicatedDataMessages { } public interface PNCounterMapOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.ORSet keys = 1; /** @@ -10771,14 +10771,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.PNCounterMap} */ public static final class PNCounterMap extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements PNCounterMapOrBuilder { // Use PNCounterMap.newBuilder() to construct. - private PNCounterMap(com.google.protobuf.GeneratedMessage.Builder builder) { + private PNCounterMap(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private PNCounterMap(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private PNCounterMap(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final PNCounterMap defaultInstance; public static PNCounterMap getDefaultInstance() { @@ -10789,20 +10789,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PNCounterMap( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -10841,10 +10841,10 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { @@ -10854,35 +10854,35 @@ public final class ReplicatedDataMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounterMap_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounterMap_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public PNCounterMap parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new PNCounterMap(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface EntryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string key = 1; /** @@ -10896,7 +10896,7 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getKeyBytes(); // required .akka.cluster.ddata.PNCounter value = 2; @@ -10917,14 +10917,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.PNCounterMap.Entry} */ public static final class Entry extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntryOrBuilder { // Use Entry.newBuilder() to construct. - private Entry(com.google.protobuf.GeneratedMessage.Builder builder) { + private Entry(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Entry(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Entry(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Entry defaultInstance; public static Entry getDefaultInstance() { @@ -10935,20 +10935,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Entry( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -10984,40 +10984,40 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounterMap_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounterMap_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Entry parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Entry(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -11039,8 +11039,8 @@ public final class ReplicatedDataMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; @@ -11051,17 +11051,17 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -11112,7 +11112,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -11131,11 +11131,11 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getKeyBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, value_); } size += getUnknownFields().getSerializedSize(); @@ -11151,24 +11151,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry parseFrom(java.io.InputStream input) @@ -11177,7 +11177,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -11187,18 +11187,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -11212,7 +11212,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -11220,14 +11220,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.PNCounterMap.Entry} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounterMap_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounterMap_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -11240,12 +11240,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getValueFieldBuilder(); } } @@ -11270,7 +11270,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounterMap_Entry_descriptor; } @@ -11308,7 +11308,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry)other); } else { @@ -11348,13 +11348,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry) e.getUnfinishedMessage(); throw e; } finally { @@ -11380,7 +11380,7 @@ public final class ReplicatedDataMessages { public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); key_ = s; return s; @@ -11391,17 +11391,17 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -11430,7 +11430,7 @@ public final class ReplicatedDataMessages { * required string key = 1; */ public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -11442,7 +11442,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.PNCounter value = 2; private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter value_ = akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterOrBuilder> valueBuilder_; /** * required .akka.cluster.ddata.PNCounter value = 2; @@ -11543,11 +11543,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.PNCounter value = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { - valueBuilder_ = new com.google.protobuf.SingleFieldBuilder< + valueBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterOrBuilder>( value_, getParentForChildren(), @@ -11654,7 +11654,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -11673,11 +11673,11 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, keys_); } for (int i = 0; i < entries_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, entries_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -11693,24 +11693,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap parseFrom(java.io.InputStream input) @@ -11719,7 +11719,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -11729,18 +11729,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -11754,7 +11754,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -11762,14 +11762,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.PNCounterMap} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMapOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounterMap_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounterMap_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -11782,12 +11782,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getKeysFieldBuilder(); getEntriesFieldBuilder(); } @@ -11817,7 +11817,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_PNCounterMap_descriptor; } @@ -11860,7 +11860,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap)other); } else { @@ -11893,7 +11893,7 @@ public final class ReplicatedDataMessages { entries_ = other.entries_; bitField0_ = (bitField0_ & ~0x00000002); entriesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getEntriesFieldBuilder() : null; } else { entriesBuilder_.addAllMessages(other.entries_); @@ -11923,13 +11923,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap) e.getUnfinishedMessage(); throw e; } finally { @@ -11943,7 +11943,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.ORSet keys = 1; private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet keys_ = akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> keysBuilder_; /** * required .akka.cluster.ddata.ORSet keys = 1; @@ -12044,11 +12044,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.ORSet keys = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> getKeysFieldBuilder() { if (keysBuilder_ == null) { - keysBuilder_ = new com.google.protobuf.SingleFieldBuilder< + keysBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder>( keys_, getParentForChildren(), @@ -12068,7 +12068,7 @@ public final class ReplicatedDataMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder> entriesBuilder_; /** @@ -12283,11 +12283,11 @@ public final class ReplicatedDataMessages { getEntriesBuilderList() { return getEntriesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder> getEntriesFieldBuilder() { if (entriesBuilder_ == null) { - entriesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + entriesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounterMap.EntryOrBuilder>( entries_, ((bitField0_ & 0x00000002) == 0x00000002), @@ -12310,7 +12310,7 @@ public final class ReplicatedDataMessages { } public interface ORMultiMapOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.ORSet keys = 1; /** @@ -12355,14 +12355,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.ORMultiMap} */ public static final class ORMultiMap extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ORMultiMapOrBuilder { // Use ORMultiMap.newBuilder() to construct. - private ORMultiMap(com.google.protobuf.GeneratedMessage.Builder builder) { + private ORMultiMap(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private ORMultiMap(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private ORMultiMap(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ORMultiMap defaultInstance; public static ORMultiMap getDefaultInstance() { @@ -12373,20 +12373,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ORMultiMap( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -12425,10 +12425,10 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { @@ -12438,35 +12438,35 @@ public final class ReplicatedDataMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMultiMap_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMultiMap_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public ORMultiMap parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new ORMultiMap(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface EntryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string key = 1; /** @@ -12480,7 +12480,7 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getKeyBytes(); // required .akka.cluster.ddata.ORSet value = 2; @@ -12501,14 +12501,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.ORMultiMap.Entry} */ public static final class Entry extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntryOrBuilder { // Use Entry.newBuilder() to construct. - private Entry(com.google.protobuf.GeneratedMessage.Builder builder) { + private Entry(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Entry(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Entry(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Entry defaultInstance; public static Entry getDefaultInstance() { @@ -12519,20 +12519,20 @@ public final class ReplicatedDataMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Entry( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -12568,40 +12568,40 @@ public final class ReplicatedDataMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMultiMap_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMultiMap_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.class, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Entry parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Entry(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -12623,8 +12623,8 @@ public final class ReplicatedDataMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; @@ -12635,17 +12635,17 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -12696,7 +12696,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -12715,11 +12715,11 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getKeyBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, value_); } size += getUnknownFields().getSerializedSize(); @@ -12735,24 +12735,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry parseFrom(java.io.InputStream input) @@ -12761,7 +12761,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -12771,18 +12771,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -12796,7 +12796,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -12804,14 +12804,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.ORMultiMap.Entry} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMultiMap_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMultiMap_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -12824,12 +12824,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getValueFieldBuilder(); } } @@ -12854,7 +12854,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMultiMap_Entry_descriptor; } @@ -12892,7 +12892,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry)other); } else { @@ -12932,13 +12932,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry) e.getUnfinishedMessage(); throw e; } finally { @@ -12964,7 +12964,7 @@ public final class ReplicatedDataMessages { public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); key_ = s; return s; @@ -12975,17 +12975,17 @@ public final class ReplicatedDataMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -13014,7 +13014,7 @@ public final class ReplicatedDataMessages { * required string key = 1; */ public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -13026,7 +13026,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.ORSet value = 2; private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet value_ = akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> valueBuilder_; /** * required .akka.cluster.ddata.ORSet value = 2; @@ -13127,11 +13127,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.ORSet value = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> getValueFieldBuilder() { if (valueBuilder_ == null) { - valueBuilder_ = new com.google.protobuf.SingleFieldBuilder< + valueBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder>( value_, getParentForChildren(), @@ -13238,7 +13238,7 @@ public final class ReplicatedDataMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -13257,11 +13257,11 @@ public final class ReplicatedDataMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, keys_); } for (int i = 0; i < entries_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, entries_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -13277,24 +13277,24 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap parseFrom(java.io.InputStream input) @@ -13303,7 +13303,7 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -13313,18 +13313,18 @@ public final class ReplicatedDataMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -13338,7 +13338,7 @@ public final class ReplicatedDataMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -13346,14 +13346,14 @@ public final class ReplicatedDataMessages { * Protobuf type {@code akka.cluster.ddata.ORMultiMap} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMapOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMultiMap_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMultiMap_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -13366,12 +13366,12 @@ public final class ReplicatedDataMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getKeysFieldBuilder(); getEntriesFieldBuilder(); } @@ -13401,7 +13401,7 @@ public final class ReplicatedDataMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.internal_static_akka_cluster_ddata_ORMultiMap_descriptor; } @@ -13444,7 +13444,7 @@ public final class ReplicatedDataMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap)other); } else { @@ -13477,7 +13477,7 @@ public final class ReplicatedDataMessages { entries_ = other.entries_; bitField0_ = (bitField0_ & ~0x00000002); entriesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getEntriesFieldBuilder() : null; } else { entriesBuilder_.addAllMessages(other.entries_); @@ -13507,13 +13507,13 @@ public final class ReplicatedDataMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap) e.getUnfinishedMessage(); throw e; } finally { @@ -13527,7 +13527,7 @@ public final class ReplicatedDataMessages { // required .akka.cluster.ddata.ORSet keys = 1; private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet keys_ = akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> keysBuilder_; /** * required .akka.cluster.ddata.ORSet keys = 1; @@ -13628,11 +13628,11 @@ public final class ReplicatedDataMessages { /** * required .akka.cluster.ddata.ORSet keys = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> getKeysFieldBuilder() { if (keysBuilder_ == null) { - keysBuilder_ = new com.google.protobuf.SingleFieldBuilder< + keysBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder>( keys_, getParentForChildren(), @@ -13652,7 +13652,7 @@ public final class ReplicatedDataMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder> entriesBuilder_; /** @@ -13867,11 +13867,11 @@ public final class ReplicatedDataMessages { getEntriesBuilderList() { return getEntriesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder> getEntriesFieldBuilder() { if (entriesBuilder_ == null) { - entriesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + entriesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMultiMap.EntryOrBuilder>( entries_, ((bitField0_ & 0x00000002) == 0x00000002), @@ -13893,97 +13893,97 @@ public final class ReplicatedDataMessages { // @@protoc_insertion_point(class_scope:akka.cluster.ddata.ORMultiMap) } - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_GSet_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_GSet_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_ORSet_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_ORSet_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Flag_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Flag_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_LWWRegister_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_LWWRegister_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_GCounter_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_GCounter_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_GCounter_Entry_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_GCounter_Entry_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_PNCounter_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_PNCounter_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_VersionVector_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_VersionVector_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_VersionVector_Entry_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_VersionVector_Entry_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_ORMap_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_ORMap_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_ORMap_Entry_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_ORMap_Entry_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_LWWMap_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_LWWMap_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_LWWMap_Entry_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_LWWMap_Entry_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_PNCounterMap_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_PNCounterMap_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_PNCounterMap_Entry_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_PNCounterMap_Entry_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_ORMultiMap_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_ORMultiMap_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_ORMultiMap_Entry_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_ORMultiMap_Entry_fieldAccessorTable; - public static com.google.protobuf.Descriptors.FileDescriptor + public static akka.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } - private static com.google.protobuf.Descriptors.FileDescriptor + private static akka.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { @@ -14033,119 +14033,119 @@ public final class ReplicatedDataMessages { "RSetB#\n\037akka.cluster.ddata.protobuf.msgH" + "\001" }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { + akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { + public akka.protobuf.ExtensionRegistry assignDescriptors( + akka.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_akka_cluster_ddata_GSet_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_akka_cluster_ddata_GSet_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_GSet_descriptor, new java.lang.String[] { "StringElements", "IntElements", "LongElements", "OtherElements", }); internal_static_akka_cluster_ddata_ORSet_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_akka_cluster_ddata_ORSet_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_ORSet_descriptor, new java.lang.String[] { "Vvector", "Dots", "StringElements", "IntElements", "LongElements", "OtherElements", }); internal_static_akka_cluster_ddata_Flag_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_akka_cluster_ddata_Flag_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Flag_descriptor, new java.lang.String[] { "Enabled", }); internal_static_akka_cluster_ddata_LWWRegister_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_akka_cluster_ddata_LWWRegister_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_LWWRegister_descriptor, new java.lang.String[] { "Timestamp", "Node", "State", }); internal_static_akka_cluster_ddata_GCounter_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_akka_cluster_ddata_GCounter_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_GCounter_descriptor, new java.lang.String[] { "Entries", }); internal_static_akka_cluster_ddata_GCounter_Entry_descriptor = internal_static_akka_cluster_ddata_GCounter_descriptor.getNestedTypes().get(0); internal_static_akka_cluster_ddata_GCounter_Entry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_GCounter_Entry_descriptor, new java.lang.String[] { "Node", "Value", }); internal_static_akka_cluster_ddata_PNCounter_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_akka_cluster_ddata_PNCounter_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_PNCounter_descriptor, new java.lang.String[] { "Increments", "Decrements", }); internal_static_akka_cluster_ddata_VersionVector_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_akka_cluster_ddata_VersionVector_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_VersionVector_descriptor, new java.lang.String[] { "Entries", }); internal_static_akka_cluster_ddata_VersionVector_Entry_descriptor = internal_static_akka_cluster_ddata_VersionVector_descriptor.getNestedTypes().get(0); internal_static_akka_cluster_ddata_VersionVector_Entry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_VersionVector_Entry_descriptor, new java.lang.String[] { "Node", "Version", }); internal_static_akka_cluster_ddata_ORMap_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_akka_cluster_ddata_ORMap_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_ORMap_descriptor, new java.lang.String[] { "Keys", "Entries", }); internal_static_akka_cluster_ddata_ORMap_Entry_descriptor = internal_static_akka_cluster_ddata_ORMap_descriptor.getNestedTypes().get(0); internal_static_akka_cluster_ddata_ORMap_Entry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_ORMap_Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_akka_cluster_ddata_LWWMap_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_akka_cluster_ddata_LWWMap_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_LWWMap_descriptor, new java.lang.String[] { "Keys", "Entries", }); internal_static_akka_cluster_ddata_LWWMap_Entry_descriptor = internal_static_akka_cluster_ddata_LWWMap_descriptor.getNestedTypes().get(0); internal_static_akka_cluster_ddata_LWWMap_Entry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_LWWMap_Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_akka_cluster_ddata_PNCounterMap_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_akka_cluster_ddata_PNCounterMap_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_PNCounterMap_descriptor, new java.lang.String[] { "Keys", "Entries", }); internal_static_akka_cluster_ddata_PNCounterMap_Entry_descriptor = internal_static_akka_cluster_ddata_PNCounterMap_descriptor.getNestedTypes().get(0); internal_static_akka_cluster_ddata_PNCounterMap_Entry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_PNCounterMap_Entry_descriptor, new java.lang.String[] { "Key", "Value", }); internal_static_akka_cluster_ddata_ORMultiMap_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_akka_cluster_ddata_ORMultiMap_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_ORMultiMap_descriptor, new java.lang.String[] { "Keys", "Entries", }); internal_static_akka_cluster_ddata_ORMultiMap_Entry_descriptor = internal_static_akka_cluster_ddata_ORMultiMap_descriptor.getNestedTypes().get(0); internal_static_akka_cluster_ddata_ORMultiMap_Entry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_ORMultiMap_Entry_descriptor, new java.lang.String[] { "Key", "Value", }); return null; } }; - com.google.protobuf.Descriptors.FileDescriptor + akka.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { + new akka.protobuf.Descriptors.FileDescriptor[] { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.getDescriptor(), }, assigner); } diff --git a/akka-distributed-data/src/main/java/akka/cluster/ddata/protobuf/msg/ReplicatorMessages.java b/akka-distributed-data/src/main/java/akka/cluster/ddata/protobuf/msg/ReplicatorMessages.java index 7df1e985dd..69f9c4a156 100644 --- a/akka-distributed-data/src/main/java/akka/cluster/ddata/protobuf/msg/ReplicatorMessages.java +++ b/akka-distributed-data/src/main/java/akka/cluster/ddata/protobuf/msg/ReplicatorMessages.java @@ -6,10 +6,10 @@ package akka.cluster.ddata.protobuf.msg; public final class ReplicatorMessages { private ReplicatorMessages() {} public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { + akka.protobuf.ExtensionRegistry registry) { } public interface GetOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.OtherMessage key = 1; /** @@ -63,14 +63,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Get} */ public static final class Get extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements GetOrBuilder { // Use Get.newBuilder() to construct. - private Get(com.google.protobuf.GeneratedMessage.Builder builder) { + private Get(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Get(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Get(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Get defaultInstance; public static Get getDefaultInstance() { @@ -81,20 +81,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Get( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -148,40 +148,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Get_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Get_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Get parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Get(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -299,7 +299,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -324,19 +324,19 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, key_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeSInt32Size(2, consistency_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt32Size(3, timeout_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(4, request_); } size += getUnknownFields().getSerializedSize(); @@ -352,24 +352,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get parseFrom(java.io.InputStream input) @@ -378,7 +378,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -388,18 +388,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -413,7 +413,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -421,14 +421,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Get} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Get_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Get_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -441,12 +441,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getKeyFieldBuilder(); getRequestFieldBuilder(); } @@ -480,7 +480,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Get_descriptor; } @@ -530,7 +530,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get)other); } else { @@ -584,13 +584,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Get) e.getUnfinishedMessage(); throw e; } finally { @@ -604,7 +604,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.OtherMessage key = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> keyBuilder_; /** * required .akka.cluster.ddata.OtherMessage key = 1; @@ -705,11 +705,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.OtherMessage key = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getKeyFieldBuilder() { if (keyBuilder_ == null) { - keyBuilder_ = new com.google.protobuf.SingleFieldBuilder< + keyBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( key_, getParentForChildren(), @@ -787,7 +787,7 @@ public final class ReplicatorMessages { // optional .akka.cluster.ddata.OtherMessage request = 4; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage request_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> requestBuilder_; /** * optional .akka.cluster.ddata.OtherMessage request = 4; @@ -888,11 +888,11 @@ public final class ReplicatorMessages { /** * optional .akka.cluster.ddata.OtherMessage request = 4; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getRequestFieldBuilder() { if (requestBuilder_ == null) { - requestBuilder_ = new com.google.protobuf.SingleFieldBuilder< + requestBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( request_, getParentForChildren(), @@ -914,7 +914,7 @@ public final class ReplicatorMessages { } public interface GetSuccessOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.OtherMessage key = 1; /** @@ -962,14 +962,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.GetSuccess} */ public static final class GetSuccess extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements GetSuccessOrBuilder { // Use GetSuccess.newBuilder() to construct. - private GetSuccess(com.google.protobuf.GeneratedMessage.Builder builder) { + private GetSuccess(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private GetSuccess(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private GetSuccess(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final GetSuccess defaultInstance; public static GetSuccess getDefaultInstance() { @@ -980,20 +980,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GetSuccess( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -1050,40 +1050,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_GetSuccess_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_GetSuccess_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public GetSuccess parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new GetSuccess(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -1190,7 +1190,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -1212,15 +1212,15 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, key_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, data_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(4, request_); } size += getUnknownFields().getSerializedSize(); @@ -1236,24 +1236,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess parseFrom(java.io.InputStream input) @@ -1262,7 +1262,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1272,18 +1272,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1297,7 +1297,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -1305,14 +1305,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.GetSuccess} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccessOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_GetSuccess_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_GetSuccess_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1325,12 +1325,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getKeyFieldBuilder(); getDataFieldBuilder(); getRequestFieldBuilder(); @@ -1367,7 +1367,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_GetSuccess_descriptor; } @@ -1417,7 +1417,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess)other); } else { @@ -1468,13 +1468,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetSuccess) e.getUnfinishedMessage(); throw e; } finally { @@ -1488,7 +1488,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.OtherMessage key = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> keyBuilder_; /** * required .akka.cluster.ddata.OtherMessage key = 1; @@ -1589,11 +1589,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.OtherMessage key = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getKeyFieldBuilder() { if (keyBuilder_ == null) { - keyBuilder_ = new com.google.protobuf.SingleFieldBuilder< + keyBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( key_, getParentForChildren(), @@ -1605,7 +1605,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.OtherMessage data = 2; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage data_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> dataBuilder_; /** * required .akka.cluster.ddata.OtherMessage data = 2; @@ -1706,11 +1706,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.OtherMessage data = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getDataFieldBuilder() { if (dataBuilder_ == null) { - dataBuilder_ = new com.google.protobuf.SingleFieldBuilder< + dataBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( data_, getParentForChildren(), @@ -1722,7 +1722,7 @@ public final class ReplicatorMessages { // optional .akka.cluster.ddata.OtherMessage request = 4; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage request_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> requestBuilder_; /** * optional .akka.cluster.ddata.OtherMessage request = 4; @@ -1823,11 +1823,11 @@ public final class ReplicatorMessages { /** * optional .akka.cluster.ddata.OtherMessage request = 4; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getRequestFieldBuilder() { if (requestBuilder_ == null) { - requestBuilder_ = new com.google.protobuf.SingleFieldBuilder< + requestBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( request_, getParentForChildren(), @@ -1849,7 +1849,7 @@ public final class ReplicatorMessages { } public interface NotFoundOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.OtherMessage key = 1; /** @@ -1883,14 +1883,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.NotFound} */ public static final class NotFound extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements NotFoundOrBuilder { // Use NotFound.newBuilder() to construct. - private NotFound(com.google.protobuf.GeneratedMessage.Builder builder) { + private NotFound(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private NotFound(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private NotFound(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final NotFound defaultInstance; public static NotFound getDefaultInstance() { @@ -1901,20 +1901,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private NotFound( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -1958,40 +1958,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_NotFound_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_NotFound_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public NotFound parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new NotFound(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -2067,7 +2067,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -2086,11 +2086,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, key_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, request_); } size += getUnknownFields().getSerializedSize(); @@ -2106,24 +2106,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound parseFrom(java.io.InputStream input) @@ -2132,7 +2132,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2142,18 +2142,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2167,7 +2167,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -2175,14 +2175,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.NotFound} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFoundOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_NotFound_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_NotFound_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2195,12 +2195,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getKeyFieldBuilder(); getRequestFieldBuilder(); } @@ -2230,7 +2230,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_NotFound_descriptor; } @@ -2272,7 +2272,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound)other); } else { @@ -2312,13 +2312,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.NotFound) e.getUnfinishedMessage(); throw e; } finally { @@ -2332,7 +2332,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.OtherMessage key = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> keyBuilder_; /** * required .akka.cluster.ddata.OtherMessage key = 1; @@ -2433,11 +2433,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.OtherMessage key = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getKeyFieldBuilder() { if (keyBuilder_ == null) { - keyBuilder_ = new com.google.protobuf.SingleFieldBuilder< + keyBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( key_, getParentForChildren(), @@ -2449,7 +2449,7 @@ public final class ReplicatorMessages { // optional .akka.cluster.ddata.OtherMessage request = 2; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage request_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> requestBuilder_; /** * optional .akka.cluster.ddata.OtherMessage request = 2; @@ -2550,11 +2550,11 @@ public final class ReplicatorMessages { /** * optional .akka.cluster.ddata.OtherMessage request = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getRequestFieldBuilder() { if (requestBuilder_ == null) { - requestBuilder_ = new com.google.protobuf.SingleFieldBuilder< + requestBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( request_, getParentForChildren(), @@ -2576,7 +2576,7 @@ public final class ReplicatorMessages { } public interface GetFailureOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.OtherMessage key = 1; /** @@ -2610,14 +2610,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.GetFailure} */ public static final class GetFailure extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements GetFailureOrBuilder { // Use GetFailure.newBuilder() to construct. - private GetFailure(com.google.protobuf.GeneratedMessage.Builder builder) { + private GetFailure(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private GetFailure(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private GetFailure(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final GetFailure defaultInstance; public static GetFailure getDefaultInstance() { @@ -2628,20 +2628,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private GetFailure( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -2685,40 +2685,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_GetFailure_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_GetFailure_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public GetFailure parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new GetFailure(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -2794,7 +2794,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -2813,11 +2813,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, key_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, request_); } size += getUnknownFields().getSerializedSize(); @@ -2833,24 +2833,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure parseFrom(java.io.InputStream input) @@ -2859,7 +2859,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2869,18 +2869,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2894,7 +2894,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -2902,14 +2902,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.GetFailure} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailureOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_GetFailure_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_GetFailure_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2922,12 +2922,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getKeyFieldBuilder(); getRequestFieldBuilder(); } @@ -2957,7 +2957,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_GetFailure_descriptor; } @@ -2999,7 +2999,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure)other); } else { @@ -3039,13 +3039,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GetFailure) e.getUnfinishedMessage(); throw e; } finally { @@ -3059,7 +3059,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.OtherMessage key = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> keyBuilder_; /** * required .akka.cluster.ddata.OtherMessage key = 1; @@ -3160,11 +3160,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.OtherMessage key = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getKeyFieldBuilder() { if (keyBuilder_ == null) { - keyBuilder_ = new com.google.protobuf.SingleFieldBuilder< + keyBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( key_, getParentForChildren(), @@ -3176,7 +3176,7 @@ public final class ReplicatorMessages { // optional .akka.cluster.ddata.OtherMessage request = 2; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage request_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> requestBuilder_; /** * optional .akka.cluster.ddata.OtherMessage request = 2; @@ -3277,11 +3277,11 @@ public final class ReplicatorMessages { /** * optional .akka.cluster.ddata.OtherMessage request = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getRequestFieldBuilder() { if (requestBuilder_ == null) { - requestBuilder_ = new com.google.protobuf.SingleFieldBuilder< + requestBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( request_, getParentForChildren(), @@ -3303,7 +3303,7 @@ public final class ReplicatorMessages { } public interface SubscribeOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.OtherMessage key = 1; /** @@ -3331,21 +3331,21 @@ public final class ReplicatorMessages { /** * required string ref = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getRefBytes(); } /** * Protobuf type {@code akka.cluster.ddata.Subscribe} */ public static final class Subscribe extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements SubscribeOrBuilder { // Use Subscribe.newBuilder() to construct. - private Subscribe(com.google.protobuf.GeneratedMessage.Builder builder) { + private Subscribe(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Subscribe(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Subscribe(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Subscribe defaultInstance; public static Subscribe getDefaultInstance() { @@ -3356,20 +3356,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Subscribe( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -3405,40 +3405,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Subscribe_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Subscribe_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Subscribe parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Subscribe(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -3482,8 +3482,8 @@ public final class ReplicatorMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { ref_ = s; @@ -3494,17 +3494,17 @@ public final class ReplicatorMessages { /** * required string ref = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRefBytes() { java.lang.Object ref = ref_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); ref_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3533,7 +3533,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -3552,11 +3552,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, key_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, getRefBytes()); } size += getUnknownFields().getSerializedSize(); @@ -3572,24 +3572,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe parseFrom(java.io.InputStream input) @@ -3598,7 +3598,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3608,18 +3608,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3633,7 +3633,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -3641,14 +3641,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Subscribe} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.SubscribeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Subscribe_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Subscribe_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3661,12 +3661,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getKeyFieldBuilder(); } } @@ -3691,7 +3691,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Subscribe_descriptor; } @@ -3729,7 +3729,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe)other); } else { @@ -3769,13 +3769,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Subscribe) e.getUnfinishedMessage(); throw e; } finally { @@ -3789,7 +3789,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.OtherMessage key = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> keyBuilder_; /** * required .akka.cluster.ddata.OtherMessage key = 1; @@ -3890,11 +3890,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.OtherMessage key = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getKeyFieldBuilder() { if (keyBuilder_ == null) { - keyBuilder_ = new com.google.protobuf.SingleFieldBuilder< + keyBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( key_, getParentForChildren(), @@ -3918,7 +3918,7 @@ public final class ReplicatorMessages { public java.lang.String getRef() { java.lang.Object ref = ref_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); ref_ = s; return s; @@ -3929,17 +3929,17 @@ public final class ReplicatorMessages { /** * required string ref = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRefBytes() { java.lang.Object ref = ref_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); ref_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -3968,7 +3968,7 @@ public final class ReplicatorMessages { * required string ref = 2; */ public Builder setRefBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -3990,7 +3990,7 @@ public final class ReplicatorMessages { } public interface UnsubscribeOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.OtherMessage key = 1; /** @@ -4018,21 +4018,21 @@ public final class ReplicatorMessages { /** * required string ref = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getRefBytes(); } /** * Protobuf type {@code akka.cluster.ddata.Unsubscribe} */ public static final class Unsubscribe extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements UnsubscribeOrBuilder { // Use Unsubscribe.newBuilder() to construct. - private Unsubscribe(com.google.protobuf.GeneratedMessage.Builder builder) { + private Unsubscribe(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Unsubscribe(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Unsubscribe(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Unsubscribe defaultInstance; public static Unsubscribe getDefaultInstance() { @@ -4043,20 +4043,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Unsubscribe( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -4092,40 +4092,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Unsubscribe_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Unsubscribe_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Unsubscribe parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Unsubscribe(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -4169,8 +4169,8 @@ public final class ReplicatorMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { ref_ = s; @@ -4181,17 +4181,17 @@ public final class ReplicatorMessages { /** * required string ref = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRefBytes() { java.lang.Object ref = ref_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); ref_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -4220,7 +4220,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -4239,11 +4239,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, key_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, getRefBytes()); } size += getUnknownFields().getSerializedSize(); @@ -4259,24 +4259,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe parseFrom(java.io.InputStream input) @@ -4285,7 +4285,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4295,18 +4295,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4320,7 +4320,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -4328,14 +4328,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Unsubscribe} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UnsubscribeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Unsubscribe_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Unsubscribe_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4348,12 +4348,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getKeyFieldBuilder(); } } @@ -4378,7 +4378,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Unsubscribe_descriptor; } @@ -4416,7 +4416,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe)other); } else { @@ -4456,13 +4456,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Unsubscribe) e.getUnfinishedMessage(); throw e; } finally { @@ -4476,7 +4476,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.OtherMessage key = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> keyBuilder_; /** * required .akka.cluster.ddata.OtherMessage key = 1; @@ -4577,11 +4577,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.OtherMessage key = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getKeyFieldBuilder() { if (keyBuilder_ == null) { - keyBuilder_ = new com.google.protobuf.SingleFieldBuilder< + keyBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( key_, getParentForChildren(), @@ -4605,7 +4605,7 @@ public final class ReplicatorMessages { public java.lang.String getRef() { java.lang.Object ref = ref_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); ref_ = s; return s; @@ -4616,17 +4616,17 @@ public final class ReplicatorMessages { /** * required string ref = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRefBytes() { java.lang.Object ref = ref_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); ref_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -4655,7 +4655,7 @@ public final class ReplicatorMessages { * required string ref = 2; */ public Builder setRefBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4677,7 +4677,7 @@ public final class ReplicatorMessages { } public interface ChangedOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.OtherMessage key = 1; /** @@ -4711,14 +4711,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Changed} */ public static final class Changed extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ChangedOrBuilder { // Use Changed.newBuilder() to construct. - private Changed(com.google.protobuf.GeneratedMessage.Builder builder) { + private Changed(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Changed(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Changed(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Changed defaultInstance; public static Changed getDefaultInstance() { @@ -4729,20 +4729,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Changed( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -4786,40 +4786,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Changed_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Changed_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Changed parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Changed(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -4897,7 +4897,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -4916,11 +4916,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, key_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, data_); } size += getUnknownFields().getSerializedSize(); @@ -4936,24 +4936,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed parseFrom(java.io.InputStream input) @@ -4962,7 +4962,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4972,18 +4972,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4997,7 +4997,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -5005,14 +5005,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Changed} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ChangedOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Changed_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Changed_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -5025,12 +5025,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getKeyFieldBuilder(); getDataFieldBuilder(); } @@ -5060,7 +5060,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Changed_descriptor; } @@ -5102,7 +5102,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed)other); } else { @@ -5144,13 +5144,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Changed) e.getUnfinishedMessage(); throw e; } finally { @@ -5164,7 +5164,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.OtherMessage key = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> keyBuilder_; /** * required .akka.cluster.ddata.OtherMessage key = 1; @@ -5265,11 +5265,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.OtherMessage key = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getKeyFieldBuilder() { if (keyBuilder_ == null) { - keyBuilder_ = new com.google.protobuf.SingleFieldBuilder< + keyBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( key_, getParentForChildren(), @@ -5281,7 +5281,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.OtherMessage data = 2; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage data_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> dataBuilder_; /** * required .akka.cluster.ddata.OtherMessage data = 2; @@ -5382,11 +5382,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.OtherMessage data = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getDataFieldBuilder() { if (dataBuilder_ == null) { - dataBuilder_ = new com.google.protobuf.SingleFieldBuilder< + dataBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( data_, getParentForChildren(), @@ -5408,7 +5408,7 @@ public final class ReplicatorMessages { } public interface WriteOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string key = 1; /** @@ -5422,7 +5422,7 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getKeyBytes(); // required .akka.cluster.ddata.DataEnvelope envelope = 2; @@ -5443,14 +5443,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Write} */ public static final class Write extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements WriteOrBuilder { // Use Write.newBuilder() to construct. - private Write(com.google.protobuf.GeneratedMessage.Builder builder) { + private Write(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Write(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Write(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Write defaultInstance; public static Write getDefaultInstance() { @@ -5461,20 +5461,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Write( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -5510,40 +5510,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Write_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Write_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Write parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Write(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -5565,8 +5565,8 @@ public final class ReplicatorMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; @@ -5577,17 +5577,17 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -5638,7 +5638,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -5657,11 +5657,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getKeyBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, envelope_); } size += getUnknownFields().getSerializedSize(); @@ -5677,24 +5677,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write parseFrom(java.io.InputStream input) @@ -5703,7 +5703,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5713,18 +5713,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -5738,7 +5738,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -5746,14 +5746,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Write} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.WriteOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Write_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Write_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -5766,12 +5766,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getEnvelopeFieldBuilder(); } } @@ -5796,7 +5796,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Write_descriptor; } @@ -5834,7 +5834,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write)other); } else { @@ -5874,13 +5874,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Write) e.getUnfinishedMessage(); throw e; } finally { @@ -5906,7 +5906,7 @@ public final class ReplicatorMessages { public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); key_ = s; return s; @@ -5917,17 +5917,17 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -5956,7 +5956,7 @@ public final class ReplicatorMessages { * required string key = 1; */ public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -5968,7 +5968,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.DataEnvelope envelope = 2; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope envelope_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder> envelopeBuilder_; /** * required .akka.cluster.ddata.DataEnvelope envelope = 2; @@ -6069,11 +6069,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.DataEnvelope envelope = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder> getEnvelopeFieldBuilder() { if (envelopeBuilder_ == null) { - envelopeBuilder_ = new com.google.protobuf.SingleFieldBuilder< + envelopeBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder>( envelope_, getParentForChildren(), @@ -6095,20 +6095,20 @@ public final class ReplicatorMessages { } public interface EmptyOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { } /** * Protobuf type {@code akka.cluster.ddata.Empty} */ public static final class Empty extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EmptyOrBuilder { // Use Empty.newBuilder() to construct. - private Empty(com.google.protobuf.GeneratedMessage.Builder builder) { + private Empty(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Empty(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Empty(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Empty defaultInstance; public static Empty getDefaultInstance() { @@ -6119,19 +6119,19 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Empty( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -6149,40 +6149,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Empty_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Empty parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Empty(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -6197,7 +6197,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); getUnknownFields().writeTo(output); @@ -6222,24 +6222,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty parseFrom(java.io.InputStream input) @@ -6248,7 +6248,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -6258,18 +6258,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -6283,7 +6283,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -6291,14 +6291,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Empty} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.EmptyOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Empty_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Empty_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -6311,12 +6311,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -6332,7 +6332,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Empty_descriptor; } @@ -6355,7 +6355,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty)other); } else { @@ -6375,13 +6375,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Empty) e.getUnfinishedMessage(); throw e; } finally { @@ -6404,7 +6404,7 @@ public final class ReplicatorMessages { } public interface ReadOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string key = 1; /** @@ -6418,21 +6418,21 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getKeyBytes(); } /** * Protobuf type {@code akka.cluster.ddata.Read} */ public static final class Read extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ReadOrBuilder { // Use Read.newBuilder() to construct. - private Read(com.google.protobuf.GeneratedMessage.Builder builder) { + private Read(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Read(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Read(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Read defaultInstance; public static Read getDefaultInstance() { @@ -6443,20 +6443,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Read( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -6479,40 +6479,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Read_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Read_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Read parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Read(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -6534,8 +6534,8 @@ public final class ReplicatorMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; @@ -6546,17 +6546,17 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -6576,7 +6576,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -6592,7 +6592,7 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getKeyBytes()); } size += getUnknownFields().getSerializedSize(); @@ -6608,24 +6608,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read parseFrom(java.io.InputStream input) @@ -6634,7 +6634,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -6644,18 +6644,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -6669,7 +6669,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -6677,14 +6677,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Read} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Read_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Read_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -6697,12 +6697,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -6720,7 +6720,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Read_descriptor; } @@ -6750,7 +6750,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read)other); } else { @@ -6779,13 +6779,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Read) e.getUnfinishedMessage(); throw e; } finally { @@ -6811,7 +6811,7 @@ public final class ReplicatorMessages { public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); key_ = s; return s; @@ -6822,17 +6822,17 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -6861,7 +6861,7 @@ public final class ReplicatorMessages { * required string key = 1; */ public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -6883,7 +6883,7 @@ public final class ReplicatorMessages { } public interface ReadResultOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // optional .akka.cluster.ddata.DataEnvelope envelope = 1; /** @@ -6903,14 +6903,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.ReadResult} */ public static final class ReadResult extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements ReadResultOrBuilder { // Use ReadResult.newBuilder() to construct. - private ReadResult(com.google.protobuf.GeneratedMessage.Builder builder) { + private ReadResult(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private ReadResult(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private ReadResult(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final ReadResult defaultInstance; public static ReadResult getDefaultInstance() { @@ -6921,20 +6921,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private ReadResult( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -6965,40 +6965,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_ReadResult_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_ReadResult_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public ReadResult parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new ReadResult(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -7043,7 +7043,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -7059,7 +7059,7 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, envelope_); } size += getUnknownFields().getSerializedSize(); @@ -7075,24 +7075,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult parseFrom(java.io.InputStream input) @@ -7101,7 +7101,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -7111,18 +7111,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -7136,7 +7136,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -7144,14 +7144,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.ReadResult} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResultOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_ReadResult_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_ReadResult_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -7164,12 +7164,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getEnvelopeFieldBuilder(); } } @@ -7192,7 +7192,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_ReadResult_descriptor; } @@ -7226,7 +7226,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult)other); } else { @@ -7255,13 +7255,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.ReadResult) e.getUnfinishedMessage(); throw e; } finally { @@ -7275,7 +7275,7 @@ public final class ReplicatorMessages { // optional .akka.cluster.ddata.DataEnvelope envelope = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope envelope_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder> envelopeBuilder_; /** * optional .akka.cluster.ddata.DataEnvelope envelope = 1; @@ -7376,11 +7376,11 @@ public final class ReplicatorMessages { /** * optional .akka.cluster.ddata.DataEnvelope envelope = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder> getEnvelopeFieldBuilder() { if (envelopeBuilder_ == null) { - envelopeBuilder_ = new com.google.protobuf.SingleFieldBuilder< + envelopeBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder>( envelope_, getParentForChildren(), @@ -7402,7 +7402,7 @@ public final class ReplicatorMessages { } public interface DataEnvelopeOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.OtherMessage data = 1; /** @@ -7447,14 +7447,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.DataEnvelope} */ public static final class DataEnvelope extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements DataEnvelopeOrBuilder { // Use DataEnvelope.newBuilder() to construct. - private DataEnvelope(com.google.protobuf.GeneratedMessage.Builder builder) { + private DataEnvelope(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private DataEnvelope(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private DataEnvelope(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final DataEnvelope defaultInstance; public static DataEnvelope getDefaultInstance() { @@ -7465,20 +7465,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private DataEnvelope( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -7517,10 +7517,10 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { @@ -7530,35 +7530,35 @@ public final class ReplicatorMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_DataEnvelope_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_DataEnvelope_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public DataEnvelope parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new DataEnvelope(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface PruningEntryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.UniqueAddress removedAddress = 1; /** @@ -7627,14 +7627,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.DataEnvelope.PruningEntry} */ public static final class PruningEntry extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements PruningEntryOrBuilder { // Use PruningEntry.newBuilder() to construct. - private PruningEntry(com.google.protobuf.GeneratedMessage.Builder builder) { + private PruningEntry(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private PruningEntry(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private PruningEntry(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final PruningEntry defaultInstance; public static PruningEntry getDefaultInstance() { @@ -7645,20 +7645,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PruningEntry( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -7715,10 +7715,10 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { @@ -7728,30 +7728,30 @@ public final class ReplicatorMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_DataEnvelope_PruningEntry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_DataEnvelope_PruningEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public PruningEntry parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new PruningEntry(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -7893,7 +7893,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -7918,19 +7918,19 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, removedAddress_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, ownerAddress_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBoolSize(3, performed_); } for (int i = 0; i < seen_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(4, seen_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -7946,24 +7946,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry parseFrom(java.io.InputStream input) @@ -7972,7 +7972,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -7982,18 +7982,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -8007,7 +8007,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -8015,14 +8015,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.DataEnvelope.PruningEntry} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_DataEnvelope_PruningEntry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_DataEnvelope_PruningEntry_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -8035,12 +8035,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getRemovedAddressFieldBuilder(); getOwnerAddressFieldBuilder(); getSeenFieldBuilder(); @@ -8079,7 +8079,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_DataEnvelope_PruningEntry_descriptor; } @@ -8134,7 +8134,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry)other); } else { @@ -8173,7 +8173,7 @@ public final class ReplicatorMessages { seen_ = other.seen_; bitField0_ = (bitField0_ & ~0x00000008); seenBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getSeenFieldBuilder() : null; } else { seenBuilder_.addAllMessages(other.seen_); @@ -8215,13 +8215,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry) e.getUnfinishedMessage(); throw e; } finally { @@ -8235,7 +8235,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.UniqueAddress removedAddress = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress removedAddress_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> removedAddressBuilder_; /** * required .akka.cluster.ddata.UniqueAddress removedAddress = 1; @@ -8336,11 +8336,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.UniqueAddress removedAddress = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> getRemovedAddressFieldBuilder() { if (removedAddressBuilder_ == null) { - removedAddressBuilder_ = new com.google.protobuf.SingleFieldBuilder< + removedAddressBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder>( removedAddress_, getParentForChildren(), @@ -8352,7 +8352,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.UniqueAddress ownerAddress = 2; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress ownerAddress_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> ownerAddressBuilder_; /** * required .akka.cluster.ddata.UniqueAddress ownerAddress = 2; @@ -8453,11 +8453,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.UniqueAddress ownerAddress = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> getOwnerAddressFieldBuilder() { if (ownerAddressBuilder_ == null) { - ownerAddressBuilder_ = new com.google.protobuf.SingleFieldBuilder< + ownerAddressBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder>( ownerAddress_, getParentForChildren(), @@ -8510,7 +8510,7 @@ public final class ReplicatorMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder> seenBuilder_; /** @@ -8725,11 +8725,11 @@ public final class ReplicatorMessages { getSeenBuilderList() { return getSeenFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder> getSeenFieldBuilder() { if (seenBuilder_ == null) { - seenBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + seenBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder>( seen_, ((bitField0_ & 0x00000008) == 0x00000008), @@ -8837,7 +8837,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -8856,11 +8856,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, data_); } for (int i = 0; i < pruning_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, pruning_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -8876,24 +8876,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope parseFrom(java.io.InputStream input) @@ -8902,7 +8902,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -8912,18 +8912,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -8937,7 +8937,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -8945,14 +8945,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.DataEnvelope} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_DataEnvelope_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_DataEnvelope_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -8965,12 +8965,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getDataFieldBuilder(); getPruningFieldBuilder(); } @@ -9000,7 +9000,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_DataEnvelope_descriptor; } @@ -9043,7 +9043,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope)other); } else { @@ -9076,7 +9076,7 @@ public final class ReplicatorMessages { pruning_ = other.pruning_; bitField0_ = (bitField0_ & ~0x00000002); pruningBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getPruningFieldBuilder() : null; } else { pruningBuilder_.addAllMessages(other.pruning_); @@ -9106,13 +9106,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope) e.getUnfinishedMessage(); throw e; } finally { @@ -9126,7 +9126,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.OtherMessage data = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage data_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> dataBuilder_; /** * required .akka.cluster.ddata.OtherMessage data = 1; @@ -9227,11 +9227,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.OtherMessage data = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> getDataFieldBuilder() { if (dataBuilder_ == null) { - dataBuilder_ = new com.google.protobuf.SingleFieldBuilder< + dataBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder>( data_, getParentForChildren(), @@ -9251,7 +9251,7 @@ public final class ReplicatorMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder> pruningBuilder_; /** @@ -9466,11 +9466,11 @@ public final class ReplicatorMessages { getPruningBuilderList() { return getPruningFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder> getPruningFieldBuilder() { if (pruningBuilder_ == null) { - pruningBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + pruningBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.PruningEntryOrBuilder>( pruning_, ((bitField0_ & 0x00000002) == 0x00000002), @@ -9493,7 +9493,7 @@ public final class ReplicatorMessages { } public interface StatusOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required uint32 chunk = 1; /** @@ -9544,14 +9544,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Status} */ public static final class Status extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements StatusOrBuilder { // Use Status.newBuilder() to construct. - private Status(com.google.protobuf.GeneratedMessage.Builder builder) { + private Status(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Status(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Status(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Status defaultInstance; public static Status getDefaultInstance() { @@ -9562,20 +9562,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Status( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -9611,10 +9611,10 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { @@ -9624,35 +9624,35 @@ public final class ReplicatorMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Status_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Status_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Status parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Status(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface EntryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string key = 1; /** @@ -9666,7 +9666,7 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getKeyBytes(); // required bytes digest = 2; @@ -9677,20 +9677,20 @@ public final class ReplicatorMessages { /** * required bytes digest = 2; */ - com.google.protobuf.ByteString getDigest(); + akka.protobuf.ByteString getDigest(); } /** * Protobuf type {@code akka.cluster.ddata.Status.Entry} */ public static final class Entry extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntryOrBuilder { // Use Entry.newBuilder() to construct. - private Entry(com.google.protobuf.GeneratedMessage.Builder builder) { + private Entry(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Entry(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Entry(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Entry defaultInstance; public static Entry getDefaultInstance() { @@ -9701,20 +9701,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Entry( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -9742,40 +9742,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Status_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Status_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Entry parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Entry(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -9797,8 +9797,8 @@ public final class ReplicatorMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; @@ -9809,23 +9809,23 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } // required bytes digest = 2; public static final int DIGEST_FIELD_NUMBER = 2; - private com.google.protobuf.ByteString digest_; + private akka.protobuf.ByteString digest_; /** * required bytes digest = 2; */ @@ -9835,13 +9835,13 @@ public final class ReplicatorMessages { /** * required bytes digest = 2; */ - public com.google.protobuf.ByteString getDigest() { + public akka.protobuf.ByteString getDigest() { return digest_; } private void initFields() { key_ = ""; - digest_ = com.google.protobuf.ByteString.EMPTY; + digest_ = akka.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -9860,7 +9860,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -9879,11 +9879,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getKeyBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, digest_); } size += getUnknownFields().getSerializedSize(); @@ -9899,24 +9899,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry parseFrom(java.io.InputStream input) @@ -9925,7 +9925,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -9935,18 +9935,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -9960,7 +9960,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -9968,14 +9968,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Status.Entry} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.EntryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Status_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Status_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -9988,12 +9988,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -10004,7 +10004,7 @@ public final class ReplicatorMessages { super.clear(); key_ = ""; bitField0_ = (bitField0_ & ~0x00000001); - digest_ = com.google.protobuf.ByteString.EMPTY; + digest_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); return this; } @@ -10013,7 +10013,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Status_Entry_descriptor; } @@ -10047,7 +10047,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry)other); } else { @@ -10083,13 +10083,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry) e.getUnfinishedMessage(); throw e; } finally { @@ -10115,7 +10115,7 @@ public final class ReplicatorMessages { public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); key_ = s; return s; @@ -10126,17 +10126,17 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -10165,7 +10165,7 @@ public final class ReplicatorMessages { * required string key = 1; */ public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -10176,7 +10176,7 @@ public final class ReplicatorMessages { } // required bytes digest = 2; - private com.google.protobuf.ByteString digest_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString digest_ = akka.protobuf.ByteString.EMPTY; /** * required bytes digest = 2; */ @@ -10186,13 +10186,13 @@ public final class ReplicatorMessages { /** * required bytes digest = 2; */ - public com.google.protobuf.ByteString getDigest() { + public akka.protobuf.ByteString getDigest() { return digest_; } /** * required bytes digest = 2; */ - public Builder setDigest(com.google.protobuf.ByteString value) { + public Builder setDigest(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -10319,7 +10319,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -10341,15 +10341,15 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt32Size(1, chunk_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt32Size(2, totChunks_); } for (int i = 0; i < entries_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, entries_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -10365,24 +10365,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status parseFrom(java.io.InputStream input) @@ -10391,7 +10391,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -10401,18 +10401,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -10426,7 +10426,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -10434,14 +10434,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Status} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StatusOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Status_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Status_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -10454,12 +10454,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getEntriesFieldBuilder(); } } @@ -10486,7 +10486,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Status_descriptor; } @@ -10529,7 +10529,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status)other); } else { @@ -10565,7 +10565,7 @@ public final class ReplicatorMessages { entries_ = other.entries_; bitField0_ = (bitField0_ & ~0x00000004); entriesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getEntriesFieldBuilder() : null; } else { entriesBuilder_.addAllMessages(other.entries_); @@ -10595,13 +10595,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status) e.getUnfinishedMessage(); throw e; } finally { @@ -10689,7 +10689,7 @@ public final class ReplicatorMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.EntryOrBuilder> entriesBuilder_; /** @@ -10904,11 +10904,11 @@ public final class ReplicatorMessages { getEntriesBuilderList() { return getEntriesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.EntryOrBuilder> getEntriesFieldBuilder() { if (entriesBuilder_ == null) { - entriesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + entriesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Status.EntryOrBuilder>( entries_, ((bitField0_ & 0x00000004) == 0x00000004), @@ -10931,7 +10931,7 @@ public final class ReplicatorMessages { } public interface GossipOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required bool sendBack = 1; /** @@ -10972,14 +10972,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Gossip} */ public static final class Gossip extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements GossipOrBuilder { // Use Gossip.newBuilder() to construct. - private Gossip(com.google.protobuf.GeneratedMessage.Builder builder) { + private Gossip(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Gossip(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Gossip(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Gossip defaultInstance; public static Gossip getDefaultInstance() { @@ -10990,20 +10990,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Gossip( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -11034,10 +11034,10 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { @@ -11047,35 +11047,35 @@ public final class ReplicatorMessages { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Gossip_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Gossip_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Gossip parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Gossip(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface EntryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string key = 1; /** @@ -11089,7 +11089,7 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getKeyBytes(); // required .akka.cluster.ddata.DataEnvelope envelope = 2; @@ -11110,14 +11110,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Gossip.Entry} */ public static final class Entry extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EntryOrBuilder { // Use Entry.newBuilder() to construct. - private Entry(com.google.protobuf.GeneratedMessage.Builder builder) { + private Entry(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Entry(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Entry(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Entry defaultInstance; public static Entry getDefaultInstance() { @@ -11128,20 +11128,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Entry( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -11177,40 +11177,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Gossip_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Gossip_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Entry parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Entry(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -11232,8 +11232,8 @@ public final class ReplicatorMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { key_ = s; @@ -11244,17 +11244,17 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -11305,7 +11305,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -11324,11 +11324,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getKeyBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, envelope_); } size += getUnknownFields().getSerializedSize(); @@ -11344,24 +11344,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry parseFrom(java.io.InputStream input) @@ -11370,7 +11370,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -11380,18 +11380,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -11405,7 +11405,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -11413,14 +11413,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Gossip.Entry} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.EntryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Gossip_Entry_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Gossip_Entry_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -11433,12 +11433,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getEnvelopeFieldBuilder(); } } @@ -11463,7 +11463,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Gossip_Entry_descriptor; } @@ -11501,7 +11501,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry)other); } else { @@ -11541,13 +11541,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry) e.getUnfinishedMessage(); throw e; } finally { @@ -11573,7 +11573,7 @@ public final class ReplicatorMessages { public java.lang.String getKey() { java.lang.Object ref = key_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); key_ = s; return s; @@ -11584,17 +11584,17 @@ public final class ReplicatorMessages { /** * required string key = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getKeyBytes() { java.lang.Object ref = key_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); key_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -11623,7 +11623,7 @@ public final class ReplicatorMessages { * required string key = 1; */ public Builder setKeyBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -11635,7 +11635,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.DataEnvelope envelope = 2; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope envelope_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder> envelopeBuilder_; /** * required .akka.cluster.ddata.DataEnvelope envelope = 2; @@ -11736,11 +11736,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.DataEnvelope envelope = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder> getEnvelopeFieldBuilder() { if (envelopeBuilder_ == null) { - envelopeBuilder_ = new com.google.protobuf.SingleFieldBuilder< + envelopeBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelopeOrBuilder>( envelope_, getParentForChildren(), @@ -11837,7 +11837,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -11856,11 +11856,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBoolSize(1, sendBack_); } for (int i = 0; i < entries_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, entries_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -11876,24 +11876,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip parseFrom(java.io.InputStream input) @@ -11902,7 +11902,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -11912,18 +11912,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -11937,7 +11937,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -11945,14 +11945,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Gossip} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.GossipOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Gossip_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Gossip_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -11965,12 +11965,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getEntriesFieldBuilder(); } } @@ -11995,7 +11995,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Gossip_descriptor; } @@ -12034,7 +12034,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip)other); } else { @@ -12067,7 +12067,7 @@ public final class ReplicatorMessages { entries_ = other.entries_; bitField0_ = (bitField0_ & ~0x00000002); entriesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getEntriesFieldBuilder() : null; } else { entriesBuilder_.addAllMessages(other.entries_); @@ -12093,13 +12093,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip) e.getUnfinishedMessage(); throw e; } finally { @@ -12154,7 +12154,7 @@ public final class ReplicatorMessages { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.EntryOrBuilder> entriesBuilder_; /** @@ -12369,11 +12369,11 @@ public final class ReplicatorMessages { getEntriesBuilderList() { return getEntriesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.EntryOrBuilder> getEntriesFieldBuilder() { if (entriesBuilder_ == null) { - entriesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + entriesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.Entry.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Gossip.EntryOrBuilder>( entries_, ((bitField0_ & 0x00000002) == 0x00000002), @@ -12396,7 +12396,7 @@ public final class ReplicatorMessages { } public interface UniqueAddressOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .akka.cluster.ddata.Address address = 1; /** @@ -12426,14 +12426,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.UniqueAddress} */ public static final class UniqueAddress extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements UniqueAddressOrBuilder { // Use UniqueAddress.newBuilder() to construct. - private UniqueAddress(com.google.protobuf.GeneratedMessage.Builder builder) { + private UniqueAddress(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private UniqueAddress(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private UniqueAddress(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final UniqueAddress defaultInstance; public static UniqueAddress getDefaultInstance() { @@ -12444,20 +12444,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private UniqueAddress( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -12493,40 +12493,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_UniqueAddress_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_UniqueAddress_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public UniqueAddress parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new UniqueAddress(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -12594,7 +12594,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -12613,11 +12613,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, address_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeSFixed32Size(2, uid_); } size += getUnknownFields().getSerializedSize(); @@ -12633,24 +12633,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress parseFrom(java.io.InputStream input) @@ -12659,7 +12659,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -12669,18 +12669,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -12694,7 +12694,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -12702,14 +12702,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.UniqueAddress} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_UniqueAddress_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_UniqueAddress_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -12722,12 +12722,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAddressFieldBuilder(); } } @@ -12752,7 +12752,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_UniqueAddress_descriptor; } @@ -12790,7 +12790,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress)other); } else { @@ -12828,13 +12828,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress) e.getUnfinishedMessage(); throw e; } finally { @@ -12848,7 +12848,7 @@ public final class ReplicatorMessages { // required .akka.cluster.ddata.Address address = 1; private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address address_ = akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder> addressBuilder_; /** * required .akka.cluster.ddata.Address address = 1; @@ -12949,11 +12949,11 @@ public final class ReplicatorMessages { /** * required .akka.cluster.ddata.Address address = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder> getAddressFieldBuilder() { if (addressBuilder_ == null) { - addressBuilder_ = new com.google.protobuf.SingleFieldBuilder< + addressBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder>( address_, getParentForChildren(), @@ -13008,7 +13008,7 @@ public final class ReplicatorMessages { } public interface AddressOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string hostname = 1; /** @@ -13022,7 +13022,7 @@ public final class ReplicatorMessages { /** * required string hostname = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getHostnameBytes(); // required uint32 port = 2; @@ -13039,14 +13039,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Address} */ public static final class Address extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements AddressOrBuilder { // Use Address.newBuilder() to construct. - private Address(com.google.protobuf.GeneratedMessage.Builder builder) { + private Address(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Address(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Address(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Address defaultInstance; public static Address getDefaultInstance() { @@ -13057,20 +13057,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Address( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -13098,40 +13098,40 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Address_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Address_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.Builder.class); } - public static com.google.protobuf.Parser
PARSER = - new com.google.protobuf.AbstractParser
() { + public static akka.protobuf.Parser
PARSER = + new akka.protobuf.AbstractParser
() { public Address parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Address(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser
getParserForType() { + public akka.protobuf.Parser
getParserForType() { return PARSER; } @@ -13153,8 +13153,8 @@ public final class ReplicatorMessages { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { hostname_ = s; @@ -13165,17 +13165,17 @@ public final class ReplicatorMessages { /** * required string hostname = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getHostnameBytes() { java.lang.Object ref = hostname_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); hostname_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -13216,7 +13216,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -13235,11 +13235,11 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getHostnameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeUInt32Size(2, port_); } size += getUnknownFields().getSerializedSize(); @@ -13255,24 +13255,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address parseFrom(java.io.InputStream input) @@ -13281,7 +13281,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -13291,18 +13291,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -13316,7 +13316,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -13324,14 +13324,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.Address} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.AddressOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Address_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Address_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -13344,12 +13344,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -13369,7 +13369,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_Address_descriptor; } @@ -13403,7 +13403,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address)other); } else { @@ -13439,13 +13439,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address) e.getUnfinishedMessage(); throw e; } finally { @@ -13471,7 +13471,7 @@ public final class ReplicatorMessages { public java.lang.String getHostname() { java.lang.Object ref = hostname_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); hostname_ = s; return s; @@ -13482,17 +13482,17 @@ public final class ReplicatorMessages { /** * required string hostname = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getHostnameBytes() { java.lang.Object ref = hostname_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); hostname_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -13521,7 +13521,7 @@ public final class ReplicatorMessages { * required string hostname = 1; */ public Builder setHostnameBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -13576,7 +13576,7 @@ public final class ReplicatorMessages { } public interface OtherMessageOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required bytes enclosedMessage = 1; /** @@ -13586,7 +13586,7 @@ public final class ReplicatorMessages { /** * required bytes enclosedMessage = 1; */ - com.google.protobuf.ByteString getEnclosedMessage(); + akka.protobuf.ByteString getEnclosedMessage(); // required int32 serializerId = 2; /** @@ -13606,20 +13606,20 @@ public final class ReplicatorMessages { /** * optional bytes messageManifest = 4; */ - com.google.protobuf.ByteString getMessageManifest(); + akka.protobuf.ByteString getMessageManifest(); } /** * Protobuf type {@code akka.cluster.ddata.OtherMessage} */ public static final class OtherMessage extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements OtherMessageOrBuilder { // Use OtherMessage.newBuilder() to construct. - private OtherMessage(com.google.protobuf.GeneratedMessage.Builder builder) { + private OtherMessage(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private OtherMessage(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private OtherMessage(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final OtherMessage defaultInstance; public static OtherMessage getDefaultInstance() { @@ -13630,20 +13630,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private OtherMessage( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -13676,47 +13676,47 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_OtherMessage_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_OtherMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public OtherMessage parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new OtherMessage(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; // required bytes enclosedMessage = 1; public static final int ENCLOSEDMESSAGE_FIELD_NUMBER = 1; - private com.google.protobuf.ByteString enclosedMessage_; + private akka.protobuf.ByteString enclosedMessage_; /** * required bytes enclosedMessage = 1; */ @@ -13726,7 +13726,7 @@ public final class ReplicatorMessages { /** * required bytes enclosedMessage = 1; */ - public com.google.protobuf.ByteString getEnclosedMessage() { + public akka.protobuf.ByteString getEnclosedMessage() { return enclosedMessage_; } @@ -13748,7 +13748,7 @@ public final class ReplicatorMessages { // optional bytes messageManifest = 4; public static final int MESSAGEMANIFEST_FIELD_NUMBER = 4; - private com.google.protobuf.ByteString messageManifest_; + private akka.protobuf.ByteString messageManifest_; /** * optional bytes messageManifest = 4; */ @@ -13758,14 +13758,14 @@ public final class ReplicatorMessages { /** * optional bytes messageManifest = 4; */ - public com.google.protobuf.ByteString getMessageManifest() { + public akka.protobuf.ByteString getMessageManifest() { return messageManifest_; } private void initFields() { - enclosedMessage_ = com.google.protobuf.ByteString.EMPTY; + enclosedMessage_ = akka.protobuf.ByteString.EMPTY; serializerId_ = 0; - messageManifest_ = com.google.protobuf.ByteString.EMPTY; + messageManifest_ = akka.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -13784,7 +13784,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -13806,15 +13806,15 @@ public final class ReplicatorMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, enclosedMessage_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(2, serializerId_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(4, messageManifest_); } size += getUnknownFields().getSerializedSize(); @@ -13830,24 +13830,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage parseFrom(java.io.InputStream input) @@ -13856,7 +13856,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -13866,18 +13866,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -13891,7 +13891,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -13899,14 +13899,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.OtherMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_OtherMessage_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_OtherMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -13919,12 +13919,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -13933,11 +13933,11 @@ public final class ReplicatorMessages { public Builder clear() { super.clear(); - enclosedMessage_ = com.google.protobuf.ByteString.EMPTY; + enclosedMessage_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); serializerId_ = 0; bitField0_ = (bitField0_ & ~0x00000002); - messageManifest_ = com.google.protobuf.ByteString.EMPTY; + messageManifest_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); return this; } @@ -13946,7 +13946,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_OtherMessage_descriptor; } @@ -13984,7 +13984,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage)other); } else { @@ -14021,13 +14021,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage) e.getUnfinishedMessage(); throw e; } finally { @@ -14040,7 +14040,7 @@ public final class ReplicatorMessages { private int bitField0_; // required bytes enclosedMessage = 1; - private com.google.protobuf.ByteString enclosedMessage_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString enclosedMessage_ = akka.protobuf.ByteString.EMPTY; /** * required bytes enclosedMessage = 1; */ @@ -14050,13 +14050,13 @@ public final class ReplicatorMessages { /** * required bytes enclosedMessage = 1; */ - public com.google.protobuf.ByteString getEnclosedMessage() { + public akka.protobuf.ByteString getEnclosedMessage() { return enclosedMessage_; } /** * required bytes enclosedMessage = 1; */ - public Builder setEnclosedMessage(com.google.protobuf.ByteString value) { + public Builder setEnclosedMessage(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -14109,7 +14109,7 @@ public final class ReplicatorMessages { } // optional bytes messageManifest = 4; - private com.google.protobuf.ByteString messageManifest_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString messageManifest_ = akka.protobuf.ByteString.EMPTY; /** * optional bytes messageManifest = 4; */ @@ -14119,13 +14119,13 @@ public final class ReplicatorMessages { /** * optional bytes messageManifest = 4; */ - public com.google.protobuf.ByteString getMessageManifest() { + public akka.protobuf.ByteString getMessageManifest() { return messageManifest_; } /** * optional bytes messageManifest = 4; */ - public Builder setMessageManifest(com.google.protobuf.ByteString value) { + public Builder setMessageManifest(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -14156,7 +14156,7 @@ public final class ReplicatorMessages { } public interface StringGSetOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated string elements = 1; /** @@ -14175,21 +14175,21 @@ public final class ReplicatorMessages { /** * repeated string elements = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getElementsBytes(int index); } /** * Protobuf type {@code akka.cluster.ddata.StringGSet} */ public static final class StringGSet extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements StringGSetOrBuilder { // Use StringGSet.newBuilder() to construct. - private StringGSet(com.google.protobuf.GeneratedMessage.Builder builder) { + private StringGSet(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private StringGSet(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private StringGSet(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final StringGSet defaultInstance; public static StringGSet getDefaultInstance() { @@ -14200,20 +14200,20 @@ public final class ReplicatorMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private StringGSet( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -14231,7 +14231,7 @@ public final class ReplicatorMessages { } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - elements_ = new com.google.protobuf.LazyStringArrayList(); + elements_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } elements_.add(input.readBytes()); @@ -14239,49 +14239,49 @@ public final class ReplicatorMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - elements_ = new com.google.protobuf.UnmodifiableLazyStringList(elements_); + elements_ = new akka.protobuf.UnmodifiableLazyStringList(elements_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_StringGSet_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_StringGSet_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.class, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public StringGSet parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new StringGSet(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } // repeated string elements = 1; public static final int ELEMENTS_FIELD_NUMBER = 1; - private com.google.protobuf.LazyStringList elements_; + private akka.protobuf.LazyStringList elements_; /** * repeated string elements = 1; */ @@ -14304,13 +14304,13 @@ public final class ReplicatorMessages { /** * repeated string elements = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getElementsBytes(int index) { return elements_.getByteString(index); } private void initFields() { - elements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + elements_ = akka.protobuf.LazyStringArrayList.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -14321,7 +14321,7 @@ public final class ReplicatorMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < elements_.size(); i++) { @@ -14339,7 +14339,7 @@ public final class ReplicatorMessages { { int dataSize = 0; for (int i = 0; i < elements_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(elements_.getByteString(i)); } size += dataSize; @@ -14358,24 +14358,24 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet parseFrom(java.io.InputStream input) @@ -14384,7 +14384,7 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -14394,18 +14394,18 @@ public final class ReplicatorMessages { } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -14419,7 +14419,7 @@ public final class ReplicatorMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -14427,14 +14427,14 @@ public final class ReplicatorMessages { * Protobuf type {@code akka.cluster.ddata.StringGSet} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSetOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_StringGSet_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_StringGSet_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -14447,12 +14447,12 @@ public final class ReplicatorMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -14461,7 +14461,7 @@ public final class ReplicatorMessages { public Builder clear() { super.clear(); - elements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + elements_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); return this; } @@ -14470,7 +14470,7 @@ public final class ReplicatorMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.cluster.ddata.protobuf.msg.ReplicatorMessages.internal_static_akka_cluster_ddata_StringGSet_descriptor; } @@ -14491,7 +14491,7 @@ public final class ReplicatorMessages { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet result = new akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { - elements_ = new com.google.protobuf.UnmodifiableLazyStringList( + elements_ = new akka.protobuf.UnmodifiableLazyStringList( elements_); bitField0_ = (bitField0_ & ~0x00000001); } @@ -14500,7 +14500,7 @@ public final class ReplicatorMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet) { return mergeFrom((akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet)other); } else { @@ -14530,13 +14530,13 @@ public final class ReplicatorMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.cluster.ddata.protobuf.msg.ReplicatorMessages.StringGSet) e.getUnfinishedMessage(); throw e; } finally { @@ -14549,10 +14549,10 @@ public final class ReplicatorMessages { private int bitField0_; // repeated string elements = 1; - private com.google.protobuf.LazyStringList elements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList elements_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureElementsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { - elements_ = new com.google.protobuf.LazyStringArrayList(elements_); + elements_ = new akka.protobuf.LazyStringArrayList(elements_); bitField0_ |= 0x00000001; } } @@ -14578,7 +14578,7 @@ public final class ReplicatorMessages { /** * repeated string elements = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getElementsBytes(int index) { return elements_.getByteString(index); } @@ -14622,7 +14622,7 @@ public final class ReplicatorMessages { * repeated string elements = 1; */ public Builder clearElements() { - elements_ = com.google.protobuf.LazyStringArrayList.EMPTY; + elements_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; @@ -14631,7 +14631,7 @@ public final class ReplicatorMessages { * repeated string elements = 1; */ public Builder addElementsBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -14652,117 +14652,117 @@ public final class ReplicatorMessages { // @@protoc_insertion_point(class_scope:akka.cluster.ddata.StringGSet) } - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Get_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Get_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_GetSuccess_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_GetSuccess_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_NotFound_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_NotFound_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_GetFailure_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_GetFailure_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Subscribe_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Subscribe_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Unsubscribe_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Unsubscribe_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Changed_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Changed_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Write_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Write_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Empty_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Empty_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Read_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Read_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_ReadResult_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_ReadResult_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_DataEnvelope_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_DataEnvelope_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_DataEnvelope_PruningEntry_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_DataEnvelope_PruningEntry_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Status_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Status_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Status_Entry_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Status_Entry_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Gossip_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Gossip_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Gossip_Entry_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Gossip_Entry_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_UniqueAddress_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_UniqueAddress_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_Address_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_Address_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_OtherMessage_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_OtherMessage_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_akka_cluster_ddata_StringGSet_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_akka_cluster_ddata_StringGSet_fieldAccessorTable; - public static com.google.protobuf.Descriptors.FileDescriptor + public static akka.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } - private static com.google.protobuf.Descriptors.FileDescriptor + private static akka.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { @@ -14815,143 +14815,143 @@ public final class ReplicatorMessages { "ts\030\001 \003(\tB#\n\037akka.cluster.ddata.protobuf." + "msgH\001" }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { + akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { + public akka.protobuf.ExtensionRegistry assignDescriptors( + akka.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_akka_cluster_ddata_Get_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_akka_cluster_ddata_Get_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Get_descriptor, new java.lang.String[] { "Key", "Consistency", "Timeout", "Request", }); internal_static_akka_cluster_ddata_GetSuccess_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_akka_cluster_ddata_GetSuccess_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_GetSuccess_descriptor, new java.lang.String[] { "Key", "Data", "Request", }); internal_static_akka_cluster_ddata_NotFound_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_akka_cluster_ddata_NotFound_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_NotFound_descriptor, new java.lang.String[] { "Key", "Request", }); internal_static_akka_cluster_ddata_GetFailure_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_akka_cluster_ddata_GetFailure_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_GetFailure_descriptor, new java.lang.String[] { "Key", "Request", }); internal_static_akka_cluster_ddata_Subscribe_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_akka_cluster_ddata_Subscribe_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Subscribe_descriptor, new java.lang.String[] { "Key", "Ref", }); internal_static_akka_cluster_ddata_Unsubscribe_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_akka_cluster_ddata_Unsubscribe_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Unsubscribe_descriptor, new java.lang.String[] { "Key", "Ref", }); internal_static_akka_cluster_ddata_Changed_descriptor = getDescriptor().getMessageTypes().get(6); internal_static_akka_cluster_ddata_Changed_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Changed_descriptor, new java.lang.String[] { "Key", "Data", }); internal_static_akka_cluster_ddata_Write_descriptor = getDescriptor().getMessageTypes().get(7); internal_static_akka_cluster_ddata_Write_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Write_descriptor, new java.lang.String[] { "Key", "Envelope", }); internal_static_akka_cluster_ddata_Empty_descriptor = getDescriptor().getMessageTypes().get(8); internal_static_akka_cluster_ddata_Empty_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Empty_descriptor, new java.lang.String[] { }); internal_static_akka_cluster_ddata_Read_descriptor = getDescriptor().getMessageTypes().get(9); internal_static_akka_cluster_ddata_Read_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Read_descriptor, new java.lang.String[] { "Key", }); internal_static_akka_cluster_ddata_ReadResult_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_akka_cluster_ddata_ReadResult_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_ReadResult_descriptor, new java.lang.String[] { "Envelope", }); internal_static_akka_cluster_ddata_DataEnvelope_descriptor = getDescriptor().getMessageTypes().get(11); internal_static_akka_cluster_ddata_DataEnvelope_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_DataEnvelope_descriptor, new java.lang.String[] { "Data", "Pruning", }); internal_static_akka_cluster_ddata_DataEnvelope_PruningEntry_descriptor = internal_static_akka_cluster_ddata_DataEnvelope_descriptor.getNestedTypes().get(0); internal_static_akka_cluster_ddata_DataEnvelope_PruningEntry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_DataEnvelope_PruningEntry_descriptor, new java.lang.String[] { "RemovedAddress", "OwnerAddress", "Performed", "Seen", }); internal_static_akka_cluster_ddata_Status_descriptor = getDescriptor().getMessageTypes().get(12); internal_static_akka_cluster_ddata_Status_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Status_descriptor, new java.lang.String[] { "Chunk", "TotChunks", "Entries", }); internal_static_akka_cluster_ddata_Status_Entry_descriptor = internal_static_akka_cluster_ddata_Status_descriptor.getNestedTypes().get(0); internal_static_akka_cluster_ddata_Status_Entry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Status_Entry_descriptor, new java.lang.String[] { "Key", "Digest", }); internal_static_akka_cluster_ddata_Gossip_descriptor = getDescriptor().getMessageTypes().get(13); internal_static_akka_cluster_ddata_Gossip_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Gossip_descriptor, new java.lang.String[] { "SendBack", "Entries", }); internal_static_akka_cluster_ddata_Gossip_Entry_descriptor = internal_static_akka_cluster_ddata_Gossip_descriptor.getNestedTypes().get(0); internal_static_akka_cluster_ddata_Gossip_Entry_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Gossip_Entry_descriptor, new java.lang.String[] { "Key", "Envelope", }); internal_static_akka_cluster_ddata_UniqueAddress_descriptor = getDescriptor().getMessageTypes().get(14); internal_static_akka_cluster_ddata_UniqueAddress_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_UniqueAddress_descriptor, new java.lang.String[] { "Address", "Uid", }); internal_static_akka_cluster_ddata_Address_descriptor = getDescriptor().getMessageTypes().get(15); internal_static_akka_cluster_ddata_Address_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_Address_descriptor, new java.lang.String[] { "Hostname", "Port", }); internal_static_akka_cluster_ddata_OtherMessage_descriptor = getDescriptor().getMessageTypes().get(16); internal_static_akka_cluster_ddata_OtherMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_OtherMessage_descriptor, new java.lang.String[] { "EnclosedMessage", "SerializerId", "MessageManifest", }); internal_static_akka_cluster_ddata_StringGSet_descriptor = getDescriptor().getMessageTypes().get(17); internal_static_akka_cluster_ddata_StringGSet_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_akka_cluster_ddata_StringGSet_descriptor, new java.lang.String[] { "Elements", }); return null; } }; - com.google.protobuf.Descriptors.FileDescriptor + akka.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { + new akka.protobuf.Descriptors.FileDescriptor[] { }, assigner); } diff --git a/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/ReplicatedDataSerializer.scala b/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/ReplicatedDataSerializer.scala index 353c4a79a8..18ae04cdbc 100644 --- a/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/ReplicatedDataSerializer.scala +++ b/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/ReplicatedDataSerializer.scala @@ -18,7 +18,7 @@ import akka.cluster.ddata.protobuf.msg.{ ReplicatedDataMessages ⇒ rd } import akka.cluster.ddata.protobuf.msg.{ ReplicatorMessages ⇒ dm } import akka.serialization.SerializerWithStringManifest import akka.serialization.BaseSerializer -import com.google.protobuf.ByteString +import akka.protobuf.ByteString import akka.util.ByteString.UTF_8 /** diff --git a/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/ReplicatorMessageSerializer.scala b/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/ReplicatorMessageSerializer.scala index f58e065784..3f8e9d98fc 100644 --- a/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/ReplicatorMessageSerializer.scala +++ b/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/ReplicatorMessageSerializer.scala @@ -19,7 +19,7 @@ import akka.serialization.Serialization import akka.serialization.SerializerWithStringManifest import akka.serialization.BaseSerializer import akka.util.{ ByteString ⇒ AkkaByteString } -import com.google.protobuf.ByteString +import akka.protobuf.ByteString import akka.cluster.ddata.Key.KeyR /** diff --git a/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/SerializationSupport.scala b/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/SerializationSupport.scala index bcd92b7d2e..646849f278 100644 --- a/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/SerializationSupport.scala +++ b/akka-distributed-data/src/main/scala/akka/cluster/ddata/protobuf/SerializationSupport.scala @@ -16,8 +16,8 @@ import akka.cluster.ddata.protobuf.msg.{ ReplicatorMessages ⇒ dm } import akka.serialization.JSerializer import akka.serialization.Serialization import akka.serialization.SerializationExtension -import com.google.protobuf.ByteString -import com.google.protobuf.MessageLite +import akka.protobuf.ByteString +import akka.protobuf.MessageLite import akka.serialization.SerializerWithStringManifest /** diff --git a/akka-docs/src/main/java/docs/ddata/protobuf/msg/TwoPhaseSetMessages.java b/akka-docs/src/main/java/docs/ddata/protobuf/msg/TwoPhaseSetMessages.java index fe59d9ca47..e882dbfd57 100644 --- a/akka-docs/src/main/java/docs/ddata/protobuf/msg/TwoPhaseSetMessages.java +++ b/akka-docs/src/main/java/docs/ddata/protobuf/msg/TwoPhaseSetMessages.java @@ -6,10 +6,10 @@ package docs.ddata.protobuf.msg; public final class TwoPhaseSetMessages { private TwoPhaseSetMessages() {} public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { + akka.protobuf.ExtensionRegistry registry) { } public interface TwoPhaseSetOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated string adds = 1; /** @@ -28,7 +28,7 @@ public final class TwoPhaseSetMessages { /** * repeated string adds = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getAddsBytes(int index); // repeated string removals = 2; @@ -48,21 +48,21 @@ public final class TwoPhaseSetMessages { /** * repeated string removals = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getRemovalsBytes(int index); } /** * Protobuf type {@code docs.ddata.TwoPhaseSet} */ public static final class TwoPhaseSet extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements TwoPhaseSetOrBuilder { // Use TwoPhaseSet.newBuilder() to construct. - private TwoPhaseSet(com.google.protobuf.GeneratedMessage.Builder builder) { + private TwoPhaseSet(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private TwoPhaseSet(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private TwoPhaseSet(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final TwoPhaseSet defaultInstance; public static TwoPhaseSet getDefaultInstance() { @@ -73,20 +73,20 @@ public final class TwoPhaseSetMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private TwoPhaseSet( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -104,7 +104,7 @@ public final class TwoPhaseSetMessages { } case 10: { if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - adds_ = new com.google.protobuf.LazyStringArrayList(); + adds_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000001; } adds_.add(input.readBytes()); @@ -112,7 +112,7 @@ public final class TwoPhaseSetMessages { } case 18: { if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - removals_ = new com.google.protobuf.LazyStringArrayList(); + removals_ = new akka.protobuf.LazyStringArrayList(); mutable_bitField0_ |= 0x00000002; } removals_.add(input.readBytes()); @@ -120,52 +120,52 @@ public final class TwoPhaseSetMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { - adds_ = new com.google.protobuf.UnmodifiableLazyStringList(adds_); + adds_ = new akka.protobuf.UnmodifiableLazyStringList(adds_); } if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { - removals_ = new com.google.protobuf.UnmodifiableLazyStringList(removals_); + removals_ = new akka.protobuf.UnmodifiableLazyStringList(removals_); } this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet_fieldAccessorTable .ensureFieldAccessorsInitialized( docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.class, docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public TwoPhaseSet parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new TwoPhaseSet(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } // repeated string adds = 1; public static final int ADDS_FIELD_NUMBER = 1; - private com.google.protobuf.LazyStringList adds_; + private akka.protobuf.LazyStringList adds_; /** * repeated string adds = 1; */ @@ -188,14 +188,14 @@ public final class TwoPhaseSetMessages { /** * repeated string adds = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAddsBytes(int index) { return adds_.getByteString(index); } // repeated string removals = 2; public static final int REMOVALS_FIELD_NUMBER = 2; - private com.google.protobuf.LazyStringList removals_; + private akka.protobuf.LazyStringList removals_; /** * repeated string removals = 2; */ @@ -218,14 +218,14 @@ public final class TwoPhaseSetMessages { /** * repeated string removals = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRemovalsBytes(int index) { return removals_.getByteString(index); } private void initFields() { - adds_ = com.google.protobuf.LazyStringArrayList.EMPTY; - removals_ = com.google.protobuf.LazyStringArrayList.EMPTY; + adds_ = akka.protobuf.LazyStringArrayList.EMPTY; + removals_ = akka.protobuf.LazyStringArrayList.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -236,7 +236,7 @@ public final class TwoPhaseSetMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < adds_.size(); i++) { @@ -257,7 +257,7 @@ public final class TwoPhaseSetMessages { { int dataSize = 0; for (int i = 0; i < adds_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(adds_.getByteString(i)); } size += dataSize; @@ -266,7 +266,7 @@ public final class TwoPhaseSetMessages { { int dataSize = 0; for (int i = 0; i < removals_.size(); i++) { - dataSize += com.google.protobuf.CodedOutputStream + dataSize += akka.protobuf.CodedOutputStream .computeBytesSizeNoTag(removals_.getByteString(i)); } size += dataSize; @@ -285,24 +285,24 @@ public final class TwoPhaseSetMessages { } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(java.io.InputStream input) @@ -311,7 +311,7 @@ public final class TwoPhaseSetMessages { } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -321,18 +321,18 @@ public final class TwoPhaseSetMessages { } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -346,7 +346,7 @@ public final class TwoPhaseSetMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -354,14 +354,14 @@ public final class TwoPhaseSetMessages { * Protobuf type {@code docs.ddata.TwoPhaseSet} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSetOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -374,12 +374,12 @@ public final class TwoPhaseSetMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -388,9 +388,9 @@ public final class TwoPhaseSetMessages { public Builder clear() { super.clear(); - adds_ = com.google.protobuf.LazyStringArrayList.EMPTY; + adds_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); - removals_ = com.google.protobuf.LazyStringArrayList.EMPTY; + removals_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); return this; } @@ -399,7 +399,7 @@ public final class TwoPhaseSetMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet_descriptor; } @@ -420,13 +420,13 @@ public final class TwoPhaseSetMessages { docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet result = new docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet(this); int from_bitField0_ = bitField0_; if (((bitField0_ & 0x00000001) == 0x00000001)) { - adds_ = new com.google.protobuf.UnmodifiableLazyStringList( + adds_ = new akka.protobuf.UnmodifiableLazyStringList( adds_); bitField0_ = (bitField0_ & ~0x00000001); } result.adds_ = adds_; if (((bitField0_ & 0x00000002) == 0x00000002)) { - removals_ = new com.google.protobuf.UnmodifiableLazyStringList( + removals_ = new akka.protobuf.UnmodifiableLazyStringList( removals_); bitField0_ = (bitField0_ & ~0x00000002); } @@ -435,7 +435,7 @@ public final class TwoPhaseSetMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet) { return mergeFrom((docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet)other); } else { @@ -475,13 +475,13 @@ public final class TwoPhaseSetMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet) e.getUnfinishedMessage(); throw e; } finally { @@ -494,10 +494,10 @@ public final class TwoPhaseSetMessages { private int bitField0_; // repeated string adds = 1; - private com.google.protobuf.LazyStringList adds_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList adds_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureAddsIsMutable() { if (!((bitField0_ & 0x00000001) == 0x00000001)) { - adds_ = new com.google.protobuf.LazyStringArrayList(adds_); + adds_ = new akka.protobuf.LazyStringArrayList(adds_); bitField0_ |= 0x00000001; } } @@ -523,7 +523,7 @@ public final class TwoPhaseSetMessages { /** * repeated string adds = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getAddsBytes(int index) { return adds_.getByteString(index); } @@ -567,7 +567,7 @@ public final class TwoPhaseSetMessages { * repeated string adds = 1; */ public Builder clearAdds() { - adds_ = com.google.protobuf.LazyStringArrayList.EMPTY; + adds_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); onChanged(); return this; @@ -576,7 +576,7 @@ public final class TwoPhaseSetMessages { * repeated string adds = 1; */ public Builder addAddsBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -587,10 +587,10 @@ public final class TwoPhaseSetMessages { } // repeated string removals = 2; - private com.google.protobuf.LazyStringList removals_ = com.google.protobuf.LazyStringArrayList.EMPTY; + private akka.protobuf.LazyStringList removals_ = akka.protobuf.LazyStringArrayList.EMPTY; private void ensureRemovalsIsMutable() { if (!((bitField0_ & 0x00000002) == 0x00000002)) { - removals_ = new com.google.protobuf.LazyStringArrayList(removals_); + removals_ = new akka.protobuf.LazyStringArrayList(removals_); bitField0_ |= 0x00000002; } } @@ -616,7 +616,7 @@ public final class TwoPhaseSetMessages { /** * repeated string removals = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getRemovalsBytes(int index) { return removals_.getByteString(index); } @@ -660,7 +660,7 @@ public final class TwoPhaseSetMessages { * repeated string removals = 2; */ public Builder clearRemovals() { - removals_ = com.google.protobuf.LazyStringArrayList.EMPTY; + removals_ = akka.protobuf.LazyStringArrayList.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); onChanged(); return this; @@ -669,7 +669,7 @@ public final class TwoPhaseSetMessages { * repeated string removals = 2; */ public Builder addRemovalsBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -691,7 +691,7 @@ public final class TwoPhaseSetMessages { } public interface TwoPhaseSet2OrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // optional bytes adds = 1; /** @@ -701,7 +701,7 @@ public final class TwoPhaseSetMessages { /** * optional bytes adds = 1; */ - com.google.protobuf.ByteString getAdds(); + akka.protobuf.ByteString getAdds(); // optional bytes removals = 2; /** @@ -711,7 +711,7 @@ public final class TwoPhaseSetMessages { /** * optional bytes removals = 2; */ - com.google.protobuf.ByteString getRemovals(); + akka.protobuf.ByteString getRemovals(); } /** * Protobuf type {@code docs.ddata.TwoPhaseSet2} @@ -721,14 +721,14 @@ public final class TwoPhaseSetMessages { * */ public static final class TwoPhaseSet2 extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements TwoPhaseSet2OrBuilder { // Use TwoPhaseSet2.newBuilder() to construct. - private TwoPhaseSet2(com.google.protobuf.GeneratedMessage.Builder builder) { + private TwoPhaseSet2(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private TwoPhaseSet2(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private TwoPhaseSet2(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final TwoPhaseSet2 defaultInstance; public static TwoPhaseSet2 getDefaultInstance() { @@ -739,20 +739,20 @@ public final class TwoPhaseSetMessages { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private TwoPhaseSet2( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -780,47 +780,47 @@ public final class TwoPhaseSetMessages { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet2_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet2_fieldAccessorTable .ensureFieldAccessorsInitialized( docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2.class, docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public TwoPhaseSet2 parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new TwoPhaseSet2(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } private int bitField0_; // optional bytes adds = 1; public static final int ADDS_FIELD_NUMBER = 1; - private com.google.protobuf.ByteString adds_; + private akka.protobuf.ByteString adds_; /** * optional bytes adds = 1; */ @@ -830,13 +830,13 @@ public final class TwoPhaseSetMessages { /** * optional bytes adds = 1; */ - public com.google.protobuf.ByteString getAdds() { + public akka.protobuf.ByteString getAdds() { return adds_; } // optional bytes removals = 2; public static final int REMOVALS_FIELD_NUMBER = 2; - private com.google.protobuf.ByteString removals_; + private akka.protobuf.ByteString removals_; /** * optional bytes removals = 2; */ @@ -846,13 +846,13 @@ public final class TwoPhaseSetMessages { /** * optional bytes removals = 2; */ - public com.google.protobuf.ByteString getRemovals() { + public akka.protobuf.ByteString getRemovals() { return removals_; } private void initFields() { - adds_ = com.google.protobuf.ByteString.EMPTY; - removals_ = com.google.protobuf.ByteString.EMPTY; + adds_ = akka.protobuf.ByteString.EMPTY; + removals_ = akka.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -863,7 +863,7 @@ public final class TwoPhaseSetMessages { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -882,11 +882,11 @@ public final class TwoPhaseSetMessages { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, adds_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, removals_); } size += getUnknownFields().getSerializedSize(); @@ -902,24 +902,24 @@ public final class TwoPhaseSetMessages { } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(java.io.InputStream input) @@ -928,7 +928,7 @@ public final class TwoPhaseSetMessages { } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -938,18 +938,18 @@ public final class TwoPhaseSetMessages { } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -963,7 +963,7 @@ public final class TwoPhaseSetMessages { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -975,14 +975,14 @@ public final class TwoPhaseSetMessages { * */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2OrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet2_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet2_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -995,12 +995,12 @@ public final class TwoPhaseSetMessages { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -1009,9 +1009,9 @@ public final class TwoPhaseSetMessages { public Builder clear() { super.clear(); - adds_ = com.google.protobuf.ByteString.EMPTY; + adds_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000001); - removals_ = com.google.protobuf.ByteString.EMPTY; + removals_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); return this; } @@ -1020,7 +1020,7 @@ public final class TwoPhaseSetMessages { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet2_descriptor; } @@ -1054,7 +1054,7 @@ public final class TwoPhaseSetMessages { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2) { return mergeFrom((docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2)other); } else { @@ -1080,13 +1080,13 @@ public final class TwoPhaseSetMessages { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2) e.getUnfinishedMessage(); throw e; } finally { @@ -1099,7 +1099,7 @@ public final class TwoPhaseSetMessages { private int bitField0_; // optional bytes adds = 1; - private com.google.protobuf.ByteString adds_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString adds_ = akka.protobuf.ByteString.EMPTY; /** * optional bytes adds = 1; */ @@ -1109,13 +1109,13 @@ public final class TwoPhaseSetMessages { /** * optional bytes adds = 1; */ - public com.google.protobuf.ByteString getAdds() { + public akka.protobuf.ByteString getAdds() { return adds_; } /** * optional bytes adds = 1; */ - public Builder setAdds(com.google.protobuf.ByteString value) { + public Builder setAdds(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1135,7 +1135,7 @@ public final class TwoPhaseSetMessages { } // optional bytes removals = 2; - private com.google.protobuf.ByteString removals_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString removals_ = akka.protobuf.ByteString.EMPTY; /** * optional bytes removals = 2; */ @@ -1145,13 +1145,13 @@ public final class TwoPhaseSetMessages { /** * optional bytes removals = 2; */ - public com.google.protobuf.ByteString getRemovals() { + public akka.protobuf.ByteString getRemovals() { return removals_; } /** * optional bytes removals = 2; */ - public Builder setRemovals(com.google.protobuf.ByteString value) { + public Builder setRemovals(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1181,22 +1181,22 @@ public final class TwoPhaseSetMessages { // @@protoc_insertion_point(class_scope:docs.ddata.TwoPhaseSet2) } - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_docs_ddata_TwoPhaseSet_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_docs_ddata_TwoPhaseSet_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_docs_ddata_TwoPhaseSet2_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_docs_ddata_TwoPhaseSet2_fieldAccessorTable; - public static com.google.protobuf.Descriptors.FileDescriptor + public static akka.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } - private static com.google.protobuf.Descriptors.FileDescriptor + private static akka.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { @@ -1206,29 +1206,29 @@ public final class TwoPhaseSetMessages { "removals\030\002 \001(\014B\033\n\027docs.ddata.protobuf.ms" + "gH\001" }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { + akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { + public akka.protobuf.ExtensionRegistry assignDescriptors( + akka.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_docs_ddata_TwoPhaseSet_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_docs_ddata_TwoPhaseSet_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_docs_ddata_TwoPhaseSet_descriptor, new java.lang.String[] { "Adds", "Removals", }); internal_static_docs_ddata_TwoPhaseSet2_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_docs_ddata_TwoPhaseSet2_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_docs_ddata_TwoPhaseSet2_descriptor, new java.lang.String[] { "Adds", "Removals", }); return null; } }; - com.google.protobuf.Descriptors.FileDescriptor + akka.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { + new akka.protobuf.Descriptors.FileDescriptor[] { }, assigner); } diff --git a/akka-multi-node-testkit/src/main/java/akka/remote/testconductor/TestConductorProtocol.java b/akka-multi-node-testkit/src/main/java/akka/remote/testconductor/TestConductorProtocol.java index 1384937522..dacab8775e 100644 --- a/akka-multi-node-testkit/src/main/java/akka/remote/testconductor/TestConductorProtocol.java +++ b/akka-multi-node-testkit/src/main/java/akka/remote/testconductor/TestConductorProtocol.java @@ -1,18 +1,18 @@ // Generated by the protocol buffer compiler. DO NOT EDIT! -// source: protobuf/TestConductorProtocol.proto +// source: TestConductorProtocol.proto package akka.remote.testconductor; public final class TestConductorProtocol { private TestConductorProtocol() {} public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { + akka.protobuf.ExtensionRegistry registry) { } /** * Protobuf enum {@code BarrierOp} */ public enum BarrierOp - implements com.google.protobuf.ProtocolMessageEnum { + implements akka.protobuf.ProtocolMessageEnum { /** * Enter = 1; */ @@ -61,27 +61,27 @@ public final class TestConductorProtocol { } } - public static com.google.protobuf.Internal.EnumLiteMap + public static akka.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static com.google.protobuf.Internal.EnumLiteMap + private static akka.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { + new akka.protobuf.Internal.EnumLiteMap() { public BarrierOp findValueByNumber(int number) { return BarrierOp.valueOf(number); } }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor + public final akka.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(index); } - public final com.google.protobuf.Descriptors.EnumDescriptor + public final akka.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor + public static final akka.protobuf.Descriptors.EnumDescriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.getDescriptor().getEnumTypes().get(0); } @@ -89,7 +89,7 @@ public final class TestConductorProtocol { private static final BarrierOp[] VALUES = values(); public static BarrierOp valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + akka.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); @@ -112,7 +112,7 @@ public final class TestConductorProtocol { * Protobuf enum {@code FailType} */ public enum FailType - implements com.google.protobuf.ProtocolMessageEnum { + implements akka.protobuf.ProtocolMessageEnum { /** * Throttle = 1; */ @@ -179,27 +179,27 @@ public final class TestConductorProtocol { } } - public static com.google.protobuf.Internal.EnumLiteMap + public static akka.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static com.google.protobuf.Internal.EnumLiteMap + private static akka.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { + new akka.protobuf.Internal.EnumLiteMap() { public FailType findValueByNumber(int number) { return FailType.valueOf(number); } }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor + public final akka.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(index); } - public final com.google.protobuf.Descriptors.EnumDescriptor + public final akka.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor + public static final akka.protobuf.Descriptors.EnumDescriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.getDescriptor().getEnumTypes().get(1); } @@ -207,7 +207,7 @@ public final class TestConductorProtocol { private static final FailType[] VALUES = values(); public static FailType valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + akka.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); @@ -230,7 +230,7 @@ public final class TestConductorProtocol { * Protobuf enum {@code Direction} */ public enum Direction - implements com.google.protobuf.ProtocolMessageEnum { + implements akka.protobuf.ProtocolMessageEnum { /** * Send = 1; */ @@ -270,27 +270,27 @@ public final class TestConductorProtocol { } } - public static com.google.protobuf.Internal.EnumLiteMap + public static akka.protobuf.Internal.EnumLiteMap internalGetValueMap() { return internalValueMap; } - private static com.google.protobuf.Internal.EnumLiteMap + private static akka.protobuf.Internal.EnumLiteMap internalValueMap = - new com.google.protobuf.Internal.EnumLiteMap() { + new akka.protobuf.Internal.EnumLiteMap() { public Direction findValueByNumber(int number) { return Direction.valueOf(number); } }; - public final com.google.protobuf.Descriptors.EnumValueDescriptor + public final akka.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor() { return getDescriptor().getValues().get(index); } - public final com.google.protobuf.Descriptors.EnumDescriptor + public final akka.protobuf.Descriptors.EnumDescriptor getDescriptorForType() { return getDescriptor(); } - public static final com.google.protobuf.Descriptors.EnumDescriptor + public static final akka.protobuf.Descriptors.EnumDescriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.getDescriptor().getEnumTypes().get(2); } @@ -298,7 +298,7 @@ public final class TestConductorProtocol { private static final Direction[] VALUES = values(); public static Direction valueOf( - com.google.protobuf.Descriptors.EnumValueDescriptor desc) { + akka.protobuf.Descriptors.EnumValueDescriptor desc) { if (desc.getType() != getDescriptor()) { throw new java.lang.IllegalArgumentException( "EnumValueDescriptor is not for this type."); @@ -318,7 +318,7 @@ public final class TestConductorProtocol { } public interface WrapperOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // optional .Hello hello = 1; /** @@ -374,7 +374,7 @@ public final class TestConductorProtocol { /** * optional string done = 4; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getDoneBytes(); // optional .AddressRequest addr = 5; @@ -395,14 +395,14 @@ public final class TestConductorProtocol { * Protobuf type {@code Wrapper} */ public static final class Wrapper extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements WrapperOrBuilder { // Use Wrapper.newBuilder() to construct. - private Wrapper(com.google.protobuf.GeneratedMessage.Builder builder) { + private Wrapper(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Wrapper(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Wrapper(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Wrapper defaultInstance; public static Wrapper getDefaultInstance() { @@ -413,20 +413,20 @@ public final class TestConductorProtocol { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Wrapper( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -501,40 +501,40 @@ public final class TestConductorProtocol { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Wrapper_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Wrapper_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.remote.testconductor.TestConductorProtocol.Wrapper.class, akka.remote.testconductor.TestConductorProtocol.Wrapper.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Wrapper parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Wrapper(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -622,8 +622,8 @@ public final class TestConductorProtocol { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { done_ = s; @@ -634,17 +634,17 @@ public final class TestConductorProtocol { /** * optional string done = 4; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getDoneBytes() { java.lang.Object ref = done_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); done_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -710,7 +710,7 @@ public final class TestConductorProtocol { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -738,23 +738,23 @@ public final class TestConductorProtocol { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, hello_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, barrier_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, failure_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(4, getDoneBytes()); } if (((bitField0_ & 0x00000010) == 0x00000010)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(5, addr_); } size += getUnknownFields().getSerializedSize(); @@ -770,24 +770,24 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.Wrapper parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.Wrapper parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.Wrapper parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.Wrapper parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.Wrapper parseFrom(java.io.InputStream input) @@ -796,7 +796,7 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.Wrapper parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -806,18 +806,18 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.Wrapper parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.Wrapper parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.remote.testconductor.TestConductorProtocol.Wrapper parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -831,7 +831,7 @@ public final class TestConductorProtocol { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -839,14 +839,14 @@ public final class TestConductorProtocol { * Protobuf type {@code Wrapper} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.remote.testconductor.TestConductorProtocol.WrapperOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Wrapper_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Wrapper_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -859,12 +859,12 @@ public final class TestConductorProtocol { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getHelloFieldBuilder(); getBarrierFieldBuilder(); getFailureFieldBuilder(); @@ -910,7 +910,7 @@ public final class TestConductorProtocol { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Wrapper_descriptor; } @@ -972,7 +972,7 @@ public final class TestConductorProtocol { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.remote.testconductor.TestConductorProtocol.Wrapper) { return mergeFrom((akka.remote.testconductor.TestConductorProtocol.Wrapper)other); } else { @@ -1033,13 +1033,13 @@ public final class TestConductorProtocol { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.remote.testconductor.TestConductorProtocol.Wrapper parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.remote.testconductor.TestConductorProtocol.Wrapper) e.getUnfinishedMessage(); throw e; } finally { @@ -1053,7 +1053,7 @@ public final class TestConductorProtocol { // optional .Hello hello = 1; private akka.remote.testconductor.TestConductorProtocol.Hello hello_ = akka.remote.testconductor.TestConductorProtocol.Hello.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Hello, akka.remote.testconductor.TestConductorProtocol.Hello.Builder, akka.remote.testconductor.TestConductorProtocol.HelloOrBuilder> helloBuilder_; /** * optional .Hello hello = 1; @@ -1154,11 +1154,11 @@ public final class TestConductorProtocol { /** * optional .Hello hello = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Hello, akka.remote.testconductor.TestConductorProtocol.Hello.Builder, akka.remote.testconductor.TestConductorProtocol.HelloOrBuilder> getHelloFieldBuilder() { if (helloBuilder_ == null) { - helloBuilder_ = new com.google.protobuf.SingleFieldBuilder< + helloBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Hello, akka.remote.testconductor.TestConductorProtocol.Hello.Builder, akka.remote.testconductor.TestConductorProtocol.HelloOrBuilder>( hello_, getParentForChildren(), @@ -1170,7 +1170,7 @@ public final class TestConductorProtocol { // optional .EnterBarrier barrier = 2; private akka.remote.testconductor.TestConductorProtocol.EnterBarrier barrier_ = akka.remote.testconductor.TestConductorProtocol.EnterBarrier.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.EnterBarrier, akka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder, akka.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder> barrierBuilder_; /** * optional .EnterBarrier barrier = 2; @@ -1271,11 +1271,11 @@ public final class TestConductorProtocol { /** * optional .EnterBarrier barrier = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.EnterBarrier, akka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder, akka.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder> getBarrierFieldBuilder() { if (barrierBuilder_ == null) { - barrierBuilder_ = new com.google.protobuf.SingleFieldBuilder< + barrierBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.EnterBarrier, akka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder, akka.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder>( barrier_, getParentForChildren(), @@ -1287,7 +1287,7 @@ public final class TestConductorProtocol { // optional .InjectFailure failure = 3; private akka.remote.testconductor.TestConductorProtocol.InjectFailure failure_ = akka.remote.testconductor.TestConductorProtocol.InjectFailure.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.InjectFailure, akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder, akka.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder> failureBuilder_; /** * optional .InjectFailure failure = 3; @@ -1388,11 +1388,11 @@ public final class TestConductorProtocol { /** * optional .InjectFailure failure = 3; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.InjectFailure, akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder, akka.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder> getFailureFieldBuilder() { if (failureBuilder_ == null) { - failureBuilder_ = new com.google.protobuf.SingleFieldBuilder< + failureBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.InjectFailure, akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder, akka.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder>( failure_, getParentForChildren(), @@ -1416,7 +1416,7 @@ public final class TestConductorProtocol { public java.lang.String getDone() { java.lang.Object ref = done_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); done_ = s; return s; @@ -1427,17 +1427,17 @@ public final class TestConductorProtocol { /** * optional string done = 4; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getDoneBytes() { java.lang.Object ref = done_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); done_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -1466,7 +1466,7 @@ public final class TestConductorProtocol { * optional string done = 4; */ public Builder setDoneBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1478,7 +1478,7 @@ public final class TestConductorProtocol { // optional .AddressRequest addr = 5; private akka.remote.testconductor.TestConductorProtocol.AddressRequest addr_ = akka.remote.testconductor.TestConductorProtocol.AddressRequest.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.AddressRequest, akka.remote.testconductor.TestConductorProtocol.AddressRequest.Builder, akka.remote.testconductor.TestConductorProtocol.AddressRequestOrBuilder> addrBuilder_; /** * optional .AddressRequest addr = 5; @@ -1579,11 +1579,11 @@ public final class TestConductorProtocol { /** * optional .AddressRequest addr = 5; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.AddressRequest, akka.remote.testconductor.TestConductorProtocol.AddressRequest.Builder, akka.remote.testconductor.TestConductorProtocol.AddressRequestOrBuilder> getAddrFieldBuilder() { if (addrBuilder_ == null) { - addrBuilder_ = new com.google.protobuf.SingleFieldBuilder< + addrBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.AddressRequest, akka.remote.testconductor.TestConductorProtocol.AddressRequest.Builder, akka.remote.testconductor.TestConductorProtocol.AddressRequestOrBuilder>( addr_, getParentForChildren(), @@ -1605,7 +1605,7 @@ public final class TestConductorProtocol { } public interface HelloOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string name = 1; /** @@ -1619,7 +1619,7 @@ public final class TestConductorProtocol { /** * required string name = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getNameBytes(); // required .Address address = 2; @@ -1640,14 +1640,14 @@ public final class TestConductorProtocol { * Protobuf type {@code Hello} */ public static final class Hello extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements HelloOrBuilder { // Use Hello.newBuilder() to construct. - private Hello(com.google.protobuf.GeneratedMessage.Builder builder) { + private Hello(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Hello(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Hello(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Hello defaultInstance; public static Hello getDefaultInstance() { @@ -1658,20 +1658,20 @@ public final class TestConductorProtocol { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Hello( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -1707,40 +1707,40 @@ public final class TestConductorProtocol { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Hello_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Hello_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.remote.testconductor.TestConductorProtocol.Hello.class, akka.remote.testconductor.TestConductorProtocol.Hello.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public Hello parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Hello(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -1762,8 +1762,8 @@ public final class TestConductorProtocol { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; @@ -1774,17 +1774,17 @@ public final class TestConductorProtocol { /** * required string name = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -1835,7 +1835,7 @@ public final class TestConductorProtocol { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -1854,11 +1854,11 @@ public final class TestConductorProtocol { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, address_); } size += getUnknownFields().getSerializedSize(); @@ -1874,24 +1874,24 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.Hello parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.Hello parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.Hello parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.Hello parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.Hello parseFrom(java.io.InputStream input) @@ -1900,7 +1900,7 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.Hello parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1910,18 +1910,18 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.Hello parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.Hello parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.remote.testconductor.TestConductorProtocol.Hello parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1935,7 +1935,7 @@ public final class TestConductorProtocol { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -1943,14 +1943,14 @@ public final class TestConductorProtocol { * Protobuf type {@code Hello} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.remote.testconductor.TestConductorProtocol.HelloOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Hello_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Hello_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1963,12 +1963,12 @@ public final class TestConductorProtocol { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAddressFieldBuilder(); } } @@ -1993,7 +1993,7 @@ public final class TestConductorProtocol { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Hello_descriptor; } @@ -2031,7 +2031,7 @@ public final class TestConductorProtocol { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.remote.testconductor.TestConductorProtocol.Hello) { return mergeFrom((akka.remote.testconductor.TestConductorProtocol.Hello)other); } else { @@ -2071,13 +2071,13 @@ public final class TestConductorProtocol { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.remote.testconductor.TestConductorProtocol.Hello parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.remote.testconductor.TestConductorProtocol.Hello) e.getUnfinishedMessage(); throw e; } finally { @@ -2103,7 +2103,7 @@ public final class TestConductorProtocol { public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); name_ = s; return s; @@ -2114,17 +2114,17 @@ public final class TestConductorProtocol { /** * required string name = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -2153,7 +2153,7 @@ public final class TestConductorProtocol { * required string name = 1; */ public Builder setNameBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -2165,7 +2165,7 @@ public final class TestConductorProtocol { // required .Address address = 2; private akka.remote.testconductor.TestConductorProtocol.Address address_ = akka.remote.testconductor.TestConductorProtocol.Address.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder> addressBuilder_; /** * required .Address address = 2; @@ -2266,11 +2266,11 @@ public final class TestConductorProtocol { /** * required .Address address = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder> getAddressFieldBuilder() { if (addressBuilder_ == null) { - addressBuilder_ = new com.google.protobuf.SingleFieldBuilder< + addressBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder>( address_, getParentForChildren(), @@ -2292,7 +2292,7 @@ public final class TestConductorProtocol { } public interface EnterBarrierOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string name = 1; /** @@ -2306,7 +2306,7 @@ public final class TestConductorProtocol { /** * required string name = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getNameBytes(); // required .BarrierOp op = 2; @@ -2333,14 +2333,14 @@ public final class TestConductorProtocol { * Protobuf type {@code EnterBarrier} */ public static final class EnterBarrier extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements EnterBarrierOrBuilder { // Use EnterBarrier.newBuilder() to construct. - private EnterBarrier(com.google.protobuf.GeneratedMessage.Builder builder) { + private EnterBarrier(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private EnterBarrier(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private EnterBarrier(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final EnterBarrier defaultInstance; public static EnterBarrier getDefaultInstance() { @@ -2351,20 +2351,20 @@ public final class TestConductorProtocol { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private EnterBarrier( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -2403,40 +2403,40 @@ public final class TestConductorProtocol { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_EnterBarrier_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_EnterBarrier_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.remote.testconductor.TestConductorProtocol.EnterBarrier.class, akka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public EnterBarrier parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new EnterBarrier(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -2458,8 +2458,8 @@ public final class TestConductorProtocol { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { name_ = s; @@ -2470,17 +2470,17 @@ public final class TestConductorProtocol { /** * required string name = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -2538,7 +2538,7 @@ public final class TestConductorProtocol { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -2560,15 +2560,15 @@ public final class TestConductorProtocol { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getNameBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeEnumSize(2, op_.getNumber()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(3, timeout_); } size += getUnknownFields().getSerializedSize(); @@ -2584,24 +2584,24 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.EnterBarrier parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.EnterBarrier parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.EnterBarrier parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.EnterBarrier parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.EnterBarrier parseFrom(java.io.InputStream input) @@ -2610,7 +2610,7 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.EnterBarrier parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2620,18 +2620,18 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.EnterBarrier parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.EnterBarrier parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.remote.testconductor.TestConductorProtocol.EnterBarrier parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2645,7 +2645,7 @@ public final class TestConductorProtocol { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -2653,14 +2653,14 @@ public final class TestConductorProtocol { * Protobuf type {@code EnterBarrier} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_EnterBarrier_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_EnterBarrier_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2673,12 +2673,12 @@ public final class TestConductorProtocol { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -2700,7 +2700,7 @@ public final class TestConductorProtocol { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.remote.testconductor.TestConductorProtocol.internal_static_EnterBarrier_descriptor; } @@ -2738,7 +2738,7 @@ public final class TestConductorProtocol { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.remote.testconductor.TestConductorProtocol.EnterBarrier) { return mergeFrom((akka.remote.testconductor.TestConductorProtocol.EnterBarrier)other); } else { @@ -2777,13 +2777,13 @@ public final class TestConductorProtocol { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.remote.testconductor.TestConductorProtocol.EnterBarrier parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.remote.testconductor.TestConductorProtocol.EnterBarrier) e.getUnfinishedMessage(); throw e; } finally { @@ -2809,7 +2809,7 @@ public final class TestConductorProtocol { public java.lang.String getName() { java.lang.Object ref = name_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); name_ = s; return s; @@ -2820,17 +2820,17 @@ public final class TestConductorProtocol { /** * required string name = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getNameBytes() { java.lang.Object ref = name_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); name_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -2859,7 +2859,7 @@ public final class TestConductorProtocol { * required string name = 1; */ public Builder setNameBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -2950,7 +2950,7 @@ public final class TestConductorProtocol { } public interface AddressRequestOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string node = 1; /** @@ -2964,7 +2964,7 @@ public final class TestConductorProtocol { /** * required string node = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getNodeBytes(); // optional .Address addr = 2; @@ -2985,14 +2985,14 @@ public final class TestConductorProtocol { * Protobuf type {@code AddressRequest} */ public static final class AddressRequest extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements AddressRequestOrBuilder { // Use AddressRequest.newBuilder() to construct. - private AddressRequest(com.google.protobuf.GeneratedMessage.Builder builder) { + private AddressRequest(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private AddressRequest(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private AddressRequest(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final AddressRequest defaultInstance; public static AddressRequest getDefaultInstance() { @@ -3003,20 +3003,20 @@ public final class TestConductorProtocol { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AddressRequest( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -3052,40 +3052,40 @@ public final class TestConductorProtocol { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_AddressRequest_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_AddressRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.remote.testconductor.TestConductorProtocol.AddressRequest.class, akka.remote.testconductor.TestConductorProtocol.AddressRequest.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public AddressRequest parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new AddressRequest(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -3107,8 +3107,8 @@ public final class TestConductorProtocol { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { node_ = s; @@ -3119,17 +3119,17 @@ public final class TestConductorProtocol { /** * required string node = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getNodeBytes() { java.lang.Object ref = node_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); node_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3178,7 +3178,7 @@ public final class TestConductorProtocol { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -3197,11 +3197,11 @@ public final class TestConductorProtocol { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getNodeBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, addr_); } size += getUnknownFields().getSerializedSize(); @@ -3217,24 +3217,24 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.AddressRequest parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.AddressRequest parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.AddressRequest parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.AddressRequest parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.AddressRequest parseFrom(java.io.InputStream input) @@ -3243,7 +3243,7 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.AddressRequest parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3253,18 +3253,18 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.AddressRequest parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.AddressRequest parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.remote.testconductor.TestConductorProtocol.AddressRequest parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3278,7 +3278,7 @@ public final class TestConductorProtocol { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -3286,14 +3286,14 @@ public final class TestConductorProtocol { * Protobuf type {@code AddressRequest} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.remote.testconductor.TestConductorProtocol.AddressRequestOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_AddressRequest_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_AddressRequest_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3306,12 +3306,12 @@ public final class TestConductorProtocol { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAddrFieldBuilder(); } } @@ -3336,7 +3336,7 @@ public final class TestConductorProtocol { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.remote.testconductor.TestConductorProtocol.internal_static_AddressRequest_descriptor; } @@ -3374,7 +3374,7 @@ public final class TestConductorProtocol { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.remote.testconductor.TestConductorProtocol.AddressRequest) { return mergeFrom((akka.remote.testconductor.TestConductorProtocol.AddressRequest)other); } else { @@ -3412,13 +3412,13 @@ public final class TestConductorProtocol { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.remote.testconductor.TestConductorProtocol.AddressRequest parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.remote.testconductor.TestConductorProtocol.AddressRequest) e.getUnfinishedMessage(); throw e; } finally { @@ -3444,7 +3444,7 @@ public final class TestConductorProtocol { public java.lang.String getNode() { java.lang.Object ref = node_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); node_ = s; return s; @@ -3455,17 +3455,17 @@ public final class TestConductorProtocol { /** * required string node = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getNodeBytes() { java.lang.Object ref = node_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); node_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -3494,7 +3494,7 @@ public final class TestConductorProtocol { * required string node = 1; */ public Builder setNodeBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -3506,7 +3506,7 @@ public final class TestConductorProtocol { // optional .Address addr = 2; private akka.remote.testconductor.TestConductorProtocol.Address addr_ = akka.remote.testconductor.TestConductorProtocol.Address.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder> addrBuilder_; /** * optional .Address addr = 2; @@ -3607,11 +3607,11 @@ public final class TestConductorProtocol { /** * optional .Address addr = 2; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder> getAddrFieldBuilder() { if (addrBuilder_ == null) { - addrBuilder_ = new com.google.protobuf.SingleFieldBuilder< + addrBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder>( addr_, getParentForChildren(), @@ -3633,7 +3633,7 @@ public final class TestConductorProtocol { } public interface AddressOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string protocol = 1; /** @@ -3647,7 +3647,7 @@ public final class TestConductorProtocol { /** * required string protocol = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getProtocolBytes(); // required string system = 2; @@ -3662,7 +3662,7 @@ public final class TestConductorProtocol { /** * required string system = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getSystemBytes(); // required string host = 3; @@ -3677,7 +3677,7 @@ public final class TestConductorProtocol { /** * required string host = 3; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getHostBytes(); // required int32 port = 4; @@ -3694,14 +3694,14 @@ public final class TestConductorProtocol { * Protobuf type {@code Address} */ public static final class Address extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements AddressOrBuilder { // Use Address.newBuilder() to construct. - private Address(com.google.protobuf.GeneratedMessage.Builder builder) { + private Address(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private Address(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private Address(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final Address defaultInstance; public static Address getDefaultInstance() { @@ -3712,20 +3712,20 @@ public final class TestConductorProtocol { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private Address( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -3763,40 +3763,40 @@ public final class TestConductorProtocol { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Address_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Address_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.remote.testconductor.TestConductorProtocol.Address.class, akka.remote.testconductor.TestConductorProtocol.Address.Builder.class); } - public static com.google.protobuf.Parser
PARSER = - new com.google.protobuf.AbstractParser
() { + public static akka.protobuf.Parser
PARSER = + new akka.protobuf.AbstractParser
() { public Address parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new Address(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser
getParserForType() { + public akka.protobuf.Parser
getParserForType() { return PARSER; } @@ -3818,8 +3818,8 @@ public final class TestConductorProtocol { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { protocol_ = s; @@ -3830,17 +3830,17 @@ public final class TestConductorProtocol { /** * required string protocol = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); protocol_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3861,8 +3861,8 @@ public final class TestConductorProtocol { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { system_ = s; @@ -3873,17 +3873,17 @@ public final class TestConductorProtocol { /** * required string system = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getSystemBytes() { java.lang.Object ref = system_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); system_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3904,8 +3904,8 @@ public final class TestConductorProtocol { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { host_ = s; @@ -3916,17 +3916,17 @@ public final class TestConductorProtocol { /** * required string host = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getHostBytes() { java.lang.Object ref = host_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); host_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3977,7 +3977,7 @@ public final class TestConductorProtocol { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -4002,19 +4002,19 @@ public final class TestConductorProtocol { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getProtocolBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, getSystemBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(3, getHostBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(4, port_); } size += getUnknownFields().getSerializedSize(); @@ -4030,24 +4030,24 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.Address parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.Address parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.Address parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.Address parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.Address parseFrom(java.io.InputStream input) @@ -4056,7 +4056,7 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.Address parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4066,18 +4066,18 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.Address parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.Address parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.remote.testconductor.TestConductorProtocol.Address parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4091,7 +4091,7 @@ public final class TestConductorProtocol { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -4099,14 +4099,14 @@ public final class TestConductorProtocol { * Protobuf type {@code Address} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Address_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Address_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4119,12 +4119,12 @@ public final class TestConductorProtocol { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -4148,7 +4148,7 @@ public final class TestConductorProtocol { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.remote.testconductor.TestConductorProtocol.internal_static_Address_descriptor; } @@ -4190,7 +4190,7 @@ public final class TestConductorProtocol { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.remote.testconductor.TestConductorProtocol.Address) { return mergeFrom((akka.remote.testconductor.TestConductorProtocol.Address)other); } else { @@ -4244,13 +4244,13 @@ public final class TestConductorProtocol { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.remote.testconductor.TestConductorProtocol.Address parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.remote.testconductor.TestConductorProtocol.Address) e.getUnfinishedMessage(); throw e; } finally { @@ -4276,7 +4276,7 @@ public final class TestConductorProtocol { public java.lang.String getProtocol() { java.lang.Object ref = protocol_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); protocol_ = s; return s; @@ -4287,17 +4287,17 @@ public final class TestConductorProtocol { /** * required string protocol = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getProtocolBytes() { java.lang.Object ref = protocol_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); protocol_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -4326,7 +4326,7 @@ public final class TestConductorProtocol { * required string protocol = 1; */ public Builder setProtocolBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4350,7 +4350,7 @@ public final class TestConductorProtocol { public java.lang.String getSystem() { java.lang.Object ref = system_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); system_ = s; return s; @@ -4361,17 +4361,17 @@ public final class TestConductorProtocol { /** * required string system = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getSystemBytes() { java.lang.Object ref = system_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); system_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -4400,7 +4400,7 @@ public final class TestConductorProtocol { * required string system = 2; */ public Builder setSystemBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4424,7 +4424,7 @@ public final class TestConductorProtocol { public java.lang.String getHost() { java.lang.Object ref = host_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); host_ = s; return s; @@ -4435,17 +4435,17 @@ public final class TestConductorProtocol { /** * required string host = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getHostBytes() { java.lang.Object ref = host_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); host_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -4474,7 +4474,7 @@ public final class TestConductorProtocol { * required string host = 3; */ public Builder setHostBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4529,7 +4529,7 @@ public final class TestConductorProtocol { } public interface InjectFailureOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required .FailType failure = 1; /** @@ -4589,14 +4589,14 @@ public final class TestConductorProtocol { * Protobuf type {@code InjectFailure} */ public static final class InjectFailure extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements InjectFailureOrBuilder { // Use InjectFailure.newBuilder() to construct. - private InjectFailure(com.google.protobuf.GeneratedMessage.Builder builder) { + private InjectFailure(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private InjectFailure(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private InjectFailure(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final InjectFailure defaultInstance; public static InjectFailure getDefaultInstance() { @@ -4607,20 +4607,20 @@ public final class TestConductorProtocol { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private InjectFailure( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -4683,40 +4683,40 @@ public final class TestConductorProtocol { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_InjectFailure_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_InjectFailure_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.remote.testconductor.TestConductorProtocol.InjectFailure.class, akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public InjectFailure parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new InjectFailure(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -4833,7 +4833,7 @@ public final class TestConductorProtocol { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -4861,23 +4861,23 @@ public final class TestConductorProtocol { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeEnumSize(1, failure_.getNumber()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeEnumSize(2, direction_.getNumber()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, address_); } if (((bitField0_ & 0x00000008) == 0x00000008)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeFloatSize(6, rateMBit_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(7, exitValue_); } size += getUnknownFields().getSerializedSize(); @@ -4893,24 +4893,24 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.InjectFailure parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.InjectFailure parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.InjectFailure parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.remote.testconductor.TestConductorProtocol.InjectFailure parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.InjectFailure parseFrom(java.io.InputStream input) @@ -4919,7 +4919,7 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.InjectFailure parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4929,18 +4929,18 @@ public final class TestConductorProtocol { } public static akka.remote.testconductor.TestConductorProtocol.InjectFailure parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.remote.testconductor.TestConductorProtocol.InjectFailure parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.remote.testconductor.TestConductorProtocol.InjectFailure parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4954,7 +4954,7 @@ public final class TestConductorProtocol { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -4962,14 +4962,14 @@ public final class TestConductorProtocol { * Protobuf type {@code InjectFailure} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.remote.testconductor.TestConductorProtocol.internal_static_InjectFailure_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.remote.testconductor.TestConductorProtocol.internal_static_InjectFailure_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4982,12 +4982,12 @@ public final class TestConductorProtocol { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getAddressFieldBuilder(); } } @@ -5018,7 +5018,7 @@ public final class TestConductorProtocol { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.remote.testconductor.TestConductorProtocol.internal_static_InjectFailure_descriptor; } @@ -5068,7 +5068,7 @@ public final class TestConductorProtocol { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.remote.testconductor.TestConductorProtocol.InjectFailure) { return mergeFrom((akka.remote.testconductor.TestConductorProtocol.InjectFailure)other); } else { @@ -5113,13 +5113,13 @@ public final class TestConductorProtocol { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.remote.testconductor.TestConductorProtocol.InjectFailure parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.remote.testconductor.TestConductorProtocol.InjectFailure) e.getUnfinishedMessage(); throw e; } finally { @@ -5205,7 +5205,7 @@ public final class TestConductorProtocol { // optional .Address address = 3; private akka.remote.testconductor.TestConductorProtocol.Address address_ = akka.remote.testconductor.TestConductorProtocol.Address.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder> addressBuilder_; /** * optional .Address address = 3; @@ -5306,11 +5306,11 @@ public final class TestConductorProtocol { /** * optional .Address address = 3; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder> getAddressFieldBuilder() { if (addressBuilder_ == null) { - addressBuilder_ = new com.google.protobuf.SingleFieldBuilder< + addressBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder>( address_, getParentForChildren(), @@ -5397,114 +5397,113 @@ public final class TestConductorProtocol { // @@protoc_insertion_point(class_scope:InjectFailure) } - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Wrapper_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Wrapper_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Hello_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Hello_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_EnterBarrier_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_EnterBarrier_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_AddressRequest_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_AddressRequest_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_Address_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_Address_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_InjectFailure_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_InjectFailure_fieldAccessorTable; - public static com.google.protobuf.Descriptors.FileDescriptor + public static akka.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } - private static com.google.protobuf.Descriptors.FileDescriptor + private static akka.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { - "\n$protobuf/TestConductorProtocol.proto\"\216" + - "\001\n\007Wrapper\022\025\n\005hello\030\001 \001(\0132\006.Hello\022\036\n\007bar" + - "rier\030\002 \001(\0132\r.EnterBarrier\022\037\n\007failure\030\003 \001" + - "(\0132\016.InjectFailure\022\014\n\004done\030\004 \001(\t\022\035\n\004addr" + - "\030\005 \001(\0132\017.AddressRequest\"0\n\005Hello\022\014\n\004name" + - "\030\001 \002(\t\022\031\n\007address\030\002 \002(\0132\010.Address\"E\n\014Ent" + - "erBarrier\022\014\n\004name\030\001 \002(\t\022\026\n\002op\030\002 \002(\0162\n.Ba" + - "rrierOp\022\017\n\007timeout\030\003 \001(\003\"6\n\016AddressReque" + - "st\022\014\n\004node\030\001 \002(\t\022\026\n\004addr\030\002 \001(\0132\010.Address" + - "\"G\n\007Address\022\020\n\010protocol\030\001 \002(\t\022\016\n\006system\030", - "\002 \002(\t\022\014\n\004host\030\003 \002(\t\022\014\n\004port\030\004 \002(\005\"\212\001\n\rIn" + - "jectFailure\022\032\n\007failure\030\001 \002(\0162\t.FailType\022" + - "\035\n\tdirection\030\002 \001(\0162\n.Direction\022\031\n\007addres" + - "s\030\003 \001(\0132\010.Address\022\020\n\010rateMBit\030\006 \001(\002\022\021\n\te" + - "xitValue\030\007 \001(\005*;\n\tBarrierOp\022\t\n\005Enter\020\001\022\010" + - "\n\004Fail\020\002\022\r\n\tSucceeded\020\003\022\n\n\006Failed\020\004*_\n\010F" + - "ailType\022\014\n\010Throttle\020\001\022\016\n\nDisconnect\020\002\022\t\n" + - "\005Abort\020\003\022\010\n\004Exit\020\004\022\014\n\010Shutdown\020\005\022\022\n\016Shut" + - "downAbrupt\020\006*,\n\tDirection\022\010\n\004Send\020\001\022\013\n\007R" + - "eceive\020\002\022\010\n\004Both\020\003B\035\n\031akka.remote.testco", - "nductorH\001" + "\n\033TestConductorProtocol.proto\"\216\001\n\007Wrappe" + + "r\022\025\n\005hello\030\001 \001(\0132\006.Hello\022\036\n\007barrier\030\002 \001(" + + "\0132\r.EnterBarrier\022\037\n\007failure\030\003 \001(\0132\016.Inje" + + "ctFailure\022\014\n\004done\030\004 \001(\t\022\035\n\004addr\030\005 \001(\0132\017." + + "AddressRequest\"0\n\005Hello\022\014\n\004name\030\001 \002(\t\022\031\n" + + "\007address\030\002 \002(\0132\010.Address\"E\n\014EnterBarrier" + + "\022\014\n\004name\030\001 \002(\t\022\026\n\002op\030\002 \002(\0162\n.BarrierOp\022\017" + + "\n\007timeout\030\003 \001(\003\"6\n\016AddressRequest\022\014\n\004nod" + + "e\030\001 \002(\t\022\026\n\004addr\030\002 \001(\0132\010.Address\"G\n\007Addre" + + "ss\022\020\n\010protocol\030\001 \002(\t\022\016\n\006system\030\002 \002(\t\022\014\n\004", + "host\030\003 \002(\t\022\014\n\004port\030\004 \002(\005\"\212\001\n\rInjectFailu" + + "re\022\032\n\007failure\030\001 \002(\0162\t.FailType\022\035\n\tdirect" + + "ion\030\002 \001(\0162\n.Direction\022\031\n\007address\030\003 \001(\0132\010" + + ".Address\022\020\n\010rateMBit\030\006 \001(\002\022\021\n\texitValue\030" + + "\007 \001(\005*;\n\tBarrierOp\022\t\n\005Enter\020\001\022\010\n\004Fail\020\002\022" + + "\r\n\tSucceeded\020\003\022\n\n\006Failed\020\004*_\n\010FailType\022\014" + + "\n\010Throttle\020\001\022\016\n\nDisconnect\020\002\022\t\n\005Abort\020\003\022" + + "\010\n\004Exit\020\004\022\014\n\010Shutdown\020\005\022\022\n\016ShutdownAbrup" + + "t\020\006*,\n\tDirection\022\010\n\004Send\020\001\022\013\n\007Receive\020\002\022" + + "\010\n\004Both\020\003B\035\n\031akka.remote.testconductorH\001" }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { + akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { + public akka.protobuf.ExtensionRegistry assignDescriptors( + akka.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_Wrapper_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_Wrapper_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Wrapper_descriptor, new java.lang.String[] { "Hello", "Barrier", "Failure", "Done", "Addr", }); internal_static_Hello_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_Hello_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Hello_descriptor, new java.lang.String[] { "Name", "Address", }); internal_static_EnterBarrier_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_EnterBarrier_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_EnterBarrier_descriptor, new java.lang.String[] { "Name", "Op", "Timeout", }); internal_static_AddressRequest_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_AddressRequest_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_AddressRequest_descriptor, new java.lang.String[] { "Node", "Addr", }); internal_static_Address_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_Address_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_Address_descriptor, new java.lang.String[] { "Protocol", "System", "Host", "Port", }); internal_static_InjectFailure_descriptor = getDescriptor().getMessageTypes().get(5); internal_static_InjectFailure_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_InjectFailure_descriptor, new java.lang.String[] { "Failure", "Direction", "Address", "RateMBit", "ExitValue", }); return null; } }; - com.google.protobuf.Descriptors.FileDescriptor + akka.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { + new akka.protobuf.Descriptors.FileDescriptor[] { }, assigner); } diff --git a/akka-multi-node-testkit/src/main/scala/akka/remote/testconductor/DataTypes.scala b/akka-multi-node-testkit/src/main/scala/akka/remote/testconductor/DataTypes.scala index 724fff7faa..5e1648f286 100644 --- a/akka-multi-node-testkit/src/main/scala/akka/remote/testconductor/DataTypes.scala +++ b/akka-multi-node-testkit/src/main/scala/akka/remote/testconductor/DataTypes.scala @@ -9,7 +9,7 @@ import org.jboss.netty.handler.codec.oneone.OneToOneEncoder import org.jboss.netty.channel.ChannelHandlerContext import org.jboss.netty.channel.Channel import akka.remote.testconductor.{ TestConductorProtocol ⇒ TCP } -import com.google.protobuf.Message +import akka.protobuf.Message import akka.actor.Address import org.jboss.netty.handler.codec.oneone.OneToOneDecoder import scala.concurrent.duration._ diff --git a/akka-multi-node-testkit/src/main/scala/akka/remote/testconductor/RemoteConnection.scala b/akka-multi-node-testkit/src/main/scala/akka/remote/testconductor/RemoteConnection.scala index 3e45b4290a..3ee0a3ec55 100644 --- a/akka-multi-node-testkit/src/main/scala/akka/remote/testconductor/RemoteConnection.scala +++ b/akka-multi-node-testkit/src/main/scala/akka/remote/testconductor/RemoteConnection.scala @@ -8,12 +8,43 @@ import org.jboss.netty.channel.socket.nio.{ NioClientSocketChannelFactory, NioSe import org.jboss.netty.bootstrap.{ ClientBootstrap, ServerBootstrap } import org.jboss.netty.handler.codec.frame.{ LengthFieldBasedFrameDecoder, LengthFieldPrepender } import org.jboss.netty.handler.codec.compression.{ ZlibDecoder, ZlibEncoder } -import org.jboss.netty.handler.codec.protobuf.{ ProtobufDecoder, ProtobufEncoder } import org.jboss.netty.handler.timeout.{ ReadTimeoutHandler, ReadTimeoutException } import java.net.InetSocketAddress import java.util.concurrent.Executors import akka.event.Logging import akka.util.Helpers +import org.jboss.netty.handler.codec.oneone.{ OneToOneEncoder, OneToOneDecoder } +import org.jboss.netty.channel.ChannelHandlerContext +import akka.protobuf.Message +import org.jboss.netty.buffer.ChannelBuffer + +/** + * INTERNAL API. + */ +private[akka] class ProtobufEncoder extends OneToOneEncoder { + override def encode(ctx: ChannelHandlerContext, ch: Channel, msg: AnyRef): AnyRef = + msg match { + case m: Message ⇒ + val bytes = m.toByteArray() + ctx.getChannel.getConfig.getBufferFactory.getBuffer(bytes, 0, bytes.length) + case other ⇒ other + } +} + +/** + * INTERNAL API. + */ +private[akka] class ProtobufDecoder(prototype: Message) extends OneToOneDecoder { + override def decode(ctx: ChannelHandlerContext, ch: Channel, obj: AnyRef): AnyRef = + obj match { + case buf: ChannelBuffer ⇒ + val len = buf.readableBytes() + val bytes = new Array[Byte](len) + buf.getBytes(buf.readerIndex, bytes, 0, len) + prototype.getParserForType.parseFrom(bytes) + case other ⇒ other + } +} /** * INTERNAL API. diff --git a/akka-persistence/src/main/java/akka/persistence/serialization/MessageFormats.java b/akka-persistence/src/main/java/akka/persistence/serialization/MessageFormats.java index 4c7d2985a7..53e63f67e7 100644 --- a/akka-persistence/src/main/java/akka/persistence/serialization/MessageFormats.java +++ b/akka-persistence/src/main/java/akka/persistence/serialization/MessageFormats.java @@ -6,10 +6,10 @@ package akka.persistence.serialization; public final class MessageFormats { private MessageFormats() {} public static void registerAllExtensions( - com.google.protobuf.ExtensionRegistry registry) { + akka.protobuf.ExtensionRegistry registry) { } public interface PersistentMessageOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // optional .PersistentPayload payload = 1; /** @@ -47,16 +47,24 @@ public final class MessageFormats { /** * optional string persistenceId = 3; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getPersistenceIdBytes(); // optional bool deleted = 4; /** * optional bool deleted = 4; + * + *
+     * not used in new records from 2.4
+     * 
*/ boolean hasDeleted(); /** * optional bool deleted = 4; + * + *
+     * not used in new records from 2.4
+     * 
*/ boolean getDeleted(); @@ -96,7 +104,7 @@ public final class MessageFormats { * optional string confirmTarget = 10; // Removed in 2.4 * */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getSenderBytes(); // optional string manifest = 12; @@ -111,7 +119,7 @@ public final class MessageFormats { /** * optional string manifest = 12; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getManifestBytes(); // optional string writerUuid = 13; @@ -126,21 +134,21 @@ public final class MessageFormats { /** * optional string writerUuid = 13; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getWriterUuidBytes(); } /** * Protobuf type {@code PersistentMessage} */ public static final class PersistentMessage extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements PersistentMessageOrBuilder { // Use PersistentMessage.newBuilder() to construct. - private PersistentMessage(com.google.protobuf.GeneratedMessage.Builder builder) { + private PersistentMessage(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private PersistentMessage(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private PersistentMessage(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final PersistentMessage defaultInstance; public static PersistentMessage getDefaultInstance() { @@ -151,20 +159,20 @@ public final class MessageFormats { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PersistentMessage( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -225,40 +233,40 @@ public final class MessageFormats { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentMessage_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.persistence.serialization.MessageFormats.PersistentMessage.class, akka.persistence.serialization.MessageFormats.PersistentMessage.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public PersistentMessage parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new PersistentMessage(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -318,8 +326,8 @@ public final class MessageFormats { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { persistenceId_ = s; @@ -330,17 +338,17 @@ public final class MessageFormats { /** * optional string persistenceId = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getPersistenceIdBytes() { java.lang.Object ref = persistenceId_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); persistenceId_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -349,12 +357,20 @@ public final class MessageFormats { private boolean deleted_; /** * optional bool deleted = 4; + * + *
+     * not used in new records from 2.4
+     * 
*/ public boolean hasDeleted() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional bool deleted = 4; + * + *
+     * not used in new records from 2.4
+     * 
*/ public boolean getDeleted() { return deleted_; @@ -393,8 +409,8 @@ public final class MessageFormats { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { sender_ = s; @@ -413,17 +429,17 @@ public final class MessageFormats { * optional string confirmTarget = 10; // Removed in 2.4 * */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getSenderBytes() { java.lang.Object ref = sender_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); sender_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -444,8 +460,8 @@ public final class MessageFormats { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { manifest_ = s; @@ -456,17 +472,17 @@ public final class MessageFormats { /** * optional string manifest = 12; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getManifestBytes() { java.lang.Object ref = manifest_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); manifest_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -487,8 +503,8 @@ public final class MessageFormats { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { writerUuid_ = s; @@ -499,17 +515,17 @@ public final class MessageFormats { /** * optional string writerUuid = 13; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getWriterUuidBytes() { java.lang.Object ref = writerUuid_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); writerUuid_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -537,7 +553,7 @@ public final class MessageFormats { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -571,31 +587,31 @@ public final class MessageFormats { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, payload_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(2, sequenceNr_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(3, getPersistenceIdBytes()); } if (((bitField0_ & 0x00000008) == 0x00000008)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBoolSize(4, deleted_); } if (((bitField0_ & 0x00000010) == 0x00000010)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(11, getSenderBytes()); } if (((bitField0_ & 0x00000020) == 0x00000020)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(12, getManifestBytes()); } if (((bitField0_ & 0x00000040) == 0x00000040)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(13, getWriterUuidBytes()); } size += getUnknownFields().getSerializedSize(); @@ -611,24 +627,24 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.PersistentMessage parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.PersistentMessage parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.PersistentMessage parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.PersistentMessage parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.PersistentMessage parseFrom(java.io.InputStream input) @@ -637,7 +653,7 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.PersistentMessage parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -647,18 +663,18 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.PersistentMessage parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.PersistentMessage parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.persistence.serialization.MessageFormats.PersistentMessage parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -672,7 +688,7 @@ public final class MessageFormats { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -680,14 +696,14 @@ public final class MessageFormats { * Protobuf type {@code PersistentMessage} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.persistence.serialization.MessageFormats.PersistentMessageOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentMessage_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentMessage_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -700,12 +716,12 @@ public final class MessageFormats { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getPayloadFieldBuilder(); } } @@ -740,7 +756,7 @@ public final class MessageFormats { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentMessage_descriptor; } @@ -798,7 +814,7 @@ public final class MessageFormats { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.persistence.serialization.MessageFormats.PersistentMessage) { return mergeFrom((akka.persistence.serialization.MessageFormats.PersistentMessage)other); } else { @@ -853,13 +869,13 @@ public final class MessageFormats { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.persistence.serialization.MessageFormats.PersistentMessage parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.persistence.serialization.MessageFormats.PersistentMessage) e.getUnfinishedMessage(); throw e; } finally { @@ -873,7 +889,7 @@ public final class MessageFormats { // optional .PersistentPayload payload = 1; private akka.persistence.serialization.MessageFormats.PersistentPayload payload_ = akka.persistence.serialization.MessageFormats.PersistentPayload.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.persistence.serialization.MessageFormats.PersistentPayload, akka.persistence.serialization.MessageFormats.PersistentPayload.Builder, akka.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder> payloadBuilder_; /** * optional .PersistentPayload payload = 1; @@ -974,11 +990,11 @@ public final class MessageFormats { /** * optional .PersistentPayload payload = 1; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.persistence.serialization.MessageFormats.PersistentPayload, akka.persistence.serialization.MessageFormats.PersistentPayload.Builder, akka.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder> getPayloadFieldBuilder() { if (payloadBuilder_ == null) { - payloadBuilder_ = new com.google.protobuf.SingleFieldBuilder< + payloadBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.persistence.serialization.MessageFormats.PersistentPayload, akka.persistence.serialization.MessageFormats.PersistentPayload.Builder, akka.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder>( payload_, getParentForChildren(), @@ -1035,7 +1051,7 @@ public final class MessageFormats { public java.lang.String getPersistenceId() { java.lang.Object ref = persistenceId_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); persistenceId_ = s; return s; @@ -1046,17 +1062,17 @@ public final class MessageFormats { /** * optional string persistenceId = 3; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getPersistenceIdBytes() { java.lang.Object ref = persistenceId_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); persistenceId_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -1085,7 +1101,7 @@ public final class MessageFormats { * optional string persistenceId = 3; */ public Builder setPersistenceIdBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1099,18 +1115,30 @@ public final class MessageFormats { private boolean deleted_ ; /** * optional bool deleted = 4; + * + *
+       * not used in new records from 2.4
+       * 
*/ public boolean hasDeleted() { return ((bitField0_ & 0x00000008) == 0x00000008); } /** * optional bool deleted = 4; + * + *
+       * not used in new records from 2.4
+       * 
*/ public boolean getDeleted() { return deleted_; } /** * optional bool deleted = 4; + * + *
+       * not used in new records from 2.4
+       * 
*/ public Builder setDeleted(boolean value) { bitField0_ |= 0x00000008; @@ -1120,6 +1148,10 @@ public final class MessageFormats { } /** * optional bool deleted = 4; + * + *
+       * not used in new records from 2.4
+       * 
*/ public Builder clearDeleted() { bitField0_ = (bitField0_ & ~0x00000008); @@ -1158,7 +1190,7 @@ public final class MessageFormats { public java.lang.String getSender() { java.lang.Object ref = sender_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); sender_ = s; return s; @@ -1177,17 +1209,17 @@ public final class MessageFormats { * optional string confirmTarget = 10; // Removed in 2.4 * */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getSenderBytes() { java.lang.Object ref = sender_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); sender_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -1240,7 +1272,7 @@ public final class MessageFormats { * */ public Builder setSenderBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1264,7 +1296,7 @@ public final class MessageFormats { public java.lang.String getManifest() { java.lang.Object ref = manifest_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); manifest_ = s; return s; @@ -1275,17 +1307,17 @@ public final class MessageFormats { /** * optional string manifest = 12; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getManifestBytes() { java.lang.Object ref = manifest_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); manifest_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -1314,7 +1346,7 @@ public final class MessageFormats { * optional string manifest = 12; */ public Builder setManifestBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1338,7 +1370,7 @@ public final class MessageFormats { public java.lang.String getWriterUuid() { java.lang.Object ref = writerUuid_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); writerUuid_ = s; return s; @@ -1349,17 +1381,17 @@ public final class MessageFormats { /** * optional string writerUuid = 13; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getWriterUuidBytes() { java.lang.Object ref = writerUuid_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); writerUuid_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -1388,7 +1420,7 @@ public final class MessageFormats { * optional string writerUuid = 13; */ public Builder setWriterUuidBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1410,7 +1442,7 @@ public final class MessageFormats { } public interface PersistentPayloadOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required int32 serializerId = 1; /** @@ -1430,7 +1462,7 @@ public final class MessageFormats { /** * required bytes payload = 2; */ - com.google.protobuf.ByteString getPayload(); + akka.protobuf.ByteString getPayload(); // optional bytes payloadManifest = 3; /** @@ -1440,20 +1472,20 @@ public final class MessageFormats { /** * optional bytes payloadManifest = 3; */ - com.google.protobuf.ByteString getPayloadManifest(); + akka.protobuf.ByteString getPayloadManifest(); } /** * Protobuf type {@code PersistentPayload} */ public static final class PersistentPayload extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements PersistentPayloadOrBuilder { // Use PersistentPayload.newBuilder() to construct. - private PersistentPayload(com.google.protobuf.GeneratedMessage.Builder builder) { + private PersistentPayload(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private PersistentPayload(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private PersistentPayload(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final PersistentPayload defaultInstance; public static PersistentPayload getDefaultInstance() { @@ -1464,20 +1496,20 @@ public final class MessageFormats { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PersistentPayload( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -1510,40 +1542,40 @@ public final class MessageFormats { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentPayload_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentPayload_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.persistence.serialization.MessageFormats.PersistentPayload.class, akka.persistence.serialization.MessageFormats.PersistentPayload.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public PersistentPayload parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new PersistentPayload(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -1566,7 +1598,7 @@ public final class MessageFormats { // required bytes payload = 2; public static final int PAYLOAD_FIELD_NUMBER = 2; - private com.google.protobuf.ByteString payload_; + private akka.protobuf.ByteString payload_; /** * required bytes payload = 2; */ @@ -1576,13 +1608,13 @@ public final class MessageFormats { /** * required bytes payload = 2; */ - public com.google.protobuf.ByteString getPayload() { + public akka.protobuf.ByteString getPayload() { return payload_; } // optional bytes payloadManifest = 3; public static final int PAYLOADMANIFEST_FIELD_NUMBER = 3; - private com.google.protobuf.ByteString payloadManifest_; + private akka.protobuf.ByteString payloadManifest_; /** * optional bytes payloadManifest = 3; */ @@ -1592,14 +1624,14 @@ public final class MessageFormats { /** * optional bytes payloadManifest = 3; */ - public com.google.protobuf.ByteString getPayloadManifest() { + public akka.protobuf.ByteString getPayloadManifest() { return payloadManifest_; } private void initFields() { serializerId_ = 0; - payload_ = com.google.protobuf.ByteString.EMPTY; - payloadManifest_ = com.google.protobuf.ByteString.EMPTY; + payload_ = akka.protobuf.ByteString.EMPTY; + payloadManifest_ = akka.protobuf.ByteString.EMPTY; } private byte memoizedIsInitialized = -1; public final boolean isInitialized() { @@ -1618,7 +1650,7 @@ public final class MessageFormats { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -1640,15 +1672,15 @@ public final class MessageFormats { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt32Size(1, serializerId_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, payload_); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(3, payloadManifest_); } size += getUnknownFields().getSerializedSize(); @@ -1664,24 +1696,24 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.PersistentPayload parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.PersistentPayload parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.PersistentPayload parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.PersistentPayload parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.PersistentPayload parseFrom(java.io.InputStream input) @@ -1690,7 +1722,7 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.PersistentPayload parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1700,18 +1732,18 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.PersistentPayload parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.PersistentPayload parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.persistence.serialization.MessageFormats.PersistentPayload parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -1725,7 +1757,7 @@ public final class MessageFormats { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -1733,14 +1765,14 @@ public final class MessageFormats { * Protobuf type {@code PersistentPayload} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentPayload_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentPayload_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -1753,12 +1785,12 @@ public final class MessageFormats { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -1769,9 +1801,9 @@ public final class MessageFormats { super.clear(); serializerId_ = 0; bitField0_ = (bitField0_ & ~0x00000001); - payload_ = com.google.protobuf.ByteString.EMPTY; + payload_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000002); - payloadManifest_ = com.google.protobuf.ByteString.EMPTY; + payloadManifest_ = akka.protobuf.ByteString.EMPTY; bitField0_ = (bitField0_ & ~0x00000004); return this; } @@ -1780,7 +1812,7 @@ public final class MessageFormats { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentPayload_descriptor; } @@ -1818,7 +1850,7 @@ public final class MessageFormats { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.persistence.serialization.MessageFormats.PersistentPayload) { return mergeFrom((akka.persistence.serialization.MessageFormats.PersistentPayload)other); } else { @@ -1855,13 +1887,13 @@ public final class MessageFormats { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.persistence.serialization.MessageFormats.PersistentPayload parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.persistence.serialization.MessageFormats.PersistentPayload) e.getUnfinishedMessage(); throw e; } finally { @@ -1907,7 +1939,7 @@ public final class MessageFormats { } // required bytes payload = 2; - private com.google.protobuf.ByteString payload_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString payload_ = akka.protobuf.ByteString.EMPTY; /** * required bytes payload = 2; */ @@ -1917,13 +1949,13 @@ public final class MessageFormats { /** * required bytes payload = 2; */ - public com.google.protobuf.ByteString getPayload() { + public akka.protobuf.ByteString getPayload() { return payload_; } /** * required bytes payload = 2; */ - public Builder setPayload(com.google.protobuf.ByteString value) { + public Builder setPayload(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1943,7 +1975,7 @@ public final class MessageFormats { } // optional bytes payloadManifest = 3; - private com.google.protobuf.ByteString payloadManifest_ = com.google.protobuf.ByteString.EMPTY; + private akka.protobuf.ByteString payloadManifest_ = akka.protobuf.ByteString.EMPTY; /** * optional bytes payloadManifest = 3; */ @@ -1953,13 +1985,13 @@ public final class MessageFormats { /** * optional bytes payloadManifest = 3; */ - public com.google.protobuf.ByteString getPayloadManifest() { + public akka.protobuf.ByteString getPayloadManifest() { return payloadManifest_; } /** * optional bytes payloadManifest = 3; */ - public Builder setPayloadManifest(com.google.protobuf.ByteString value) { + public Builder setPayloadManifest(akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -1990,7 +2022,7 @@ public final class MessageFormats { } public interface AtomicWriteOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // repeated .PersistentMessage payload = 1; /** @@ -2021,14 +2053,14 @@ public final class MessageFormats { * Protobuf type {@code AtomicWrite} */ public static final class AtomicWrite extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements AtomicWriteOrBuilder { // Use AtomicWrite.newBuilder() to construct. - private AtomicWrite(com.google.protobuf.GeneratedMessage.Builder builder) { + private AtomicWrite(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private AtomicWrite(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private AtomicWrite(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final AtomicWrite defaultInstance; public static AtomicWrite getDefaultInstance() { @@ -2039,20 +2071,20 @@ public final class MessageFormats { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AtomicWrite( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -2078,10 +2110,10 @@ public final class MessageFormats { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { @@ -2091,30 +2123,30 @@ public final class MessageFormats { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_AtomicWrite_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_AtomicWrite_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.persistence.serialization.MessageFormats.AtomicWrite.class, akka.persistence.serialization.MessageFormats.AtomicWrite.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public AtomicWrite parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new AtomicWrite(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -2172,7 +2204,7 @@ public final class MessageFormats { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); for (int i = 0; i < payload_.size(); i++) { @@ -2188,7 +2220,7 @@ public final class MessageFormats { size = 0; for (int i = 0; i < payload_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(1, payload_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -2204,24 +2236,24 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.AtomicWrite parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.AtomicWrite parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.AtomicWrite parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.AtomicWrite parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.AtomicWrite parseFrom(java.io.InputStream input) @@ -2230,7 +2262,7 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.AtomicWrite parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2240,18 +2272,18 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.AtomicWrite parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.AtomicWrite parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.persistence.serialization.MessageFormats.AtomicWrite parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -2265,7 +2297,7 @@ public final class MessageFormats { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -2273,14 +2305,14 @@ public final class MessageFormats { * Protobuf type {@code AtomicWrite} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.persistence.serialization.MessageFormats.AtomicWriteOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_AtomicWrite_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_AtomicWrite_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -2293,12 +2325,12 @@ public final class MessageFormats { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getPayloadFieldBuilder(); } } @@ -2321,7 +2353,7 @@ public final class MessageFormats { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.persistence.serialization.MessageFormats.internal_static_AtomicWrite_descriptor; } @@ -2354,7 +2386,7 @@ public final class MessageFormats { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.persistence.serialization.MessageFormats.AtomicWrite) { return mergeFrom((akka.persistence.serialization.MessageFormats.AtomicWrite)other); } else { @@ -2384,7 +2416,7 @@ public final class MessageFormats { payload_ = other.payload_; bitField0_ = (bitField0_ & ~0x00000001); payloadBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getPayloadFieldBuilder() : null; } else { payloadBuilder_.addAllMessages(other.payload_); @@ -2406,13 +2438,13 @@ public final class MessageFormats { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.persistence.serialization.MessageFormats.AtomicWrite parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.persistence.serialization.MessageFormats.AtomicWrite) e.getUnfinishedMessage(); throw e; } finally { @@ -2434,7 +2466,7 @@ public final class MessageFormats { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.persistence.serialization.MessageFormats.PersistentMessage, akka.persistence.serialization.MessageFormats.PersistentMessage.Builder, akka.persistence.serialization.MessageFormats.PersistentMessageOrBuilder> payloadBuilder_; /** @@ -2649,11 +2681,11 @@ public final class MessageFormats { getPayloadBuilderList() { return getPayloadFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.persistence.serialization.MessageFormats.PersistentMessage, akka.persistence.serialization.MessageFormats.PersistentMessage.Builder, akka.persistence.serialization.MessageFormats.PersistentMessageOrBuilder> getPayloadFieldBuilder() { if (payloadBuilder_ == null) { - payloadBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + payloadBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.persistence.serialization.MessageFormats.PersistentMessage, akka.persistence.serialization.MessageFormats.PersistentMessage.Builder, akka.persistence.serialization.MessageFormats.PersistentMessageOrBuilder>( payload_, ((bitField0_ & 0x00000001) == 0x00000001), @@ -2676,7 +2708,7 @@ public final class MessageFormats { } public interface AtLeastOnceDeliverySnapshotOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required int64 currentDeliveryId = 1; /** @@ -2717,14 +2749,14 @@ public final class MessageFormats { * Protobuf type {@code AtLeastOnceDeliverySnapshot} */ public static final class AtLeastOnceDeliverySnapshot extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements AtLeastOnceDeliverySnapshotOrBuilder { // Use AtLeastOnceDeliverySnapshot.newBuilder() to construct. - private AtLeastOnceDeliverySnapshot(com.google.protobuf.GeneratedMessage.Builder builder) { + private AtLeastOnceDeliverySnapshot(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private AtLeastOnceDeliverySnapshot(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private AtLeastOnceDeliverySnapshot(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final AtLeastOnceDeliverySnapshot defaultInstance; public static AtLeastOnceDeliverySnapshot getDefaultInstance() { @@ -2735,20 +2767,20 @@ public final class MessageFormats { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private AtLeastOnceDeliverySnapshot( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -2779,10 +2811,10 @@ public final class MessageFormats { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { @@ -2792,35 +2824,35 @@ public final class MessageFormats { makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_AtLeastOnceDeliverySnapshot_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_AtLeastOnceDeliverySnapshot_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.class, akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public AtLeastOnceDeliverySnapshot parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new AtLeastOnceDeliverySnapshot(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } public interface UnconfirmedDeliveryOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required int64 deliveryId = 1; /** @@ -2844,7 +2876,7 @@ public final class MessageFormats { /** * required string destination = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getDestinationBytes(); // required .PersistentPayload payload = 3; @@ -2865,14 +2897,14 @@ public final class MessageFormats { * Protobuf type {@code AtLeastOnceDeliverySnapshot.UnconfirmedDelivery} */ public static final class UnconfirmedDelivery extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements UnconfirmedDeliveryOrBuilder { // Use UnconfirmedDelivery.newBuilder() to construct. - private UnconfirmedDelivery(com.google.protobuf.GeneratedMessage.Builder builder) { + private UnconfirmedDelivery(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private UnconfirmedDelivery(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private UnconfirmedDelivery(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final UnconfirmedDelivery defaultInstance; public static UnconfirmedDelivery getDefaultInstance() { @@ -2883,20 +2915,20 @@ public final class MessageFormats { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private UnconfirmedDelivery( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -2937,40 +2969,40 @@ public final class MessageFormats { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_AtLeastOnceDeliverySnapshot_UnconfirmedDelivery_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_AtLeastOnceDeliverySnapshot_UnconfirmedDelivery_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.class, akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public UnconfirmedDelivery parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new UnconfirmedDelivery(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -3008,8 +3040,8 @@ public final class MessageFormats { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { destination_ = s; @@ -3020,17 +3052,17 @@ public final class MessageFormats { /** * required string destination = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getDestinationBytes() { java.lang.Object ref = destination_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); destination_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -3086,7 +3118,7 @@ public final class MessageFormats { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -3108,15 +3140,15 @@ public final class MessageFormats { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(1, deliveryId_); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, getDestinationBytes()); } if (((bitField0_ & 0x00000004) == 0x00000004)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(3, payload_); } size += getUnknownFields().getSerializedSize(); @@ -3132,24 +3164,24 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery parseFrom(java.io.InputStream input) @@ -3158,7 +3190,7 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3168,18 +3200,18 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3193,7 +3225,7 @@ public final class MessageFormats { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -3201,14 +3233,14 @@ public final class MessageFormats { * Protobuf type {@code AtLeastOnceDeliverySnapshot.UnconfirmedDelivery} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_AtLeastOnceDeliverySnapshot_UnconfirmedDelivery_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_AtLeastOnceDeliverySnapshot_UnconfirmedDelivery_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3221,12 +3253,12 @@ public final class MessageFormats { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getPayloadFieldBuilder(); } } @@ -3253,7 +3285,7 @@ public final class MessageFormats { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.persistence.serialization.MessageFormats.internal_static_AtLeastOnceDeliverySnapshot_UnconfirmedDelivery_descriptor; } @@ -3295,7 +3327,7 @@ public final class MessageFormats { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery) { return mergeFrom((akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery)other); } else { @@ -3342,13 +3374,13 @@ public final class MessageFormats { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery) e.getUnfinishedMessage(); throw e; } finally { @@ -3407,7 +3439,7 @@ public final class MessageFormats { public java.lang.String getDestination() { java.lang.Object ref = destination_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); destination_ = s; return s; @@ -3418,17 +3450,17 @@ public final class MessageFormats { /** * required string destination = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getDestinationBytes() { java.lang.Object ref = destination_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); destination_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -3457,7 +3489,7 @@ public final class MessageFormats { * required string destination = 2; */ public Builder setDestinationBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -3469,7 +3501,7 @@ public final class MessageFormats { // required .PersistentPayload payload = 3; private akka.persistence.serialization.MessageFormats.PersistentPayload payload_ = akka.persistence.serialization.MessageFormats.PersistentPayload.getDefaultInstance(); - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.persistence.serialization.MessageFormats.PersistentPayload, akka.persistence.serialization.MessageFormats.PersistentPayload.Builder, akka.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder> payloadBuilder_; /** * required .PersistentPayload payload = 3; @@ -3570,11 +3602,11 @@ public final class MessageFormats { /** * required .PersistentPayload payload = 3; */ - private com.google.protobuf.SingleFieldBuilder< + private akka.protobuf.SingleFieldBuilder< akka.persistence.serialization.MessageFormats.PersistentPayload, akka.persistence.serialization.MessageFormats.PersistentPayload.Builder, akka.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder> getPayloadFieldBuilder() { if (payloadBuilder_ == null) { - payloadBuilder_ = new com.google.protobuf.SingleFieldBuilder< + payloadBuilder_ = new akka.protobuf.SingleFieldBuilder< akka.persistence.serialization.MessageFormats.PersistentPayload, akka.persistence.serialization.MessageFormats.PersistentPayload.Builder, akka.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder>( payload_, getParentForChildren(), @@ -3671,7 +3703,7 @@ public final class MessageFormats { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -3690,11 +3722,11 @@ public final class MessageFormats { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeInt64Size(1, currentDeliveryId_); } for (int i = 0; i < unconfirmedDeliveries_.size(); i++) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeMessageSize(2, unconfirmedDeliveries_.get(i)); } size += getUnknownFields().getSerializedSize(); @@ -3710,24 +3742,24 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot parseFrom(java.io.InputStream input) @@ -3736,7 +3768,7 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3746,18 +3778,18 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -3771,7 +3803,7 @@ public final class MessageFormats { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -3779,14 +3811,14 @@ public final class MessageFormats { * Protobuf type {@code AtLeastOnceDeliverySnapshot} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshotOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_AtLeastOnceDeliverySnapshot_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_AtLeastOnceDeliverySnapshot_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -3799,12 +3831,12 @@ public final class MessageFormats { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { getUnconfirmedDeliveriesFieldBuilder(); } } @@ -3829,7 +3861,7 @@ public final class MessageFormats { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.persistence.serialization.MessageFormats.internal_static_AtLeastOnceDeliverySnapshot_descriptor; } @@ -3868,7 +3900,7 @@ public final class MessageFormats { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot) { return mergeFrom((akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot)other); } else { @@ -3901,7 +3933,7 @@ public final class MessageFormats { unconfirmedDeliveries_ = other.unconfirmedDeliveries_; bitField0_ = (bitField0_ & ~0x00000002); unconfirmedDeliveriesBuilder_ = - com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? getUnconfirmedDeliveriesFieldBuilder() : null; } else { unconfirmedDeliveriesBuilder_.addAllMessages(other.unconfirmedDeliveries_); @@ -3927,13 +3959,13 @@ public final class MessageFormats { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot) e.getUnfinishedMessage(); throw e; } finally { @@ -3988,7 +4020,7 @@ public final class MessageFormats { } } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery, akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder, akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder> unconfirmedDeliveriesBuilder_; /** @@ -4203,11 +4235,11 @@ public final class MessageFormats { getUnconfirmedDeliveriesBuilderList() { return getUnconfirmedDeliveriesFieldBuilder().getBuilderList(); } - private com.google.protobuf.RepeatedFieldBuilder< + private akka.protobuf.RepeatedFieldBuilder< akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery, akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder, akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder> getUnconfirmedDeliveriesFieldBuilder() { if (unconfirmedDeliveriesBuilder_ == null) { - unconfirmedDeliveriesBuilder_ = new com.google.protobuf.RepeatedFieldBuilder< + unconfirmedDeliveriesBuilder_ = new akka.protobuf.RepeatedFieldBuilder< akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery, akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDelivery.Builder, akka.persistence.serialization.MessageFormats.AtLeastOnceDeliverySnapshot.UnconfirmedDeliveryOrBuilder>( unconfirmedDeliveries_, ((bitField0_ & 0x00000002) == 0x00000002), @@ -4230,7 +4262,7 @@ public final class MessageFormats { } public interface PersistentStateChangeEventOrBuilder - extends com.google.protobuf.MessageOrBuilder { + extends akka.protobuf.MessageOrBuilder { // required string stateIdentifier = 1; /** @@ -4244,7 +4276,7 @@ public final class MessageFormats { /** * required string stateIdentifier = 1; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getStateIdentifierBytes(); // optional string timeout = 2; @@ -4259,21 +4291,21 @@ public final class MessageFormats { /** * optional string timeout = 2; */ - com.google.protobuf.ByteString + akka.protobuf.ByteString getTimeoutBytes(); } /** * Protobuf type {@code PersistentStateChangeEvent} */ public static final class PersistentStateChangeEvent extends - com.google.protobuf.GeneratedMessage + akka.protobuf.GeneratedMessage implements PersistentStateChangeEventOrBuilder { // Use PersistentStateChangeEvent.newBuilder() to construct. - private PersistentStateChangeEvent(com.google.protobuf.GeneratedMessage.Builder builder) { + private PersistentStateChangeEvent(akka.protobuf.GeneratedMessage.Builder builder) { super(builder); this.unknownFields = builder.getUnknownFields(); } - private PersistentStateChangeEvent(boolean noInit) { this.unknownFields = com.google.protobuf.UnknownFieldSet.getDefaultInstance(); } + private PersistentStateChangeEvent(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } private static final PersistentStateChangeEvent defaultInstance; public static PersistentStateChangeEvent getDefaultInstance() { @@ -4284,20 +4316,20 @@ public final class MessageFormats { return defaultInstance; } - private final com.google.protobuf.UnknownFieldSet unknownFields; + private final akka.protobuf.UnknownFieldSet unknownFields; @java.lang.Override - public final com.google.protobuf.UnknownFieldSet + public final akka.protobuf.UnknownFieldSet getUnknownFields() { return this.unknownFields; } private PersistentStateChangeEvent( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { initFields(); int mutable_bitField0_ = 0; - com.google.protobuf.UnknownFieldSet.Builder unknownFields = - com.google.protobuf.UnknownFieldSet.newBuilder(); + akka.protobuf.UnknownFieldSet.Builder unknownFields = + akka.protobuf.UnknownFieldSet.newBuilder(); try { boolean done = false; while (!done) { @@ -4325,40 +4357,40 @@ public final class MessageFormats { } } } - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { throw e.setUnfinishedMessage(this); } catch (java.io.IOException e) { - throw new com.google.protobuf.InvalidProtocolBufferException( + throw new akka.protobuf.InvalidProtocolBufferException( e.getMessage()).setUnfinishedMessage(this); } finally { this.unknownFields = unknownFields.build(); makeExtensionsImmutable(); } } - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentStateChangeEvent_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentStateChangeEvent_fieldAccessorTable .ensureFieldAccessorsInitialized( akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent.class, akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent.Builder.class); } - public static com.google.protobuf.Parser PARSER = - new com.google.protobuf.AbstractParser() { + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { public PersistentStateChangeEvent parsePartialFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return new PersistentStateChangeEvent(input, extensionRegistry); } }; @java.lang.Override - public com.google.protobuf.Parser getParserForType() { + public akka.protobuf.Parser getParserForType() { return PARSER; } @@ -4380,8 +4412,8 @@ public final class MessageFormats { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { stateIdentifier_ = s; @@ -4392,17 +4424,17 @@ public final class MessageFormats { /** * required string stateIdentifier = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getStateIdentifierBytes() { java.lang.Object ref = stateIdentifier_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stateIdentifier_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -4423,8 +4455,8 @@ public final class MessageFormats { if (ref instanceof java.lang.String) { return (java.lang.String) ref; } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; + akka.protobuf.ByteString bs = + (akka.protobuf.ByteString) ref; java.lang.String s = bs.toStringUtf8(); if (bs.isValidUtf8()) { timeout_ = s; @@ -4435,17 +4467,17 @@ public final class MessageFormats { /** * optional string timeout = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getTimeoutBytes() { java.lang.Object ref = timeout_; if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); timeout_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } @@ -4466,7 +4498,7 @@ public final class MessageFormats { return true; } - public void writeTo(com.google.protobuf.CodedOutputStream output) + public void writeTo(akka.protobuf.CodedOutputStream output) throws java.io.IOException { getSerializedSize(); if (((bitField0_ & 0x00000001) == 0x00000001)) { @@ -4485,11 +4517,11 @@ public final class MessageFormats { size = 0; if (((bitField0_ & 0x00000001) == 0x00000001)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(1, getStateIdentifierBytes()); } if (((bitField0_ & 0x00000002) == 0x00000002)) { - size += com.google.protobuf.CodedOutputStream + size += akka.protobuf.CodedOutputStream .computeBytesSize(2, getTimeoutBytes()); } size += getUnknownFields().getSerializedSize(); @@ -4505,24 +4537,24 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent parseFrom( - com.google.protobuf.ByteString data) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent parseFrom( - com.google.protobuf.ByteString data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent parseFrom(byte[] data) - throws com.google.protobuf.InvalidProtocolBufferException { + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data); } public static akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent parseFrom( byte[] data, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) - throws com.google.protobuf.InvalidProtocolBufferException { + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { return PARSER.parseFrom(data, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent parseFrom(java.io.InputStream input) @@ -4531,7 +4563,7 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent parseFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4541,18 +4573,18 @@ public final class MessageFormats { } public static akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent parseDelimitedFrom( java.io.InputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseDelimitedFrom(input, extensionRegistry); } public static akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent parseFrom( - com.google.protobuf.CodedInputStream input) + akka.protobuf.CodedInputStream input) throws java.io.IOException { return PARSER.parseFrom(input); } public static akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent parseFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { return PARSER.parseFrom(input, extensionRegistry); } @@ -4566,7 +4598,7 @@ public final class MessageFormats { @java.lang.Override protected Builder newBuilderForType( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { Builder builder = new Builder(parent); return builder; } @@ -4574,14 +4606,14 @@ public final class MessageFormats { * Protobuf type {@code PersistentStateChangeEvent} */ public static final class Builder extends - com.google.protobuf.GeneratedMessage.Builder + akka.protobuf.GeneratedMessage.Builder implements akka.persistence.serialization.MessageFormats.PersistentStateChangeEventOrBuilder { - public static final com.google.protobuf.Descriptors.Descriptor + public static final akka.protobuf.Descriptors.Descriptor getDescriptor() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentStateChangeEvent_descriptor; } - protected com.google.protobuf.GeneratedMessage.FieldAccessorTable + protected akka.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentStateChangeEvent_fieldAccessorTable .ensureFieldAccessorsInitialized( @@ -4594,12 +4626,12 @@ public final class MessageFormats { } private Builder( - com.google.protobuf.GeneratedMessage.BuilderParent parent) { + akka.protobuf.GeneratedMessage.BuilderParent parent) { super(parent); maybeForceBuilderInitialization(); } private void maybeForceBuilderInitialization() { - if (com.google.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { } } private static Builder create() { @@ -4619,7 +4651,7 @@ public final class MessageFormats { return create().mergeFrom(buildPartial()); } - public com.google.protobuf.Descriptors.Descriptor + public akka.protobuf.Descriptors.Descriptor getDescriptorForType() { return akka.persistence.serialization.MessageFormats.internal_static_PersistentStateChangeEvent_descriptor; } @@ -4653,7 +4685,7 @@ public final class MessageFormats { return result; } - public Builder mergeFrom(com.google.protobuf.Message other) { + public Builder mergeFrom(akka.protobuf.Message other) { if (other instanceof akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent) { return mergeFrom((akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent)other); } else { @@ -4687,13 +4719,13 @@ public final class MessageFormats { } public Builder mergeFrom( - com.google.protobuf.CodedInputStream input, - com.google.protobuf.ExtensionRegistryLite extensionRegistry) + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException { akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent parsedMessage = null; try { parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); - } catch (com.google.protobuf.InvalidProtocolBufferException e) { + } catch (akka.protobuf.InvalidProtocolBufferException e) { parsedMessage = (akka.persistence.serialization.MessageFormats.PersistentStateChangeEvent) e.getUnfinishedMessage(); throw e; } finally { @@ -4719,7 +4751,7 @@ public final class MessageFormats { public java.lang.String getStateIdentifier() { java.lang.Object ref = stateIdentifier_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); stateIdentifier_ = s; return s; @@ -4730,17 +4762,17 @@ public final class MessageFormats { /** * required string stateIdentifier = 1; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getStateIdentifierBytes() { java.lang.Object ref = stateIdentifier_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); stateIdentifier_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -4769,7 +4801,7 @@ public final class MessageFormats { * required string stateIdentifier = 1; */ public Builder setStateIdentifierBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4793,7 +4825,7 @@ public final class MessageFormats { public java.lang.String getTimeout() { java.lang.Object ref = timeout_; if (!(ref instanceof java.lang.String)) { - java.lang.String s = ((com.google.protobuf.ByteString) ref) + java.lang.String s = ((akka.protobuf.ByteString) ref) .toStringUtf8(); timeout_ = s; return s; @@ -4804,17 +4836,17 @@ public final class MessageFormats { /** * optional string timeout = 2; */ - public com.google.protobuf.ByteString + public akka.protobuf.ByteString getTimeoutBytes() { java.lang.Object ref = timeout_; if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( (java.lang.String) ref); timeout_ = b; return b; } else { - return (com.google.protobuf.ByteString) ref; + return (akka.protobuf.ByteString) ref; } } /** @@ -4843,7 +4875,7 @@ public final class MessageFormats { * optional string timeout = 2; */ public Builder setTimeoutBytes( - com.google.protobuf.ByteString value) { + akka.protobuf.ByteString value) { if (value == null) { throw new NullPointerException(); } @@ -4864,42 +4896,42 @@ public final class MessageFormats { // @@protoc_insertion_point(class_scope:PersistentStateChangeEvent) } - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_PersistentMessage_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_PersistentMessage_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_PersistentPayload_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_PersistentPayload_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_AtomicWrite_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_AtomicWrite_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_AtLeastOnceDeliverySnapshot_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_AtLeastOnceDeliverySnapshot_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_AtLeastOnceDeliverySnapshot_UnconfirmedDelivery_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_AtLeastOnceDeliverySnapshot_UnconfirmedDelivery_fieldAccessorTable; - private static com.google.protobuf.Descriptors.Descriptor + private static akka.protobuf.Descriptors.Descriptor internal_static_PersistentStateChangeEvent_descriptor; private static - com.google.protobuf.GeneratedMessage.FieldAccessorTable + akka.protobuf.GeneratedMessage.FieldAccessorTable internal_static_PersistentStateChangeEvent_fieldAccessorTable; - public static com.google.protobuf.Descriptors.FileDescriptor + public static akka.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } - private static com.google.protobuf.Descriptors.FileDescriptor + private static akka.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { @@ -4922,53 +4954,53 @@ public final class MessageFormats { "\002 \001(\tB\"\n\036akka.persistence.serializationH" + "\001" }; - com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = - new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { - public com.google.protobuf.ExtensionRegistry assignDescriptors( - com.google.protobuf.Descriptors.FileDescriptor root) { + akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = + new akka.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() { + public akka.protobuf.ExtensionRegistry assignDescriptors( + akka.protobuf.Descriptors.FileDescriptor root) { descriptor = root; internal_static_PersistentMessage_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_PersistentMessage_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_PersistentMessage_descriptor, new java.lang.String[] { "Payload", "SequenceNr", "PersistenceId", "Deleted", "Sender", "Manifest", "WriterUuid", }); internal_static_PersistentPayload_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_PersistentPayload_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_PersistentPayload_descriptor, new java.lang.String[] { "SerializerId", "Payload", "PayloadManifest", }); internal_static_AtomicWrite_descriptor = getDescriptor().getMessageTypes().get(2); internal_static_AtomicWrite_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_AtomicWrite_descriptor, new java.lang.String[] { "Payload", }); internal_static_AtLeastOnceDeliverySnapshot_descriptor = getDescriptor().getMessageTypes().get(3); internal_static_AtLeastOnceDeliverySnapshot_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_AtLeastOnceDeliverySnapshot_descriptor, new java.lang.String[] { "CurrentDeliveryId", "UnconfirmedDeliveries", }); internal_static_AtLeastOnceDeliverySnapshot_UnconfirmedDelivery_descriptor = internal_static_AtLeastOnceDeliverySnapshot_descriptor.getNestedTypes().get(0); internal_static_AtLeastOnceDeliverySnapshot_UnconfirmedDelivery_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_AtLeastOnceDeliverySnapshot_UnconfirmedDelivery_descriptor, new java.lang.String[] { "DeliveryId", "Destination", "Payload", }); internal_static_PersistentStateChangeEvent_descriptor = getDescriptor().getMessageTypes().get(4); internal_static_PersistentStateChangeEvent_fieldAccessorTable = new - com.google.protobuf.GeneratedMessage.FieldAccessorTable( + akka.protobuf.GeneratedMessage.FieldAccessorTable( internal_static_PersistentStateChangeEvent_descriptor, new java.lang.String[] { "StateIdentifier", "Timeout", }); return null; } }; - com.google.protobuf.Descriptors.FileDescriptor + akka.protobuf.Descriptors.FileDescriptor .internalBuildGeneratedFileFrom(descriptorData, - new com.google.protobuf.Descriptors.FileDescriptor[] { + new akka.protobuf.Descriptors.FileDescriptor[] { }, assigner); } diff --git a/akka-persistence/src/main/scala/akka/persistence/serialization/MessageSerializer.scala b/akka-persistence/src/main/scala/akka/persistence/serialization/MessageSerializer.scala index 61e7dc81cf..b2a9e7c85d 100644 --- a/akka-persistence/src/main/scala/akka/persistence/serialization/MessageSerializer.scala +++ b/akka-persistence/src/main/scala/akka/persistence/serialization/MessageSerializer.scala @@ -10,7 +10,7 @@ import akka.persistence._ import akka.persistence.fsm.PersistentFSM.StateChangeEvent import akka.persistence.serialization.{ MessageFormats ⇒ mf } import akka.serialization._ -import com.google.protobuf._ +import akka.protobuf._ import scala.collection.immutable.VectorBuilder import scala.concurrent.duration import akka.actor.Actor diff --git a/akka-protobuf/build.sbt b/akka-protobuf/build.sbt new file mode 100644 index 0000000000..ae51673f89 --- /dev/null +++ b/akka-protobuf/build.sbt @@ -0,0 +1,11 @@ +import akka.{ AkkaBuild, Formatting, OSGi, Unidoc, Dependencies } +import com.typesafe.tools.mima.plugin.MimaKeys + +AkkaBuild.defaultSettings + +Formatting.formatSettings + +enablePlugins(JmhPlugin, ScaladocNoVerificationOfDiagrams) + +OSGi.protobuf + diff --git a/akka-protobuf/src/main/java/akka/protobuf/AbstractMessage.java b/akka-protobuf/src/main/java/akka/protobuf/AbstractMessage.java new file mode 100644 index 0000000000..08ed85fcdb --- /dev/null +++ b/akka-protobuf/src/main/java/akka/protobuf/AbstractMessage.java @@ -0,0 +1,930 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// http://code.google.com/p/protobuf/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package akka.protobuf; + +import akka.protobuf.Descriptors.Descriptor; +import akka.protobuf.Descriptors.FieldDescriptor; +import akka.protobuf.GeneratedMessage.ExtendableBuilder; +import akka.protobuf.Internal.EnumLite; + +import java.io.IOException; +import java.io.InputStream; +import java.util.ArrayList; +import java.util.List; +import java.util.Map; + +/** + * A partial implementation of the {@link Message} interface which implements + * as many methods of that interface as possible in terms of other methods. + * + * @author kenton@google.com Kenton Varda + */ +public abstract class AbstractMessage extends AbstractMessageLite + implements Message { + @SuppressWarnings("unchecked") + public boolean isInitialized() { + // Check that all required fields are present. + for (final FieldDescriptor field : getDescriptorForType().getFields()) { + if (field.isRequired()) { + if (!hasField(field)) { + return false; + } + } + } + + // Check that embedded messages are initialized. + for (final Map.Entry entry : + getAllFields().entrySet()) { + final FieldDescriptor field = entry.getKey(); + if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { + if (field.isRepeated()) { + for (final Message element : (List) entry.getValue()) { + if (!element.isInitialized()) { + return false; + } + } + } else { + if (!((Message) entry.getValue()).isInitialized()) { + return false; + } + } + } + } + + return true; + } + + public List findInitializationErrors() { + return Builder.findMissingFields(this); + } + + public String getInitializationErrorString() { + return delimitWithCommas(findInitializationErrors()); + } + + private static String delimitWithCommas(List parts) { + StringBuilder result = new StringBuilder(); + for (String part : parts) { + if (result.length() > 0) { + result.append(", "); + } + result.append(part); + } + return result.toString(); + } + + @Override + public final String toString() { + return TextFormat.printToString(this); + } + + public void writeTo(final CodedOutputStream output) throws IOException { + final boolean isMessageSet = + getDescriptorForType().getOptions().getMessageSetWireFormat(); + + for (final Map.Entry entry : + getAllFields().entrySet()) { + final FieldDescriptor field = entry.getKey(); + final Object value = entry.getValue(); + if (isMessageSet && field.isExtension() && + field.getType() == FieldDescriptor.Type.MESSAGE && + !field.isRepeated()) { + output.writeMessageSetExtension(field.getNumber(), (Message) value); + } else { + FieldSet.writeField(field, value, output); + } + } + + final UnknownFieldSet unknownFields = getUnknownFields(); + if (isMessageSet) { + unknownFields.writeAsMessageSetTo(output); + } else { + unknownFields.writeTo(output); + } + } + + private int memoizedSize = -1; + + public int getSerializedSize() { + int size = memoizedSize; + if (size != -1) { + return size; + } + + size = 0; + final boolean isMessageSet = + getDescriptorForType().getOptions().getMessageSetWireFormat(); + + for (final Map.Entry entry : + getAllFields().entrySet()) { + final FieldDescriptor field = entry.getKey(); + final Object value = entry.getValue(); + if (isMessageSet && field.isExtension() && + field.getType() == FieldDescriptor.Type.MESSAGE && + !field.isRepeated()) { + size += CodedOutputStream.computeMessageSetExtensionSize( + field.getNumber(), (Message) value); + } else { + size += FieldSet.computeFieldSize(field, value); + } + } + + final UnknownFieldSet unknownFields = getUnknownFields(); + if (isMessageSet) { + size += unknownFields.getSerializedSizeAsMessageSet(); + } else { + size += unknownFields.getSerializedSize(); + } + + memoizedSize = size; + return size; + } + + @Override + public boolean equals(final Object other) { + if (other == this) { + return true; + } + if (!(other instanceof Message)) { + return false; + } + final Message otherMessage = (Message) other; + if (getDescriptorForType() != otherMessage.getDescriptorForType()) { + return false; + } + return getAllFields().equals(otherMessage.getAllFields()) && + getUnknownFields().equals(otherMessage.getUnknownFields()); + } + + @Override + public int hashCode() { + int hash = 41; + hash = (19 * hash) + getDescriptorForType().hashCode(); + hash = hashFields(hash, getAllFields()); + hash = (29 * hash) + getUnknownFields().hashCode(); + return hash; + } + + /** Get a hash code for given fields and values, using the given seed. */ + @SuppressWarnings("unchecked") + protected int hashFields(int hash, Map map) { + for (Map.Entry entry : map.entrySet()) { + FieldDescriptor field = entry.getKey(); + Object value = entry.getValue(); + hash = (37 * hash) + field.getNumber(); + if (field.getType() != FieldDescriptor.Type.ENUM){ + hash = (53 * hash) + value.hashCode(); + } else if (field.isRepeated()) { + List list = (List) value; + hash = (53 * hash) + hashEnumList(list); + } else { + hash = (53 * hash) + hashEnum((EnumLite) value); + } + } + return hash; + } + + /** + * Helper method for implementing {@link Message#hashCode()}. + * @see Boolean#hashCode() + */ + protected static int hashLong(long n) { + return (int) (n ^ (n >>> 32)); + } + + /** + * Helper method for implementing {@link Message#hashCode()}. + * @see Boolean#hashCode() + */ + protected static int hashBoolean(boolean b) { + return b ? 1231 : 1237; + } + + /** + * Package private helper method for AbstractParser to create + * UninitializedMessageException with missing field information. + */ + @Override + UninitializedMessageException newUninitializedMessageException() { + return Builder.newUninitializedMessageException(this); + } + + /** + * Helper method for implementing {@link Message#hashCode()}. + *

+ * This is needed because {@link java.lang.Enum#hashCode()} is final, but we + * need to use the field number as the hash code to ensure compatibility + * between statically and dynamically generated enum objects. + */ + protected static int hashEnum(EnumLite e) { + return e.getNumber(); + } + + /** Helper method for implementing {@link Message#hashCode()}. */ + protected static int hashEnumList(List list) { + int hash = 1; + for (EnumLite e : list) { + hash = 31 * hash + hashEnum(e); + } + return hash; + } + + // ================================================================= + + /** + * A partial implementation of the {@link Message.Builder} interface which + * implements as many methods of that interface as possible in terms of + * other methods. + */ + @SuppressWarnings("unchecked") + public static abstract class Builder + extends AbstractMessageLite.Builder + implements Message.Builder { + // The compiler produces an error if this is not declared explicitly. + @Override + public abstract BuilderType clone(); + + public BuilderType clear() { + for (final Map.Entry entry : + getAllFields().entrySet()) { + clearField(entry.getKey()); + } + return (BuilderType) this; + } + + public List findInitializationErrors() { + return findMissingFields(this); + } + + public String getInitializationErrorString() { + return delimitWithCommas(findInitializationErrors()); + } + + public BuilderType mergeFrom(final Message other) { + if (other.getDescriptorForType() != getDescriptorForType()) { + throw new IllegalArgumentException( + "mergeFrom(Message) can only merge messages of the same type."); + } + + // Note: We don't attempt to verify that other's fields have valid + // types. Doing so would be a losing battle. We'd have to verify + // all sub-messages as well, and we'd have to make copies of all of + // them to insure that they don't change after verification (since + // the Message interface itself cannot enforce immutability of + // implementations). + // TODO(kenton): Provide a function somewhere called makeDeepCopy() + // which allows people to make secure deep copies of messages. + + for (final Map.Entry entry : + other.getAllFields().entrySet()) { + final FieldDescriptor field = entry.getKey(); + if (field.isRepeated()) { + for (final Object element : (List)entry.getValue()) { + addRepeatedField(field, element); + } + } else if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { + final Message existingValue = (Message)getField(field); + if (existingValue == existingValue.getDefaultInstanceForType()) { + setField(field, entry.getValue()); + } else { + setField(field, + existingValue.newBuilderForType() + .mergeFrom(existingValue) + .mergeFrom((Message)entry.getValue()) + .build()); + } + } else { + setField(field, entry.getValue()); + } + } + + mergeUnknownFields(other.getUnknownFields()); + + return (BuilderType) this; + } + + @Override + public BuilderType mergeFrom(final CodedInputStream input) + throws IOException { + return mergeFrom(input, ExtensionRegistry.getEmptyRegistry()); + } + + @Override + public BuilderType mergeFrom( + final CodedInputStream input, + final ExtensionRegistryLite extensionRegistry) + throws IOException { + final UnknownFieldSet.Builder unknownFields = + UnknownFieldSet.newBuilder(getUnknownFields()); + while (true) { + final int tag = input.readTag(); + if (tag == 0) { + break; + } + + if (!mergeFieldFrom(input, unknownFields, extensionRegistry, + getDescriptorForType(), this, null, tag)) { + // end group tag + break; + } + } + setUnknownFields(unknownFields.build()); + return (BuilderType) this; + } + + /** helper method to handle {@code builder} and {@code extensions}. */ + private static void addRepeatedField( + Message.Builder builder, + FieldSet extensions, + FieldDescriptor field, + Object value) { + if (builder != null) { + builder.addRepeatedField(field, value); + } else { + extensions.addRepeatedField(field, value); + } + } + + /** helper method to handle {@code builder} and {@code extensions}. */ + private static void setField( + Message.Builder builder, + FieldSet extensions, + FieldDescriptor field, + Object value) { + if (builder != null) { + builder.setField(field, value); + } else { + extensions.setField(field, value); + } + } + + /** helper method to handle {@code builder} and {@code extensions}. */ + private static boolean hasOriginalMessage( + Message.Builder builder, + FieldSet extensions, + FieldDescriptor field) { + if (builder != null) { + return builder.hasField(field); + } else { + return extensions.hasField(field); + } + } + + /** helper method to handle {@code builder} and {@code extensions}. */ + private static Message getOriginalMessage( + Message.Builder builder, + FieldSet extensions, + FieldDescriptor field) { + if (builder != null) { + return (Message) builder.getField(field); + } else { + return (Message) extensions.getField(field); + } + } + + /** helper method to handle {@code builder} and {@code extensions}. */ + private static void mergeOriginalMessage( + Message.Builder builder, + FieldSet extensions, + FieldDescriptor field, + Message.Builder subBuilder) { + Message originalMessage = getOriginalMessage(builder, extensions, field); + if (originalMessage != null) { + subBuilder.mergeFrom(originalMessage); + } + } + + /** + * Like {@link #mergeFrom(CodedInputStream, ExtensionRegistryLite)}, but + * parses a single field. + * + * When {@code builder} is not null, the method will parse and merge the + * field into {@code builder}. Otherwise, it will try to parse the field + * into {@code extensions}, when it's called by the parsing constructor in + * generated classes. + * + * Package-private because it is used by GeneratedMessage.ExtendableMessage. + * @param tag The tag, which should have already been read. + * @return {@code true} unless the tag is an end-group tag. + */ + static boolean mergeFieldFrom( + CodedInputStream input, + UnknownFieldSet.Builder unknownFields, + ExtensionRegistryLite extensionRegistry, + Descriptor type, + Message.Builder builder, + FieldSet extensions, + int tag) throws IOException { + if (type.getOptions().getMessageSetWireFormat() && + tag == WireFormat.MESSAGE_SET_ITEM_TAG) { + mergeMessageSetExtensionFromCodedStream( + input, unknownFields, extensionRegistry, type, builder, extensions); + return true; + } + + final int wireType = WireFormat.getTagWireType(tag); + final int fieldNumber = WireFormat.getTagFieldNumber(tag); + + final FieldDescriptor field; + Message defaultInstance = null; + + if (type.isExtensionNumber(fieldNumber)) { + // extensionRegistry may be either ExtensionRegistry or + // ExtensionRegistryLite. Since the type we are parsing is a full + // message, only a full ExtensionRegistry could possibly contain + // extensions of it. Otherwise we will treat the registry as if it + // were empty. + if (extensionRegistry instanceof ExtensionRegistry) { + final ExtensionRegistry.ExtensionInfo extension = + ((ExtensionRegistry) extensionRegistry) + .findExtensionByNumber(type, fieldNumber); + if (extension == null) { + field = null; + } else { + field = extension.descriptor; + defaultInstance = extension.defaultInstance; + if (defaultInstance == null && + field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { + throw new IllegalStateException( + "Message-typed extension lacked default instance: " + + field.getFullName()); + } + } + } else { + field = null; + } + } else if (builder != null) { + field = type.findFieldByNumber(fieldNumber); + } else { + field = null; + } + + boolean unknown = false; + boolean packed = false; + if (field == null) { + unknown = true; // Unknown field. + } else if (wireType == FieldSet.getWireFormatForFieldType( + field.getLiteType(), + false /* isPacked */)) { + packed = false; + } else if (field.isPackable() && + wireType == FieldSet.getWireFormatForFieldType( + field.getLiteType(), + true /* isPacked */)) { + packed = true; + } else { + unknown = true; // Unknown wire type. + } + + if (unknown) { // Unknown field or wrong wire type. Skip. + return unknownFields.mergeFieldFrom(tag, input); + } + + if (packed) { + final int length = input.readRawVarint32(); + final int limit = input.pushLimit(length); + if (field.getLiteType() == WireFormat.FieldType.ENUM) { + while (input.getBytesUntilLimit() > 0) { + final int rawValue = input.readEnum(); + final Object value = field.getEnumType().findValueByNumber(rawValue); + if (value == null) { + // If the number isn't recognized as a valid value for this + // enum, drop it (don't even add it to unknownFields). + return true; + } + addRepeatedField(builder, extensions, field, value); + } + } else { + while (input.getBytesUntilLimit() > 0) { + final Object value = + FieldSet.readPrimitiveField(input, field.getLiteType()); + addRepeatedField(builder, extensions, field, value); + } + } + input.popLimit(limit); + } else { + final Object value; + switch (field.getType()) { + case GROUP: { + final Message.Builder subBuilder; + if (defaultInstance != null) { + subBuilder = defaultInstance.newBuilderForType(); + } else { + subBuilder = builder.newBuilderForField(field); + } + if (!field.isRepeated()) { + mergeOriginalMessage(builder, extensions, field, subBuilder); + } + input.readGroup(field.getNumber(), subBuilder, extensionRegistry); + value = subBuilder.buildPartial(); + break; + } + case MESSAGE: { + final Message.Builder subBuilder; + if (defaultInstance != null) { + subBuilder = defaultInstance.newBuilderForType(); + } else { + subBuilder = builder.newBuilderForField(field); + } + if (!field.isRepeated()) { + mergeOriginalMessage(builder, extensions, field, subBuilder); + } + input.readMessage(subBuilder, extensionRegistry); + value = subBuilder.buildPartial(); + break; + } + case ENUM: + final int rawValue = input.readEnum(); + value = field.getEnumType().findValueByNumber(rawValue); + // If the number isn't recognized as a valid value for this enum, + // drop it. + if (value == null) { + unknownFields.mergeVarintField(fieldNumber, rawValue); + return true; + } + break; + default: + value = FieldSet.readPrimitiveField(input, field.getLiteType()); + break; + } + + if (field.isRepeated()) { + addRepeatedField(builder, extensions, field, value); + } else { + setField(builder, extensions, field, value); + } + } + + return true; + } + + /** + * Called by {@code #mergeFieldFrom()} to parse a MessageSet extension. + * If {@code builder} is not null, this method will merge MessageSet into + * the builder. Otherwise, it will merge the MessageSet into {@code + * extensions}. + */ + private static void mergeMessageSetExtensionFromCodedStream( + CodedInputStream input, + UnknownFieldSet.Builder unknownFields, + ExtensionRegistryLite extensionRegistry, + Descriptor type, + Message.Builder builder, + FieldSet extensions) throws IOException { + + // The wire format for MessageSet is: + // message MessageSet { + // repeated group Item = 1 { + // required int32 typeId = 2; + // required bytes message = 3; + // } + // } + // "typeId" is the extension's field number. The extension can only be + // a message type, where "message" contains the encoded bytes of that + // message. + // + // In practice, we will probably never see a MessageSet item in which + // the message appears before the type ID, or where either field does not + // appear exactly once. However, in theory such cases are valid, so we + // should be prepared to accept them. + + int typeId = 0; + ByteString rawBytes = null; // If we encounter "message" before "typeId" + ExtensionRegistry.ExtensionInfo extension = null; + + // Read bytes from input, if we get it's type first then parse it eagerly, + // otherwise we store the raw bytes in a local variable. + while (true) { + final int tag = input.readTag(); + if (tag == 0) { + break; + } + + if (tag == WireFormat.MESSAGE_SET_TYPE_ID_TAG) { + typeId = input.readUInt32(); + if (typeId != 0) { + // extensionRegistry may be either ExtensionRegistry or + // ExtensionRegistryLite. Since the type we are parsing is a full + // message, only a full ExtensionRegistry could possibly contain + // extensions of it. Otherwise we will treat the registry as if it + // were empty. + if (extensionRegistry instanceof ExtensionRegistry) { + extension = ((ExtensionRegistry) extensionRegistry) + .findExtensionByNumber(type, typeId); + } + } + + } else if (tag == WireFormat.MESSAGE_SET_MESSAGE_TAG) { + if (typeId != 0) { + if (extension != null && ExtensionRegistryLite.isEagerlyParseMessageSets()) { + // We already know the type, so we can parse directly from the + // input with no copying. Hooray! + eagerlyMergeMessageSetExtension( + input, extension, extensionRegistry, builder, extensions); + rawBytes = null; + continue; + } + } + // We haven't seen a type ID yet or we want parse message lazily. + rawBytes = input.readBytes(); + + } else { // Unknown tag. Skip it. + if (!input.skipField(tag)) { + break; // End of group + } + } + } + input.checkLastTagWas(WireFormat.MESSAGE_SET_ITEM_END_TAG); + + // Process the raw bytes. + if (rawBytes != null && typeId != 0) { // Zero is not a valid type ID. + if (extension != null) { // We known the type + mergeMessageSetExtensionFromBytes( + rawBytes, extension, extensionRegistry, builder, extensions); + } else { // We don't know how to parse this. Ignore it. + if (rawBytes != null) { + unknownFields.mergeField(typeId, UnknownFieldSet.Field.newBuilder() + .addLengthDelimited(rawBytes).build()); + } + } + } + } + + private static void eagerlyMergeMessageSetExtension( + CodedInputStream input, + ExtensionRegistry.ExtensionInfo extension, + ExtensionRegistryLite extensionRegistry, + Message.Builder builder, + FieldSet extensions) throws IOException { + + FieldDescriptor field = extension.descriptor; + Message value = null; + if (hasOriginalMessage(builder, extensions, field)) { + Message originalMessage = + getOriginalMessage(builder, extensions, field); + Message.Builder subBuilder = originalMessage.toBuilder(); + input.readMessage(subBuilder, extensionRegistry); + value = subBuilder.buildPartial(); + } else { + value = input.readMessage(extension.defaultInstance.getParserForType(), + extensionRegistry); + } + + if (builder != null) { + builder.setField(field, value); + } else { + extensions.setField(field, value); + } + } + + private static void mergeMessageSetExtensionFromBytes( + ByteString rawBytes, + ExtensionRegistry.ExtensionInfo extension, + ExtensionRegistryLite extensionRegistry, + Message.Builder builder, + FieldSet extensions) throws IOException { + + FieldDescriptor field = extension.descriptor; + boolean hasOriginalValue = hasOriginalMessage(builder, extensions, field); + + if (hasOriginalValue || ExtensionRegistryLite.isEagerlyParseMessageSets()) { + // If the field already exists, we just parse the field. + Message value = null; + if (hasOriginalValue) { + Message originalMessage = + getOriginalMessage(builder, extensions, field); + Message.Builder subBuilder= originalMessage.toBuilder(); + subBuilder.mergeFrom(rawBytes, extensionRegistry); + value = subBuilder.buildPartial(); + } else { + value = extension.defaultInstance.getParserForType() + .parsePartialFrom(rawBytes, extensionRegistry); + } + setField(builder, extensions, field, value); + } else { + // Use LazyField to load MessageSet lazily. + LazyField lazyField = new LazyField( + extension.defaultInstance, extensionRegistry, rawBytes); + if (builder != null) { + // TODO(xiangl): it looks like this method can only be invoked by + // ExtendableBuilder, but I'm not sure. So I double check the type of + // builder here. It may be useless and need more investigation. + if (builder instanceof ExtendableBuilder) { + builder.setField(field, lazyField); + } else { + builder.setField(field, lazyField.getValue()); + } + } else { + extensions.setField(field, lazyField); + } + } + } + + public BuilderType mergeUnknownFields(final UnknownFieldSet unknownFields) { + setUnknownFields( + UnknownFieldSet.newBuilder(getUnknownFields()) + .mergeFrom(unknownFields) + .build()); + return (BuilderType) this; + } + + public Message.Builder getFieldBuilder(final FieldDescriptor field) { + throw new UnsupportedOperationException( + "getFieldBuilder() called on an unsupported message type."); + } + + /** + * Construct an UninitializedMessageException reporting missing fields in + * the given message. + */ + protected static UninitializedMessageException + newUninitializedMessageException(Message message) { + return new UninitializedMessageException(findMissingFields(message)); + } + + /** + * Populates {@code this.missingFields} with the full "path" of each + * missing required field in the given message. + */ + private static List findMissingFields( + final MessageOrBuilder message) { + final List results = new ArrayList(); + findMissingFields(message, "", results); + return results; + } + + /** Recursive helper implementing {@link #findMissingFields(Message)}. */ + private static void findMissingFields(final MessageOrBuilder message, + final String prefix, + final List results) { + for (final FieldDescriptor field : + message.getDescriptorForType().getFields()) { + if (field.isRequired() && !message.hasField(field)) { + results.add(prefix + field.getName()); + } + } + + for (final Map.Entry entry : + message.getAllFields().entrySet()) { + final FieldDescriptor field = entry.getKey(); + final Object value = entry.getValue(); + + if (field.getJavaType() == FieldDescriptor.JavaType.MESSAGE) { + if (field.isRepeated()) { + int i = 0; + for (final Object element : (List) value) { + findMissingFields((MessageOrBuilder) element, + subMessagePrefix(prefix, field, i++), + results); + } + } else { + if (message.hasField(field)) { + findMissingFields((MessageOrBuilder) value, + subMessagePrefix(prefix, field, -1), + results); + } + } + } + } + } + + private static String subMessagePrefix(final String prefix, + final FieldDescriptor field, + final int index) { + final StringBuilder result = new StringBuilder(prefix); + if (field.isExtension()) { + result.append('(') + .append(field.getFullName()) + .append(')'); + } else { + result.append(field.getName()); + } + if (index != -1) { + result.append('[') + .append(index) + .append(']'); + } + result.append('.'); + return result.toString(); + } + + // =============================================================== + // The following definitions seem to be required in order to make javac + // not produce weird errors like: + // + // java/com/google/protobuf/DynamicMessage.java:203: types + // akka.protobuf.AbstractMessage.Builder< + // akka.protobuf.DynamicMessage.Builder> and + // akka.protobuf.AbstractMessage.Builder< + // akka.protobuf.DynamicMessage.Builder> are incompatible; both + // define mergeFrom(akka.protobuf.ByteString), but with unrelated + // return types. + // + // Strangely, these lines are only needed if javac is invoked separately + // on AbstractMessage.java and AbstractMessageLite.java. If javac is + // invoked on both simultaneously, it works. (Or maybe the important + // point is whether or not DynamicMessage.java is compiled together with + // AbstractMessageLite.java -- not sure.) I suspect this is a compiler + // bug. + + @Override + public BuilderType mergeFrom(final ByteString data) + throws InvalidProtocolBufferException { + return super.mergeFrom(data); + } + + @Override + public BuilderType mergeFrom( + final ByteString data, + final ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + return super.mergeFrom(data, extensionRegistry); + } + + @Override + public BuilderType mergeFrom(final byte[] data) + throws InvalidProtocolBufferException { + return super.mergeFrom(data); + } + + @Override + public BuilderType mergeFrom( + final byte[] data, final int off, final int len) + throws InvalidProtocolBufferException { + return super.mergeFrom(data, off, len); + } + + @Override + public BuilderType mergeFrom( + final byte[] data, + final ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + return super.mergeFrom(data, extensionRegistry); + } + + @Override + public BuilderType mergeFrom( + final byte[] data, final int off, final int len, + final ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + return super.mergeFrom(data, off, len, extensionRegistry); + } + + @Override + public BuilderType mergeFrom(final InputStream input) + throws IOException { + return super.mergeFrom(input); + } + + @Override + public BuilderType mergeFrom( + final InputStream input, + final ExtensionRegistryLite extensionRegistry) + throws IOException { + return super.mergeFrom(input, extensionRegistry); + } + + @Override + public boolean mergeDelimitedFrom(final InputStream input) + throws IOException { + return super.mergeDelimitedFrom(input); + } + + @Override + public boolean mergeDelimitedFrom( + final InputStream input, + final ExtensionRegistryLite extensionRegistry) + throws IOException { + return super.mergeDelimitedFrom(input, extensionRegistry); + } + + } +} diff --git a/akka-protobuf/src/main/java/akka/protobuf/AbstractMessageLite.java b/akka-protobuf/src/main/java/akka/protobuf/AbstractMessageLite.java new file mode 100644 index 0000000000..59a0e16014 --- /dev/null +++ b/akka-protobuf/src/main/java/akka/protobuf/AbstractMessageLite.java @@ -0,0 +1,343 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// http://code.google.com/p/protobuf/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package akka.protobuf; + +import java.io.FilterInputStream; +import java.io.InputStream; +import java.io.IOException; +import java.io.OutputStream; +import java.util.Collection; + +/** + * A partial implementation of the {@link MessageLite} interface which + * implements as many methods of that interface as possible in terms of other + * methods. + * + * @author kenton@google.com Kenton Varda + */ +public abstract class AbstractMessageLite implements MessageLite { + public ByteString toByteString() { + try { + final ByteString.CodedBuilder out = + ByteString.newCodedBuilder(getSerializedSize()); + writeTo(out.getCodedOutput()); + return out.build(); + } catch (IOException e) { + throw new RuntimeException( + "Serializing to a ByteString threw an IOException (should " + + "never happen).", e); + } + } + + public byte[] toByteArray() { + try { + final byte[] result = new byte[getSerializedSize()]; + final CodedOutputStream output = CodedOutputStream.newInstance(result); + writeTo(output); + output.checkNoSpaceLeft(); + return result; + } catch (IOException e) { + throw new RuntimeException( + "Serializing to a byte array threw an IOException " + + "(should never happen).", e); + } + } + + public void writeTo(final OutputStream output) throws IOException { + final int bufferSize = + CodedOutputStream.computePreferredBufferSize(getSerializedSize()); + final CodedOutputStream codedOutput = + CodedOutputStream.newInstance(output, bufferSize); + writeTo(codedOutput); + codedOutput.flush(); + } + + public void writeDelimitedTo(final OutputStream output) throws IOException { + final int serialized = getSerializedSize(); + final int bufferSize = CodedOutputStream.computePreferredBufferSize( + CodedOutputStream.computeRawVarint32Size(serialized) + serialized); + final CodedOutputStream codedOutput = + CodedOutputStream.newInstance(output, bufferSize); + codedOutput.writeRawVarint32(serialized); + writeTo(codedOutput); + codedOutput.flush(); + } + + /** + * Package private helper method for AbstractParser to create + * UninitializedMessageException. + */ + UninitializedMessageException newUninitializedMessageException() { + return new UninitializedMessageException(this); + } + + /** + * A partial implementation of the {@link Message.Builder} interface which + * implements as many methods of that interface as possible in terms of + * other methods. + */ + @SuppressWarnings("unchecked") + public static abstract class Builder + implements MessageLite.Builder { + // The compiler produces an error if this is not declared explicitly. + @Override + public abstract BuilderType clone(); + + public BuilderType mergeFrom(final CodedInputStream input) + throws IOException { + return mergeFrom(input, ExtensionRegistryLite.getEmptyRegistry()); + } + + // Re-defined here for return type covariance. + public abstract BuilderType mergeFrom( + final CodedInputStream input, + final ExtensionRegistryLite extensionRegistry) + throws IOException; + + public BuilderType mergeFrom(final ByteString data) + throws InvalidProtocolBufferException { + try { + final CodedInputStream input = data.newCodedInput(); + mergeFrom(input); + input.checkLastTagWas(0); + return (BuilderType) this; + } catch (InvalidProtocolBufferException e) { + throw e; + } catch (IOException e) { + throw new RuntimeException( + "Reading from a ByteString threw an IOException (should " + + "never happen).", e); + } + } + + public BuilderType mergeFrom( + final ByteString data, + final ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + try { + final CodedInputStream input = data.newCodedInput(); + mergeFrom(input, extensionRegistry); + input.checkLastTagWas(0); + return (BuilderType) this; + } catch (InvalidProtocolBufferException e) { + throw e; + } catch (IOException e) { + throw new RuntimeException( + "Reading from a ByteString threw an IOException (should " + + "never happen).", e); + } + } + + public BuilderType mergeFrom(final byte[] data) + throws InvalidProtocolBufferException { + return mergeFrom(data, 0, data.length); + } + + public BuilderType mergeFrom(final byte[] data, final int off, + final int len) + throws InvalidProtocolBufferException { + try { + final CodedInputStream input = + CodedInputStream.newInstance(data, off, len); + mergeFrom(input); + input.checkLastTagWas(0); + return (BuilderType) this; + } catch (InvalidProtocolBufferException e) { + throw e; + } catch (IOException e) { + throw new RuntimeException( + "Reading from a byte array threw an IOException (should " + + "never happen).", e); + } + } + + public BuilderType mergeFrom( + final byte[] data, + final ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + return mergeFrom(data, 0, data.length, extensionRegistry); + } + + public BuilderType mergeFrom( + final byte[] data, final int off, final int len, + final ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + try { + final CodedInputStream input = + CodedInputStream.newInstance(data, off, len); + mergeFrom(input, extensionRegistry); + input.checkLastTagWas(0); + return (BuilderType) this; + } catch (InvalidProtocolBufferException e) { + throw e; + } catch (IOException e) { + throw new RuntimeException( + "Reading from a byte array threw an IOException (should " + + "never happen).", e); + } + } + + public BuilderType mergeFrom(final InputStream input) throws IOException { + final CodedInputStream codedInput = CodedInputStream.newInstance(input); + mergeFrom(codedInput); + codedInput.checkLastTagWas(0); + return (BuilderType) this; + } + + public BuilderType mergeFrom( + final InputStream input, + final ExtensionRegistryLite extensionRegistry) + throws IOException { + final CodedInputStream codedInput = CodedInputStream.newInstance(input); + mergeFrom(codedInput, extensionRegistry); + codedInput.checkLastTagWas(0); + return (BuilderType) this; + } + + /** + * An InputStream implementations which reads from some other InputStream + * but is limited to a particular number of bytes. Used by + * mergeDelimitedFrom(). This is intentionally package-private so that + * UnknownFieldSet can share it. + */ + static final class LimitedInputStream extends FilterInputStream { + private int limit; + + LimitedInputStream(InputStream in, int limit) { + super(in); + this.limit = limit; + } + + @Override + public int available() throws IOException { + return Math.min(super.available(), limit); + } + + @Override + public int read() throws IOException { + if (limit <= 0) { + return -1; + } + final int result = super.read(); + if (result >= 0) { + --limit; + } + return result; + } + + @Override + public int read(final byte[] b, final int off, int len) + throws IOException { + if (limit <= 0) { + return -1; + } + len = Math.min(len, limit); + final int result = super.read(b, off, len); + if (result >= 0) { + limit -= result; + } + return result; + } + + @Override + public long skip(final long n) throws IOException { + final long result = super.skip(Math.min(n, limit)); + if (result >= 0) { + limit -= result; + } + return result; + } + } + + public boolean mergeDelimitedFrom( + final InputStream input, + final ExtensionRegistryLite extensionRegistry) + throws IOException { + final int firstByte = input.read(); + if (firstByte == -1) { + return false; + } + final int size = CodedInputStream.readRawVarint32(firstByte, input); + final InputStream limitedInput = new LimitedInputStream(input, size); + mergeFrom(limitedInput, extensionRegistry); + return true; + } + + public boolean mergeDelimitedFrom(final InputStream input) + throws IOException { + return mergeDelimitedFrom(input, + ExtensionRegistryLite.getEmptyRegistry()); + } + + /** + * Construct an UninitializedMessageException reporting missing fields in + * the given message. + */ + protected static UninitializedMessageException + newUninitializedMessageException(MessageLite message) { + return new UninitializedMessageException(message); + } + + /** + * Adds the {@code values} to the {@code list}. This is a helper method + * used by generated code. Users should ignore it. + * + * @throws NullPointerException if any of the elements of {@code values} is + * null. + */ + protected static void addAll(final Iterable values, + final Collection list) { + if (values instanceof LazyStringList) { + // For StringOrByteStringLists, check the underlying elements to avoid + // forcing conversions of ByteStrings to Strings. + checkForNullValues(((LazyStringList) values).getUnderlyingElements()); + } else { + checkForNullValues(values); + } + if (values instanceof Collection) { + final Collection collection = (Collection) values; + list.addAll(collection); + } else { + for (final T value : values) { + list.add(value); + } + } + } + + private static void checkForNullValues(final Iterable values) { + for (final Object value : values) { + if (value == null) { + throw new NullPointerException(); + } + } + } + } +} diff --git a/akka-protobuf/src/main/java/akka/protobuf/AbstractParser.java b/akka-protobuf/src/main/java/akka/protobuf/AbstractParser.java new file mode 100644 index 0000000000..b581de1287 --- /dev/null +++ b/akka-protobuf/src/main/java/akka/protobuf/AbstractParser.java @@ -0,0 +1,261 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// http://code.google.com/p/protobuf/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package akka.protobuf; + +import akka.protobuf.AbstractMessageLite.Builder.LimitedInputStream; + +import java.io.IOException; +import java.io.InputStream; + +/** + * A partial implementation of the {@link Parser} interface which implements + * as many methods of that interface as possible in terms of other methods. + * + * Note: This class implements all the convenience methods in the + * {@link Parser} interface. See {@link Parser} for related javadocs. + * Subclasses need to implement + * {@link Parser#parsePartialFrom(CodedInputStream, ExtensionRegistryLite)} + * + * @author liujisi@google.com (Pherl Liu) + */ +public abstract class AbstractParser + implements Parser { + /** + * Creates an UninitializedMessageException for MessageType. + */ + private UninitializedMessageException + newUninitializedMessageException(MessageType message) { + if (message instanceof AbstractMessageLite) { + return ((AbstractMessageLite) message).newUninitializedMessageException(); + } + return new UninitializedMessageException(message); + } + + /** + * Helper method to check if message is initialized. + * + * @throws InvalidProtocolBufferException if it is not initialized. + * @return The message to check. + */ + private MessageType checkMessageInitialized(MessageType message) + throws InvalidProtocolBufferException { + if (message != null && !message.isInitialized()) { + throw newUninitializedMessageException(message) + .asInvalidProtocolBufferException() + .setUnfinishedMessage(message); + } + return message; + } + + private static final ExtensionRegistryLite EMPTY_REGISTRY + = ExtensionRegistryLite.getEmptyRegistry(); + + public MessageType parsePartialFrom(CodedInputStream input) + throws InvalidProtocolBufferException { + return parsePartialFrom(input, EMPTY_REGISTRY); + } + + public MessageType parseFrom(CodedInputStream input, + ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + return checkMessageInitialized( + parsePartialFrom(input, extensionRegistry)); + } + + public MessageType parseFrom(CodedInputStream input) + throws InvalidProtocolBufferException { + return parseFrom(input, EMPTY_REGISTRY); + } + + public MessageType parsePartialFrom(ByteString data, + ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + MessageType message; + try { + CodedInputStream input = data.newCodedInput(); + message = parsePartialFrom(input, extensionRegistry); + try { + input.checkLastTagWas(0); + } catch (InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(message); + } + return message; + } catch (InvalidProtocolBufferException e) { + throw e; + } catch (IOException e) { + throw new RuntimeException( + "Reading from a ByteString threw an IOException (should " + + "never happen).", e); + } + } + + public MessageType parsePartialFrom(ByteString data) + throws InvalidProtocolBufferException { + return parsePartialFrom(data, EMPTY_REGISTRY); + } + + public MessageType parseFrom(ByteString data, + ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + return checkMessageInitialized(parsePartialFrom(data, extensionRegistry)); + } + + public MessageType parseFrom(ByteString data) + throws InvalidProtocolBufferException { + return parseFrom(data, EMPTY_REGISTRY); + } + + public MessageType parsePartialFrom(byte[] data, int off, int len, + ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + try { + CodedInputStream input = CodedInputStream.newInstance(data, off, len); + MessageType message = parsePartialFrom(input, extensionRegistry); + try { + input.checkLastTagWas(0); + } catch (InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(message); + } + return message; + } catch (InvalidProtocolBufferException e) { + throw e; + } catch (IOException e) { + throw new RuntimeException( + "Reading from a byte array threw an IOException (should " + + "never happen).", e); + } + } + + public MessageType parsePartialFrom(byte[] data, int off, int len) + throws InvalidProtocolBufferException { + return parsePartialFrom(data, off, len, EMPTY_REGISTRY); + } + + public MessageType parsePartialFrom(byte[] data, + ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + return parsePartialFrom(data, 0, data.length, extensionRegistry); + } + + public MessageType parsePartialFrom(byte[] data) + throws InvalidProtocolBufferException { + return parsePartialFrom(data, 0, data.length, EMPTY_REGISTRY); + } + + public MessageType parseFrom(byte[] data, int off, int len, + ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + return checkMessageInitialized( + parsePartialFrom(data, off, len, extensionRegistry)); + } + + public MessageType parseFrom(byte[] data, int off, int len) + throws InvalidProtocolBufferException { + return parseFrom(data, off, len, EMPTY_REGISTRY); + } + + public MessageType parseFrom(byte[] data, + ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + return parseFrom(data, 0, data.length, extensionRegistry); + } + + public MessageType parseFrom(byte[] data) + throws InvalidProtocolBufferException { + return parseFrom(data, EMPTY_REGISTRY); + } + + public MessageType parsePartialFrom(InputStream input, + ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + CodedInputStream codedInput = CodedInputStream.newInstance(input); + MessageType message = parsePartialFrom(codedInput, extensionRegistry); + try { + codedInput.checkLastTagWas(0); + } catch (InvalidProtocolBufferException e) { + throw e.setUnfinishedMessage(message); + } + return message; + } + + public MessageType parsePartialFrom(InputStream input) + throws InvalidProtocolBufferException { + return parsePartialFrom(input, EMPTY_REGISTRY); + } + + public MessageType parseFrom(InputStream input, + ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + return checkMessageInitialized( + parsePartialFrom(input, extensionRegistry)); + } + + public MessageType parseFrom(InputStream input) + throws InvalidProtocolBufferException { + return parseFrom(input, EMPTY_REGISTRY); + } + + public MessageType parsePartialDelimitedFrom( + InputStream input, + ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + int size; + try { + int firstByte = input.read(); + if (firstByte == -1) { + return null; + } + size = CodedInputStream.readRawVarint32(firstByte, input); + } catch (IOException e) { + throw new InvalidProtocolBufferException(e.getMessage()); + } + InputStream limitedInput = new LimitedInputStream(input, size); + return parsePartialFrom(limitedInput, extensionRegistry); + } + + public MessageType parsePartialDelimitedFrom(InputStream input) + throws InvalidProtocolBufferException { + return parsePartialDelimitedFrom(input, EMPTY_REGISTRY); + } + + public MessageType parseDelimitedFrom( + InputStream input, + ExtensionRegistryLite extensionRegistry) + throws InvalidProtocolBufferException { + return checkMessageInitialized( + parsePartialDelimitedFrom(input, extensionRegistry)); + } + + public MessageType parseDelimitedFrom(InputStream input) + throws InvalidProtocolBufferException { + return parseDelimitedFrom(input, EMPTY_REGISTRY); + } +} diff --git a/akka-protobuf/src/main/java/akka/protobuf/BlockingRpcChannel.java b/akka-protobuf/src/main/java/akka/protobuf/BlockingRpcChannel.java new file mode 100644 index 0000000000..90ffa31dae --- /dev/null +++ b/akka-protobuf/src/main/java/akka/protobuf/BlockingRpcChannel.java @@ -0,0 +1,51 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// http://code.google.com/p/protobuf/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package akka.protobuf; + +/** + *

Abstract interface for a blocking RPC channel. {@code BlockingRpcChannel} + * is the blocking equivalent to {@link RpcChannel}. + * + * @author kenton@google.com Kenton Varda + * @author cpovirk@google.com Chris Povirk + */ +public interface BlockingRpcChannel { + /** + * Call the given method of the remote service and blocks until it returns. + * {@code callBlockingMethod()} is the blocking equivalent to + * {@link RpcChannel#callMethod}. + */ + Message callBlockingMethod( + Descriptors.MethodDescriptor method, + RpcController controller, + Message request, + Message responsePrototype) throws ServiceException; +} diff --git a/akka-protobuf/src/main/java/akka/protobuf/BlockingService.java b/akka-protobuf/src/main/java/akka/protobuf/BlockingService.java new file mode 100644 index 0000000000..d0e1032ae0 --- /dev/null +++ b/akka-protobuf/src/main/java/akka/protobuf/BlockingService.java @@ -0,0 +1,64 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// http://code.google.com/p/protobuf/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package akka.protobuf; + +/** + * Blocking equivalent to {@link Service}. + * + * @author kenton@google.com Kenton Varda + * @author cpovirk@google.com Chris Povirk + */ +public interface BlockingService { + /** + * Equivalent to {@link Service#getDescriptorForType}. + */ + Descriptors.ServiceDescriptor getDescriptorForType(); + + /** + * Equivalent to {@link Service#callMethod}, except that + * {@code callBlockingMethod()} returns the result of the RPC or throws a + * {@link ServiceException} if there is a failure, rather than passing the + * information to a callback. + */ + Message callBlockingMethod(Descriptors.MethodDescriptor method, + RpcController controller, + Message request) throws ServiceException; + + /** + * Equivalent to {@link Service#getRequestPrototype}. + */ + Message getRequestPrototype(Descriptors.MethodDescriptor method); + + /** + * Equivalent to {@link Service#getResponsePrototype}. + */ + Message getResponsePrototype(Descriptors.MethodDescriptor method); +} diff --git a/akka-protobuf/src/main/java/akka/protobuf/BoundedByteString.java b/akka-protobuf/src/main/java/akka/protobuf/BoundedByteString.java new file mode 100644 index 0000000000..8dc48dd622 --- /dev/null +++ b/akka-protobuf/src/main/java/akka/protobuf/BoundedByteString.java @@ -0,0 +1,163 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// http://code.google.com/p/protobuf/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package akka.protobuf; + +import java.util.NoSuchElementException; + +/** + * This class is used to represent the substring of a {@link ByteString} over a + * single byte array. In terms of the public API of {@link ByteString}, you end + * up here by calling {@link ByteString#copyFrom(byte[])} followed by {@link + * ByteString#substring(int, int)}. + * + *

This class contains most of the overhead involved in creating a substring + * from a {@link LiteralByteString}. The overhead involves some range-checking + * and two extra fields. + * + * @author carlanton@google.com (Carl Haverl) + */ +class BoundedByteString extends LiteralByteString { + + private final int bytesOffset; + private final int bytesLength; + + /** + * Creates a {@code BoundedByteString} backed by the sub-range of given array, + * without copying. + * + * @param bytes array to wrap + * @param offset index to first byte to use in bytes + * @param length number of bytes to use from bytes + * @throws IllegalArgumentException if {@code offset < 0}, {@code length < 0}, + * or if {@code offset + length > + * bytes.length}. + */ + BoundedByteString(byte[] bytes, int offset, int length) { + super(bytes); + if (offset < 0) { + throw new IllegalArgumentException("Offset too small: " + offset); + } + if (length < 0) { + throw new IllegalArgumentException("Length too small: " + offset); + } + if ((long) offset + length > bytes.length) { + throw new IllegalArgumentException( + "Offset+Length too large: " + offset + "+" + length); + } + + this.bytesOffset = offset; + this.bytesLength = length; + } + + /** + * Gets the byte at the given index. + * Throws {@link ArrayIndexOutOfBoundsException} + * for backwards-compatibility reasons although it would more properly be + * {@link IndexOutOfBoundsException}. + * + * @param index index of byte + * @return the value + * @throws ArrayIndexOutOfBoundsException {@code index} is < 0 or >= size + */ + @Override + public byte byteAt(int index) { + // We must check the index ourselves as we cannot rely on Java array index + // checking for substrings. + if (index < 0) { + throw new ArrayIndexOutOfBoundsException("Index too small: " + index); + } + if (index >= size()) { + throw new ArrayIndexOutOfBoundsException( + "Index too large: " + index + ", " + size()); + } + + return bytes[bytesOffset + index]; + } + + @Override + public int size() { + return bytesLength; + } + + @Override + protected int getOffsetIntoBytes() { + return bytesOffset; + } + + // ================================================================= + // ByteString -> byte[] + + @Override + protected void copyToInternal(byte[] target, int sourceOffset, + int targetOffset, int numberToCopy) { + System.arraycopy(bytes, getOffsetIntoBytes() + sourceOffset, target, + targetOffset, numberToCopy); + } + + // ================================================================= + // ByteIterator + + @Override + public ByteIterator iterator() { + return new BoundedByteIterator(); + } + + private class BoundedByteIterator implements ByteIterator { + + private int position; + private final int limit; + + private BoundedByteIterator() { + position = getOffsetIntoBytes(); + limit = position + size(); + } + + public boolean hasNext() { + return (position < limit); + } + + public Byte next() { + // Boxing calls Byte.valueOf(byte), which does not instantiate. + return nextByte(); + } + + public byte nextByte() { + if (position >= limit) { + throw new NoSuchElementException(); + } + return bytes[position++]; + } + + public void remove() { + throw new UnsupportedOperationException(); + } + } +} diff --git a/akka-protobuf/src/main/java/akka/protobuf/ByteString.java b/akka-protobuf/src/main/java/akka/protobuf/ByteString.java new file mode 100644 index 0000000000..1d58559006 --- /dev/null +++ b/akka-protobuf/src/main/java/akka/protobuf/ByteString.java @@ -0,0 +1,969 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// http://code.google.com/p/protobuf/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package akka.protobuf; + +import java.io.ByteArrayOutputStream; +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.io.UnsupportedEncodingException; +import java.nio.ByteBuffer; +import java.util.ArrayList; +import java.util.Collection; +import java.util.Iterator; +import java.util.List; +import java.util.NoSuchElementException; + +/** + * Immutable sequence of bytes. Substring is supported by sharing the reference + * to the immutable underlying bytes, as with {@link String}. Concatenation is + * likewise supported without copying (long strings) by building a tree of + * pieces in {@link RopeByteString}. + *

+ * Like {@link String}, the contents of a {@link ByteString} can never be + * observed to change, not even in the presence of a data race or incorrect + * API usage in the client code. + * + * @author crazybob@google.com Bob Lee + * @author kenton@google.com Kenton Varda + * @author carlanton@google.com Carl Haverl + * @author martinrb@google.com Martin Buchholz + */ +public abstract class ByteString implements Iterable { + + /** + * When two strings to be concatenated have a combined length shorter than + * this, we just copy their bytes on {@link #concat(ByteString)}. + * The trade-off is copy size versus the overhead of creating tree nodes + * in {@link RopeByteString}. + */ + static final int CONCATENATE_BY_COPY_SIZE = 128; + + /** + * When copying an InputStream into a ByteString with .readFrom(), + * the chunks in the underlying rope start at 256 bytes, but double + * each iteration up to 8192 bytes. + */ + static final int MIN_READ_FROM_CHUNK_SIZE = 0x100; // 256b + static final int MAX_READ_FROM_CHUNK_SIZE = 0x2000; // 8k + + /** + * Empty {@code ByteString}. + */ + public static final ByteString EMPTY = new LiteralByteString(new byte[0]); + + // This constructor is here to prevent subclassing outside of this package, + ByteString() {} + + /** + * Gets the byte at the given index. This method should be used only for + * random access to individual bytes. To access bytes sequentially, use the + * {@link ByteIterator} returned by {@link #iterator()}, and call {@link + * #substring(int, int)} first if necessary. + * + * @param index index of byte + * @return the value + * @throws ArrayIndexOutOfBoundsException {@code index} is < 0 or ≥ size + */ + public abstract byte byteAt(int index); + + /** + * Return a {@link ByteString.ByteIterator} over the bytes in the ByteString. + * To avoid auto-boxing, you may get the iterator manually and call + * {@link ByteIterator#nextByte()}. + * + * @return the iterator + */ + public abstract ByteIterator iterator(); + + /** + * This interface extends {@code Iterator}, so that we can return an + * unboxed {@code byte}. + */ + public interface ByteIterator extends Iterator { + /** + * An alternative to {@link Iterator#next()} that returns an + * unboxed primitive {@code byte}. + * + * @return the next {@code byte} in the iteration + * @throws NoSuchElementException if the iteration has no more elements + */ + byte nextByte(); + } + + /** + * Gets the number of bytes. + * + * @return size in bytes + */ + public abstract int size(); + + /** + * Returns {@code true} if the size is {@code 0}, {@code false} otherwise. + * + * @return true if this is zero bytes long + */ + public boolean isEmpty() { + return size() == 0; + } + + // ================================================================= + // ByteString -> substring + + /** + * Return the substring from {@code beginIndex}, inclusive, to the end of the + * string. + * + * @param beginIndex start at this index + * @return substring sharing underlying data + * @throws IndexOutOfBoundsException if {@code beginIndex < 0} or + * {@code beginIndex > size()}. + */ + public ByteString substring(int beginIndex) { + return substring(beginIndex, size()); + } + + /** + * Return the substring from {@code beginIndex}, inclusive, to {@code + * endIndex}, exclusive. + * + * @param beginIndex start at this index + * @param endIndex the last character is the one before this index + * @return substring sharing underlying data + * @throws IndexOutOfBoundsException if {@code beginIndex < 0}, + * {@code endIndex > size()}, or {@code beginIndex > endIndex}. + */ + public abstract ByteString substring(int beginIndex, int endIndex); + + /** + * Tests if this bytestring starts with the specified prefix. + * Similar to {@link String#startsWith(String)} + * + * @param prefix the prefix. + * @return true if the byte sequence represented by the + * argument is a prefix of the byte sequence represented by + * this string; false otherwise. + */ + public boolean startsWith(ByteString prefix) { + return size() >= prefix.size() && + substring(0, prefix.size()).equals(prefix); + } + + // ================================================================= + // byte[] -> ByteString + + /** + * Copies the given bytes into a {@code ByteString}. + * + * @param bytes source array + * @param offset offset in source array + * @param size number of bytes to copy + * @return new {@code ByteString} + */ + public static ByteString copyFrom(byte[] bytes, int offset, int size) { + byte[] copy = new byte[size]; + System.arraycopy(bytes, offset, copy, 0, size); + return new LiteralByteString(copy); + } + + /** + * Copies the given bytes into a {@code ByteString}. + * + * @param bytes to copy + * @return new {@code ByteString} + */ + public static ByteString copyFrom(byte[] bytes) { + return copyFrom(bytes, 0, bytes.length); + } + + /** + * Copies the next {@code size} bytes from a {@code java.nio.ByteBuffer} into + * a {@code ByteString}. + * + * @param bytes source buffer + * @param size number of bytes to copy + * @return new {@code ByteString} + */ + public static ByteString copyFrom(ByteBuffer bytes, int size) { + byte[] copy = new byte[size]; + bytes.get(copy); + return new LiteralByteString(copy); + } + + /** + * Copies the remaining bytes from a {@code java.nio.ByteBuffer} into + * a {@code ByteString}. + * + * @param bytes sourceBuffer + * @return new {@code ByteString} + */ + public static ByteString copyFrom(ByteBuffer bytes) { + return copyFrom(bytes, bytes.remaining()); + } + + /** + * Encodes {@code text} into a sequence of bytes using the named charset + * and returns the result as a {@code ByteString}. + * + * @param text source string + * @param charsetName encoding to use + * @return new {@code ByteString} + * @throws UnsupportedEncodingException if the encoding isn't found + */ + public static ByteString copyFrom(String text, String charsetName) + throws UnsupportedEncodingException { + return new LiteralByteString(text.getBytes(charsetName)); + } + + /** + * Encodes {@code text} into a sequence of UTF-8 bytes and returns the + * result as a {@code ByteString}. + * + * @param text source string + * @return new {@code ByteString} + */ + public static ByteString copyFromUtf8(String text) { + try { + return new LiteralByteString(text.getBytes("UTF-8")); + } catch (UnsupportedEncodingException e) { + throw new RuntimeException("UTF-8 not supported?", e); + } + } + + // ================================================================= + // InputStream -> ByteString + + /** + * Completely reads the given stream's bytes into a + * {@code ByteString}, blocking if necessary until all bytes are + * read through to the end of the stream. + * + * Performance notes: The returned {@code ByteString} is an + * immutable tree of byte arrays ("chunks") of the stream data. The + * first chunk is small, with subsequent chunks each being double + * the size, up to 8K. If the caller knows the precise length of + * the stream and wishes to avoid all unnecessary copies and + * allocations, consider using the two-argument version of this + * method, below. + * + * @param streamToDrain The source stream, which is read completely + * but not closed. + * @return A new {@code ByteString} which is made up of chunks of + * various sizes, depending on the behavior of the underlying + * stream. + * @throws IOException IOException is thrown if there is a problem + * reading the underlying stream. + */ + public static ByteString readFrom(InputStream streamToDrain) + throws IOException { + return readFrom( + streamToDrain, MIN_READ_FROM_CHUNK_SIZE, MAX_READ_FROM_CHUNK_SIZE); + } + + /** + * Completely reads the given stream's bytes into a + * {@code ByteString}, blocking if necessary until all bytes are + * read through to the end of the stream. + * + * Performance notes: The returned {@code ByteString} is an + * immutable tree of byte arrays ("chunks") of the stream data. The + * chunkSize parameter sets the size of these byte arrays. In + * particular, if the chunkSize is precisely the same as the length + * of the stream, unnecessary allocations and copies will be + * avoided. Otherwise, the chunks will be of the given size, except + * for the last chunk, which will be resized (via a reallocation and + * copy) to contain the remainder of the stream. + * + * @param streamToDrain The source stream, which is read completely + * but not closed. + * @param chunkSize The size of the chunks in which to read the + * stream. + * @return A new {@code ByteString} which is made up of chunks of + * the given size. + * @throws IOException IOException is thrown if there is a problem + * reading the underlying stream. + */ + public static ByteString readFrom(InputStream streamToDrain, int chunkSize) + throws IOException { + return readFrom(streamToDrain, chunkSize, chunkSize); + } + + // Helper method that takes the chunk size range as a parameter. + public static ByteString readFrom(InputStream streamToDrain, int minChunkSize, + int maxChunkSize) throws IOException { + Collection results = new ArrayList(); + + // copy the inbound bytes into a list of chunks; the chunk size + // grows exponentially to support both short and long streams. + int chunkSize = minChunkSize; + while (true) { + ByteString chunk = readChunk(streamToDrain, chunkSize); + if (chunk == null) { + break; + } + results.add(chunk); + chunkSize = Math.min(chunkSize * 2, maxChunkSize); + } + + return ByteString.copyFrom(results); + } + + /** + * Blocks until a chunk of the given size can be made from the + * stream, or EOF is reached. Calls read() repeatedly in case the + * given stream implementation doesn't completely fill the given + * buffer in one read() call. + * + * @return A chunk of the desired size, or else a chunk as large as + * was available when end of stream was reached. Returns null if the + * given stream had no more data in it. + */ + private static ByteString readChunk(InputStream in, final int chunkSize) + throws IOException { + final byte[] buf = new byte[chunkSize]; + int bytesRead = 0; + while (bytesRead < chunkSize) { + final int count = in.read(buf, bytesRead, chunkSize - bytesRead); + if (count == -1) { + break; + } + bytesRead += count; + } + + if (bytesRead == 0) { + return null; + } else { + return ByteString.copyFrom(buf, 0, bytesRead); + } + } + + // ================================================================= + // Multiple ByteStrings -> One ByteString + + /** + * Concatenate the given {@code ByteString} to this one. Short concatenations, + * of total size smaller than {@link ByteString#CONCATENATE_BY_COPY_SIZE}, are + * produced by copying the underlying bytes (as per Rope.java, + * BAP95 . In general, the concatenate involves no copying. + * + * @param other string to concatenate + * @return a new {@code ByteString} instance + */ + public ByteString concat(ByteString other) { + int thisSize = size(); + int otherSize = other.size(); + if ((long) thisSize + otherSize >= Integer.MAX_VALUE) { + throw new IllegalArgumentException("ByteString would be too long: " + + thisSize + "+" + otherSize); + } + + return RopeByteString.concatenate(this, other); + } + + /** + * Concatenates all byte strings in the iterable and returns the result. + * This is designed to run in O(list size), not O(total bytes). + * + *

The returned {@code ByteString} is not necessarily a unique object. + * If the list is empty, the returned object is the singleton empty + * {@code ByteString}. If the list has only one element, that + * {@code ByteString} will be returned without copying. + * + * @param byteStrings strings to be concatenated + * @return new {@code ByteString} + */ + public static ByteString copyFrom(Iterable byteStrings) { + Collection collection; + if (!(byteStrings instanceof Collection)) { + collection = new ArrayList(); + for (ByteString byteString : byteStrings) { + collection.add(byteString); + } + } else { + collection = (Collection) byteStrings; + } + ByteString result; + if (collection.isEmpty()) { + result = EMPTY; + } else { + result = balancedConcat(collection.iterator(), collection.size()); + } + return result; + } + + // Internal function used by copyFrom(Iterable). + // Create a balanced concatenation of the next "length" elements from the + // iterable. + private static ByteString balancedConcat(Iterator iterator, + int length) { + assert length >= 1; + ByteString result; + if (length == 1) { + result = iterator.next(); + } else { + int halfLength = length >>> 1; + ByteString left = balancedConcat(iterator, halfLength); + ByteString right = balancedConcat(iterator, length - halfLength); + result = left.concat(right); + } + return result; + } + + // ================================================================= + // ByteString -> byte[] + + /** + * Copies bytes into a buffer at the given offset. + * + * @param target buffer to copy into + * @param offset in the target buffer + * @throws IndexOutOfBoundsException if the offset is negative or too large + */ + public void copyTo(byte[] target, int offset) { + copyTo(target, 0, offset, size()); + } + + /** + * Copies bytes into a buffer. + * + * @param target buffer to copy into + * @param sourceOffset offset within these bytes + * @param targetOffset offset within the target buffer + * @param numberToCopy number of bytes to copy + * @throws IndexOutOfBoundsException if an offset or size is negative or too + * large + */ + public void copyTo(byte[] target, int sourceOffset, int targetOffset, + int numberToCopy) { + if (sourceOffset < 0) { + throw new IndexOutOfBoundsException("Source offset < 0: " + sourceOffset); + } + if (targetOffset < 0) { + throw new IndexOutOfBoundsException("Target offset < 0: " + targetOffset); + } + if (numberToCopy < 0) { + throw new IndexOutOfBoundsException("Length < 0: " + numberToCopy); + } + if (sourceOffset + numberToCopy > size()) { + throw new IndexOutOfBoundsException( + "Source end offset < 0: " + (sourceOffset + numberToCopy)); + } + if (targetOffset + numberToCopy > target.length) { + throw new IndexOutOfBoundsException( + "Target end offset < 0: " + (targetOffset + numberToCopy)); + } + if (numberToCopy > 0) { + copyToInternal(target, sourceOffset, targetOffset, numberToCopy); + } + } + + /** + * Internal (package private) implementation of copyTo. + * It assumes that all error checking has already been performed and that + * numberToCopy > 0. + */ + protected abstract void copyToInternal(byte[] target, int sourceOffset, + int targetOffset, int numberToCopy); + + /** + * Copies bytes into a ByteBuffer. + * + * @param target ByteBuffer to copy into. + * @throws java.nio.ReadOnlyBufferException if the {@code target} is read-only + * @throws java.nio.BufferOverflowException if the {@code target}'s + * remaining() space is not large enough to hold the data. + */ + public abstract void copyTo(ByteBuffer target); + + /** + * Copies bytes to a {@code byte[]}. + * + * @return copied bytes + */ + public byte[] toByteArray() { + int size = size(); + byte[] result = new byte[size]; + copyToInternal(result, 0, 0, size); + return result; + } + + /** + * Writes the complete contents of this byte string to + * the specified output stream argument. + * + * @param out the output stream to which to write the data. + * @throws IOException if an I/O error occurs. + */ + public abstract void writeTo(OutputStream out) throws IOException; + + /** + * Constructs a read-only {@code java.nio.ByteBuffer} whose content + * is equal to the contents of this byte string. + * The result uses the same backing array as the byte string, if possible. + * + * @return wrapped bytes + */ + public abstract ByteBuffer asReadOnlyByteBuffer(); + + /** + * Constructs a list of read-only {@code java.nio.ByteBuffer} objects + * such that the concatenation of their contents is equal to the contents + * of this byte string. The result uses the same backing arrays as the + * byte string. + *

+ * By returning a list, implementations of this method may be able to avoid + * copying even when there are multiple backing arrays. + * + * @return a list of wrapped bytes + */ + public abstract List asReadOnlyByteBufferList(); + + /** + * Constructs a new {@code String} by decoding the bytes using the + * specified charset. + * + * @param charsetName encode using this charset + * @return new string + * @throws UnsupportedEncodingException if charset isn't recognized + */ + public abstract String toString(String charsetName) + throws UnsupportedEncodingException; + + // ================================================================= + // UTF-8 decoding + + /** + * Constructs a new {@code String} by decoding the bytes as UTF-8. + * + * @return new string using UTF-8 encoding + */ + public String toStringUtf8() { + try { + return toString("UTF-8"); + } catch (UnsupportedEncodingException e) { + throw new RuntimeException("UTF-8 not supported?", e); + } + } + + /** + * Tells whether this {@code ByteString} represents a well-formed UTF-8 + * byte sequence, such that the original bytes can be converted to a + * String object and then round tripped back to bytes without loss. + * + *

More precisely, returns {@code true} whenever:

 {@code
+   * Arrays.equals(byteString.toByteArray(),
+   *     new String(byteString.toByteArray(), "UTF-8").getBytes("UTF-8"))
+   * }
+ * + *

This method returns {@code false} for "overlong" byte sequences, + * as well as for 3-byte sequences that would map to a surrogate + * character, in accordance with the restricted definition of UTF-8 + * introduced in Unicode 3.1. Note that the UTF-8 decoder included in + * Oracle's JDK has been modified to also reject "overlong" byte + * sequences, but (as of 2011) still accepts 3-byte surrogate + * character byte sequences. + * + *

See the Unicode Standard,
+ * Table 3-6. UTF-8 Bit Distribution,
+ * Table 3-7. Well Formed UTF-8 Byte Sequences. + * + * @return whether the bytes in this {@code ByteString} are a + * well-formed UTF-8 byte sequence + */ + public abstract boolean isValidUtf8(); + + /** + * Tells whether the given byte sequence is a well-formed, malformed, or + * incomplete UTF-8 byte sequence. This method accepts and returns a partial + * state result, allowing the bytes for a complete UTF-8 byte sequence to be + * composed from multiple {@code ByteString} segments. + * + * @param state either {@code 0} (if this is the initial decoding operation) + * or the value returned from a call to a partial decoding method for the + * previous bytes + * @param offset offset of the first byte to check + * @param length number of bytes to check + * + * @return {@code -1} if the partial byte sequence is definitely malformed, + * {@code 0} if it is well-formed (no additional input needed), or, if the + * byte sequence is "incomplete", i.e. apparently terminated in the middle of + * a character, an opaque integer "state" value containing enough information + * to decode the character when passed to a subsequent invocation of a + * partial decoding method. + */ + protected abstract int partialIsValidUtf8(int state, int offset, int length); + + // ================================================================= + // equals() and hashCode() + + @Override + public abstract boolean equals(Object o); + + /** + * Return a non-zero hashCode depending only on the sequence of bytes + * in this ByteString. + * + * @return hashCode value for this object + */ + @Override + public abstract int hashCode(); + + // ================================================================= + // Input stream + + /** + * Creates an {@code InputStream} which can be used to read the bytes. + *

+ * The {@link InputStream} returned by this method is guaranteed to be + * completely non-blocking. The method {@link InputStream#available()} + * returns the number of bytes remaining in the stream. The methods + * {@link InputStream#read(byte[])}, {@link InputStream#read(byte[],int,int)} + * and {@link InputStream#skip(long)} will read/skip as many bytes as are + * available. + *

+ * The methods in the returned {@link InputStream} might not be + * thread safe. + * + * @return an input stream that returns the bytes of this byte string. + */ + public abstract InputStream newInput(); + + /** + * Creates a {@link CodedInputStream} which can be used to read the bytes. + * Using this is often more efficient than creating a {@link CodedInputStream} + * that wraps the result of {@link #newInput()}. + * + * @return stream based on wrapped data + */ + public abstract CodedInputStream newCodedInput(); + + // ================================================================= + // Output stream + + /** + * Creates a new {@link Output} with the given initial capacity. Call {@link + * Output#toByteString()} to create the {@code ByteString} instance. + *

+ * A {@link ByteString.Output} offers the same functionality as a + * {@link ByteArrayOutputStream}, except that it returns a {@link ByteString} + * rather than a {@code byte} array. + * + * @param initialCapacity estimate of number of bytes to be written + * @return {@code OutputStream} for building a {@code ByteString} + */ + public static Output newOutput(int initialCapacity) { + return new Output(initialCapacity); + } + + /** + * Creates a new {@link Output}. Call {@link Output#toByteString()} to create + * the {@code ByteString} instance. + *

+ * A {@link ByteString.Output} offers the same functionality as a + * {@link ByteArrayOutputStream}, except that it returns a {@link ByteString} + * rather than a {@code byte array}. + * + * @return {@code OutputStream} for building a {@code ByteString} + */ + public static Output newOutput() { + return new Output(CONCATENATE_BY_COPY_SIZE); + } + + /** + * Outputs to a {@code ByteString} instance. Call {@link #toByteString()} to + * create the {@code ByteString} instance. + */ + public static final class Output extends OutputStream { + // Implementation note. + // The public methods of this class must be synchronized. ByteStrings + // are guaranteed to be immutable. Without some sort of locking, it could + // be possible for one thread to call toByteSring(), while another thread + // is still modifying the underlying byte array. + + private static final byte[] EMPTY_BYTE_ARRAY = new byte[0]; + // argument passed by user, indicating initial capacity. + private final int initialCapacity; + // ByteStrings to be concatenated to create the result + private final ArrayList flushedBuffers; + // Total number of bytes in the ByteStrings of flushedBuffers + private int flushedBuffersTotalBytes; + // Current buffer to which we are writing + private byte[] buffer; + // Location in buffer[] to which we write the next byte. + private int bufferPos; + + /** + * Creates a new ByteString output stream with the specified + * initial capacity. + * + * @param initialCapacity the initial capacity of the output stream. + */ + Output(int initialCapacity) { + if (initialCapacity < 0) { + throw new IllegalArgumentException("Buffer size < 0"); + } + this.initialCapacity = initialCapacity; + this.flushedBuffers = new ArrayList(); + this.buffer = new byte[initialCapacity]; + } + + @Override + public synchronized void write(int b) { + if (bufferPos == buffer.length) { + flushFullBuffer(1); + } + buffer[bufferPos++] = (byte)b; + } + + @Override + public synchronized void write(byte[] b, int offset, int length) { + if (length <= buffer.length - bufferPos) { + // The bytes can fit into the current buffer. + System.arraycopy(b, offset, buffer, bufferPos, length); + bufferPos += length; + } else { + // Use up the current buffer + int copySize = buffer.length - bufferPos; + System.arraycopy(b, offset, buffer, bufferPos, copySize); + offset += copySize; + length -= copySize; + // Flush the buffer, and get a new buffer at least big enough to cover + // what we still need to output + flushFullBuffer(length); + System.arraycopy(b, offset, buffer, 0 /* count */, length); + bufferPos = length; + } + } + + /** + * Creates a byte string. Its size is the current size of this output + * stream and its output has been copied to it. + * + * @return the current contents of this output stream, as a byte string. + */ + public synchronized ByteString toByteString() { + flushLastBuffer(); + return ByteString.copyFrom(flushedBuffers); + } + + /** + * Implement java.util.Arrays.copyOf() for jdk 1.5. + */ + private byte[] copyArray(byte[] buffer, int length) { + byte[] result = new byte[length]; + System.arraycopy(buffer, 0, result, 0, Math.min(buffer.length, length)); + return result; + } + + /** + * Writes the complete contents of this byte array output stream to + * the specified output stream argument. + * + * @param out the output stream to which to write the data. + * @throws IOException if an I/O error occurs. + */ + public void writeTo(OutputStream out) throws IOException { + ByteString[] cachedFlushBuffers; + byte[] cachedBuffer; + int cachedBufferPos; + synchronized (this) { + // Copy the information we need into local variables so as to hold + // the lock for as short a time as possible. + cachedFlushBuffers = + flushedBuffers.toArray(new ByteString[flushedBuffers.size()]); + cachedBuffer = buffer; + cachedBufferPos = bufferPos; + } + for (ByteString byteString : cachedFlushBuffers) { + byteString.writeTo(out); + } + + out.write(copyArray(cachedBuffer, cachedBufferPos)); + } + + /** + * Returns the current size of the output stream. + * + * @return the current size of the output stream + */ + public synchronized int size() { + return flushedBuffersTotalBytes + bufferPos; + } + + /** + * Resets this stream, so that all currently accumulated output in the + * output stream is discarded. The output stream can be used again, + * reusing the already allocated buffer space. + */ + public synchronized void reset() { + flushedBuffers.clear(); + flushedBuffersTotalBytes = 0; + bufferPos = 0; + } + + @Override + public String toString() { + return String.format("", + Integer.toHexString(System.identityHashCode(this)), size()); + } + + /** + * Internal function used by writers. The current buffer is full, and the + * writer needs a new buffer whose size is at least the specified minimum + * size. + */ + private void flushFullBuffer(int minSize) { + flushedBuffers.add(new LiteralByteString(buffer)); + flushedBuffersTotalBytes += buffer.length; + // We want to increase our total capacity by 50%, but as a minimum, + // the new buffer should also at least be >= minSize and + // >= initial Capacity. + int newSize = Math.max(initialCapacity, + Math.max(minSize, flushedBuffersTotalBytes >>> 1)); + buffer = new byte[newSize]; + bufferPos = 0; + } + + /** + * Internal function used by {@link #toByteString()}. The current buffer may + * or may not be full, but it needs to be flushed. + */ + private void flushLastBuffer() { + if (bufferPos < buffer.length) { + if (bufferPos > 0) { + byte[] bufferCopy = copyArray(buffer, bufferPos); + flushedBuffers.add(new LiteralByteString(bufferCopy)); + } + // We reuse this buffer for further writes. + } else { + // Buffer is completely full. Huzzah. + flushedBuffers.add(new LiteralByteString(buffer)); + // 99% of the time, we're not going to use this OutputStream again. + // We set buffer to an empty byte stream so that we're handling this + // case without wasting space. In the rare case that more writes + // *do* occur, this empty buffer will be flushed and an appropriately + // sized new buffer will be created. + buffer = EMPTY_BYTE_ARRAY; + } + flushedBuffersTotalBytes += bufferPos; + bufferPos = 0; + } + } + + /** + * Constructs a new {@code ByteString} builder, which allows you to + * efficiently construct a {@code ByteString} by writing to a {@link + * CodedOutputStream}. Using this is much more efficient than calling {@code + * newOutput()} and wrapping that in a {@code CodedOutputStream}. + * + *

This is package-private because it's a somewhat confusing interface. + * Users can call {@link Message#toByteString()} instead of calling this + * directly. + * + * @param size The target byte size of the {@code ByteString}. You must write + * exactly this many bytes before building the result. + * @return the builder + */ + static CodedBuilder newCodedBuilder(int size) { + return new CodedBuilder(size); + } + + /** See {@link ByteString#newCodedBuilder(int)}. */ + static final class CodedBuilder { + private final CodedOutputStream output; + private final byte[] buffer; + + private CodedBuilder(int size) { + buffer = new byte[size]; + output = CodedOutputStream.newInstance(buffer); + } + + public ByteString build() { + output.checkNoSpaceLeft(); + + // We can be confident that the CodedOutputStream will not modify the + // underlying bytes anymore because it already wrote all of them. So, + // no need to make a copy. + return new LiteralByteString(buffer); + } + + public CodedOutputStream getCodedOutput() { + return output; + } + } + + // ================================================================= + // Methods {@link RopeByteString} needs on instances, which aren't part of the + // public API. + + /** + * Return the depth of the tree representing this {@code ByteString}, if any, + * whose root is this node. If this is a leaf node, return 0. + * + * @return tree depth or zero + */ + protected abstract int getTreeDepth(); + + /** + * Return {@code true} if this ByteString is literal (a leaf node) or a + * flat-enough tree in the sense of {@link RopeByteString}. + * + * @return true if the tree is flat enough + */ + protected abstract boolean isBalanced(); + + /** + * Return the cached hash code if available. + * + * @return value of cached hash code or 0 if not computed yet + */ + protected abstract int peekCachedHashCode(); + + /** + * Compute the hash across the value bytes starting with the given hash, and + * return the result. This is used to compute the hash across strings + * represented as a set of pieces by allowing the hash computation to be + * continued from piece to piece. + * + * @param h starting hash value + * @param offset offset into this value to start looking at data values + * @param length number of data values to include in the hash computation + * @return ending hash value + */ + protected abstract int partialHash(int h, int offset, int length); + + @Override + public String toString() { + return String.format("", + Integer.toHexString(System.identityHashCode(this)), size()); + } +} diff --git a/akka-protobuf/src/main/java/akka/protobuf/CodedInputStream.java b/akka-protobuf/src/main/java/akka/protobuf/CodedInputStream.java new file mode 100644 index 0000000000..a6f9e563c5 --- /dev/null +++ b/akka-protobuf/src/main/java/akka/protobuf/CodedInputStream.java @@ -0,0 +1,920 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// http://code.google.com/p/protobuf/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package akka.protobuf; + +import java.io.IOException; +import java.io.InputStream; +import java.util.ArrayList; +import java.util.List; + +/** + * Reads and decodes protocol message fields. + * + * This class contains two kinds of methods: methods that read specific + * protocol message constructs and field types (e.g. {@link #readTag()} and + * {@link #readInt32()}) and methods that read low-level values (e.g. + * {@link #readRawVarint32()} and {@link #readRawBytes}). If you are reading + * encoded protocol messages, you should use the former methods, but if you are + * reading some other format of your own design, use the latter. + * + * @author kenton@google.com Kenton Varda + */ +public final class CodedInputStream { + /** + * Create a new CodedInputStream wrapping the given InputStream. + */ + public static CodedInputStream newInstance(final InputStream input) { + return new CodedInputStream(input); + } + + /** + * Create a new CodedInputStream wrapping the given byte array. + */ + public static CodedInputStream newInstance(final byte[] buf) { + return newInstance(buf, 0, buf.length); + } + + /** + * Create a new CodedInputStream wrapping the given byte array slice. + */ + public static CodedInputStream newInstance(final byte[] buf, final int off, + final int len) { + CodedInputStream result = new CodedInputStream(buf, off, len); + try { + // Some uses of CodedInputStream can be more efficient if they know + // exactly how many bytes are available. By pushing the end point of the + // buffer as a limit, we allow them to get this information via + // getBytesUntilLimit(). Pushing a limit that we know is at the end of + // the stream can never hurt, since we can never past that point anyway. + result.pushLimit(len); + } catch (InvalidProtocolBufferException ex) { + // The only reason pushLimit() might throw an exception here is if len + // is negative. Normally pushLimit()'s parameter comes directly off the + // wire, so it's important to catch exceptions in case of corrupt or + // malicious data. However, in this case, we expect that len is not a + // user-supplied value, so we can assume that it being negative indicates + // a programming error. Therefore, throwing an unchecked exception is + // appropriate. + throw new IllegalArgumentException(ex); + } + return result; + } + + // ----------------------------------------------------------------- + + /** + * Attempt to read a field tag, returning zero if we have reached EOF. + * Protocol message parsers use this to read tags, since a protocol message + * may legally end wherever a tag occurs, and zero is not a valid tag number. + */ + public int readTag() throws IOException { + if (isAtEnd()) { + lastTag = 0; + return 0; + } + + lastTag = readRawVarint32(); + if (WireFormat.getTagFieldNumber(lastTag) == 0) { + // If we actually read zero (or any tag number corresponding to field + // number zero), that's not a valid tag. + throw InvalidProtocolBufferException.invalidTag(); + } + return lastTag; + } + + /** + * Verifies that the last call to readTag() returned the given tag value. + * This is used to verify that a nested group ended with the correct + * end tag. + * + * @throws InvalidProtocolBufferException {@code value} does not match the + * last tag. + */ + public void checkLastTagWas(final int value) + throws InvalidProtocolBufferException { + if (lastTag != value) { + throw InvalidProtocolBufferException.invalidEndTag(); + } + } + + /** + * Reads and discards a single field, given its tag value. + * + * @return {@code false} if the tag is an endgroup tag, in which case + * nothing is skipped. Otherwise, returns {@code true}. + */ + public boolean skipField(final int tag) throws IOException { + switch (WireFormat.getTagWireType(tag)) { + case WireFormat.WIRETYPE_VARINT: + readInt32(); + return true; + case WireFormat.WIRETYPE_FIXED64: + readRawLittleEndian64(); + return true; + case WireFormat.WIRETYPE_LENGTH_DELIMITED: + skipRawBytes(readRawVarint32()); + return true; + case WireFormat.WIRETYPE_START_GROUP: + skipMessage(); + checkLastTagWas( + WireFormat.makeTag(WireFormat.getTagFieldNumber(tag), + WireFormat.WIRETYPE_END_GROUP)); + return true; + case WireFormat.WIRETYPE_END_GROUP: + return false; + case WireFormat.WIRETYPE_FIXED32: + readRawLittleEndian32(); + return true; + default: + throw InvalidProtocolBufferException.invalidWireType(); + } + } + + /** + * Reads and discards an entire message. This will read either until EOF + * or until an endgroup tag, whichever comes first. + */ + public void skipMessage() throws IOException { + while (true) { + final int tag = readTag(); + if (tag == 0 || !skipField(tag)) { + return; + } + } + } + + // ----------------------------------------------------------------- + + /** Read a {@code double} field value from the stream. */ + public double readDouble() throws IOException { + return Double.longBitsToDouble(readRawLittleEndian64()); + } + + /** Read a {@code float} field value from the stream. */ + public float readFloat() throws IOException { + return Float.intBitsToFloat(readRawLittleEndian32()); + } + + /** Read a {@code uint64} field value from the stream. */ + public long readUInt64() throws IOException { + return readRawVarint64(); + } + + /** Read an {@code int64} field value from the stream. */ + public long readInt64() throws IOException { + return readRawVarint64(); + } + + /** Read an {@code int32} field value from the stream. */ + public int readInt32() throws IOException { + return readRawVarint32(); + } + + /** Read a {@code fixed64} field value from the stream. */ + public long readFixed64() throws IOException { + return readRawLittleEndian64(); + } + + /** Read a {@code fixed32} field value from the stream. */ + public int readFixed32() throws IOException { + return readRawLittleEndian32(); + } + + /** Read a {@code bool} field value from the stream. */ + public boolean readBool() throws IOException { + return readRawVarint32() != 0; + } + + /** Read a {@code string} field value from the stream. */ + public String readString() throws IOException { + final int size = readRawVarint32(); + if (size <= (bufferSize - bufferPos) && size > 0) { + // Fast path: We already have the bytes in a contiguous buffer, so + // just copy directly from it. + final String result = new String(buffer, bufferPos, size, "UTF-8"); + bufferPos += size; + return result; + } else { + // Slow path: Build a byte array first then copy it. + return new String(readRawBytes(size), "UTF-8"); + } + } + + /** Read a {@code group} field value from the stream. */ + public void readGroup(final int fieldNumber, + final MessageLite.Builder builder, + final ExtensionRegistryLite extensionRegistry) + throws IOException { + if (recursionDepth >= recursionLimit) { + throw InvalidProtocolBufferException.recursionLimitExceeded(); + } + ++recursionDepth; + builder.mergeFrom(this, extensionRegistry); + checkLastTagWas( + WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP)); + --recursionDepth; + } + + /** Read a {@code group} field value from the stream. */ + public T readGroup( + final int fieldNumber, + final Parser parser, + final ExtensionRegistryLite extensionRegistry) + throws IOException { + if (recursionDepth >= recursionLimit) { + throw InvalidProtocolBufferException.recursionLimitExceeded(); + } + ++recursionDepth; + T result = parser.parsePartialFrom(this, extensionRegistry); + checkLastTagWas( + WireFormat.makeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP)); + --recursionDepth; + return result; + } + + /** + * Reads a {@code group} field value from the stream and merges it into the + * given {@link UnknownFieldSet}. + * + * @deprecated UnknownFieldSet.Builder now implements MessageLite.Builder, so + * you can just call {@link #readGroup}. + */ + @Deprecated + public void readUnknownGroup(final int fieldNumber, + final MessageLite.Builder builder) + throws IOException { + // We know that UnknownFieldSet will ignore any ExtensionRegistry so it + // is safe to pass null here. (We can't call + // ExtensionRegistry.getEmptyRegistry() because that would make this + // class depend on ExtensionRegistry, which is not part of the lite + // library.) + readGroup(fieldNumber, builder, null); + } + + /** Read an embedded message field value from the stream. */ + public void readMessage(final MessageLite.Builder builder, + final ExtensionRegistryLite extensionRegistry) + throws IOException { + final int length = readRawVarint32(); + if (recursionDepth >= recursionLimit) { + throw InvalidProtocolBufferException.recursionLimitExceeded(); + } + final int oldLimit = pushLimit(length); + ++recursionDepth; + builder.mergeFrom(this, extensionRegistry); + checkLastTagWas(0); + --recursionDepth; + popLimit(oldLimit); + } + + /** Read an embedded message field value from the stream. */ + public T readMessage( + final Parser parser, + final ExtensionRegistryLite extensionRegistry) + throws IOException { + int length = readRawVarint32(); + if (recursionDepth >= recursionLimit) { + throw InvalidProtocolBufferException.recursionLimitExceeded(); + } + final int oldLimit = pushLimit(length); + ++recursionDepth; + T result = parser.parsePartialFrom(this, extensionRegistry); + checkLastTagWas(0); + --recursionDepth; + popLimit(oldLimit); + return result; + } + + /** Read a {@code bytes} field value from the stream. */ + public ByteString readBytes() throws IOException { + final int size = readRawVarint32(); + if (size == 0) { + return ByteString.EMPTY; + } else if (size <= (bufferSize - bufferPos) && size > 0) { + // Fast path: We already have the bytes in a contiguous buffer, so + // just copy directly from it. + final ByteString result = ByteString.copyFrom(buffer, bufferPos, size); + bufferPos += size; + return result; + } else { + // Slow path: Build a byte array first then copy it. + return ByteString.copyFrom(readRawBytes(size)); + } + } + + /** Read a {@code uint32} field value from the stream. */ + public int readUInt32() throws IOException { + return readRawVarint32(); + } + + /** + * Read an enum field value from the stream. Caller is responsible + * for converting the numeric value to an actual enum. + */ + public int readEnum() throws IOException { + return readRawVarint32(); + } + + /** Read an {@code sfixed32} field value from the stream. */ + public int readSFixed32() throws IOException { + return readRawLittleEndian32(); + } + + /** Read an {@code sfixed64} field value from the stream. */ + public long readSFixed64() throws IOException { + return readRawLittleEndian64(); + } + + /** Read an {@code sint32} field value from the stream. */ + public int readSInt32() throws IOException { + return decodeZigZag32(readRawVarint32()); + } + + /** Read an {@code sint64} field value from the stream. */ + public long readSInt64() throws IOException { + return decodeZigZag64(readRawVarint64()); + } + + // ================================================================= + + /** + * Read a raw Varint from the stream. If larger than 32 bits, discard the + * upper bits. + */ + public int readRawVarint32() throws IOException { + byte tmp = readRawByte(); + if (tmp >= 0) { + return tmp; + } + int result = tmp & 0x7f; + if ((tmp = readRawByte()) >= 0) { + result |= tmp << 7; + } else { + result |= (tmp & 0x7f) << 7; + if ((tmp = readRawByte()) >= 0) { + result |= tmp << 14; + } else { + result |= (tmp & 0x7f) << 14; + if ((tmp = readRawByte()) >= 0) { + result |= tmp << 21; + } else { + result |= (tmp & 0x7f) << 21; + result |= (tmp = readRawByte()) << 28; + if (tmp < 0) { + // Discard upper 32 bits. + for (int i = 0; i < 5; i++) { + if (readRawByte() >= 0) { + return result; + } + } + throw InvalidProtocolBufferException.malformedVarint(); + } + } + } + } + return result; + } + + /** + * Reads a varint from the input one byte at a time, so that it does not + * read any bytes after the end of the varint. If you simply wrapped the + * stream in a CodedInputStream and used {@link #readRawVarint32(InputStream)} + * then you would probably end up reading past the end of the varint since + * CodedInputStream buffers its input. + */ + static int readRawVarint32(final InputStream input) throws IOException { + final int firstByte = input.read(); + if (firstByte == -1) { + throw InvalidProtocolBufferException.truncatedMessage(); + } + return readRawVarint32(firstByte, input); + } + + /** + * Like {@link #readRawVarint32(InputStream)}, but expects that the caller + * has already read one byte. This allows the caller to determine if EOF + * has been reached before attempting to read. + */ + public static int readRawVarint32( + final int firstByte, final InputStream input) throws IOException { + if ((firstByte & 0x80) == 0) { + return firstByte; + } + + int result = firstByte & 0x7f; + int offset = 7; + for (; offset < 32; offset += 7) { + final int b = input.read(); + if (b == -1) { + throw InvalidProtocolBufferException.truncatedMessage(); + } + result |= (b & 0x7f) << offset; + if ((b & 0x80) == 0) { + return result; + } + } + // Keep reading up to 64 bits. + for (; offset < 64; offset += 7) { + final int b = input.read(); + if (b == -1) { + throw InvalidProtocolBufferException.truncatedMessage(); + } + if ((b & 0x80) == 0) { + return result; + } + } + throw InvalidProtocolBufferException.malformedVarint(); + } + + /** Read a raw Varint from the stream. */ + public long readRawVarint64() throws IOException { + int shift = 0; + long result = 0; + while (shift < 64) { + final byte b = readRawByte(); + result |= (long)(b & 0x7F) << shift; + if ((b & 0x80) == 0) { + return result; + } + shift += 7; + } + throw InvalidProtocolBufferException.malformedVarint(); + } + + /** Read a 32-bit little-endian integer from the stream. */ + public int readRawLittleEndian32() throws IOException { + final byte b1 = readRawByte(); + final byte b2 = readRawByte(); + final byte b3 = readRawByte(); + final byte b4 = readRawByte(); + return (((int)b1 & 0xff) ) | + (((int)b2 & 0xff) << 8) | + (((int)b3 & 0xff) << 16) | + (((int)b4 & 0xff) << 24); + } + + /** Read a 64-bit little-endian integer from the stream. */ + public long readRawLittleEndian64() throws IOException { + final byte b1 = readRawByte(); + final byte b2 = readRawByte(); + final byte b3 = readRawByte(); + final byte b4 = readRawByte(); + final byte b5 = readRawByte(); + final byte b6 = readRawByte(); + final byte b7 = readRawByte(); + final byte b8 = readRawByte(); + return (((long)b1 & 0xff) ) | + (((long)b2 & 0xff) << 8) | + (((long)b3 & 0xff) << 16) | + (((long)b4 & 0xff) << 24) | + (((long)b5 & 0xff) << 32) | + (((long)b6 & 0xff) << 40) | + (((long)b7 & 0xff) << 48) | + (((long)b8 & 0xff) << 56); + } + + /** + * Decode a ZigZag-encoded 32-bit value. ZigZag encodes signed integers + * into values that can be efficiently encoded with varint. (Otherwise, + * negative values must be sign-extended to 64 bits to be varint encoded, + * thus always taking 10 bytes on the wire.) + * + * @param n An unsigned 32-bit integer, stored in a signed int because + * Java has no explicit unsigned support. + * @return A signed 32-bit integer. + */ + public static int decodeZigZag32(final int n) { + return (n >>> 1) ^ -(n & 1); + } + + /** + * Decode a ZigZag-encoded 64-bit value. ZigZag encodes signed integers + * into values that can be efficiently encoded with varint. (Otherwise, + * negative values must be sign-extended to 64 bits to be varint encoded, + * thus always taking 10 bytes on the wire.) + * + * @param n An unsigned 64-bit integer, stored in a signed int because + * Java has no explicit unsigned support. + * @return A signed 64-bit integer. + */ + public static long decodeZigZag64(final long n) { + return (n >>> 1) ^ -(n & 1); + } + + // ----------------------------------------------------------------- + + private final byte[] buffer; + private int bufferSize; + private int bufferSizeAfterLimit; + private int bufferPos; + private final InputStream input; + private int lastTag; + + /** + * The total number of bytes read before the current buffer. The total + * bytes read up to the current position can be computed as + * {@code totalBytesRetired + bufferPos}. This value may be negative if + * reading started in the middle of the current buffer (e.g. if the + * constructor that takes a byte array and an offset was used). + */ + private int totalBytesRetired; + + /** The absolute position of the end of the current message. */ + private int currentLimit = Integer.MAX_VALUE; + + /** See setRecursionLimit() */ + private int recursionDepth; + private int recursionLimit = DEFAULT_RECURSION_LIMIT; + + /** See setSizeLimit() */ + private int sizeLimit = DEFAULT_SIZE_LIMIT; + + private static final int DEFAULT_RECURSION_LIMIT = 64; + private static final int DEFAULT_SIZE_LIMIT = 64 << 20; // 64MB + private static final int BUFFER_SIZE = 4096; + + private CodedInputStream(final byte[] buffer, final int off, final int len) { + this.buffer = buffer; + bufferSize = off + len; + bufferPos = off; + totalBytesRetired = -off; + input = null; + } + + private CodedInputStream(final InputStream input) { + buffer = new byte[BUFFER_SIZE]; + bufferSize = 0; + bufferPos = 0; + totalBytesRetired = 0; + this.input = input; + } + + /** + * Set the maximum message recursion depth. In order to prevent malicious + * messages from causing stack overflows, {@code CodedInputStream} limits + * how deeply messages may be nested. The default limit is 64. + * + * @return the old limit. + */ + public int setRecursionLimit(final int limit) { + if (limit < 0) { + throw new IllegalArgumentException( + "Recursion limit cannot be negative: " + limit); + } + final int oldLimit = recursionLimit; + recursionLimit = limit; + return oldLimit; + } + + /** + * Set the maximum message size. In order to prevent malicious + * messages from exhausting memory or causing integer overflows, + * {@code CodedInputStream} limits how large a message may be. + * The default limit is 64MB. You should set this limit as small + * as you can without harming your app's functionality. Note that + * size limits only apply when reading from an {@code InputStream}, not + * when constructed around a raw byte array (nor with + * {@link ByteString#newCodedInput}). + *

+ * If you want to read several messages from a single CodedInputStream, you + * could call {@link #resetSizeCounter()} after each one to avoid hitting the + * size limit. + * + * @return the old limit. + */ + public int setSizeLimit(final int limit) { + if (limit < 0) { + throw new IllegalArgumentException( + "Size limit cannot be negative: " + limit); + } + final int oldLimit = sizeLimit; + sizeLimit = limit; + return oldLimit; + } + + /** + * Resets the current size counter to zero (see {@link #setSizeLimit(int)}). + */ + public void resetSizeCounter() { + totalBytesRetired = -bufferPos; + } + + /** + * Sets {@code currentLimit} to (current position) + {@code byteLimit}. This + * is called when descending into a length-delimited embedded message. + * + *

Note that {@code pushLimit()} does NOT affect how many bytes the + * {@code CodedInputStream} reads from an underlying {@code InputStream} when + * refreshing its buffer. If you need to prevent reading past a certain + * point in the underlying {@code InputStream} (e.g. because you expect it to + * contain more data after the end of the message which you need to handle + * differently) then you must place a wrapper around your {@code InputStream} + * which limits the amount of data that can be read from it. + * + * @return the old limit. + */ + public int pushLimit(int byteLimit) throws InvalidProtocolBufferException { + if (byteLimit < 0) { + throw InvalidProtocolBufferException.negativeSize(); + } + byteLimit += totalBytesRetired + bufferPos; + final int oldLimit = currentLimit; + if (byteLimit > oldLimit) { + throw InvalidProtocolBufferException.truncatedMessage(); + } + currentLimit = byteLimit; + + recomputeBufferSizeAfterLimit(); + + return oldLimit; + } + + private void recomputeBufferSizeAfterLimit() { + bufferSize += bufferSizeAfterLimit; + final int bufferEnd = totalBytesRetired + bufferSize; + if (bufferEnd > currentLimit) { + // Limit is in current buffer. + bufferSizeAfterLimit = bufferEnd - currentLimit; + bufferSize -= bufferSizeAfterLimit; + } else { + bufferSizeAfterLimit = 0; + } + } + + /** + * Discards the current limit, returning to the previous limit. + * + * @param oldLimit The old limit, as returned by {@code pushLimit}. + */ + public void popLimit(final int oldLimit) { + currentLimit = oldLimit; + recomputeBufferSizeAfterLimit(); + } + + /** + * Returns the number of bytes to be read before the current limit. + * If no limit is set, returns -1. + */ + public int getBytesUntilLimit() { + if (currentLimit == Integer.MAX_VALUE) { + return -1; + } + + final int currentAbsolutePosition = totalBytesRetired + bufferPos; + return currentLimit - currentAbsolutePosition; + } + + /** + * Returns true if the stream has reached the end of the input. This is the + * case if either the end of the underlying input source has been reached or + * if the stream has reached a limit created using {@link #pushLimit(int)}. + */ + public boolean isAtEnd() throws IOException { + return bufferPos == bufferSize && !refillBuffer(false); + } + + /** + * The total bytes read up to the current position. Calling + * {@link #resetSizeCounter()} resets this value to zero. + */ + public int getTotalBytesRead() { + return totalBytesRetired + bufferPos; + } + + /** + * Called with {@code this.buffer} is empty to read more bytes from the + * input. If {@code mustSucceed} is true, refillBuffer() guarantees that + * either there will be at least one byte in the buffer when it returns + * or it will throw an exception. If {@code mustSucceed} is false, + * refillBuffer() returns false if no more bytes were available. + */ + private boolean refillBuffer(final boolean mustSucceed) throws IOException { + if (bufferPos < bufferSize) { + throw new IllegalStateException( + "refillBuffer() called when buffer wasn't empty."); + } + + if (totalBytesRetired + bufferSize == currentLimit) { + // Oops, we hit a limit. + if (mustSucceed) { + throw InvalidProtocolBufferException.truncatedMessage(); + } else { + return false; + } + } + + totalBytesRetired += bufferSize; + + bufferPos = 0; + bufferSize = (input == null) ? -1 : input.read(buffer); + if (bufferSize == 0 || bufferSize < -1) { + throw new IllegalStateException( + "InputStream#read(byte[]) returned invalid result: " + bufferSize + + "\nThe InputStream implementation is buggy."); + } + if (bufferSize == -1) { + bufferSize = 0; + if (mustSucceed) { + throw InvalidProtocolBufferException.truncatedMessage(); + } else { + return false; + } + } else { + recomputeBufferSizeAfterLimit(); + final int totalBytesRead = + totalBytesRetired + bufferSize + bufferSizeAfterLimit; + if (totalBytesRead > sizeLimit || totalBytesRead < 0) { + throw InvalidProtocolBufferException.sizeLimitExceeded(); + } + return true; + } + } + + /** + * Read one byte from the input. + * + * @throws InvalidProtocolBufferException The end of the stream or the current + * limit was reached. + */ + public byte readRawByte() throws IOException { + if (bufferPos == bufferSize) { + refillBuffer(true); + } + return buffer[bufferPos++]; + } + + /** + * Read a fixed size of bytes from the input. + * + * @throws InvalidProtocolBufferException The end of the stream or the current + * limit was reached. + */ + public byte[] readRawBytes(final int size) throws IOException { + if (size < 0) { + throw InvalidProtocolBufferException.negativeSize(); + } + + if (totalBytesRetired + bufferPos + size > currentLimit) { + // Read to the end of the stream anyway. + skipRawBytes(currentLimit - totalBytesRetired - bufferPos); + // Then fail. + throw InvalidProtocolBufferException.truncatedMessage(); + } + + if (size <= bufferSize - bufferPos) { + // We have all the bytes we need already. + final byte[] bytes = new byte[size]; + System.arraycopy(buffer, bufferPos, bytes, 0, size); + bufferPos += size; + return bytes; + } else if (size < BUFFER_SIZE) { + // Reading more bytes than are in the buffer, but not an excessive number + // of bytes. We can safely allocate the resulting array ahead of time. + + // First copy what we have. + final byte[] bytes = new byte[size]; + int pos = bufferSize - bufferPos; + System.arraycopy(buffer, bufferPos, bytes, 0, pos); + bufferPos = bufferSize; + + // We want to use refillBuffer() and then copy from the buffer into our + // byte array rather than reading directly into our byte array because + // the input may be unbuffered. + refillBuffer(true); + + while (size - pos > bufferSize) { + System.arraycopy(buffer, 0, bytes, pos, bufferSize); + pos += bufferSize; + bufferPos = bufferSize; + refillBuffer(true); + } + + System.arraycopy(buffer, 0, bytes, pos, size - pos); + bufferPos = size - pos; + + return bytes; + } else { + // The size is very large. For security reasons, we can't allocate the + // entire byte array yet. The size comes directly from the input, so a + // maliciously-crafted message could provide a bogus very large size in + // order to trick the app into allocating a lot of memory. We avoid this + // by allocating and reading only a small chunk at a time, so that the + // malicious message must actually *be* extremely large to cause + // problems. Meanwhile, we limit the allowed size of a message elsewhere. + + // Remember the buffer markers since we'll have to copy the bytes out of + // it later. + final int originalBufferPos = bufferPos; + final int originalBufferSize = bufferSize; + + // Mark the current buffer consumed. + totalBytesRetired += bufferSize; + bufferPos = 0; + bufferSize = 0; + + // Read all the rest of the bytes we need. + int sizeLeft = size - (originalBufferSize - originalBufferPos); + final List chunks = new ArrayList(); + + while (sizeLeft > 0) { + final byte[] chunk = new byte[Math.min(sizeLeft, BUFFER_SIZE)]; + int pos = 0; + while (pos < chunk.length) { + final int n = (input == null) ? -1 : + input.read(chunk, pos, chunk.length - pos); + if (n == -1) { + throw InvalidProtocolBufferException.truncatedMessage(); + } + totalBytesRetired += n; + pos += n; + } + sizeLeft -= chunk.length; + chunks.add(chunk); + } + + // OK, got everything. Now concatenate it all into one buffer. + final byte[] bytes = new byte[size]; + + // Start by copying the leftover bytes from this.buffer. + int pos = originalBufferSize - originalBufferPos; + System.arraycopy(buffer, originalBufferPos, bytes, 0, pos); + + // And now all the chunks. + for (final byte[] chunk : chunks) { + System.arraycopy(chunk, 0, bytes, pos, chunk.length); + pos += chunk.length; + } + + // Done. + return bytes; + } + } + + /** + * Reads and discards {@code size} bytes. + * + * @throws InvalidProtocolBufferException The end of the stream or the current + * limit was reached. + */ + public void skipRawBytes(final int size) throws IOException { + if (size < 0) { + throw InvalidProtocolBufferException.negativeSize(); + } + + if (totalBytesRetired + bufferPos + size > currentLimit) { + // Read to the end of the stream anyway. + skipRawBytes(currentLimit - totalBytesRetired - bufferPos); + // Then fail. + throw InvalidProtocolBufferException.truncatedMessage(); + } + + if (size <= bufferSize - bufferPos) { + // We have all the bytes we need already. + bufferPos += size; + } else { + // Skipping more bytes than are in the buffer. First skip what we have. + int pos = bufferSize - bufferPos; + bufferPos = bufferSize; + + // Keep refilling the buffer until we get to the point we wanted to skip + // to. This has the side effect of ensuring the limits are updated + // correctly. + refillBuffer(true); + while (size - pos > bufferSize) { + pos += bufferSize; + bufferPos = bufferSize; + refillBuffer(true); + } + + bufferPos = size - pos; + } + } +} diff --git a/akka-protobuf/src/main/java/akka/protobuf/CodedOutputStream.java b/akka-protobuf/src/main/java/akka/protobuf/CodedOutputStream.java new file mode 100644 index 0000000000..ce4602b9f0 --- /dev/null +++ b/akka-protobuf/src/main/java/akka/protobuf/CodedOutputStream.java @@ -0,0 +1,1111 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2008 Google Inc. All rights reserved. +// http://code.google.com/p/protobuf/ +// +// Redistribution and use in source and binary forms, with or without +// modification, are permitted provided that the following conditions are +// met: +// +// * Redistributions of source code must retain the above copyright +// notice, this list of conditions and the following disclaimer. +// * Redistributions in binary form must reproduce the above +// copyright notice, this list of conditions and the following disclaimer +// in the documentation and/or other materials provided with the +// distribution. +// * Neither the name of Google Inc. nor the names of its +// contributors may be used to endorse or promote products derived from +// this software without specific prior written permission. +// +// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS +// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT +// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR +// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT +// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE +// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +package akka.protobuf; + +import java.io.IOException; +import java.io.InputStream; +import java.io.OutputStream; +import java.io.UnsupportedEncodingException; + +/** + * Encodes and writes protocol message fields. + * + *

This class contains two kinds of methods: methods that write specific + * protocol message constructs and field types (e.g. {@link #writeTag} and + * {@link #writeInt32}) and methods that write low-level values (e.g. + * {@link #writeRawVarint32} and {@link #writeRawBytes}). If you are + * writing encoded protocol messages, you should use the former methods, but if + * you are writing some other format of your own design, use the latter. + * + *

This class is totally unsynchronized. + * + * @author kneton@google.com Kenton Varda + */ +public final class CodedOutputStream { + private final byte[] buffer; + private final int limit; + private int position; + + private final OutputStream output; + + /** + * The buffer size used in {@link #newInstance(OutputStream)}. + */ + public static final int DEFAULT_BUFFER_SIZE = 4096; + + /** + * Returns the buffer size to efficiently write dataLength bytes to this + * CodedOutputStream. Used by AbstractMessageLite. + * + * @return the buffer size to efficiently write dataLength bytes to this + * CodedOutputStream. + */ + static int computePreferredBufferSize(int dataLength) { + if (dataLength > DEFAULT_BUFFER_SIZE) return DEFAULT_BUFFER_SIZE; + return dataLength; + } + + private CodedOutputStream(final byte[] buffer, final int offset, + final int length) { + output = null; + this.buffer = buffer; + position = offset; + limit = offset + length; + } + + private CodedOutputStream(final OutputStream output, final byte[] buffer) { + this.output = output; + this.buffer = buffer; + position = 0; + limit = buffer.length; + } + + /** + * Create a new {@code CodedOutputStream} wrapping the given + * {@code OutputStream}. + */ + public static CodedOutputStream newInstance(final OutputStream output) { + return newInstance(output, DEFAULT_BUFFER_SIZE); + } + + /** + * Create a new {@code CodedOutputStream} wrapping the given + * {@code OutputStream} with a given buffer size. + */ + public static CodedOutputStream newInstance(final OutputStream output, + final int bufferSize) { + return new CodedOutputStream(output, new byte[bufferSize]); + } + + /** + * Create a new {@code CodedOutputStream} that writes directly to the given + * byte array. If more bytes are written than fit in the array, + * {@link OutOfSpaceException} will be thrown. Writing directly to a flat + * array is faster than writing to an {@code OutputStream}. See also + * {@link ByteString#newCodedBuilder}. + */ + public static CodedOutputStream newInstance(final byte[] flatArray) { + return newInstance(flatArray, 0, flatArray.length); + } + + /** + * Create a new {@code CodedOutputStream} that writes directly to the given + * byte array slice. If more bytes are written than fit in the slice, + * {@link OutOfSpaceException} will be thrown. Writing directly to a flat + * array is faster than writing to an {@code OutputStream}. See also + * {@link ByteString#newCodedBuilder}. + */ + public static CodedOutputStream newInstance(final byte[] flatArray, + final int offset, + final int length) { + return new CodedOutputStream(flatArray, offset, length); + } + + // ----------------------------------------------------------------- + + /** Write a {@code double} field, including tag, to the stream. */ + public void writeDouble(final int fieldNumber, final double value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_FIXED64); + writeDoubleNoTag(value); + } + + /** Write a {@code float} field, including tag, to the stream. */ + public void writeFloat(final int fieldNumber, final float value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_FIXED32); + writeFloatNoTag(value); + } + + /** Write a {@code uint64} field, including tag, to the stream. */ + public void writeUInt64(final int fieldNumber, final long value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT); + writeUInt64NoTag(value); + } + + /** Write an {@code int64} field, including tag, to the stream. */ + public void writeInt64(final int fieldNumber, final long value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT); + writeInt64NoTag(value); + } + + /** Write an {@code int32} field, including tag, to the stream. */ + public void writeInt32(final int fieldNumber, final int value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT); + writeInt32NoTag(value); + } + + /** Write a {@code fixed64} field, including tag, to the stream. */ + public void writeFixed64(final int fieldNumber, final long value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_FIXED64); + writeFixed64NoTag(value); + } + + /** Write a {@code fixed32} field, including tag, to the stream. */ + public void writeFixed32(final int fieldNumber, final int value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_FIXED32); + writeFixed32NoTag(value); + } + + /** Write a {@code bool} field, including tag, to the stream. */ + public void writeBool(final int fieldNumber, final boolean value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT); + writeBoolNoTag(value); + } + + /** Write a {@code string} field, including tag, to the stream. */ + public void writeString(final int fieldNumber, final String value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_LENGTH_DELIMITED); + writeStringNoTag(value); + } + + /** Write a {@code group} field, including tag, to the stream. */ + public void writeGroup(final int fieldNumber, final MessageLite value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_START_GROUP); + writeGroupNoTag(value); + writeTag(fieldNumber, WireFormat.WIRETYPE_END_GROUP); + } + + /** + * Write a group represented by an {@link UnknownFieldSet}. + * + * @deprecated UnknownFieldSet now implements MessageLite, so you can just + * call {@link #writeGroup}. + */ + @Deprecated + public void writeUnknownGroup(final int fieldNumber, + final MessageLite value) + throws IOException { + writeGroup(fieldNumber, value); + } + + /** Write an embedded message field, including tag, to the stream. */ + public void writeMessage(final int fieldNumber, final MessageLite value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_LENGTH_DELIMITED); + writeMessageNoTag(value); + } + + /** Write a {@code bytes} field, including tag, to the stream. */ + public void writeBytes(final int fieldNumber, final ByteString value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_LENGTH_DELIMITED); + writeBytesNoTag(value); + } + + /** Write a {@code uint32} field, including tag, to the stream. */ + public void writeUInt32(final int fieldNumber, final int value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT); + writeUInt32NoTag(value); + } + + /** + * Write an enum field, including tag, to the stream. Caller is responsible + * for converting the enum value to its numeric value. + */ + public void writeEnum(final int fieldNumber, final int value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT); + writeEnumNoTag(value); + } + + /** Write an {@code sfixed32} field, including tag, to the stream. */ + public void writeSFixed32(final int fieldNumber, final int value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_FIXED32); + writeSFixed32NoTag(value); + } + + /** Write an {@code sfixed64} field, including tag, to the stream. */ + public void writeSFixed64(final int fieldNumber, final long value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_FIXED64); + writeSFixed64NoTag(value); + } + + /** Write an {@code sint32} field, including tag, to the stream. */ + public void writeSInt32(final int fieldNumber, final int value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT); + writeSInt32NoTag(value); + } + + /** Write an {@code sint64} field, including tag, to the stream. */ + public void writeSInt64(final int fieldNumber, final long value) + throws IOException { + writeTag(fieldNumber, WireFormat.WIRETYPE_VARINT); + writeSInt64NoTag(value); + } + + /** + * Write a MessageSet extension field to the stream. For historical reasons, + * the wire format differs from normal fields. + */ + public void writeMessageSetExtension(final int fieldNumber, + final MessageLite value) + throws IOException { + writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); + writeUInt32(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber); + writeMessage(WireFormat.MESSAGE_SET_MESSAGE, value); + writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); + } + + /** + * Write an unparsed MessageSet extension field to the stream. For + * historical reasons, the wire format differs from normal fields. + */ + public void writeRawMessageSetExtension(final int fieldNumber, + final ByteString value) + throws IOException { + writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_START_GROUP); + writeUInt32(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber); + writeBytes(WireFormat.MESSAGE_SET_MESSAGE, value); + writeTag(WireFormat.MESSAGE_SET_ITEM, WireFormat.WIRETYPE_END_GROUP); + } + + // ----------------------------------------------------------------- + + /** Write a {@code double} field to the stream. */ + public void writeDoubleNoTag(final double value) throws IOException { + writeRawLittleEndian64(Double.doubleToRawLongBits(value)); + } + + /** Write a {@code float} field to the stream. */ + public void writeFloatNoTag(final float value) throws IOException { + writeRawLittleEndian32(Float.floatToRawIntBits(value)); + } + + /** Write a {@code uint64} field to the stream. */ + public void writeUInt64NoTag(final long value) throws IOException { + writeRawVarint64(value); + } + + /** Write an {@code int64} field to the stream. */ + public void writeInt64NoTag(final long value) throws IOException { + writeRawVarint64(value); + } + + /** Write an {@code int32} field to the stream. */ + public void writeInt32NoTag(final int value) throws IOException { + if (value >= 0) { + writeRawVarint32(value); + } else { + // Must sign-extend. + writeRawVarint64(value); + } + } + + /** Write a {@code fixed64} field to the stream. */ + public void writeFixed64NoTag(final long value) throws IOException { + writeRawLittleEndian64(value); + } + + /** Write a {@code fixed32} field to the stream. */ + public void writeFixed32NoTag(final int value) throws IOException { + writeRawLittleEndian32(value); + } + + /** Write a {@code bool} field to the stream. */ + public void writeBoolNoTag(final boolean value) throws IOException { + writeRawByte(value ? 1 : 0); + } + + /** Write a {@code string} field to the stream. */ + public void writeStringNoTag(final String value) throws IOException { + // Unfortunately there does not appear to be any way to tell Java to encode + // UTF-8 directly into our buffer, so we have to let it create its own byte + // array and then copy. + final byte[] bytes = value.getBytes("UTF-8"); + writeRawVarint32(bytes.length); + writeRawBytes(bytes); + } + + /** Write a {@code group} field to the stream. */ + public void writeGroupNoTag(final MessageLite value) throws IOException { + value.writeTo(this); + } + + /** + * Write a group represented by an {@link UnknownFieldSet}. + * + * @deprecated UnknownFieldSet now implements MessageLite, so you can just + * call {@link #writeGroupNoTag}. + */ + @Deprecated + public void writeUnknownGroupNoTag(final MessageLite value) + throws IOException { + writeGroupNoTag(value); + } + + /** Write an embedded message field to the stream. */ + public void writeMessageNoTag(final MessageLite value) throws IOException { + writeRawVarint32(value.getSerializedSize()); + value.writeTo(this); + } + + /** Write a {@code bytes} field to the stream. */ + public void writeBytesNoTag(final ByteString value) throws IOException { + writeRawVarint32(value.size()); + writeRawBytes(value); + } + + /** Write a {@code uint32} field to the stream. */ + public void writeUInt32NoTag(final int value) throws IOException { + writeRawVarint32(value); + } + + /** + * Write an enum field to the stream. Caller is responsible + * for converting the enum value to its numeric value. + */ + public void writeEnumNoTag(final int value) throws IOException { + writeInt32NoTag(value); + } + + /** Write an {@code sfixed32} field to the stream. */ + public void writeSFixed32NoTag(final int value) throws IOException { + writeRawLittleEndian32(value); + } + + /** Write an {@code sfixed64} field to the stream. */ + public void writeSFixed64NoTag(final long value) throws IOException { + writeRawLittleEndian64(value); + } + + /** Write an {@code sint32} field to the stream. */ + public void writeSInt32NoTag(final int value) throws IOException { + writeRawVarint32(encodeZigZag32(value)); + } + + /** Write an {@code sint64} field to the stream. */ + public void writeSInt64NoTag(final long value) throws IOException { + writeRawVarint64(encodeZigZag64(value)); + } + + // ================================================================= + + /** + * Compute the number of bytes that would be needed to encode a + * {@code double} field, including tag. + */ + public static int computeDoubleSize(final int fieldNumber, + final double value) { + return computeTagSize(fieldNumber) + computeDoubleSizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code float} field, including tag. + */ + public static int computeFloatSize(final int fieldNumber, final float value) { + return computeTagSize(fieldNumber) + computeFloatSizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code uint64} field, including tag. + */ + public static int computeUInt64Size(final int fieldNumber, final long value) { + return computeTagSize(fieldNumber) + computeUInt64SizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code int64} field, including tag. + */ + public static int computeInt64Size(final int fieldNumber, final long value) { + return computeTagSize(fieldNumber) + computeInt64SizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code int32} field, including tag. + */ + public static int computeInt32Size(final int fieldNumber, final int value) { + return computeTagSize(fieldNumber) + computeInt32SizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code fixed64} field, including tag. + */ + public static int computeFixed64Size(final int fieldNumber, + final long value) { + return computeTagSize(fieldNumber) + computeFixed64SizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code fixed32} field, including tag. + */ + public static int computeFixed32Size(final int fieldNumber, + final int value) { + return computeTagSize(fieldNumber) + computeFixed32SizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code bool} field, including tag. + */ + public static int computeBoolSize(final int fieldNumber, + final boolean value) { + return computeTagSize(fieldNumber) + computeBoolSizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code string} field, including tag. + */ + public static int computeStringSize(final int fieldNumber, + final String value) { + return computeTagSize(fieldNumber) + computeStringSizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code group} field, including tag. + */ + public static int computeGroupSize(final int fieldNumber, + final MessageLite value) { + return computeTagSize(fieldNumber) * 2 + computeGroupSizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code group} field represented by an {@code UnknownFieldSet}, including + * tag. + * + * @deprecated UnknownFieldSet now implements MessageLite, so you can just + * call {@link #computeGroupSize}. + */ + @Deprecated + public static int computeUnknownGroupSize(final int fieldNumber, + final MessageLite value) { + return computeGroupSize(fieldNumber, value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * embedded message field, including tag. + */ + public static int computeMessageSize(final int fieldNumber, + final MessageLite value) { + return computeTagSize(fieldNumber) + computeMessageSizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code bytes} field, including tag. + */ + public static int computeBytesSize(final int fieldNumber, + final ByteString value) { + return computeTagSize(fieldNumber) + computeBytesSizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * embedded message in lazy field, including tag. + */ + public static int computeLazyFieldSize(final int fieldNumber, + final LazyField value) { + return computeTagSize(fieldNumber) + computeLazyFieldSizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code uint32} field, including tag. + */ + public static int computeUInt32Size(final int fieldNumber, final int value) { + return computeTagSize(fieldNumber) + computeUInt32SizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * enum field, including tag. Caller is responsible for converting the + * enum value to its numeric value. + */ + public static int computeEnumSize(final int fieldNumber, final int value) { + return computeTagSize(fieldNumber) + computeEnumSizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code sfixed32} field, including tag. + */ + public static int computeSFixed32Size(final int fieldNumber, + final int value) { + return computeTagSize(fieldNumber) + computeSFixed32SizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code sfixed64} field, including tag. + */ + public static int computeSFixed64Size(final int fieldNumber, + final long value) { + return computeTagSize(fieldNumber) + computeSFixed64SizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code sint32} field, including tag. + */ + public static int computeSInt32Size(final int fieldNumber, final int value) { + return computeTagSize(fieldNumber) + computeSInt32SizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code sint64} field, including tag. + */ + public static int computeSInt64Size(final int fieldNumber, final long value) { + return computeTagSize(fieldNumber) + computeSInt64SizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode a + * MessageSet extension to the stream. For historical reasons, + * the wire format differs from normal fields. + */ + public static int computeMessageSetExtensionSize( + final int fieldNumber, final MessageLite value) { + return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 + + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) + + computeMessageSize(WireFormat.MESSAGE_SET_MESSAGE, value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * unparsed MessageSet extension field to the stream. For + * historical reasons, the wire format differs from normal fields. + */ + public static int computeRawMessageSetExtensionSize( + final int fieldNumber, final ByteString value) { + return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 + + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) + + computeBytesSize(WireFormat.MESSAGE_SET_MESSAGE, value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * lazily parsed MessageSet extension field to the stream. For + * historical reasons, the wire format differs from normal fields. + */ + public static int computeLazyFieldMessageSetExtensionSize( + final int fieldNumber, final LazyField value) { + return computeTagSize(WireFormat.MESSAGE_SET_ITEM) * 2 + + computeUInt32Size(WireFormat.MESSAGE_SET_TYPE_ID, fieldNumber) + + computeLazyFieldSize(WireFormat.MESSAGE_SET_MESSAGE, value); + } + + // ----------------------------------------------------------------- + + /** + * Compute the number of bytes that would be needed to encode a + * {@code double} field, including tag. + */ + public static int computeDoubleSizeNoTag(final double value) { + return LITTLE_ENDIAN_64_SIZE; + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code float} field, including tag. + */ + public static int computeFloatSizeNoTag(final float value) { + return LITTLE_ENDIAN_32_SIZE; + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code uint64} field, including tag. + */ + public static int computeUInt64SizeNoTag(final long value) { + return computeRawVarint64Size(value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code int64} field, including tag. + */ + public static int computeInt64SizeNoTag(final long value) { + return computeRawVarint64Size(value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code int32} field, including tag. + */ + public static int computeInt32SizeNoTag(final int value) { + if (value >= 0) { + return computeRawVarint32Size(value); + } else { + // Must sign-extend. + return 10; + } + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code fixed64} field. + */ + public static int computeFixed64SizeNoTag(final long value) { + return LITTLE_ENDIAN_64_SIZE; + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code fixed32} field. + */ + public static int computeFixed32SizeNoTag(final int value) { + return LITTLE_ENDIAN_32_SIZE; + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code bool} field. + */ + public static int computeBoolSizeNoTag(final boolean value) { + return 1; + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code string} field. + */ + public static int computeStringSizeNoTag(final String value) { + try { + final byte[] bytes = value.getBytes("UTF-8"); + return computeRawVarint32Size(bytes.length) + + bytes.length; + } catch (UnsupportedEncodingException e) { + throw new RuntimeException("UTF-8 not supported.", e); + } + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code group} field. + */ + public static int computeGroupSizeNoTag(final MessageLite value) { + return value.getSerializedSize(); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code group} field represented by an {@code UnknownFieldSet}, including + * tag. + * + * @deprecated UnknownFieldSet now implements MessageLite, so you can just + * call {@link #computeUnknownGroupSizeNoTag}. + */ + @Deprecated + public static int computeUnknownGroupSizeNoTag(final MessageLite value) { + return computeGroupSizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode an embedded + * message field. + */ + public static int computeMessageSizeNoTag(final MessageLite value) { + final int size = value.getSerializedSize(); + return computeRawVarint32Size(size) + size; + } + + /** + * Compute the number of bytes that would be needed to encode an embedded + * message stored in lazy field. + */ + public static int computeLazyFieldSizeNoTag(final LazyField value) { + final int size = value.getSerializedSize(); + return computeRawVarint32Size(size) + size; + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code bytes} field. + */ + public static int computeBytesSizeNoTag(final ByteString value) { + return computeRawVarint32Size(value.size()) + + value.size(); + } + + /** + * Compute the number of bytes that would be needed to encode a + * {@code uint32} field. + */ + public static int computeUInt32SizeNoTag(final int value) { + return computeRawVarint32Size(value); + } + + /** + * Compute the number of bytes that would be needed to encode an enum field. + * Caller is responsible for converting the enum value to its numeric value. + */ + public static int computeEnumSizeNoTag(final int value) { + return computeInt32SizeNoTag(value); + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code sfixed32} field. + */ + public static int computeSFixed32SizeNoTag(final int value) { + return LITTLE_ENDIAN_32_SIZE; + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code sfixed64} field. + */ + public static int computeSFixed64SizeNoTag(final long value) { + return LITTLE_ENDIAN_64_SIZE; + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code sint32} field. + */ + public static int computeSInt32SizeNoTag(final int value) { + return computeRawVarint32Size(encodeZigZag32(value)); + } + + /** + * Compute the number of bytes that would be needed to encode an + * {@code sint64} field. + */ + public static int computeSInt64SizeNoTag(final long value) { + return computeRawVarint64Size(encodeZigZag64(value)); + } + + // ================================================================= + + /** + * Internal helper that writes the current buffer to the output. The + * buffer position is reset to its initial value when this returns. + */ + private void refreshBuffer() throws IOException { + if (output == null) { + // We're writing to a single buffer. + throw new OutOfSpaceException(); + } + + // Since we have an output stream, this is our buffer + // and buffer offset == 0 + output.write(buffer, 0, position); + position = 0; + } + + /** + * Flushes the stream and forces any buffered bytes to be written. This + * does not flush the underlying OutputStream. + */ + public void flush() throws IOException { + if (output != null) { + refreshBuffer(); + } + } + + /** + * If writing to a flat array, return the space left in the array. + * Otherwise, throws {@code UnsupportedOperationException}. + */ + public int spaceLeft() { + if (output == null) { + return limit - position; + } else { + throw new UnsupportedOperationException( + "spaceLeft() can only be called on CodedOutputStreams that are " + + "writing to a flat array."); + } + } + + /** + * Verifies that {@link #spaceLeft()} returns zero. It's common to create + * a byte array that is exactly big enough to hold a message, then write to + * it with a {@code CodedOutputStream}. Calling {@code checkNoSpaceLeft()} + * after writing verifies that the message was actually as big as expected, + * which can help catch bugs. + */ + public void checkNoSpaceLeft() { + if (spaceLeft() != 0) { + throw new IllegalStateException( + "Did not write as much data as expected."); + } + } + + /** + * If you create a CodedOutputStream around a simple flat array, you must + * not attempt to write more bytes than the array has space. Otherwise, + * this exception will be thrown. + */ + public static class OutOfSpaceException extends IOException { + private static final long serialVersionUID = -6947486886997889499L; + + OutOfSpaceException() { + super("CodedOutputStream was writing to a flat byte array and ran " + + "out of space."); + } + } + + /** Write a single byte. */ + public void writeRawByte(final byte value) throws IOException { + if (position == limit) { + refreshBuffer(); + } + + buffer[position++] = value; + } + + /** Write a single byte, represented by an integer value. */ + public void writeRawByte(final int value) throws IOException { + writeRawByte((byte) value); + } + + /** Write a byte string. */ + public void writeRawBytes(final ByteString value) throws IOException { + writeRawBytes(value, 0, value.size()); + } + + /** Write an array of bytes. */ + public void writeRawBytes(final byte[] value) throws IOException { + writeRawBytes(value, 0, value.length); + } + + /** Write part of an array of bytes. */ + public void writeRawBytes(final byte[] value, int offset, int length) + throws IOException { + if (limit - position >= length) { + // We have room in the current buffer. + System.arraycopy(value, offset, buffer, position, length); + position += length; + } else { + // Write extends past current buffer. Fill the rest of this buffer and + // flush. + final int bytesWritten = limit - position; + System.arraycopy(value, offset, buffer, position, bytesWritten); + offset += bytesWritten; + length -= bytesWritten; + position = limit; + refreshBuffer(); + + // Now deal with the rest. + // Since we have an output stream, this is our buffer + // and buffer offset == 0 + if (length <= limit) { + // Fits in new buffer. + System.arraycopy(value, offset, buffer, 0, length); + position = length; + } else { + // Write is very big. Let's do it all at once. + output.write(value, offset, length); + } + } + } + + /** Write part of a byte string. */ + public void writeRawBytes(final ByteString value, int offset, int length) + throws IOException { + if (limit - position >= length) { + // We have room in the current buffer. + value.copyTo(buffer, offset, position, length); + position += length; + } else { + // Write extends past current buffer. Fill the rest of this buffer and + // flush. + final int bytesWritten = limit - position; + value.copyTo(buffer, offset, position, bytesWritten); + offset += bytesWritten; + length -= bytesWritten; + position = limit; + refreshBuffer(); + + // Now deal with the rest. + // Since we have an output stream, this is our buffer + // and buffer offset == 0 + if (length <= limit) { + // Fits in new buffer. + value.copyTo(buffer, offset, 0, length); + position = length; + } else { + // Write is very big, but we can't do it all at once without allocating + // an a copy of the byte array since ByteString does not give us access + // to the underlying bytes. Use the InputStream interface on the + // ByteString and our buffer to copy between the two. + InputStream inputStreamFrom = value.newInput(); + if (offset != inputStreamFrom.skip(offset)) { + throw new IllegalStateException("Skip failed? Should never happen."); + } + // Use the buffer as the temporary buffer to avoid allocating memory. + while (length > 0) { + int bytesToRead = Math.min(length, limit); + int bytesRead = inputStreamFrom.read(buffer, 0, bytesToRead); + if (bytesRead != bytesToRead) { + throw new IllegalStateException("Read failed? Should never happen"); + } + output.write(buffer, 0, bytesRead); + length -= bytesRead; + } + } + } + } + + /** Encode and write a tag. */ + public void writeTag(final int fieldNumber, final int wireType) + throws IOException { + writeRawVarint32(WireFormat.makeTag(fieldNumber, wireType)); + } + + /** Compute the number of bytes that would be needed to encode a tag. */ + public static int computeTagSize(final int fieldNumber) { + return computeRawVarint32Size(WireFormat.makeTag(fieldNumber, 0)); + } + + /** + * Encode and write a varint. {@code value} is treated as + * unsigned, so it won't be sign-extended if negative. + */ + public void writeRawVarint32(int value) throws IOException { + while (true) { + if ((value & ~0x7F) == 0) { + writeRawByte(value); + return; + } else { + writeRawByte((value & 0x7F) | 0x80); + value >>>= 7; + } + } + } + + /** + * Compute the number of bytes that would be needed to encode a varint. + * {@code value} is treated as unsigned, so it won't be sign-extended if + * negative. + */ + public static int computeRawVarint32Size(final int value) { + if ((value & (0xffffffff << 7)) == 0) return 1; + if ((value & (0xffffffff << 14)) == 0) return 2; + if ((value & (0xffffffff << 21)) == 0) return 3; + if ((value & (0xffffffff << 28)) == 0) return 4; + return 5; + } + + /** Encode and write a varint. */ + public void writeRawVarint64(long value) throws IOException { + while (true) { + if ((value & ~0x7FL) == 0) { + writeRawByte((int)value); + return; + } else { + writeRawByte(((int)value & 0x7F) | 0x80); + value >>>= 7; + } + } + } + + /** Compute the number of bytes that would be needed to encode a varint. */ + public static int computeRawVarint64Size(final long value) { + if ((value & (0xffffffffffffffffL << 7)) == 0) return 1; + if ((value & (0xffffffffffffffffL << 14)) == 0) return 2; + if ((value & (0xffffffffffffffffL << 21)) == 0) return 3; + if ((value & (0xffffffffffffffffL << 28)) == 0) return 4; + if ((value & (0xffffffffffffffffL << 35)) == 0) return 5; + if ((value & (0xffffffffffffffffL << 42)) == 0) return 6; + if ((value & (0xffffffffffffffffL << 49)) == 0) return 7; + if ((value & (0xffffffffffffffffL << 56)) == 0) return 8; + if ((value & (0xffffffffffffffffL << 63)) == 0) return 9; + return 10; + } + + /** Write a little-endian 32-bit integer. */ + public void writeRawLittleEndian32(final int value) throws IOException { + writeRawByte((value ) & 0xFF); + writeRawByte((value >> 8) & 0xFF); + writeRawByte((value >> 16) & 0xFF); + writeRawByte((value >> 24) & 0xFF); + } + + public static final int LITTLE_ENDIAN_32_SIZE = 4; + + /** Write a little-endian 64-bit integer. */ + public void writeRawLittleEndian64(final long value) throws IOException { + writeRawByte((int)(value ) & 0xFF); + writeRawByte((int)(value >> 8) & 0xFF); + writeRawByte((int)(value >> 16) & 0xFF); + writeRawByte((int)(value >> 24) & 0xFF); + writeRawByte((int)(value >> 32) & 0xFF); + writeRawByte((int)(value >> 40) & 0xFF); + writeRawByte((int)(value >> 48) & 0xFF); + writeRawByte((int)(value >> 56) & 0xFF); + } + + public static final int LITTLE_ENDIAN_64_SIZE = 8; + + /** + * Encode a ZigZag-encoded 32-bit value. ZigZag encodes signed integers + * into values that can be efficiently encoded with varint. (Otherwise, + * negative values must be sign-extended to 64 bits to be varint encoded, + * thus always taking 10 bytes on the wire.) + * + * @param n A signed 32-bit integer. + * @return An unsigned 32-bit integer, stored in a signed int because + * Java has no explicit unsigned support. + */ + public static int encodeZigZag32(final int n) { + // Note: the right-shift must be arithmetic + return (n << 1) ^ (n >> 31); + } + + /** + * Encode a ZigZag-encoded 64-bit value. ZigZag encodes signed integers + * into values that can be efficiently encoded with varint. (Otherwise, + * negative values must be sign-extended to 64 bits to be varint encoded, + * thus always taking 10 bytes on the wire.) + * + * @param n A signed 64-bit integer. + * @return An unsigned 64-bit integer, stored in a signed int because + * Java has no explicit unsigned support. + */ + public static long encodeZigZag64(final long n) { + // Note: the right-shift must be arithmetic + return (n << 1) ^ (n >> 63); + } +} diff --git a/akka-protobuf/src/main/java/akka/protobuf/DescriptorProtos.java b/akka-protobuf/src/main/java/akka/protobuf/DescriptorProtos.java new file mode 100644 index 0000000000..3d719c2847 --- /dev/null +++ b/akka-protobuf/src/main/java/akka/protobuf/DescriptorProtos.java @@ -0,0 +1,28500 @@ +// Generated by the protocol buffer compiler. DO NOT EDIT! +// source: google/protobuf/descriptor.proto + +package akka.protobuf; + +public final class DescriptorProtos { + private DescriptorProtos() {} + public static void registerAllExtensions( + akka.protobuf.ExtensionRegistry registry) { + } + public interface FileDescriptorSetOrBuilder + extends akka.protobuf.MessageOrBuilder { + + // repeated .google.protobuf.FileDescriptorProto file = 1; + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + java.util.List + getFileList(); + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + akka.protobuf.DescriptorProtos.FileDescriptorProto getFile(int index); + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + int getFileCount(); + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + java.util.List + getFileOrBuilderList(); + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + akka.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder getFileOrBuilder( + int index); + } + /** + * Protobuf type {@code google.protobuf.FileDescriptorSet} + * + *

+   * The protocol compiler can output a FileDescriptorSet containing the .proto
+   * files it parses.
+   * 
+ */ + public static final class FileDescriptorSet extends + akka.protobuf.GeneratedMessage + implements FileDescriptorSetOrBuilder { + // Use FileDescriptorSet.newBuilder() to construct. + private FileDescriptorSet(akka.protobuf.GeneratedMessage.Builder builder) { + super(builder); + this.unknownFields = builder.getUnknownFields(); + } + private FileDescriptorSet(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } + + private static final FileDescriptorSet defaultInstance; + public static FileDescriptorSet getDefaultInstance() { + return defaultInstance; + } + + public FileDescriptorSet getDefaultInstanceForType() { + return defaultInstance; + } + + private final akka.protobuf.UnknownFieldSet unknownFields; + @java.lang.Override + public final akka.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private FileDescriptorSet( + 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: { + if (!((mutable_bitField0_ & 0x00000001) == 0x00000001)) { + file_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000001; + } + file_.add(input.readMessage(akka.protobuf.DescriptorProtos.FileDescriptorProto.PARSER, extensionRegistry)); + 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 { + if (((mutable_bitField0_ & 0x00000001) == 0x00000001)) { + file_ = java.util.Collections.unmodifiableList(file_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final akka.protobuf.Descriptors.Descriptor + getDescriptor() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorSet_descriptor; + } + + protected akka.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorSet_fieldAccessorTable + .ensureFieldAccessorsInitialized( + akka.protobuf.DescriptorProtos.FileDescriptorSet.class, akka.protobuf.DescriptorProtos.FileDescriptorSet.Builder.class); + } + + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { + public FileDescriptorSet parsePartialFrom( + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return new FileDescriptorSet(input, extensionRegistry); + } + }; + + @java.lang.Override + public akka.protobuf.Parser getParserForType() { + return PARSER; + } + + // repeated .google.protobuf.FileDescriptorProto file = 1; + public static final int FILE_FIELD_NUMBER = 1; + private java.util.List file_; + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public java.util.List getFileList() { + return file_; + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public java.util.List + getFileOrBuilderList() { + return file_; + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public int getFileCount() { + return file_.size(); + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public akka.protobuf.DescriptorProtos.FileDescriptorProto getFile(int index) { + return file_.get(index); + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public akka.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder getFileOrBuilder( + int index) { + return file_.get(index); + } + + private void initFields() { + file_ = java.util.Collections.emptyList(); + } + private byte memoizedIsInitialized = -1; + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized != -1) return isInitialized == 1; + + for (int i = 0; i < getFileCount(); i++) { + if (!getFile(i).isInitialized()) { + memoizedIsInitialized = 0; + return false; + } + } + memoizedIsInitialized = 1; + return true; + } + + public void writeTo(akka.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + for (int i = 0; i < file_.size(); i++) { + output.writeMessage(1, file_.get(i)); + } + getUnknownFields().writeTo(output); + } + + private int memoizedSerializedSize = -1; + public int getSerializedSize() { + int size = memoizedSerializedSize; + if (size != -1) return size; + + size = 0; + for (int i = 0; i < file_.size(); i++) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(1, file_.get(i)); + } + 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.protobuf.DescriptorProtos.FileDescriptorSet parseFrom( + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorSet parseFrom( + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorSet parseFrom(byte[] data) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorSet parseFrom( + byte[] data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorSet parseFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorSet parseFrom( + java.io.InputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorSet parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorSet parseDelimitedFrom( + java.io.InputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorSet parseFrom( + akka.protobuf.CodedInputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorSet 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.protobuf.DescriptorProtos.FileDescriptorSet 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 google.protobuf.FileDescriptorSet} + * + *
+     * The protocol compiler can output a FileDescriptorSet containing the .proto
+     * files it parses.
+     * 
+ */ + public static final class Builder extends + akka.protobuf.GeneratedMessage.Builder + implements akka.protobuf.DescriptorProtos.FileDescriptorSetOrBuilder { + public static final akka.protobuf.Descriptors.Descriptor + getDescriptor() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorSet_descriptor; + } + + protected akka.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorSet_fieldAccessorTable + .ensureFieldAccessorsInitialized( + akka.protobuf.DescriptorProtos.FileDescriptorSet.class, akka.protobuf.DescriptorProtos.FileDescriptorSet.Builder.class); + } + + // Construct using akka.protobuf.DescriptorProtos.FileDescriptorSet.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + akka.protobuf.GeneratedMessage.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + getFileFieldBuilder(); + } + } + private static Builder create() { + return new Builder(); + } + + public Builder clear() { + super.clear(); + if (fileBuilder_ == null) { + file_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + } else { + fileBuilder_.clear(); + } + return this; + } + + public Builder clone() { + return create().mergeFrom(buildPartial()); + } + + public akka.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorSet_descriptor; + } + + public akka.protobuf.DescriptorProtos.FileDescriptorSet getDefaultInstanceForType() { + return akka.protobuf.DescriptorProtos.FileDescriptorSet.getDefaultInstance(); + } + + public akka.protobuf.DescriptorProtos.FileDescriptorSet build() { + akka.protobuf.DescriptorProtos.FileDescriptorSet result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + public akka.protobuf.DescriptorProtos.FileDescriptorSet buildPartial() { + akka.protobuf.DescriptorProtos.FileDescriptorSet result = new akka.protobuf.DescriptorProtos.FileDescriptorSet(this); + int from_bitField0_ = bitField0_; + if (fileBuilder_ == null) { + if (((bitField0_ & 0x00000001) == 0x00000001)) { + file_ = java.util.Collections.unmodifiableList(file_); + bitField0_ = (bitField0_ & ~0x00000001); + } + result.file_ = file_; + } else { + result.file_ = fileBuilder_.build(); + } + onBuilt(); + return result; + } + + public Builder mergeFrom(akka.protobuf.Message other) { + if (other instanceof akka.protobuf.DescriptorProtos.FileDescriptorSet) { + return mergeFrom((akka.protobuf.DescriptorProtos.FileDescriptorSet)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(akka.protobuf.DescriptorProtos.FileDescriptorSet other) { + if (other == akka.protobuf.DescriptorProtos.FileDescriptorSet.getDefaultInstance()) return this; + if (fileBuilder_ == null) { + if (!other.file_.isEmpty()) { + if (file_.isEmpty()) { + file_ = other.file_; + bitField0_ = (bitField0_ & ~0x00000001); + } else { + ensureFileIsMutable(); + file_.addAll(other.file_); + } + onChanged(); + } + } else { + if (!other.file_.isEmpty()) { + if (fileBuilder_.isEmpty()) { + fileBuilder_.dispose(); + fileBuilder_ = null; + file_ = other.file_; + bitField0_ = (bitField0_ & ~0x00000001); + fileBuilder_ = + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + getFileFieldBuilder() : null; + } else { + fileBuilder_.addAllMessages(other.file_); + } + } + } + this.mergeUnknownFields(other.getUnknownFields()); + return this; + } + + public final boolean isInitialized() { + for (int i = 0; i < getFileCount(); i++) { + if (!getFile(i).isInitialized()) { + + return false; + } + } + return true; + } + + public Builder mergeFrom( + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + akka.protobuf.DescriptorProtos.FileDescriptorSet parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (akka.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (akka.protobuf.DescriptorProtos.FileDescriptorSet) e.getUnfinishedMessage(); + throw e; + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + // repeated .google.protobuf.FileDescriptorProto file = 1; + private java.util.List file_ = + java.util.Collections.emptyList(); + private void ensureFileIsMutable() { + if (!((bitField0_ & 0x00000001) == 0x00000001)) { + file_ = new java.util.ArrayList(file_); + bitField0_ |= 0x00000001; + } + } + + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FileDescriptorProto, akka.protobuf.DescriptorProtos.FileDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder> fileBuilder_; + + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public java.util.List getFileList() { + if (fileBuilder_ == null) { + return java.util.Collections.unmodifiableList(file_); + } else { + return fileBuilder_.getMessageList(); + } + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public int getFileCount() { + if (fileBuilder_ == null) { + return file_.size(); + } else { + return fileBuilder_.getCount(); + } + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public akka.protobuf.DescriptorProtos.FileDescriptorProto getFile(int index) { + if (fileBuilder_ == null) { + return file_.get(index); + } else { + return fileBuilder_.getMessage(index); + } + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public Builder setFile( + int index, akka.protobuf.DescriptorProtos.FileDescriptorProto value) { + if (fileBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureFileIsMutable(); + file_.set(index, value); + onChanged(); + } else { + fileBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public Builder setFile( + int index, akka.protobuf.DescriptorProtos.FileDescriptorProto.Builder builderForValue) { + if (fileBuilder_ == null) { + ensureFileIsMutable(); + file_.set(index, builderForValue.build()); + onChanged(); + } else { + fileBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public Builder addFile(akka.protobuf.DescriptorProtos.FileDescriptorProto value) { + if (fileBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureFileIsMutable(); + file_.add(value); + onChanged(); + } else { + fileBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public Builder addFile( + int index, akka.protobuf.DescriptorProtos.FileDescriptorProto value) { + if (fileBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureFileIsMutable(); + file_.add(index, value); + onChanged(); + } else { + fileBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public Builder addFile( + akka.protobuf.DescriptorProtos.FileDescriptorProto.Builder builderForValue) { + if (fileBuilder_ == null) { + ensureFileIsMutable(); + file_.add(builderForValue.build()); + onChanged(); + } else { + fileBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public Builder addFile( + int index, akka.protobuf.DescriptorProtos.FileDescriptorProto.Builder builderForValue) { + if (fileBuilder_ == null) { + ensureFileIsMutable(); + file_.add(index, builderForValue.build()); + onChanged(); + } else { + fileBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public Builder addAllFile( + java.lang.Iterable values) { + if (fileBuilder_ == null) { + ensureFileIsMutable(); + super.addAll(values, file_); + onChanged(); + } else { + fileBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public Builder clearFile() { + if (fileBuilder_ == null) { + file_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000001); + onChanged(); + } else { + fileBuilder_.clear(); + } + return this; + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public Builder removeFile(int index) { + if (fileBuilder_ == null) { + ensureFileIsMutable(); + file_.remove(index); + onChanged(); + } else { + fileBuilder_.remove(index); + } + return this; + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public akka.protobuf.DescriptorProtos.FileDescriptorProto.Builder getFileBuilder( + int index) { + return getFileFieldBuilder().getBuilder(index); + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public akka.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder getFileOrBuilder( + int index) { + if (fileBuilder_ == null) { + return file_.get(index); } else { + return fileBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public java.util.List + getFileOrBuilderList() { + if (fileBuilder_ != null) { + return fileBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(file_); + } + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public akka.protobuf.DescriptorProtos.FileDescriptorProto.Builder addFileBuilder() { + return getFileFieldBuilder().addBuilder( + akka.protobuf.DescriptorProtos.FileDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public akka.protobuf.DescriptorProtos.FileDescriptorProto.Builder addFileBuilder( + int index) { + return getFileFieldBuilder().addBuilder( + index, akka.protobuf.DescriptorProtos.FileDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.FileDescriptorProto file = 1; + */ + public java.util.List + getFileBuilderList() { + return getFileFieldBuilder().getBuilderList(); + } + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FileDescriptorProto, akka.protobuf.DescriptorProtos.FileDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder> + getFileFieldBuilder() { + if (fileBuilder_ == null) { + fileBuilder_ = new akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FileDescriptorProto, akka.protobuf.DescriptorProtos.FileDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder>( + file_, + ((bitField0_ & 0x00000001) == 0x00000001), + getParentForChildren(), + isClean()); + file_ = null; + } + return fileBuilder_; + } + + // @@protoc_insertion_point(builder_scope:google.protobuf.FileDescriptorSet) + } + + static { + defaultInstance = new FileDescriptorSet(true); + defaultInstance.initFields(); + } + + // @@protoc_insertion_point(class_scope:google.protobuf.FileDescriptorSet) + } + + public interface FileDescriptorProtoOrBuilder + extends akka.protobuf.MessageOrBuilder { + + // optional string name = 1; + /** + * optional string name = 1; + * + *
+     * file name, relative to root of source tree
+     * 
+ */ + boolean hasName(); + /** + * optional string name = 1; + * + *
+     * file name, relative to root of source tree
+     * 
+ */ + java.lang.String getName(); + /** + * optional string name = 1; + * + *
+     * file name, relative to root of source tree
+     * 
+ */ + akka.protobuf.ByteString + getNameBytes(); + + // optional string package = 2; + /** + * optional string package = 2; + * + *
+     * e.g. "foo", "foo.bar", etc.
+     * 
+ */ + boolean hasPackage(); + /** + * optional string package = 2; + * + *
+     * e.g. "foo", "foo.bar", etc.
+     * 
+ */ + java.lang.String getPackage(); + /** + * optional string package = 2; + * + *
+     * e.g. "foo", "foo.bar", etc.
+     * 
+ */ + akka.protobuf.ByteString + getPackageBytes(); + + // repeated string dependency = 3; + /** + * repeated string dependency = 3; + * + *
+     * Names of files imported by this file.
+     * 
+ */ + java.util.List + getDependencyList(); + /** + * repeated string dependency = 3; + * + *
+     * Names of files imported by this file.
+     * 
+ */ + int getDependencyCount(); + /** + * repeated string dependency = 3; + * + *
+     * Names of files imported by this file.
+     * 
+ */ + java.lang.String getDependency(int index); + /** + * repeated string dependency = 3; + * + *
+     * Names of files imported by this file.
+     * 
+ */ + akka.protobuf.ByteString + getDependencyBytes(int index); + + // repeated int32 public_dependency = 10; + /** + * repeated int32 public_dependency = 10; + * + *
+     * Indexes of the public imported files in the dependency list above.
+     * 
+ */ + java.util.List getPublicDependencyList(); + /** + * repeated int32 public_dependency = 10; + * + *
+     * Indexes of the public imported files in the dependency list above.
+     * 
+ */ + int getPublicDependencyCount(); + /** + * repeated int32 public_dependency = 10; + * + *
+     * Indexes of the public imported files in the dependency list above.
+     * 
+ */ + int getPublicDependency(int index); + + // repeated int32 weak_dependency = 11; + /** + * repeated int32 weak_dependency = 11; + * + *
+     * Indexes of the weak imported files in the dependency list.
+     * For Google-internal migration only. Do not use.
+     * 
+ */ + java.util.List getWeakDependencyList(); + /** + * repeated int32 weak_dependency = 11; + * + *
+     * Indexes of the weak imported files in the dependency list.
+     * For Google-internal migration only. Do not use.
+     * 
+ */ + int getWeakDependencyCount(); + /** + * repeated int32 weak_dependency = 11; + * + *
+     * Indexes of the weak imported files in the dependency list.
+     * For Google-internal migration only. Do not use.
+     * 
+ */ + int getWeakDependency(int index); + + // repeated .google.protobuf.DescriptorProto message_type = 4; + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+     * All top-level definitions in this file.
+     * 
+ */ + java.util.List + getMessageTypeList(); + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+     * All top-level definitions in this file.
+     * 
+ */ + akka.protobuf.DescriptorProtos.DescriptorProto getMessageType(int index); + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+     * All top-level definitions in this file.
+     * 
+ */ + int getMessageTypeCount(); + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+     * All top-level definitions in this file.
+     * 
+ */ + java.util.List + getMessageTypeOrBuilderList(); + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+     * All top-level definitions in this file.
+     * 
+ */ + akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getMessageTypeOrBuilder( + int index); + + // repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + java.util.List + getEnumTypeList(); + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + akka.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index); + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + int getEnumTypeCount(); + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + java.util.List + getEnumTypeOrBuilderList(); + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder( + int index); + + // repeated .google.protobuf.ServiceDescriptorProto service = 6; + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + java.util.List + getServiceList(); + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + akka.protobuf.DescriptorProtos.ServiceDescriptorProto getService(int index); + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + int getServiceCount(); + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + java.util.List + getServiceOrBuilderList(); + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + akka.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder getServiceOrBuilder( + int index); + + // repeated .google.protobuf.FieldDescriptorProto extension = 7; + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + java.util.List + getExtensionList(); + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + akka.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index); + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + int getExtensionCount(); + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + java.util.List + getExtensionOrBuilderList(); + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder( + int index); + + // optional .google.protobuf.FileOptions options = 8; + /** + * optional .google.protobuf.FileOptions options = 8; + */ + boolean hasOptions(); + /** + * optional .google.protobuf.FileOptions options = 8; + */ + akka.protobuf.DescriptorProtos.FileOptions getOptions(); + /** + * optional .google.protobuf.FileOptions options = 8; + */ + akka.protobuf.DescriptorProtos.FileOptionsOrBuilder getOptionsOrBuilder(); + + // optional .google.protobuf.SourceCodeInfo source_code_info = 9; + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+     * This field contains optional information about the original source code.
+     * You may safely remove this entire field whithout harming runtime
+     * functionality of the descriptors -- the information is needed only by
+     * development tools.
+     * 
+ */ + boolean hasSourceCodeInfo(); + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+     * This field contains optional information about the original source code.
+     * You may safely remove this entire field whithout harming runtime
+     * functionality of the descriptors -- the information is needed only by
+     * development tools.
+     * 
+ */ + akka.protobuf.DescriptorProtos.SourceCodeInfo getSourceCodeInfo(); + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+     * This field contains optional information about the original source code.
+     * You may safely remove this entire field whithout harming runtime
+     * functionality of the descriptors -- the information is needed only by
+     * development tools.
+     * 
+ */ + akka.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder getSourceCodeInfoOrBuilder(); + } + /** + * Protobuf type {@code google.protobuf.FileDescriptorProto} + * + *
+   * Describes a complete .proto file.
+   * 
+ */ + public static final class FileDescriptorProto extends + akka.protobuf.GeneratedMessage + implements FileDescriptorProtoOrBuilder { + // Use FileDescriptorProto.newBuilder() to construct. + private FileDescriptorProto(akka.protobuf.GeneratedMessage.Builder builder) { + super(builder); + this.unknownFields = builder.getUnknownFields(); + } + private FileDescriptorProto(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } + + private static final FileDescriptorProto defaultInstance; + public static FileDescriptorProto getDefaultInstance() { + return defaultInstance; + } + + public FileDescriptorProto getDefaultInstanceForType() { + return defaultInstance; + } + + private final akka.protobuf.UnknownFieldSet unknownFields; + @java.lang.Override + public final akka.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private FileDescriptorProto( + 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; + name_ = input.readBytes(); + break; + } + case 18: { + bitField0_ |= 0x00000002; + package_ = input.readBytes(); + break; + } + case 26: { + if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { + dependency_ = new akka.protobuf.LazyStringArrayList(); + mutable_bitField0_ |= 0x00000004; + } + dependency_.add(input.readBytes()); + break; + } + case 34: { + if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) { + messageType_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000020; + } + messageType_.add(input.readMessage(akka.protobuf.DescriptorProtos.DescriptorProto.PARSER, extensionRegistry)); + break; + } + case 42: { + if (!((mutable_bitField0_ & 0x00000040) == 0x00000040)) { + enumType_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000040; + } + enumType_.add(input.readMessage(akka.protobuf.DescriptorProtos.EnumDescriptorProto.PARSER, extensionRegistry)); + break; + } + case 50: { + if (!((mutable_bitField0_ & 0x00000080) == 0x00000080)) { + service_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000080; + } + service_.add(input.readMessage(akka.protobuf.DescriptorProtos.ServiceDescriptorProto.PARSER, extensionRegistry)); + break; + } + case 58: { + if (!((mutable_bitField0_ & 0x00000100) == 0x00000100)) { + extension_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000100; + } + extension_.add(input.readMessage(akka.protobuf.DescriptorProtos.FieldDescriptorProto.PARSER, extensionRegistry)); + break; + } + case 66: { + akka.protobuf.DescriptorProtos.FileOptions.Builder subBuilder = null; + if (((bitField0_ & 0x00000004) == 0x00000004)) { + subBuilder = options_.toBuilder(); + } + options_ = input.readMessage(akka.protobuf.DescriptorProtos.FileOptions.PARSER, extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(options_); + options_ = subBuilder.buildPartial(); + } + bitField0_ |= 0x00000004; + break; + } + case 74: { + akka.protobuf.DescriptorProtos.SourceCodeInfo.Builder subBuilder = null; + if (((bitField0_ & 0x00000008) == 0x00000008)) { + subBuilder = sourceCodeInfo_.toBuilder(); + } + sourceCodeInfo_ = input.readMessage(akka.protobuf.DescriptorProtos.SourceCodeInfo.PARSER, extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(sourceCodeInfo_); + sourceCodeInfo_ = subBuilder.buildPartial(); + } + bitField0_ |= 0x00000008; + break; + } + case 80: { + if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) { + publicDependency_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000008; + } + publicDependency_.add(input.readInt32()); + break; + } + case 82: { + int length = input.readRawVarint32(); + int limit = input.pushLimit(length); + if (!((mutable_bitField0_ & 0x00000008) == 0x00000008) && input.getBytesUntilLimit() > 0) { + publicDependency_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000008; + } + while (input.getBytesUntilLimit() > 0) { + publicDependency_.add(input.readInt32()); + } + input.popLimit(limit); + break; + } + case 88: { + if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) { + weakDependency_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000010; + } + weakDependency_.add(input.readInt32()); + break; + } + case 90: { + int length = input.readRawVarint32(); + int limit = input.pushLimit(length); + if (!((mutable_bitField0_ & 0x00000010) == 0x00000010) && input.getBytesUntilLimit() > 0) { + weakDependency_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000010; + } + while (input.getBytesUntilLimit() > 0) { + weakDependency_.add(input.readInt32()); + } + input.popLimit(limit); + 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 { + if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { + dependency_ = new akka.protobuf.UnmodifiableLazyStringList(dependency_); + } + if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) { + messageType_ = java.util.Collections.unmodifiableList(messageType_); + } + if (((mutable_bitField0_ & 0x00000040) == 0x00000040)) { + enumType_ = java.util.Collections.unmodifiableList(enumType_); + } + if (((mutable_bitField0_ & 0x00000080) == 0x00000080)) { + service_ = java.util.Collections.unmodifiableList(service_); + } + if (((mutable_bitField0_ & 0x00000100) == 0x00000100)) { + extension_ = java.util.Collections.unmodifiableList(extension_); + } + if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { + publicDependency_ = java.util.Collections.unmodifiableList(publicDependency_); + } + if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) { + weakDependency_ = java.util.Collections.unmodifiableList(weakDependency_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final akka.protobuf.Descriptors.Descriptor + getDescriptor() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorProto_descriptor; + } + + protected akka.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorProto_fieldAccessorTable + .ensureFieldAccessorsInitialized( + akka.protobuf.DescriptorProtos.FileDescriptorProto.class, akka.protobuf.DescriptorProtos.FileDescriptorProto.Builder.class); + } + + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { + public FileDescriptorProto parsePartialFrom( + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return new FileDescriptorProto(input, extensionRegistry); + } + }; + + @java.lang.Override + public akka.protobuf.Parser getParserForType() { + return PARSER; + } + + private int bitField0_; + // optional string name = 1; + public static final int NAME_FIELD_NUMBER = 1; + private java.lang.Object name_; + /** + * optional string name = 1; + * + *
+     * file name, relative to root of source tree
+     * 
+ */ + public boolean hasName() { + return ((bitField0_ & 0x00000001) == 0x00000001); + } + /** + * optional string name = 1; + * + *
+     * file name, relative to root of source tree
+     * 
+ */ + public java.lang.String getName() { + java.lang.Object ref = name_; + 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()) { + name_ = s; + } + return s; + } + } + /** + * optional string name = 1; + * + *
+     * file name, relative to root of source tree
+     * 
+ */ + public akka.protobuf.ByteString + getNameBytes() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + name_ = b; + return b; + } else { + return (akka.protobuf.ByteString) ref; + } + } + + // optional string package = 2; + public static final int PACKAGE_FIELD_NUMBER = 2; + private java.lang.Object package_; + /** + * optional string package = 2; + * + *
+     * e.g. "foo", "foo.bar", etc.
+     * 
+ */ + public boolean hasPackage() { + return ((bitField0_ & 0x00000002) == 0x00000002); + } + /** + * optional string package = 2; + * + *
+     * e.g. "foo", "foo.bar", etc.
+     * 
+ */ + public java.lang.String getPackage() { + java.lang.Object ref = package_; + 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()) { + package_ = s; + } + return s; + } + } + /** + * optional string package = 2; + * + *
+     * e.g. "foo", "foo.bar", etc.
+     * 
+ */ + public akka.protobuf.ByteString + getPackageBytes() { + java.lang.Object ref = package_; + if (ref instanceof java.lang.String) { + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + package_ = b; + return b; + } else { + return (akka.protobuf.ByteString) ref; + } + } + + // repeated string dependency = 3; + public static final int DEPENDENCY_FIELD_NUMBER = 3; + private akka.protobuf.LazyStringList dependency_; + /** + * repeated string dependency = 3; + * + *
+     * Names of files imported by this file.
+     * 
+ */ + public java.util.List + getDependencyList() { + return dependency_; + } + /** + * repeated string dependency = 3; + * + *
+     * Names of files imported by this file.
+     * 
+ */ + public int getDependencyCount() { + return dependency_.size(); + } + /** + * repeated string dependency = 3; + * + *
+     * Names of files imported by this file.
+     * 
+ */ + public java.lang.String getDependency(int index) { + return dependency_.get(index); + } + /** + * repeated string dependency = 3; + * + *
+     * Names of files imported by this file.
+     * 
+ */ + public akka.protobuf.ByteString + getDependencyBytes(int index) { + return dependency_.getByteString(index); + } + + // repeated int32 public_dependency = 10; + public static final int PUBLIC_DEPENDENCY_FIELD_NUMBER = 10; + private java.util.List publicDependency_; + /** + * repeated int32 public_dependency = 10; + * + *
+     * Indexes of the public imported files in the dependency list above.
+     * 
+ */ + public java.util.List + getPublicDependencyList() { + return publicDependency_; + } + /** + * repeated int32 public_dependency = 10; + * + *
+     * Indexes of the public imported files in the dependency list above.
+     * 
+ */ + public int getPublicDependencyCount() { + return publicDependency_.size(); + } + /** + * repeated int32 public_dependency = 10; + * + *
+     * Indexes of the public imported files in the dependency list above.
+     * 
+ */ + public int getPublicDependency(int index) { + return publicDependency_.get(index); + } + + // repeated int32 weak_dependency = 11; + public static final int WEAK_DEPENDENCY_FIELD_NUMBER = 11; + private java.util.List weakDependency_; + /** + * repeated int32 weak_dependency = 11; + * + *
+     * Indexes of the weak imported files in the dependency list.
+     * For Google-internal migration only. Do not use.
+     * 
+ */ + public java.util.List + getWeakDependencyList() { + return weakDependency_; + } + /** + * repeated int32 weak_dependency = 11; + * + *
+     * Indexes of the weak imported files in the dependency list.
+     * For Google-internal migration only. Do not use.
+     * 
+ */ + public int getWeakDependencyCount() { + return weakDependency_.size(); + } + /** + * repeated int32 weak_dependency = 11; + * + *
+     * Indexes of the weak imported files in the dependency list.
+     * For Google-internal migration only. Do not use.
+     * 
+ */ + public int getWeakDependency(int index) { + return weakDependency_.get(index); + } + + // repeated .google.protobuf.DescriptorProto message_type = 4; + public static final int MESSAGE_TYPE_FIELD_NUMBER = 4; + private java.util.List messageType_; + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+     * All top-level definitions in this file.
+     * 
+ */ + public java.util.List getMessageTypeList() { + return messageType_; + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+     * All top-level definitions in this file.
+     * 
+ */ + public java.util.List + getMessageTypeOrBuilderList() { + return messageType_; + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+     * All top-level definitions in this file.
+     * 
+ */ + public int getMessageTypeCount() { + return messageType_.size(); + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+     * All top-level definitions in this file.
+     * 
+ */ + public akka.protobuf.DescriptorProtos.DescriptorProto getMessageType(int index) { + return messageType_.get(index); + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+     * All top-level definitions in this file.
+     * 
+ */ + public akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getMessageTypeOrBuilder( + int index) { + return messageType_.get(index); + } + + // repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + public static final int ENUM_TYPE_FIELD_NUMBER = 5; + private java.util.List enumType_; + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public java.util.List getEnumTypeList() { + return enumType_; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public java.util.List + getEnumTypeOrBuilderList() { + return enumType_; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public int getEnumTypeCount() { + return enumType_.size(); + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) { + return enumType_.get(index); + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder( + int index) { + return enumType_.get(index); + } + + // repeated .google.protobuf.ServiceDescriptorProto service = 6; + public static final int SERVICE_FIELD_NUMBER = 6; + private java.util.List service_; + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public java.util.List getServiceList() { + return service_; + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public java.util.List + getServiceOrBuilderList() { + return service_; + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public int getServiceCount() { + return service_.size(); + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public akka.protobuf.DescriptorProtos.ServiceDescriptorProto getService(int index) { + return service_.get(index); + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public akka.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder getServiceOrBuilder( + int index) { + return service_.get(index); + } + + // repeated .google.protobuf.FieldDescriptorProto extension = 7; + public static final int EXTENSION_FIELD_NUMBER = 7; + private java.util.List extension_; + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public java.util.List getExtensionList() { + return extension_; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public java.util.List + getExtensionOrBuilderList() { + return extension_; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public int getExtensionCount() { + return extension_.size(); + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) { + return extension_.get(index); + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder( + int index) { + return extension_.get(index); + } + + // optional .google.protobuf.FileOptions options = 8; + public static final int OPTIONS_FIELD_NUMBER = 8; + private akka.protobuf.DescriptorProtos.FileOptions options_; + /** + * optional .google.protobuf.FileOptions options = 8; + */ + public boolean hasOptions() { + return ((bitField0_ & 0x00000004) == 0x00000004); + } + /** + * optional .google.protobuf.FileOptions options = 8; + */ + public akka.protobuf.DescriptorProtos.FileOptions getOptions() { + return options_; + } + /** + * optional .google.protobuf.FileOptions options = 8; + */ + public akka.protobuf.DescriptorProtos.FileOptionsOrBuilder getOptionsOrBuilder() { + return options_; + } + + // optional .google.protobuf.SourceCodeInfo source_code_info = 9; + public static final int SOURCE_CODE_INFO_FIELD_NUMBER = 9; + private akka.protobuf.DescriptorProtos.SourceCodeInfo sourceCodeInfo_; + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+     * This field contains optional information about the original source code.
+     * You may safely remove this entire field whithout harming runtime
+     * functionality of the descriptors -- the information is needed only by
+     * development tools.
+     * 
+ */ + public boolean hasSourceCodeInfo() { + return ((bitField0_ & 0x00000008) == 0x00000008); + } + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+     * This field contains optional information about the original source code.
+     * You may safely remove this entire field whithout harming runtime
+     * functionality of the descriptors -- the information is needed only by
+     * development tools.
+     * 
+ */ + public akka.protobuf.DescriptorProtos.SourceCodeInfo getSourceCodeInfo() { + return sourceCodeInfo_; + } + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+     * This field contains optional information about the original source code.
+     * You may safely remove this entire field whithout harming runtime
+     * functionality of the descriptors -- the information is needed only by
+     * development tools.
+     * 
+ */ + public akka.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder getSourceCodeInfoOrBuilder() { + return sourceCodeInfo_; + } + + private void initFields() { + name_ = ""; + package_ = ""; + dependency_ = akka.protobuf.LazyStringArrayList.EMPTY; + publicDependency_ = java.util.Collections.emptyList(); + weakDependency_ = java.util.Collections.emptyList(); + messageType_ = java.util.Collections.emptyList(); + enumType_ = java.util.Collections.emptyList(); + service_ = java.util.Collections.emptyList(); + extension_ = java.util.Collections.emptyList(); + options_ = akka.protobuf.DescriptorProtos.FileOptions.getDefaultInstance(); + sourceCodeInfo_ = akka.protobuf.DescriptorProtos.SourceCodeInfo.getDefaultInstance(); + } + private byte memoizedIsInitialized = -1; + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized != -1) return isInitialized == 1; + + for (int i = 0; i < getMessageTypeCount(); i++) { + if (!getMessageType(i).isInitialized()) { + memoizedIsInitialized = 0; + return false; + } + } + for (int i = 0; i < getEnumTypeCount(); i++) { + if (!getEnumType(i).isInitialized()) { + memoizedIsInitialized = 0; + return false; + } + } + for (int i = 0; i < getServiceCount(); i++) { + if (!getService(i).isInitialized()) { + memoizedIsInitialized = 0; + return false; + } + } + for (int i = 0; i < getExtensionCount(); i++) { + if (!getExtension(i).isInitialized()) { + memoizedIsInitialized = 0; + return false; + } + } + if (hasOptions()) { + if (!getOptions().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.writeBytes(1, getNameBytes()); + } + if (((bitField0_ & 0x00000002) == 0x00000002)) { + output.writeBytes(2, getPackageBytes()); + } + for (int i = 0; i < dependency_.size(); i++) { + output.writeBytes(3, dependency_.getByteString(i)); + } + for (int i = 0; i < messageType_.size(); i++) { + output.writeMessage(4, messageType_.get(i)); + } + for (int i = 0; i < enumType_.size(); i++) { + output.writeMessage(5, enumType_.get(i)); + } + for (int i = 0; i < service_.size(); i++) { + output.writeMessage(6, service_.get(i)); + } + for (int i = 0; i < extension_.size(); i++) { + output.writeMessage(7, extension_.get(i)); + } + if (((bitField0_ & 0x00000004) == 0x00000004)) { + output.writeMessage(8, options_); + } + if (((bitField0_ & 0x00000008) == 0x00000008)) { + output.writeMessage(9, sourceCodeInfo_); + } + for (int i = 0; i < publicDependency_.size(); i++) { + output.writeInt32(10, publicDependency_.get(i)); + } + for (int i = 0; i < weakDependency_.size(); i++) { + output.writeInt32(11, weakDependency_.get(i)); + } + 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, getNameBytes()); + } + if (((bitField0_ & 0x00000002) == 0x00000002)) { + size += akka.protobuf.CodedOutputStream + .computeBytesSize(2, getPackageBytes()); + } + { + int dataSize = 0; + for (int i = 0; i < dependency_.size(); i++) { + dataSize += akka.protobuf.CodedOutputStream + .computeBytesSizeNoTag(dependency_.getByteString(i)); + } + size += dataSize; + size += 1 * getDependencyList().size(); + } + for (int i = 0; i < messageType_.size(); i++) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(4, messageType_.get(i)); + } + for (int i = 0; i < enumType_.size(); i++) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(5, enumType_.get(i)); + } + for (int i = 0; i < service_.size(); i++) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(6, service_.get(i)); + } + for (int i = 0; i < extension_.size(); i++) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(7, extension_.get(i)); + } + if (((bitField0_ & 0x00000004) == 0x00000004)) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(8, options_); + } + if (((bitField0_ & 0x00000008) == 0x00000008)) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(9, sourceCodeInfo_); + } + { + int dataSize = 0; + for (int i = 0; i < publicDependency_.size(); i++) { + dataSize += akka.protobuf.CodedOutputStream + .computeInt32SizeNoTag(publicDependency_.get(i)); + } + size += dataSize; + size += 1 * getPublicDependencyList().size(); + } + { + int dataSize = 0; + for (int i = 0; i < weakDependency_.size(); i++) { + dataSize += akka.protobuf.CodedOutputStream + .computeInt32SizeNoTag(weakDependency_.get(i)); + } + size += dataSize; + size += 1 * getWeakDependencyList().size(); + } + 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.protobuf.DescriptorProtos.FileDescriptorProto parseFrom( + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorProto parseFrom( + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorProto parseFrom(byte[] data) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorProto parseFrom( + byte[] data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorProto parseFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorProto parseFrom( + java.io.InputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorProto parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorProto parseDelimitedFrom( + java.io.InputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorProto parseFrom( + akka.protobuf.CodedInputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static akka.protobuf.DescriptorProtos.FileDescriptorProto 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.protobuf.DescriptorProtos.FileDescriptorProto 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 google.protobuf.FileDescriptorProto} + * + *
+     * Describes a complete .proto file.
+     * 
+ */ + public static final class Builder extends + akka.protobuf.GeneratedMessage.Builder + implements akka.protobuf.DescriptorProtos.FileDescriptorProtoOrBuilder { + public static final akka.protobuf.Descriptors.Descriptor + getDescriptor() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorProto_descriptor; + } + + protected akka.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorProto_fieldAccessorTable + .ensureFieldAccessorsInitialized( + akka.protobuf.DescriptorProtos.FileDescriptorProto.class, akka.protobuf.DescriptorProtos.FileDescriptorProto.Builder.class); + } + + // Construct using akka.protobuf.DescriptorProtos.FileDescriptorProto.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + akka.protobuf.GeneratedMessage.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + getMessageTypeFieldBuilder(); + getEnumTypeFieldBuilder(); + getServiceFieldBuilder(); + getExtensionFieldBuilder(); + getOptionsFieldBuilder(); + getSourceCodeInfoFieldBuilder(); + } + } + private static Builder create() { + return new Builder(); + } + + public Builder clear() { + super.clear(); + name_ = ""; + bitField0_ = (bitField0_ & ~0x00000001); + package_ = ""; + bitField0_ = (bitField0_ & ~0x00000002); + dependency_ = akka.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000004); + publicDependency_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000008); + weakDependency_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000010); + if (messageTypeBuilder_ == null) { + messageType_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000020); + } else { + messageTypeBuilder_.clear(); + } + if (enumTypeBuilder_ == null) { + enumType_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000040); + } else { + enumTypeBuilder_.clear(); + } + if (serviceBuilder_ == null) { + service_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000080); + } else { + serviceBuilder_.clear(); + } + if (extensionBuilder_ == null) { + extension_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000100); + } else { + extensionBuilder_.clear(); + } + if (optionsBuilder_ == null) { + options_ = akka.protobuf.DescriptorProtos.FileOptions.getDefaultInstance(); + } else { + optionsBuilder_.clear(); + } + bitField0_ = (bitField0_ & ~0x00000200); + if (sourceCodeInfoBuilder_ == null) { + sourceCodeInfo_ = akka.protobuf.DescriptorProtos.SourceCodeInfo.getDefaultInstance(); + } else { + sourceCodeInfoBuilder_.clear(); + } + bitField0_ = (bitField0_ & ~0x00000400); + return this; + } + + public Builder clone() { + return create().mergeFrom(buildPartial()); + } + + public akka.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_FileDescriptorProto_descriptor; + } + + public akka.protobuf.DescriptorProtos.FileDescriptorProto getDefaultInstanceForType() { + return akka.protobuf.DescriptorProtos.FileDescriptorProto.getDefaultInstance(); + } + + public akka.protobuf.DescriptorProtos.FileDescriptorProto build() { + akka.protobuf.DescriptorProtos.FileDescriptorProto result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + public akka.protobuf.DescriptorProtos.FileDescriptorProto buildPartial() { + akka.protobuf.DescriptorProtos.FileDescriptorProto result = new akka.protobuf.DescriptorProtos.FileDescriptorProto(this); + int from_bitField0_ = bitField0_; + int to_bitField0_ = 0; + if (((from_bitField0_ & 0x00000001) == 0x00000001)) { + to_bitField0_ |= 0x00000001; + } + result.name_ = name_; + if (((from_bitField0_ & 0x00000002) == 0x00000002)) { + to_bitField0_ |= 0x00000002; + } + result.package_ = package_; + if (((bitField0_ & 0x00000004) == 0x00000004)) { + dependency_ = new akka.protobuf.UnmodifiableLazyStringList( + dependency_); + bitField0_ = (bitField0_ & ~0x00000004); + } + result.dependency_ = dependency_; + if (((bitField0_ & 0x00000008) == 0x00000008)) { + publicDependency_ = java.util.Collections.unmodifiableList(publicDependency_); + bitField0_ = (bitField0_ & ~0x00000008); + } + result.publicDependency_ = publicDependency_; + if (((bitField0_ & 0x00000010) == 0x00000010)) { + weakDependency_ = java.util.Collections.unmodifiableList(weakDependency_); + bitField0_ = (bitField0_ & ~0x00000010); + } + result.weakDependency_ = weakDependency_; + if (messageTypeBuilder_ == null) { + if (((bitField0_ & 0x00000020) == 0x00000020)) { + messageType_ = java.util.Collections.unmodifiableList(messageType_); + bitField0_ = (bitField0_ & ~0x00000020); + } + result.messageType_ = messageType_; + } else { + result.messageType_ = messageTypeBuilder_.build(); + } + if (enumTypeBuilder_ == null) { + if (((bitField0_ & 0x00000040) == 0x00000040)) { + enumType_ = java.util.Collections.unmodifiableList(enumType_); + bitField0_ = (bitField0_ & ~0x00000040); + } + result.enumType_ = enumType_; + } else { + result.enumType_ = enumTypeBuilder_.build(); + } + if (serviceBuilder_ == null) { + if (((bitField0_ & 0x00000080) == 0x00000080)) { + service_ = java.util.Collections.unmodifiableList(service_); + bitField0_ = (bitField0_ & ~0x00000080); + } + result.service_ = service_; + } else { + result.service_ = serviceBuilder_.build(); + } + if (extensionBuilder_ == null) { + if (((bitField0_ & 0x00000100) == 0x00000100)) { + extension_ = java.util.Collections.unmodifiableList(extension_); + bitField0_ = (bitField0_ & ~0x00000100); + } + result.extension_ = extension_; + } else { + result.extension_ = extensionBuilder_.build(); + } + if (((from_bitField0_ & 0x00000200) == 0x00000200)) { + to_bitField0_ |= 0x00000004; + } + if (optionsBuilder_ == null) { + result.options_ = options_; + } else { + result.options_ = optionsBuilder_.build(); + } + if (((from_bitField0_ & 0x00000400) == 0x00000400)) { + to_bitField0_ |= 0x00000008; + } + if (sourceCodeInfoBuilder_ == null) { + result.sourceCodeInfo_ = sourceCodeInfo_; + } else { + result.sourceCodeInfo_ = sourceCodeInfoBuilder_.build(); + } + result.bitField0_ = to_bitField0_; + onBuilt(); + return result; + } + + public Builder mergeFrom(akka.protobuf.Message other) { + if (other instanceof akka.protobuf.DescriptorProtos.FileDescriptorProto) { + return mergeFrom((akka.protobuf.DescriptorProtos.FileDescriptorProto)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(akka.protobuf.DescriptorProtos.FileDescriptorProto other) { + if (other == akka.protobuf.DescriptorProtos.FileDescriptorProto.getDefaultInstance()) return this; + if (other.hasName()) { + bitField0_ |= 0x00000001; + name_ = other.name_; + onChanged(); + } + if (other.hasPackage()) { + bitField0_ |= 0x00000002; + package_ = other.package_; + onChanged(); + } + if (!other.dependency_.isEmpty()) { + if (dependency_.isEmpty()) { + dependency_ = other.dependency_; + bitField0_ = (bitField0_ & ~0x00000004); + } else { + ensureDependencyIsMutable(); + dependency_.addAll(other.dependency_); + } + onChanged(); + } + if (!other.publicDependency_.isEmpty()) { + if (publicDependency_.isEmpty()) { + publicDependency_ = other.publicDependency_; + bitField0_ = (bitField0_ & ~0x00000008); + } else { + ensurePublicDependencyIsMutable(); + publicDependency_.addAll(other.publicDependency_); + } + onChanged(); + } + if (!other.weakDependency_.isEmpty()) { + if (weakDependency_.isEmpty()) { + weakDependency_ = other.weakDependency_; + bitField0_ = (bitField0_ & ~0x00000010); + } else { + ensureWeakDependencyIsMutable(); + weakDependency_.addAll(other.weakDependency_); + } + onChanged(); + } + if (messageTypeBuilder_ == null) { + if (!other.messageType_.isEmpty()) { + if (messageType_.isEmpty()) { + messageType_ = other.messageType_; + bitField0_ = (bitField0_ & ~0x00000020); + } else { + ensureMessageTypeIsMutable(); + messageType_.addAll(other.messageType_); + } + onChanged(); + } + } else { + if (!other.messageType_.isEmpty()) { + if (messageTypeBuilder_.isEmpty()) { + messageTypeBuilder_.dispose(); + messageTypeBuilder_ = null; + messageType_ = other.messageType_; + bitField0_ = (bitField0_ & ~0x00000020); + messageTypeBuilder_ = + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + getMessageTypeFieldBuilder() : null; + } else { + messageTypeBuilder_.addAllMessages(other.messageType_); + } + } + } + if (enumTypeBuilder_ == null) { + if (!other.enumType_.isEmpty()) { + if (enumType_.isEmpty()) { + enumType_ = other.enumType_; + bitField0_ = (bitField0_ & ~0x00000040); + } else { + ensureEnumTypeIsMutable(); + enumType_.addAll(other.enumType_); + } + onChanged(); + } + } else { + if (!other.enumType_.isEmpty()) { + if (enumTypeBuilder_.isEmpty()) { + enumTypeBuilder_.dispose(); + enumTypeBuilder_ = null; + enumType_ = other.enumType_; + bitField0_ = (bitField0_ & ~0x00000040); + enumTypeBuilder_ = + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + getEnumTypeFieldBuilder() : null; + } else { + enumTypeBuilder_.addAllMessages(other.enumType_); + } + } + } + if (serviceBuilder_ == null) { + if (!other.service_.isEmpty()) { + if (service_.isEmpty()) { + service_ = other.service_; + bitField0_ = (bitField0_ & ~0x00000080); + } else { + ensureServiceIsMutable(); + service_.addAll(other.service_); + } + onChanged(); + } + } else { + if (!other.service_.isEmpty()) { + if (serviceBuilder_.isEmpty()) { + serviceBuilder_.dispose(); + serviceBuilder_ = null; + service_ = other.service_; + bitField0_ = (bitField0_ & ~0x00000080); + serviceBuilder_ = + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + getServiceFieldBuilder() : null; + } else { + serviceBuilder_.addAllMessages(other.service_); + } + } + } + if (extensionBuilder_ == null) { + if (!other.extension_.isEmpty()) { + if (extension_.isEmpty()) { + extension_ = other.extension_; + bitField0_ = (bitField0_ & ~0x00000100); + } else { + ensureExtensionIsMutable(); + extension_.addAll(other.extension_); + } + onChanged(); + } + } else { + if (!other.extension_.isEmpty()) { + if (extensionBuilder_.isEmpty()) { + extensionBuilder_.dispose(); + extensionBuilder_ = null; + extension_ = other.extension_; + bitField0_ = (bitField0_ & ~0x00000100); + extensionBuilder_ = + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + getExtensionFieldBuilder() : null; + } else { + extensionBuilder_.addAllMessages(other.extension_); + } + } + } + if (other.hasOptions()) { + mergeOptions(other.getOptions()); + } + if (other.hasSourceCodeInfo()) { + mergeSourceCodeInfo(other.getSourceCodeInfo()); + } + this.mergeUnknownFields(other.getUnknownFields()); + return this; + } + + public final boolean isInitialized() { + for (int i = 0; i < getMessageTypeCount(); i++) { + if (!getMessageType(i).isInitialized()) { + + return false; + } + } + for (int i = 0; i < getEnumTypeCount(); i++) { + if (!getEnumType(i).isInitialized()) { + + return false; + } + } + for (int i = 0; i < getServiceCount(); i++) { + if (!getService(i).isInitialized()) { + + return false; + } + } + for (int i = 0; i < getExtensionCount(); i++) { + if (!getExtension(i).isInitialized()) { + + return false; + } + } + if (hasOptions()) { + if (!getOptions().isInitialized()) { + + return false; + } + } + return true; + } + + public Builder mergeFrom( + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + akka.protobuf.DescriptorProtos.FileDescriptorProto parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (akka.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (akka.protobuf.DescriptorProtos.FileDescriptorProto) e.getUnfinishedMessage(); + throw e; + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + // optional string name = 1; + private java.lang.Object name_ = ""; + /** + * optional string name = 1; + * + *
+       * file name, relative to root of source tree
+       * 
+ */ + public boolean hasName() { + return ((bitField0_ & 0x00000001) == 0x00000001); + } + /** + * optional string name = 1; + * + *
+       * file name, relative to root of source tree
+       * 
+ */ + public java.lang.String getName() { + java.lang.Object ref = name_; + if (!(ref instanceof java.lang.String)) { + java.lang.String s = ((akka.protobuf.ByteString) ref) + .toStringUtf8(); + name_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * optional string name = 1; + * + *
+       * file name, relative to root of source tree
+       * 
+ */ + public akka.protobuf.ByteString + getNameBytes() { + java.lang.Object ref = name_; + if (ref instanceof String) { + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + name_ = b; + return b; + } else { + return (akka.protobuf.ByteString) ref; + } + } + /** + * optional string name = 1; + * + *
+       * file name, relative to root of source tree
+       * 
+ */ + public Builder setName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000001; + name_ = value; + onChanged(); + return this; + } + /** + * optional string name = 1; + * + *
+       * file name, relative to root of source tree
+       * 
+ */ + public Builder clearName() { + bitField0_ = (bitField0_ & ~0x00000001); + name_ = getDefaultInstance().getName(); + onChanged(); + return this; + } + /** + * optional string name = 1; + * + *
+       * file name, relative to root of source tree
+       * 
+ */ + public Builder setNameBytes( + akka.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000001; + name_ = value; + onChanged(); + return this; + } + + // optional string package = 2; + private java.lang.Object package_ = ""; + /** + * optional string package = 2; + * + *
+       * e.g. "foo", "foo.bar", etc.
+       * 
+ */ + public boolean hasPackage() { + return ((bitField0_ & 0x00000002) == 0x00000002); + } + /** + * optional string package = 2; + * + *
+       * e.g. "foo", "foo.bar", etc.
+       * 
+ */ + public java.lang.String getPackage() { + java.lang.Object ref = package_; + if (!(ref instanceof java.lang.String)) { + java.lang.String s = ((akka.protobuf.ByteString) ref) + .toStringUtf8(); + package_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * optional string package = 2; + * + *
+       * e.g. "foo", "foo.bar", etc.
+       * 
+ */ + public akka.protobuf.ByteString + getPackageBytes() { + java.lang.Object ref = package_; + if (ref instanceof String) { + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + package_ = b; + return b; + } else { + return (akka.protobuf.ByteString) ref; + } + } + /** + * optional string package = 2; + * + *
+       * e.g. "foo", "foo.bar", etc.
+       * 
+ */ + public Builder setPackage( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000002; + package_ = value; + onChanged(); + return this; + } + /** + * optional string package = 2; + * + *
+       * e.g. "foo", "foo.bar", etc.
+       * 
+ */ + public Builder clearPackage() { + bitField0_ = (bitField0_ & ~0x00000002); + package_ = getDefaultInstance().getPackage(); + onChanged(); + return this; + } + /** + * optional string package = 2; + * + *
+       * e.g. "foo", "foo.bar", etc.
+       * 
+ */ + public Builder setPackageBytes( + akka.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000002; + package_ = value; + onChanged(); + return this; + } + + // repeated string dependency = 3; + private akka.protobuf.LazyStringList dependency_ = akka.protobuf.LazyStringArrayList.EMPTY; + private void ensureDependencyIsMutable() { + if (!((bitField0_ & 0x00000004) == 0x00000004)) { + dependency_ = new akka.protobuf.LazyStringArrayList(dependency_); + bitField0_ |= 0x00000004; + } + } + /** + * repeated string dependency = 3; + * + *
+       * Names of files imported by this file.
+       * 
+ */ + public java.util.List + getDependencyList() { + return java.util.Collections.unmodifiableList(dependency_); + } + /** + * repeated string dependency = 3; + * + *
+       * Names of files imported by this file.
+       * 
+ */ + public int getDependencyCount() { + return dependency_.size(); + } + /** + * repeated string dependency = 3; + * + *
+       * Names of files imported by this file.
+       * 
+ */ + public java.lang.String getDependency(int index) { + return dependency_.get(index); + } + /** + * repeated string dependency = 3; + * + *
+       * Names of files imported by this file.
+       * 
+ */ + public akka.protobuf.ByteString + getDependencyBytes(int index) { + return dependency_.getByteString(index); + } + /** + * repeated string dependency = 3; + * + *
+       * Names of files imported by this file.
+       * 
+ */ + public Builder setDependency( + int index, java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureDependencyIsMutable(); + dependency_.set(index, value); + onChanged(); + return this; + } + /** + * repeated string dependency = 3; + * + *
+       * Names of files imported by this file.
+       * 
+ */ + public Builder addDependency( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + ensureDependencyIsMutable(); + dependency_.add(value); + onChanged(); + return this; + } + /** + * repeated string dependency = 3; + * + *
+       * Names of files imported by this file.
+       * 
+ */ + public Builder addAllDependency( + java.lang.Iterable values) { + ensureDependencyIsMutable(); + super.addAll(values, dependency_); + onChanged(); + return this; + } + /** + * repeated string dependency = 3; + * + *
+       * Names of files imported by this file.
+       * 
+ */ + public Builder clearDependency() { + dependency_ = akka.protobuf.LazyStringArrayList.EMPTY; + bitField0_ = (bitField0_ & ~0x00000004); + onChanged(); + return this; + } + /** + * repeated string dependency = 3; + * + *
+       * Names of files imported by this file.
+       * 
+ */ + public Builder addDependencyBytes( + akka.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + ensureDependencyIsMutable(); + dependency_.add(value); + onChanged(); + return this; + } + + // repeated int32 public_dependency = 10; + private java.util.List publicDependency_ = java.util.Collections.emptyList(); + private void ensurePublicDependencyIsMutable() { + if (!((bitField0_ & 0x00000008) == 0x00000008)) { + publicDependency_ = new java.util.ArrayList(publicDependency_); + bitField0_ |= 0x00000008; + } + } + /** + * repeated int32 public_dependency = 10; + * + *
+       * Indexes of the public imported files in the dependency list above.
+       * 
+ */ + public java.util.List + getPublicDependencyList() { + return java.util.Collections.unmodifiableList(publicDependency_); + } + /** + * repeated int32 public_dependency = 10; + * + *
+       * Indexes of the public imported files in the dependency list above.
+       * 
+ */ + public int getPublicDependencyCount() { + return publicDependency_.size(); + } + /** + * repeated int32 public_dependency = 10; + * + *
+       * Indexes of the public imported files in the dependency list above.
+       * 
+ */ + public int getPublicDependency(int index) { + return publicDependency_.get(index); + } + /** + * repeated int32 public_dependency = 10; + * + *
+       * Indexes of the public imported files in the dependency list above.
+       * 
+ */ + public Builder setPublicDependency( + int index, int value) { + ensurePublicDependencyIsMutable(); + publicDependency_.set(index, value); + onChanged(); + return this; + } + /** + * repeated int32 public_dependency = 10; + * + *
+       * Indexes of the public imported files in the dependency list above.
+       * 
+ */ + public Builder addPublicDependency(int value) { + ensurePublicDependencyIsMutable(); + publicDependency_.add(value); + onChanged(); + return this; + } + /** + * repeated int32 public_dependency = 10; + * + *
+       * Indexes of the public imported files in the dependency list above.
+       * 
+ */ + public Builder addAllPublicDependency( + java.lang.Iterable values) { + ensurePublicDependencyIsMutable(); + super.addAll(values, publicDependency_); + onChanged(); + return this; + } + /** + * repeated int32 public_dependency = 10; + * + *
+       * Indexes of the public imported files in the dependency list above.
+       * 
+ */ + public Builder clearPublicDependency() { + publicDependency_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000008); + onChanged(); + return this; + } + + // repeated int32 weak_dependency = 11; + private java.util.List weakDependency_ = java.util.Collections.emptyList(); + private void ensureWeakDependencyIsMutable() { + if (!((bitField0_ & 0x00000010) == 0x00000010)) { + weakDependency_ = new java.util.ArrayList(weakDependency_); + bitField0_ |= 0x00000010; + } + } + /** + * repeated int32 weak_dependency = 11; + * + *
+       * Indexes of the weak imported files in the dependency list.
+       * For Google-internal migration only. Do not use.
+       * 
+ */ + public java.util.List + getWeakDependencyList() { + return java.util.Collections.unmodifiableList(weakDependency_); + } + /** + * repeated int32 weak_dependency = 11; + * + *
+       * Indexes of the weak imported files in the dependency list.
+       * For Google-internal migration only. Do not use.
+       * 
+ */ + public int getWeakDependencyCount() { + return weakDependency_.size(); + } + /** + * repeated int32 weak_dependency = 11; + * + *
+       * Indexes of the weak imported files in the dependency list.
+       * For Google-internal migration only. Do not use.
+       * 
+ */ + public int getWeakDependency(int index) { + return weakDependency_.get(index); + } + /** + * repeated int32 weak_dependency = 11; + * + *
+       * Indexes of the weak imported files in the dependency list.
+       * For Google-internal migration only. Do not use.
+       * 
+ */ + public Builder setWeakDependency( + int index, int value) { + ensureWeakDependencyIsMutable(); + weakDependency_.set(index, value); + onChanged(); + return this; + } + /** + * repeated int32 weak_dependency = 11; + * + *
+       * Indexes of the weak imported files in the dependency list.
+       * For Google-internal migration only. Do not use.
+       * 
+ */ + public Builder addWeakDependency(int value) { + ensureWeakDependencyIsMutable(); + weakDependency_.add(value); + onChanged(); + return this; + } + /** + * repeated int32 weak_dependency = 11; + * + *
+       * Indexes of the weak imported files in the dependency list.
+       * For Google-internal migration only. Do not use.
+       * 
+ */ + public Builder addAllWeakDependency( + java.lang.Iterable values) { + ensureWeakDependencyIsMutable(); + super.addAll(values, weakDependency_); + onChanged(); + return this; + } + /** + * repeated int32 weak_dependency = 11; + * + *
+       * Indexes of the weak imported files in the dependency list.
+       * For Google-internal migration only. Do not use.
+       * 
+ */ + public Builder clearWeakDependency() { + weakDependency_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000010); + onChanged(); + return this; + } + + // repeated .google.protobuf.DescriptorProto message_type = 4; + private java.util.List messageType_ = + java.util.Collections.emptyList(); + private void ensureMessageTypeIsMutable() { + if (!((bitField0_ & 0x00000020) == 0x00000020)) { + messageType_ = new java.util.ArrayList(messageType_); + bitField0_ |= 0x00000020; + } + } + + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.DescriptorProto, akka.protobuf.DescriptorProtos.DescriptorProto.Builder, akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder> messageTypeBuilder_; + + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public java.util.List getMessageTypeList() { + if (messageTypeBuilder_ == null) { + return java.util.Collections.unmodifiableList(messageType_); + } else { + return messageTypeBuilder_.getMessageList(); + } + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public int getMessageTypeCount() { + if (messageTypeBuilder_ == null) { + return messageType_.size(); + } else { + return messageTypeBuilder_.getCount(); + } + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public akka.protobuf.DescriptorProtos.DescriptorProto getMessageType(int index) { + if (messageTypeBuilder_ == null) { + return messageType_.get(index); + } else { + return messageTypeBuilder_.getMessage(index); + } + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public Builder setMessageType( + int index, akka.protobuf.DescriptorProtos.DescriptorProto value) { + if (messageTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureMessageTypeIsMutable(); + messageType_.set(index, value); + onChanged(); + } else { + messageTypeBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public Builder setMessageType( + int index, akka.protobuf.DescriptorProtos.DescriptorProto.Builder builderForValue) { + if (messageTypeBuilder_ == null) { + ensureMessageTypeIsMutable(); + messageType_.set(index, builderForValue.build()); + onChanged(); + } else { + messageTypeBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public Builder addMessageType(akka.protobuf.DescriptorProtos.DescriptorProto value) { + if (messageTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureMessageTypeIsMutable(); + messageType_.add(value); + onChanged(); + } else { + messageTypeBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public Builder addMessageType( + int index, akka.protobuf.DescriptorProtos.DescriptorProto value) { + if (messageTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureMessageTypeIsMutable(); + messageType_.add(index, value); + onChanged(); + } else { + messageTypeBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public Builder addMessageType( + akka.protobuf.DescriptorProtos.DescriptorProto.Builder builderForValue) { + if (messageTypeBuilder_ == null) { + ensureMessageTypeIsMutable(); + messageType_.add(builderForValue.build()); + onChanged(); + } else { + messageTypeBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public Builder addMessageType( + int index, akka.protobuf.DescriptorProtos.DescriptorProto.Builder builderForValue) { + if (messageTypeBuilder_ == null) { + ensureMessageTypeIsMutable(); + messageType_.add(index, builderForValue.build()); + onChanged(); + } else { + messageTypeBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public Builder addAllMessageType( + java.lang.Iterable values) { + if (messageTypeBuilder_ == null) { + ensureMessageTypeIsMutable(); + super.addAll(values, messageType_); + onChanged(); + } else { + messageTypeBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public Builder clearMessageType() { + if (messageTypeBuilder_ == null) { + messageType_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000020); + onChanged(); + } else { + messageTypeBuilder_.clear(); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public Builder removeMessageType(int index) { + if (messageTypeBuilder_ == null) { + ensureMessageTypeIsMutable(); + messageType_.remove(index); + onChanged(); + } else { + messageTypeBuilder_.remove(index); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public akka.protobuf.DescriptorProtos.DescriptorProto.Builder getMessageTypeBuilder( + int index) { + return getMessageTypeFieldBuilder().getBuilder(index); + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getMessageTypeOrBuilder( + int index) { + if (messageTypeBuilder_ == null) { + return messageType_.get(index); } else { + return messageTypeBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public java.util.List + getMessageTypeOrBuilderList() { + if (messageTypeBuilder_ != null) { + return messageTypeBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(messageType_); + } + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public akka.protobuf.DescriptorProtos.DescriptorProto.Builder addMessageTypeBuilder() { + return getMessageTypeFieldBuilder().addBuilder( + akka.protobuf.DescriptorProtos.DescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public akka.protobuf.DescriptorProtos.DescriptorProto.Builder addMessageTypeBuilder( + int index) { + return getMessageTypeFieldBuilder().addBuilder( + index, akka.protobuf.DescriptorProtos.DescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.DescriptorProto message_type = 4; + * + *
+       * All top-level definitions in this file.
+       * 
+ */ + public java.util.List + getMessageTypeBuilderList() { + return getMessageTypeFieldBuilder().getBuilderList(); + } + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.DescriptorProto, akka.protobuf.DescriptorProtos.DescriptorProto.Builder, akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder> + getMessageTypeFieldBuilder() { + if (messageTypeBuilder_ == null) { + messageTypeBuilder_ = new akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.DescriptorProto, akka.protobuf.DescriptorProtos.DescriptorProto.Builder, akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>( + messageType_, + ((bitField0_ & 0x00000020) == 0x00000020), + getParentForChildren(), + isClean()); + messageType_ = null; + } + return messageTypeBuilder_; + } + + // repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + private java.util.List enumType_ = + java.util.Collections.emptyList(); + private void ensureEnumTypeIsMutable() { + if (!((bitField0_ & 0x00000040) == 0x00000040)) { + enumType_ = new java.util.ArrayList(enumType_); + bitField0_ |= 0x00000040; + } + } + + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.EnumDescriptorProto, akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder, akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder> enumTypeBuilder_; + + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public java.util.List getEnumTypeList() { + if (enumTypeBuilder_ == null) { + return java.util.Collections.unmodifiableList(enumType_); + } else { + return enumTypeBuilder_.getMessageList(); + } + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public int getEnumTypeCount() { + if (enumTypeBuilder_ == null) { + return enumType_.size(); + } else { + return enumTypeBuilder_.getCount(); + } + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) { + if (enumTypeBuilder_ == null) { + return enumType_.get(index); + } else { + return enumTypeBuilder_.getMessage(index); + } + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public Builder setEnumType( + int index, akka.protobuf.DescriptorProtos.EnumDescriptorProto value) { + if (enumTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureEnumTypeIsMutable(); + enumType_.set(index, value); + onChanged(); + } else { + enumTypeBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public Builder setEnumType( + int index, akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder builderForValue) { + if (enumTypeBuilder_ == null) { + ensureEnumTypeIsMutable(); + enumType_.set(index, builderForValue.build()); + onChanged(); + } else { + enumTypeBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public Builder addEnumType(akka.protobuf.DescriptorProtos.EnumDescriptorProto value) { + if (enumTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureEnumTypeIsMutable(); + enumType_.add(value); + onChanged(); + } else { + enumTypeBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public Builder addEnumType( + int index, akka.protobuf.DescriptorProtos.EnumDescriptorProto value) { + if (enumTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureEnumTypeIsMutable(); + enumType_.add(index, value); + onChanged(); + } else { + enumTypeBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public Builder addEnumType( + akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder builderForValue) { + if (enumTypeBuilder_ == null) { + ensureEnumTypeIsMutable(); + enumType_.add(builderForValue.build()); + onChanged(); + } else { + enumTypeBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public Builder addEnumType( + int index, akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder builderForValue) { + if (enumTypeBuilder_ == null) { + ensureEnumTypeIsMutable(); + enumType_.add(index, builderForValue.build()); + onChanged(); + } else { + enumTypeBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public Builder addAllEnumType( + java.lang.Iterable values) { + if (enumTypeBuilder_ == null) { + ensureEnumTypeIsMutable(); + super.addAll(values, enumType_); + onChanged(); + } else { + enumTypeBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public Builder clearEnumType() { + if (enumTypeBuilder_ == null) { + enumType_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000040); + onChanged(); + } else { + enumTypeBuilder_.clear(); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public Builder removeEnumType(int index) { + if (enumTypeBuilder_ == null) { + ensureEnumTypeIsMutable(); + enumType_.remove(index); + onChanged(); + } else { + enumTypeBuilder_.remove(index); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder getEnumTypeBuilder( + int index) { + return getEnumTypeFieldBuilder().getBuilder(index); + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder( + int index) { + if (enumTypeBuilder_ == null) { + return enumType_.get(index); } else { + return enumTypeBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public java.util.List + getEnumTypeOrBuilderList() { + if (enumTypeBuilder_ != null) { + return enumTypeBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(enumType_); + } + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder addEnumTypeBuilder() { + return getEnumTypeFieldBuilder().addBuilder( + akka.protobuf.DescriptorProtos.EnumDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder addEnumTypeBuilder( + int index) { + return getEnumTypeFieldBuilder().addBuilder( + index, akka.protobuf.DescriptorProtos.EnumDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 5; + */ + public java.util.List + getEnumTypeBuilderList() { + return getEnumTypeFieldBuilder().getBuilderList(); + } + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.EnumDescriptorProto, akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder, akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder> + getEnumTypeFieldBuilder() { + if (enumTypeBuilder_ == null) { + enumTypeBuilder_ = new akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.EnumDescriptorProto, akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder, akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>( + enumType_, + ((bitField0_ & 0x00000040) == 0x00000040), + getParentForChildren(), + isClean()); + enumType_ = null; + } + return enumTypeBuilder_; + } + + // repeated .google.protobuf.ServiceDescriptorProto service = 6; + private java.util.List service_ = + java.util.Collections.emptyList(); + private void ensureServiceIsMutable() { + if (!((bitField0_ & 0x00000080) == 0x00000080)) { + service_ = new java.util.ArrayList(service_); + bitField0_ |= 0x00000080; + } + } + + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.ServiceDescriptorProto, akka.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder, akka.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder> serviceBuilder_; + + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public java.util.List getServiceList() { + if (serviceBuilder_ == null) { + return java.util.Collections.unmodifiableList(service_); + } else { + return serviceBuilder_.getMessageList(); + } + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public int getServiceCount() { + if (serviceBuilder_ == null) { + return service_.size(); + } else { + return serviceBuilder_.getCount(); + } + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public akka.protobuf.DescriptorProtos.ServiceDescriptorProto getService(int index) { + if (serviceBuilder_ == null) { + return service_.get(index); + } else { + return serviceBuilder_.getMessage(index); + } + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public Builder setService( + int index, akka.protobuf.DescriptorProtos.ServiceDescriptorProto value) { + if (serviceBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureServiceIsMutable(); + service_.set(index, value); + onChanged(); + } else { + serviceBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public Builder setService( + int index, akka.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder builderForValue) { + if (serviceBuilder_ == null) { + ensureServiceIsMutable(); + service_.set(index, builderForValue.build()); + onChanged(); + } else { + serviceBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public Builder addService(akka.protobuf.DescriptorProtos.ServiceDescriptorProto value) { + if (serviceBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureServiceIsMutable(); + service_.add(value); + onChanged(); + } else { + serviceBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public Builder addService( + int index, akka.protobuf.DescriptorProtos.ServiceDescriptorProto value) { + if (serviceBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureServiceIsMutable(); + service_.add(index, value); + onChanged(); + } else { + serviceBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public Builder addService( + akka.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder builderForValue) { + if (serviceBuilder_ == null) { + ensureServiceIsMutable(); + service_.add(builderForValue.build()); + onChanged(); + } else { + serviceBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public Builder addService( + int index, akka.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder builderForValue) { + if (serviceBuilder_ == null) { + ensureServiceIsMutable(); + service_.add(index, builderForValue.build()); + onChanged(); + } else { + serviceBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public Builder addAllService( + java.lang.Iterable values) { + if (serviceBuilder_ == null) { + ensureServiceIsMutable(); + super.addAll(values, service_); + onChanged(); + } else { + serviceBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public Builder clearService() { + if (serviceBuilder_ == null) { + service_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000080); + onChanged(); + } else { + serviceBuilder_.clear(); + } + return this; + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public Builder removeService(int index) { + if (serviceBuilder_ == null) { + ensureServiceIsMutable(); + service_.remove(index); + onChanged(); + } else { + serviceBuilder_.remove(index); + } + return this; + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public akka.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder getServiceBuilder( + int index) { + return getServiceFieldBuilder().getBuilder(index); + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public akka.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder getServiceOrBuilder( + int index) { + if (serviceBuilder_ == null) { + return service_.get(index); } else { + return serviceBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public java.util.List + getServiceOrBuilderList() { + if (serviceBuilder_ != null) { + return serviceBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(service_); + } + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public akka.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder addServiceBuilder() { + return getServiceFieldBuilder().addBuilder( + akka.protobuf.DescriptorProtos.ServiceDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public akka.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder addServiceBuilder( + int index) { + return getServiceFieldBuilder().addBuilder( + index, akka.protobuf.DescriptorProtos.ServiceDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.ServiceDescriptorProto service = 6; + */ + public java.util.List + getServiceBuilderList() { + return getServiceFieldBuilder().getBuilderList(); + } + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.ServiceDescriptorProto, akka.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder, akka.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder> + getServiceFieldBuilder() { + if (serviceBuilder_ == null) { + serviceBuilder_ = new akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.ServiceDescriptorProto, akka.protobuf.DescriptorProtos.ServiceDescriptorProto.Builder, akka.protobuf.DescriptorProtos.ServiceDescriptorProtoOrBuilder>( + service_, + ((bitField0_ & 0x00000080) == 0x00000080), + getParentForChildren(), + isClean()); + service_ = null; + } + return serviceBuilder_; + } + + // repeated .google.protobuf.FieldDescriptorProto extension = 7; + private java.util.List extension_ = + java.util.Collections.emptyList(); + private void ensureExtensionIsMutable() { + if (!((bitField0_ & 0x00000100) == 0x00000100)) { + extension_ = new java.util.ArrayList(extension_); + bitField0_ |= 0x00000100; + } + } + + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FieldDescriptorProto, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> extensionBuilder_; + + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public java.util.List getExtensionList() { + if (extensionBuilder_ == null) { + return java.util.Collections.unmodifiableList(extension_); + } else { + return extensionBuilder_.getMessageList(); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public int getExtensionCount() { + if (extensionBuilder_ == null) { + return extension_.size(); + } else { + return extensionBuilder_.getCount(); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) { + if (extensionBuilder_ == null) { + return extension_.get(index); + } else { + return extensionBuilder_.getMessage(index); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public Builder setExtension( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto value) { + if (extensionBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureExtensionIsMutable(); + extension_.set(index, value); + onChanged(); + } else { + extensionBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public Builder setExtension( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder builderForValue) { + if (extensionBuilder_ == null) { + ensureExtensionIsMutable(); + extension_.set(index, builderForValue.build()); + onChanged(); + } else { + extensionBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public Builder addExtension(akka.protobuf.DescriptorProtos.FieldDescriptorProto value) { + if (extensionBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureExtensionIsMutable(); + extension_.add(value); + onChanged(); + } else { + extensionBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public Builder addExtension( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto value) { + if (extensionBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureExtensionIsMutable(); + extension_.add(index, value); + onChanged(); + } else { + extensionBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public Builder addExtension( + akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder builderForValue) { + if (extensionBuilder_ == null) { + ensureExtensionIsMutable(); + extension_.add(builderForValue.build()); + onChanged(); + } else { + extensionBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public Builder addExtension( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder builderForValue) { + if (extensionBuilder_ == null) { + ensureExtensionIsMutable(); + extension_.add(index, builderForValue.build()); + onChanged(); + } else { + extensionBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public Builder addAllExtension( + java.lang.Iterable values) { + if (extensionBuilder_ == null) { + ensureExtensionIsMutable(); + super.addAll(values, extension_); + onChanged(); + } else { + extensionBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public Builder clearExtension() { + if (extensionBuilder_ == null) { + extension_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000100); + onChanged(); + } else { + extensionBuilder_.clear(); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public Builder removeExtension(int index) { + if (extensionBuilder_ == null) { + ensureExtensionIsMutable(); + extension_.remove(index); + onChanged(); + } else { + extensionBuilder_.remove(index); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder getExtensionBuilder( + int index) { + return getExtensionFieldBuilder().getBuilder(index); + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder( + int index) { + if (extensionBuilder_ == null) { + return extension_.get(index); } else { + return extensionBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public java.util.List + getExtensionOrBuilderList() { + if (extensionBuilder_ != null) { + return extensionBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(extension_); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder addExtensionBuilder() { + return getExtensionFieldBuilder().addBuilder( + akka.protobuf.DescriptorProtos.FieldDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder addExtensionBuilder( + int index) { + return getExtensionFieldBuilder().addBuilder( + index, akka.protobuf.DescriptorProtos.FieldDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 7; + */ + public java.util.List + getExtensionBuilderList() { + return getExtensionFieldBuilder().getBuilderList(); + } + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FieldDescriptorProto, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> + getExtensionFieldBuilder() { + if (extensionBuilder_ == null) { + extensionBuilder_ = new akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FieldDescriptorProto, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>( + extension_, + ((bitField0_ & 0x00000100) == 0x00000100), + getParentForChildren(), + isClean()); + extension_ = null; + } + return extensionBuilder_; + } + + // optional .google.protobuf.FileOptions options = 8; + private akka.protobuf.DescriptorProtos.FileOptions options_ = akka.protobuf.DescriptorProtos.FileOptions.getDefaultInstance(); + private akka.protobuf.SingleFieldBuilder< + akka.protobuf.DescriptorProtos.FileOptions, akka.protobuf.DescriptorProtos.FileOptions.Builder, akka.protobuf.DescriptorProtos.FileOptionsOrBuilder> optionsBuilder_; + /** + * optional .google.protobuf.FileOptions options = 8; + */ + public boolean hasOptions() { + return ((bitField0_ & 0x00000200) == 0x00000200); + } + /** + * optional .google.protobuf.FileOptions options = 8; + */ + public akka.protobuf.DescriptorProtos.FileOptions getOptions() { + if (optionsBuilder_ == null) { + return options_; + } else { + return optionsBuilder_.getMessage(); + } + } + /** + * optional .google.protobuf.FileOptions options = 8; + */ + public Builder setOptions(akka.protobuf.DescriptorProtos.FileOptions value) { + if (optionsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + options_ = value; + onChanged(); + } else { + optionsBuilder_.setMessage(value); + } + bitField0_ |= 0x00000200; + return this; + } + /** + * optional .google.protobuf.FileOptions options = 8; + */ + public Builder setOptions( + akka.protobuf.DescriptorProtos.FileOptions.Builder builderForValue) { + if (optionsBuilder_ == null) { + options_ = builderForValue.build(); + onChanged(); + } else { + optionsBuilder_.setMessage(builderForValue.build()); + } + bitField0_ |= 0x00000200; + return this; + } + /** + * optional .google.protobuf.FileOptions options = 8; + */ + public Builder mergeOptions(akka.protobuf.DescriptorProtos.FileOptions value) { + if (optionsBuilder_ == null) { + if (((bitField0_ & 0x00000200) == 0x00000200) && + options_ != akka.protobuf.DescriptorProtos.FileOptions.getDefaultInstance()) { + options_ = + akka.protobuf.DescriptorProtos.FileOptions.newBuilder(options_).mergeFrom(value).buildPartial(); + } else { + options_ = value; + } + onChanged(); + } else { + optionsBuilder_.mergeFrom(value); + } + bitField0_ |= 0x00000200; + return this; + } + /** + * optional .google.protobuf.FileOptions options = 8; + */ + public Builder clearOptions() { + if (optionsBuilder_ == null) { + options_ = akka.protobuf.DescriptorProtos.FileOptions.getDefaultInstance(); + onChanged(); + } else { + optionsBuilder_.clear(); + } + bitField0_ = (bitField0_ & ~0x00000200); + return this; + } + /** + * optional .google.protobuf.FileOptions options = 8; + */ + public akka.protobuf.DescriptorProtos.FileOptions.Builder getOptionsBuilder() { + bitField0_ |= 0x00000200; + onChanged(); + return getOptionsFieldBuilder().getBuilder(); + } + /** + * optional .google.protobuf.FileOptions options = 8; + */ + public akka.protobuf.DescriptorProtos.FileOptionsOrBuilder getOptionsOrBuilder() { + if (optionsBuilder_ != null) { + return optionsBuilder_.getMessageOrBuilder(); + } else { + return options_; + } + } + /** + * optional .google.protobuf.FileOptions options = 8; + */ + private akka.protobuf.SingleFieldBuilder< + akka.protobuf.DescriptorProtos.FileOptions, akka.protobuf.DescriptorProtos.FileOptions.Builder, akka.protobuf.DescriptorProtos.FileOptionsOrBuilder> + getOptionsFieldBuilder() { + if (optionsBuilder_ == null) { + optionsBuilder_ = new akka.protobuf.SingleFieldBuilder< + akka.protobuf.DescriptorProtos.FileOptions, akka.protobuf.DescriptorProtos.FileOptions.Builder, akka.protobuf.DescriptorProtos.FileOptionsOrBuilder>( + options_, + getParentForChildren(), + isClean()); + options_ = null; + } + return optionsBuilder_; + } + + // optional .google.protobuf.SourceCodeInfo source_code_info = 9; + private akka.protobuf.DescriptorProtos.SourceCodeInfo sourceCodeInfo_ = akka.protobuf.DescriptorProtos.SourceCodeInfo.getDefaultInstance(); + private akka.protobuf.SingleFieldBuilder< + akka.protobuf.DescriptorProtos.SourceCodeInfo, akka.protobuf.DescriptorProtos.SourceCodeInfo.Builder, akka.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder> sourceCodeInfoBuilder_; + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+       * This field contains optional information about the original source code.
+       * You may safely remove this entire field whithout harming runtime
+       * functionality of the descriptors -- the information is needed only by
+       * development tools.
+       * 
+ */ + public boolean hasSourceCodeInfo() { + return ((bitField0_ & 0x00000400) == 0x00000400); + } + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+       * This field contains optional information about the original source code.
+       * You may safely remove this entire field whithout harming runtime
+       * functionality of the descriptors -- the information is needed only by
+       * development tools.
+       * 
+ */ + public akka.protobuf.DescriptorProtos.SourceCodeInfo getSourceCodeInfo() { + if (sourceCodeInfoBuilder_ == null) { + return sourceCodeInfo_; + } else { + return sourceCodeInfoBuilder_.getMessage(); + } + } + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+       * This field contains optional information about the original source code.
+       * You may safely remove this entire field whithout harming runtime
+       * functionality of the descriptors -- the information is needed only by
+       * development tools.
+       * 
+ */ + public Builder setSourceCodeInfo(akka.protobuf.DescriptorProtos.SourceCodeInfo value) { + if (sourceCodeInfoBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + sourceCodeInfo_ = value; + onChanged(); + } else { + sourceCodeInfoBuilder_.setMessage(value); + } + bitField0_ |= 0x00000400; + return this; + } + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+       * This field contains optional information about the original source code.
+       * You may safely remove this entire field whithout harming runtime
+       * functionality of the descriptors -- the information is needed only by
+       * development tools.
+       * 
+ */ + public Builder setSourceCodeInfo( + akka.protobuf.DescriptorProtos.SourceCodeInfo.Builder builderForValue) { + if (sourceCodeInfoBuilder_ == null) { + sourceCodeInfo_ = builderForValue.build(); + onChanged(); + } else { + sourceCodeInfoBuilder_.setMessage(builderForValue.build()); + } + bitField0_ |= 0x00000400; + return this; + } + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+       * This field contains optional information about the original source code.
+       * You may safely remove this entire field whithout harming runtime
+       * functionality of the descriptors -- the information is needed only by
+       * development tools.
+       * 
+ */ + public Builder mergeSourceCodeInfo(akka.protobuf.DescriptorProtos.SourceCodeInfo value) { + if (sourceCodeInfoBuilder_ == null) { + if (((bitField0_ & 0x00000400) == 0x00000400) && + sourceCodeInfo_ != akka.protobuf.DescriptorProtos.SourceCodeInfo.getDefaultInstance()) { + sourceCodeInfo_ = + akka.protobuf.DescriptorProtos.SourceCodeInfo.newBuilder(sourceCodeInfo_).mergeFrom(value).buildPartial(); + } else { + sourceCodeInfo_ = value; + } + onChanged(); + } else { + sourceCodeInfoBuilder_.mergeFrom(value); + } + bitField0_ |= 0x00000400; + return this; + } + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+       * This field contains optional information about the original source code.
+       * You may safely remove this entire field whithout harming runtime
+       * functionality of the descriptors -- the information is needed only by
+       * development tools.
+       * 
+ */ + public Builder clearSourceCodeInfo() { + if (sourceCodeInfoBuilder_ == null) { + sourceCodeInfo_ = akka.protobuf.DescriptorProtos.SourceCodeInfo.getDefaultInstance(); + onChanged(); + } else { + sourceCodeInfoBuilder_.clear(); + } + bitField0_ = (bitField0_ & ~0x00000400); + return this; + } + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+       * This field contains optional information about the original source code.
+       * You may safely remove this entire field whithout harming runtime
+       * functionality of the descriptors -- the information is needed only by
+       * development tools.
+       * 
+ */ + public akka.protobuf.DescriptorProtos.SourceCodeInfo.Builder getSourceCodeInfoBuilder() { + bitField0_ |= 0x00000400; + onChanged(); + return getSourceCodeInfoFieldBuilder().getBuilder(); + } + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+       * This field contains optional information about the original source code.
+       * You may safely remove this entire field whithout harming runtime
+       * functionality of the descriptors -- the information is needed only by
+       * development tools.
+       * 
+ */ + public akka.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder getSourceCodeInfoOrBuilder() { + if (sourceCodeInfoBuilder_ != null) { + return sourceCodeInfoBuilder_.getMessageOrBuilder(); + } else { + return sourceCodeInfo_; + } + } + /** + * optional .google.protobuf.SourceCodeInfo source_code_info = 9; + * + *
+       * This field contains optional information about the original source code.
+       * You may safely remove this entire field whithout harming runtime
+       * functionality of the descriptors -- the information is needed only by
+       * development tools.
+       * 
+ */ + private akka.protobuf.SingleFieldBuilder< + akka.protobuf.DescriptorProtos.SourceCodeInfo, akka.protobuf.DescriptorProtos.SourceCodeInfo.Builder, akka.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder> + getSourceCodeInfoFieldBuilder() { + if (sourceCodeInfoBuilder_ == null) { + sourceCodeInfoBuilder_ = new akka.protobuf.SingleFieldBuilder< + akka.protobuf.DescriptorProtos.SourceCodeInfo, akka.protobuf.DescriptorProtos.SourceCodeInfo.Builder, akka.protobuf.DescriptorProtos.SourceCodeInfoOrBuilder>( + sourceCodeInfo_, + getParentForChildren(), + isClean()); + sourceCodeInfo_ = null; + } + return sourceCodeInfoBuilder_; + } + + // @@protoc_insertion_point(builder_scope:google.protobuf.FileDescriptorProto) + } + + static { + defaultInstance = new FileDescriptorProto(true); + defaultInstance.initFields(); + } + + // @@protoc_insertion_point(class_scope:google.protobuf.FileDescriptorProto) + } + + public interface DescriptorProtoOrBuilder + extends akka.protobuf.MessageOrBuilder { + + // optional string name = 1; + /** + * optional string name = 1; + */ + boolean hasName(); + /** + * optional string name = 1; + */ + java.lang.String getName(); + /** + * optional string name = 1; + */ + akka.protobuf.ByteString + getNameBytes(); + + // repeated .google.protobuf.FieldDescriptorProto field = 2; + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + java.util.List + getFieldList(); + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + akka.protobuf.DescriptorProtos.FieldDescriptorProto getField(int index); + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + int getFieldCount(); + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + java.util.List + getFieldOrBuilderList(); + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getFieldOrBuilder( + int index); + + // repeated .google.protobuf.FieldDescriptorProto extension = 6; + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + java.util.List + getExtensionList(); + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + akka.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index); + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + int getExtensionCount(); + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + java.util.List + getExtensionOrBuilderList(); + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder( + int index); + + // repeated .google.protobuf.DescriptorProto nested_type = 3; + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + java.util.List + getNestedTypeList(); + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + akka.protobuf.DescriptorProtos.DescriptorProto getNestedType(int index); + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + int getNestedTypeCount(); + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + java.util.List + getNestedTypeOrBuilderList(); + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getNestedTypeOrBuilder( + int index); + + // repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + java.util.List + getEnumTypeList(); + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + akka.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index); + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + int getEnumTypeCount(); + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + java.util.List + getEnumTypeOrBuilderList(); + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder( + int index); + + // repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + java.util.List + getExtensionRangeList(); + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange getExtensionRange(int index); + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + int getExtensionRangeCount(); + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + java.util.List + getExtensionRangeOrBuilderList(); + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder getExtensionRangeOrBuilder( + int index); + + // optional .google.protobuf.MessageOptions options = 7; + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + boolean hasOptions(); + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + akka.protobuf.DescriptorProtos.MessageOptions getOptions(); + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + akka.protobuf.DescriptorProtos.MessageOptionsOrBuilder getOptionsOrBuilder(); + } + /** + * Protobuf type {@code google.protobuf.DescriptorProto} + * + *
+   * Describes a message type.
+   * 
+ */ + public static final class DescriptorProto extends + akka.protobuf.GeneratedMessage + implements DescriptorProtoOrBuilder { + // Use DescriptorProto.newBuilder() to construct. + private DescriptorProto(akka.protobuf.GeneratedMessage.Builder builder) { + super(builder); + this.unknownFields = builder.getUnknownFields(); + } + private DescriptorProto(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } + + private static final DescriptorProto defaultInstance; + public static DescriptorProto getDefaultInstance() { + return defaultInstance; + } + + public DescriptorProto getDefaultInstanceForType() { + return defaultInstance; + } + + private final akka.protobuf.UnknownFieldSet unknownFields; + @java.lang.Override + public final akka.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private DescriptorProto( + 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; + name_ = input.readBytes(); + break; + } + case 18: { + if (!((mutable_bitField0_ & 0x00000002) == 0x00000002)) { + field_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000002; + } + field_.add(input.readMessage(akka.protobuf.DescriptorProtos.FieldDescriptorProto.PARSER, extensionRegistry)); + break; + } + case 26: { + if (!((mutable_bitField0_ & 0x00000008) == 0x00000008)) { + nestedType_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000008; + } + nestedType_.add(input.readMessage(akka.protobuf.DescriptorProtos.DescriptorProto.PARSER, extensionRegistry)); + break; + } + case 34: { + if (!((mutable_bitField0_ & 0x00000010) == 0x00000010)) { + enumType_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000010; + } + enumType_.add(input.readMessage(akka.protobuf.DescriptorProtos.EnumDescriptorProto.PARSER, extensionRegistry)); + break; + } + case 42: { + if (!((mutable_bitField0_ & 0x00000020) == 0x00000020)) { + extensionRange_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000020; + } + extensionRange_.add(input.readMessage(akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.PARSER, extensionRegistry)); + break; + } + case 50: { + if (!((mutable_bitField0_ & 0x00000004) == 0x00000004)) { + extension_ = new java.util.ArrayList(); + mutable_bitField0_ |= 0x00000004; + } + extension_.add(input.readMessage(akka.protobuf.DescriptorProtos.FieldDescriptorProto.PARSER, extensionRegistry)); + break; + } + case 58: { + akka.protobuf.DescriptorProtos.MessageOptions.Builder subBuilder = null; + if (((bitField0_ & 0x00000002) == 0x00000002)) { + subBuilder = options_.toBuilder(); + } + options_ = input.readMessage(akka.protobuf.DescriptorProtos.MessageOptions.PARSER, extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(options_); + options_ = 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 { + if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) { + field_ = java.util.Collections.unmodifiableList(field_); + } + if (((mutable_bitField0_ & 0x00000008) == 0x00000008)) { + nestedType_ = java.util.Collections.unmodifiableList(nestedType_); + } + if (((mutable_bitField0_ & 0x00000010) == 0x00000010)) { + enumType_ = java.util.Collections.unmodifiableList(enumType_); + } + if (((mutable_bitField0_ & 0x00000020) == 0x00000020)) { + extensionRange_ = java.util.Collections.unmodifiableList(extensionRange_); + } + if (((mutable_bitField0_ & 0x00000004) == 0x00000004)) { + extension_ = java.util.Collections.unmodifiableList(extension_); + } + this.unknownFields = unknownFields.build(); + makeExtensionsImmutable(); + } + } + public static final akka.protobuf.Descriptors.Descriptor + getDescriptor() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_descriptor; + } + + protected akka.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_fieldAccessorTable + .ensureFieldAccessorsInitialized( + akka.protobuf.DescriptorProtos.DescriptorProto.class, akka.protobuf.DescriptorProtos.DescriptorProto.Builder.class); + } + + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { + public DescriptorProto parsePartialFrom( + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return new DescriptorProto(input, extensionRegistry); + } + }; + + @java.lang.Override + public akka.protobuf.Parser getParserForType() { + return PARSER; + } + + public interface ExtensionRangeOrBuilder + extends akka.protobuf.MessageOrBuilder { + + // optional int32 start = 1; + /** + * optional int32 start = 1; + */ + boolean hasStart(); + /** + * optional int32 start = 1; + */ + int getStart(); + + // optional int32 end = 2; + /** + * optional int32 end = 2; + */ + boolean hasEnd(); + /** + * optional int32 end = 2; + */ + int getEnd(); + } + /** + * Protobuf type {@code google.protobuf.DescriptorProto.ExtensionRange} + */ + public static final class ExtensionRange extends + akka.protobuf.GeneratedMessage + implements ExtensionRangeOrBuilder { + // Use ExtensionRange.newBuilder() to construct. + private ExtensionRange(akka.protobuf.GeneratedMessage.Builder builder) { + super(builder); + this.unknownFields = builder.getUnknownFields(); + } + private ExtensionRange(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } + + private static final ExtensionRange defaultInstance; + public static ExtensionRange getDefaultInstance() { + return defaultInstance; + } + + public ExtensionRange getDefaultInstanceForType() { + return defaultInstance; + } + + private final akka.protobuf.UnknownFieldSet unknownFields; + @java.lang.Override + public final akka.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private ExtensionRange( + 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: { + bitField0_ |= 0x00000001; + start_ = input.readInt32(); + break; + } + case 16: { + bitField0_ |= 0x00000002; + end_ = input.readInt32(); + 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.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_ExtensionRange_descriptor; + } + + protected akka.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_ExtensionRange_fieldAccessorTable + .ensureFieldAccessorsInitialized( + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.class, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder.class); + } + + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { + public ExtensionRange parsePartialFrom( + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return new ExtensionRange(input, extensionRegistry); + } + }; + + @java.lang.Override + public akka.protobuf.Parser getParserForType() { + return PARSER; + } + + private int bitField0_; + // optional int32 start = 1; + public static final int START_FIELD_NUMBER = 1; + private int start_; + /** + * optional int32 start = 1; + */ + public boolean hasStart() { + return ((bitField0_ & 0x00000001) == 0x00000001); + } + /** + * optional int32 start = 1; + */ + public int getStart() { + return start_; + } + + // optional int32 end = 2; + public static final int END_FIELD_NUMBER = 2; + private int end_; + /** + * optional int32 end = 2; + */ + public boolean hasEnd() { + return ((bitField0_ & 0x00000002) == 0x00000002); + } + /** + * optional int32 end = 2; + */ + public int getEnd() { + return end_; + } + + private void initFields() { + start_ = 0; + end_ = 0; + } + private byte memoizedIsInitialized = -1; + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized != -1) return isInitialized == 1; + + memoizedIsInitialized = 1; + return true; + } + + public void writeTo(akka.protobuf.CodedOutputStream output) + throws java.io.IOException { + getSerializedSize(); + if (((bitField0_ & 0x00000001) == 0x00000001)) { + output.writeInt32(1, start_); + } + if (((bitField0_ & 0x00000002) == 0x00000002)) { + output.writeInt32(2, end_); + } + 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 + .computeInt32Size(1, start_); + } + if (((bitField0_ & 0x00000002) == 0x00000002)) { + size += akka.protobuf.CodedOutputStream + .computeInt32Size(2, end_); + } + 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.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange parseFrom( + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange parseFrom( + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(byte[] data) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange parseFrom( + byte[] data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange parseFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange parseFrom( + java.io.InputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange parseDelimitedFrom( + java.io.InputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange parseFrom( + akka.protobuf.CodedInputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange 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.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange 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 google.protobuf.DescriptorProto.ExtensionRange} + */ + public static final class Builder extends + akka.protobuf.GeneratedMessage.Builder + implements akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder { + public static final akka.protobuf.Descriptors.Descriptor + getDescriptor() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_ExtensionRange_descriptor; + } + + protected akka.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_ExtensionRange_fieldAccessorTable + .ensureFieldAccessorsInitialized( + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.class, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder.class); + } + + // Construct using akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.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(); + start_ = 0; + bitField0_ = (bitField0_ & ~0x00000001); + end_ = 0; + bitField0_ = (bitField0_ & ~0x00000002); + return this; + } + + public Builder clone() { + return create().mergeFrom(buildPartial()); + } + + public akka.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_ExtensionRange_descriptor; + } + + public akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange getDefaultInstanceForType() { + return akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.getDefaultInstance(); + } + + public akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange build() { + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + public akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange buildPartial() { + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange result = new akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange(this); + int from_bitField0_ = bitField0_; + int to_bitField0_ = 0; + if (((from_bitField0_ & 0x00000001) == 0x00000001)) { + to_bitField0_ |= 0x00000001; + } + result.start_ = start_; + if (((from_bitField0_ & 0x00000002) == 0x00000002)) { + to_bitField0_ |= 0x00000002; + } + result.end_ = end_; + result.bitField0_ = to_bitField0_; + onBuilt(); + return result; + } + + public Builder mergeFrom(akka.protobuf.Message other) { + if (other instanceof akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange) { + return mergeFrom((akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange other) { + if (other == akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.getDefaultInstance()) return this; + if (other.hasStart()) { + setStart(other.getStart()); + } + if (other.hasEnd()) { + setEnd(other.getEnd()); + } + this.mergeUnknownFields(other.getUnknownFields()); + return this; + } + + public final boolean isInitialized() { + return true; + } + + public Builder mergeFrom( + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (akka.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange) e.getUnfinishedMessage(); + throw e; + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + // optional int32 start = 1; + private int start_ ; + /** + * optional int32 start = 1; + */ + public boolean hasStart() { + return ((bitField0_ & 0x00000001) == 0x00000001); + } + /** + * optional int32 start = 1; + */ + public int getStart() { + return start_; + } + /** + * optional int32 start = 1; + */ + public Builder setStart(int value) { + bitField0_ |= 0x00000001; + start_ = value; + onChanged(); + return this; + } + /** + * optional int32 start = 1; + */ + public Builder clearStart() { + bitField0_ = (bitField0_ & ~0x00000001); + start_ = 0; + onChanged(); + return this; + } + + // optional int32 end = 2; + private int end_ ; + /** + * optional int32 end = 2; + */ + public boolean hasEnd() { + return ((bitField0_ & 0x00000002) == 0x00000002); + } + /** + * optional int32 end = 2; + */ + public int getEnd() { + return end_; + } + /** + * optional int32 end = 2; + */ + public Builder setEnd(int value) { + bitField0_ |= 0x00000002; + end_ = value; + onChanged(); + return this; + } + /** + * optional int32 end = 2; + */ + public Builder clearEnd() { + bitField0_ = (bitField0_ & ~0x00000002); + end_ = 0; + onChanged(); + return this; + } + + // @@protoc_insertion_point(builder_scope:google.protobuf.DescriptorProto.ExtensionRange) + } + + static { + defaultInstance = new ExtensionRange(true); + defaultInstance.initFields(); + } + + // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto.ExtensionRange) + } + + private int bitField0_; + // optional string name = 1; + public static final int NAME_FIELD_NUMBER = 1; + private java.lang.Object name_; + /** + * optional string name = 1; + */ + public boolean hasName() { + return ((bitField0_ & 0x00000001) == 0x00000001); + } + /** + * optional string name = 1; + */ + public java.lang.String getName() { + java.lang.Object ref = name_; + 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()) { + name_ = s; + } + return s; + } + } + /** + * optional string name = 1; + */ + public akka.protobuf.ByteString + getNameBytes() { + java.lang.Object ref = name_; + if (ref instanceof java.lang.String) { + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + name_ = b; + return b; + } else { + return (akka.protobuf.ByteString) ref; + } + } + + // repeated .google.protobuf.FieldDescriptorProto field = 2; + public static final int FIELD_FIELD_NUMBER = 2; + private java.util.List field_; + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public java.util.List getFieldList() { + return field_; + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public java.util.List + getFieldOrBuilderList() { + return field_; + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public int getFieldCount() { + return field_.size(); + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto getField(int index) { + return field_.get(index); + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getFieldOrBuilder( + int index) { + return field_.get(index); + } + + // repeated .google.protobuf.FieldDescriptorProto extension = 6; + public static final int EXTENSION_FIELD_NUMBER = 6; + private java.util.List extension_; + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public java.util.List getExtensionList() { + return extension_; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public java.util.List + getExtensionOrBuilderList() { + return extension_; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public int getExtensionCount() { + return extension_.size(); + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) { + return extension_.get(index); + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder( + int index) { + return extension_.get(index); + } + + // repeated .google.protobuf.DescriptorProto nested_type = 3; + public static final int NESTED_TYPE_FIELD_NUMBER = 3; + private java.util.List nestedType_; + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public java.util.List getNestedTypeList() { + return nestedType_; + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public java.util.List + getNestedTypeOrBuilderList() { + return nestedType_; + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public int getNestedTypeCount() { + return nestedType_.size(); + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto getNestedType(int index) { + return nestedType_.get(index); + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getNestedTypeOrBuilder( + int index) { + return nestedType_.get(index); + } + + // repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + public static final int ENUM_TYPE_FIELD_NUMBER = 4; + private java.util.List enumType_; + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public java.util.List getEnumTypeList() { + return enumType_; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public java.util.List + getEnumTypeOrBuilderList() { + return enumType_; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public int getEnumTypeCount() { + return enumType_.size(); + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) { + return enumType_.get(index); + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder( + int index) { + return enumType_.get(index); + } + + // repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + public static final int EXTENSION_RANGE_FIELD_NUMBER = 5; + private java.util.List extensionRange_; + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public java.util.List getExtensionRangeList() { + return extensionRange_; + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public java.util.List + getExtensionRangeOrBuilderList() { + return extensionRange_; + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public int getExtensionRangeCount() { + return extensionRange_.size(); + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange getExtensionRange(int index) { + return extensionRange_.get(index); + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder getExtensionRangeOrBuilder( + int index) { + return extensionRange_.get(index); + } + + // optional .google.protobuf.MessageOptions options = 7; + public static final int OPTIONS_FIELD_NUMBER = 7; + private akka.protobuf.DescriptorProtos.MessageOptions options_; + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + public boolean hasOptions() { + return ((bitField0_ & 0x00000002) == 0x00000002); + } + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + public akka.protobuf.DescriptorProtos.MessageOptions getOptions() { + return options_; + } + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + public akka.protobuf.DescriptorProtos.MessageOptionsOrBuilder getOptionsOrBuilder() { + return options_; + } + + private void initFields() { + name_ = ""; + field_ = java.util.Collections.emptyList(); + extension_ = java.util.Collections.emptyList(); + nestedType_ = java.util.Collections.emptyList(); + enumType_ = java.util.Collections.emptyList(); + extensionRange_ = java.util.Collections.emptyList(); + options_ = akka.protobuf.DescriptorProtos.MessageOptions.getDefaultInstance(); + } + private byte memoizedIsInitialized = -1; + public final boolean isInitialized() { + byte isInitialized = memoizedIsInitialized; + if (isInitialized != -1) return isInitialized == 1; + + for (int i = 0; i < getFieldCount(); i++) { + if (!getField(i).isInitialized()) { + memoizedIsInitialized = 0; + return false; + } + } + for (int i = 0; i < getExtensionCount(); i++) { + if (!getExtension(i).isInitialized()) { + memoizedIsInitialized = 0; + return false; + } + } + for (int i = 0; i < getNestedTypeCount(); i++) { + if (!getNestedType(i).isInitialized()) { + memoizedIsInitialized = 0; + return false; + } + } + for (int i = 0; i < getEnumTypeCount(); i++) { + if (!getEnumType(i).isInitialized()) { + memoizedIsInitialized = 0; + return false; + } + } + if (hasOptions()) { + if (!getOptions().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.writeBytes(1, getNameBytes()); + } + for (int i = 0; i < field_.size(); i++) { + output.writeMessage(2, field_.get(i)); + } + for (int i = 0; i < nestedType_.size(); i++) { + output.writeMessage(3, nestedType_.get(i)); + } + for (int i = 0; i < enumType_.size(); i++) { + output.writeMessage(4, enumType_.get(i)); + } + for (int i = 0; i < extensionRange_.size(); i++) { + output.writeMessage(5, extensionRange_.get(i)); + } + for (int i = 0; i < extension_.size(); i++) { + output.writeMessage(6, extension_.get(i)); + } + if (((bitField0_ & 0x00000002) == 0x00000002)) { + output.writeMessage(7, options_); + } + 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, getNameBytes()); + } + for (int i = 0; i < field_.size(); i++) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(2, field_.get(i)); + } + for (int i = 0; i < nestedType_.size(); i++) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(3, nestedType_.get(i)); + } + for (int i = 0; i < enumType_.size(); i++) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(4, enumType_.get(i)); + } + for (int i = 0; i < extensionRange_.size(); i++) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(5, extensionRange_.get(i)); + } + for (int i = 0; i < extension_.size(); i++) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(6, extension_.get(i)); + } + if (((bitField0_ & 0x00000002) == 0x00000002)) { + size += akka.protobuf.CodedOutputStream + .computeMessageSize(7, options_); + } + 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.protobuf.DescriptorProtos.DescriptorProto parseFrom( + akka.protobuf.ByteString data) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto parseFrom( + akka.protobuf.ByteString data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto parseFrom(byte[] data) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto parseFrom( + byte[] data, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return PARSER.parseFrom(data, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto parseFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto parseFrom( + java.io.InputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseFrom(input, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto parseDelimitedFrom(java.io.InputStream input) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto parseDelimitedFrom( + java.io.InputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + return PARSER.parseDelimitedFrom(input, extensionRegistry); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto parseFrom( + akka.protobuf.CodedInputStream input) + throws java.io.IOException { + return PARSER.parseFrom(input); + } + public static akka.protobuf.DescriptorProtos.DescriptorProto 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.protobuf.DescriptorProtos.DescriptorProto 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 google.protobuf.DescriptorProto} + * + *
+     * Describes a message type.
+     * 
+ */ + public static final class Builder extends + akka.protobuf.GeneratedMessage.Builder + implements akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder { + public static final akka.protobuf.Descriptors.Descriptor + getDescriptor() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_descriptor; + } + + protected akka.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_fieldAccessorTable + .ensureFieldAccessorsInitialized( + akka.protobuf.DescriptorProtos.DescriptorProto.class, akka.protobuf.DescriptorProtos.DescriptorProto.Builder.class); + } + + // Construct using akka.protobuf.DescriptorProtos.DescriptorProto.newBuilder() + private Builder() { + maybeForceBuilderInitialization(); + } + + private Builder( + akka.protobuf.GeneratedMessage.BuilderParent parent) { + super(parent); + maybeForceBuilderInitialization(); + } + private void maybeForceBuilderInitialization() { + if (akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders) { + getFieldFieldBuilder(); + getExtensionFieldBuilder(); + getNestedTypeFieldBuilder(); + getEnumTypeFieldBuilder(); + getExtensionRangeFieldBuilder(); + getOptionsFieldBuilder(); + } + } + private static Builder create() { + return new Builder(); + } + + public Builder clear() { + super.clear(); + name_ = ""; + bitField0_ = (bitField0_ & ~0x00000001); + if (fieldBuilder_ == null) { + field_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + } else { + fieldBuilder_.clear(); + } + if (extensionBuilder_ == null) { + extension_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004); + } else { + extensionBuilder_.clear(); + } + if (nestedTypeBuilder_ == null) { + nestedType_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000008); + } else { + nestedTypeBuilder_.clear(); + } + if (enumTypeBuilder_ == null) { + enumType_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000010); + } else { + enumTypeBuilder_.clear(); + } + if (extensionRangeBuilder_ == null) { + extensionRange_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000020); + } else { + extensionRangeBuilder_.clear(); + } + if (optionsBuilder_ == null) { + options_ = akka.protobuf.DescriptorProtos.MessageOptions.getDefaultInstance(); + } else { + optionsBuilder_.clear(); + } + bitField0_ = (bitField0_ & ~0x00000040); + return this; + } + + public Builder clone() { + return create().mergeFrom(buildPartial()); + } + + public akka.protobuf.Descriptors.Descriptor + getDescriptorForType() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_DescriptorProto_descriptor; + } + + public akka.protobuf.DescriptorProtos.DescriptorProto getDefaultInstanceForType() { + return akka.protobuf.DescriptorProtos.DescriptorProto.getDefaultInstance(); + } + + public akka.protobuf.DescriptorProtos.DescriptorProto build() { + akka.protobuf.DescriptorProtos.DescriptorProto result = buildPartial(); + if (!result.isInitialized()) { + throw newUninitializedMessageException(result); + } + return result; + } + + public akka.protobuf.DescriptorProtos.DescriptorProto buildPartial() { + akka.protobuf.DescriptorProtos.DescriptorProto result = new akka.protobuf.DescriptorProtos.DescriptorProto(this); + int from_bitField0_ = bitField0_; + int to_bitField0_ = 0; + if (((from_bitField0_ & 0x00000001) == 0x00000001)) { + to_bitField0_ |= 0x00000001; + } + result.name_ = name_; + if (fieldBuilder_ == null) { + if (((bitField0_ & 0x00000002) == 0x00000002)) { + field_ = java.util.Collections.unmodifiableList(field_); + bitField0_ = (bitField0_ & ~0x00000002); + } + result.field_ = field_; + } else { + result.field_ = fieldBuilder_.build(); + } + if (extensionBuilder_ == null) { + if (((bitField0_ & 0x00000004) == 0x00000004)) { + extension_ = java.util.Collections.unmodifiableList(extension_); + bitField0_ = (bitField0_ & ~0x00000004); + } + result.extension_ = extension_; + } else { + result.extension_ = extensionBuilder_.build(); + } + if (nestedTypeBuilder_ == null) { + if (((bitField0_ & 0x00000008) == 0x00000008)) { + nestedType_ = java.util.Collections.unmodifiableList(nestedType_); + bitField0_ = (bitField0_ & ~0x00000008); + } + result.nestedType_ = nestedType_; + } else { + result.nestedType_ = nestedTypeBuilder_.build(); + } + if (enumTypeBuilder_ == null) { + if (((bitField0_ & 0x00000010) == 0x00000010)) { + enumType_ = java.util.Collections.unmodifiableList(enumType_); + bitField0_ = (bitField0_ & ~0x00000010); + } + result.enumType_ = enumType_; + } else { + result.enumType_ = enumTypeBuilder_.build(); + } + if (extensionRangeBuilder_ == null) { + if (((bitField0_ & 0x00000020) == 0x00000020)) { + extensionRange_ = java.util.Collections.unmodifiableList(extensionRange_); + bitField0_ = (bitField0_ & ~0x00000020); + } + result.extensionRange_ = extensionRange_; + } else { + result.extensionRange_ = extensionRangeBuilder_.build(); + } + if (((from_bitField0_ & 0x00000040) == 0x00000040)) { + to_bitField0_ |= 0x00000002; + } + if (optionsBuilder_ == null) { + result.options_ = options_; + } else { + result.options_ = optionsBuilder_.build(); + } + result.bitField0_ = to_bitField0_; + onBuilt(); + return result; + } + + public Builder mergeFrom(akka.protobuf.Message other) { + if (other instanceof akka.protobuf.DescriptorProtos.DescriptorProto) { + return mergeFrom((akka.protobuf.DescriptorProtos.DescriptorProto)other); + } else { + super.mergeFrom(other); + return this; + } + } + + public Builder mergeFrom(akka.protobuf.DescriptorProtos.DescriptorProto other) { + if (other == akka.protobuf.DescriptorProtos.DescriptorProto.getDefaultInstance()) return this; + if (other.hasName()) { + bitField0_ |= 0x00000001; + name_ = other.name_; + onChanged(); + } + if (fieldBuilder_ == null) { + if (!other.field_.isEmpty()) { + if (field_.isEmpty()) { + field_ = other.field_; + bitField0_ = (bitField0_ & ~0x00000002); + } else { + ensureFieldIsMutable(); + field_.addAll(other.field_); + } + onChanged(); + } + } else { + if (!other.field_.isEmpty()) { + if (fieldBuilder_.isEmpty()) { + fieldBuilder_.dispose(); + fieldBuilder_ = null; + field_ = other.field_; + bitField0_ = (bitField0_ & ~0x00000002); + fieldBuilder_ = + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + getFieldFieldBuilder() : null; + } else { + fieldBuilder_.addAllMessages(other.field_); + } + } + } + if (extensionBuilder_ == null) { + if (!other.extension_.isEmpty()) { + if (extension_.isEmpty()) { + extension_ = other.extension_; + bitField0_ = (bitField0_ & ~0x00000004); + } else { + ensureExtensionIsMutable(); + extension_.addAll(other.extension_); + } + onChanged(); + } + } else { + if (!other.extension_.isEmpty()) { + if (extensionBuilder_.isEmpty()) { + extensionBuilder_.dispose(); + extensionBuilder_ = null; + extension_ = other.extension_; + bitField0_ = (bitField0_ & ~0x00000004); + extensionBuilder_ = + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + getExtensionFieldBuilder() : null; + } else { + extensionBuilder_.addAllMessages(other.extension_); + } + } + } + if (nestedTypeBuilder_ == null) { + if (!other.nestedType_.isEmpty()) { + if (nestedType_.isEmpty()) { + nestedType_ = other.nestedType_; + bitField0_ = (bitField0_ & ~0x00000008); + } else { + ensureNestedTypeIsMutable(); + nestedType_.addAll(other.nestedType_); + } + onChanged(); + } + } else { + if (!other.nestedType_.isEmpty()) { + if (nestedTypeBuilder_.isEmpty()) { + nestedTypeBuilder_.dispose(); + nestedTypeBuilder_ = null; + nestedType_ = other.nestedType_; + bitField0_ = (bitField0_ & ~0x00000008); + nestedTypeBuilder_ = + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + getNestedTypeFieldBuilder() : null; + } else { + nestedTypeBuilder_.addAllMessages(other.nestedType_); + } + } + } + if (enumTypeBuilder_ == null) { + if (!other.enumType_.isEmpty()) { + if (enumType_.isEmpty()) { + enumType_ = other.enumType_; + bitField0_ = (bitField0_ & ~0x00000010); + } else { + ensureEnumTypeIsMutable(); + enumType_.addAll(other.enumType_); + } + onChanged(); + } + } else { + if (!other.enumType_.isEmpty()) { + if (enumTypeBuilder_.isEmpty()) { + enumTypeBuilder_.dispose(); + enumTypeBuilder_ = null; + enumType_ = other.enumType_; + bitField0_ = (bitField0_ & ~0x00000010); + enumTypeBuilder_ = + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + getEnumTypeFieldBuilder() : null; + } else { + enumTypeBuilder_.addAllMessages(other.enumType_); + } + } + } + if (extensionRangeBuilder_ == null) { + if (!other.extensionRange_.isEmpty()) { + if (extensionRange_.isEmpty()) { + extensionRange_ = other.extensionRange_; + bitField0_ = (bitField0_ & ~0x00000020); + } else { + ensureExtensionRangeIsMutable(); + extensionRange_.addAll(other.extensionRange_); + } + onChanged(); + } + } else { + if (!other.extensionRange_.isEmpty()) { + if (extensionRangeBuilder_.isEmpty()) { + extensionRangeBuilder_.dispose(); + extensionRangeBuilder_ = null; + extensionRange_ = other.extensionRange_; + bitField0_ = (bitField0_ & ~0x00000020); + extensionRangeBuilder_ = + akka.protobuf.GeneratedMessage.alwaysUseFieldBuilders ? + getExtensionRangeFieldBuilder() : null; + } else { + extensionRangeBuilder_.addAllMessages(other.extensionRange_); + } + } + } + if (other.hasOptions()) { + mergeOptions(other.getOptions()); + } + this.mergeUnknownFields(other.getUnknownFields()); + return this; + } + + public final boolean isInitialized() { + for (int i = 0; i < getFieldCount(); i++) { + if (!getField(i).isInitialized()) { + + return false; + } + } + for (int i = 0; i < getExtensionCount(); i++) { + if (!getExtension(i).isInitialized()) { + + return false; + } + } + for (int i = 0; i < getNestedTypeCount(); i++) { + if (!getNestedType(i).isInitialized()) { + + return false; + } + } + for (int i = 0; i < getEnumTypeCount(); i++) { + if (!getEnumType(i).isInitialized()) { + + return false; + } + } + if (hasOptions()) { + if (!getOptions().isInitialized()) { + + return false; + } + } + return true; + } + + public Builder mergeFrom( + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws java.io.IOException { + akka.protobuf.DescriptorProtos.DescriptorProto parsedMessage = null; + try { + parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry); + } catch (akka.protobuf.InvalidProtocolBufferException e) { + parsedMessage = (akka.protobuf.DescriptorProtos.DescriptorProto) e.getUnfinishedMessage(); + throw e; + } finally { + if (parsedMessage != null) { + mergeFrom(parsedMessage); + } + } + return this; + } + private int bitField0_; + + // optional string name = 1; + private java.lang.Object name_ = ""; + /** + * optional string name = 1; + */ + public boolean hasName() { + return ((bitField0_ & 0x00000001) == 0x00000001); + } + /** + * optional string name = 1; + */ + public java.lang.String getName() { + java.lang.Object ref = name_; + if (!(ref instanceof java.lang.String)) { + java.lang.String s = ((akka.protobuf.ByteString) ref) + .toStringUtf8(); + name_ = s; + return s; + } else { + return (java.lang.String) ref; + } + } + /** + * optional string name = 1; + */ + public akka.protobuf.ByteString + getNameBytes() { + java.lang.Object ref = name_; + if (ref instanceof String) { + akka.protobuf.ByteString b = + akka.protobuf.ByteString.copyFromUtf8( + (java.lang.String) ref); + name_ = b; + return b; + } else { + return (akka.protobuf.ByteString) ref; + } + } + /** + * optional string name = 1; + */ + public Builder setName( + java.lang.String value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000001; + name_ = value; + onChanged(); + return this; + } + /** + * optional string name = 1; + */ + public Builder clearName() { + bitField0_ = (bitField0_ & ~0x00000001); + name_ = getDefaultInstance().getName(); + onChanged(); + return this; + } + /** + * optional string name = 1; + */ + public Builder setNameBytes( + akka.protobuf.ByteString value) { + if (value == null) { + throw new NullPointerException(); + } + bitField0_ |= 0x00000001; + name_ = value; + onChanged(); + return this; + } + + // repeated .google.protobuf.FieldDescriptorProto field = 2; + private java.util.List field_ = + java.util.Collections.emptyList(); + private void ensureFieldIsMutable() { + if (!((bitField0_ & 0x00000002) == 0x00000002)) { + field_ = new java.util.ArrayList(field_); + bitField0_ |= 0x00000002; + } + } + + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FieldDescriptorProto, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> fieldBuilder_; + + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public java.util.List getFieldList() { + if (fieldBuilder_ == null) { + return java.util.Collections.unmodifiableList(field_); + } else { + return fieldBuilder_.getMessageList(); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public int getFieldCount() { + if (fieldBuilder_ == null) { + return field_.size(); + } else { + return fieldBuilder_.getCount(); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto getField(int index) { + if (fieldBuilder_ == null) { + return field_.get(index); + } else { + return fieldBuilder_.getMessage(index); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public Builder setField( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto value) { + if (fieldBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureFieldIsMutable(); + field_.set(index, value); + onChanged(); + } else { + fieldBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public Builder setField( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder builderForValue) { + if (fieldBuilder_ == null) { + ensureFieldIsMutable(); + field_.set(index, builderForValue.build()); + onChanged(); + } else { + fieldBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public Builder addField(akka.protobuf.DescriptorProtos.FieldDescriptorProto value) { + if (fieldBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureFieldIsMutable(); + field_.add(value); + onChanged(); + } else { + fieldBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public Builder addField( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto value) { + if (fieldBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureFieldIsMutable(); + field_.add(index, value); + onChanged(); + } else { + fieldBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public Builder addField( + akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder builderForValue) { + if (fieldBuilder_ == null) { + ensureFieldIsMutable(); + field_.add(builderForValue.build()); + onChanged(); + } else { + fieldBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public Builder addField( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder builderForValue) { + if (fieldBuilder_ == null) { + ensureFieldIsMutable(); + field_.add(index, builderForValue.build()); + onChanged(); + } else { + fieldBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public Builder addAllField( + java.lang.Iterable values) { + if (fieldBuilder_ == null) { + ensureFieldIsMutable(); + super.addAll(values, field_); + onChanged(); + } else { + fieldBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public Builder clearField() { + if (fieldBuilder_ == null) { + field_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000002); + onChanged(); + } else { + fieldBuilder_.clear(); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public Builder removeField(int index) { + if (fieldBuilder_ == null) { + ensureFieldIsMutable(); + field_.remove(index); + onChanged(); + } else { + fieldBuilder_.remove(index); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder getFieldBuilder( + int index) { + return getFieldFieldBuilder().getBuilder(index); + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getFieldOrBuilder( + int index) { + if (fieldBuilder_ == null) { + return field_.get(index); } else { + return fieldBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public java.util.List + getFieldOrBuilderList() { + if (fieldBuilder_ != null) { + return fieldBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(field_); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder addFieldBuilder() { + return getFieldFieldBuilder().addBuilder( + akka.protobuf.DescriptorProtos.FieldDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder addFieldBuilder( + int index) { + return getFieldFieldBuilder().addBuilder( + index, akka.protobuf.DescriptorProtos.FieldDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.FieldDescriptorProto field = 2; + */ + public java.util.List + getFieldBuilderList() { + return getFieldFieldBuilder().getBuilderList(); + } + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FieldDescriptorProto, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> + getFieldFieldBuilder() { + if (fieldBuilder_ == null) { + fieldBuilder_ = new akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FieldDescriptorProto, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>( + field_, + ((bitField0_ & 0x00000002) == 0x00000002), + getParentForChildren(), + isClean()); + field_ = null; + } + return fieldBuilder_; + } + + // repeated .google.protobuf.FieldDescriptorProto extension = 6; + private java.util.List extension_ = + java.util.Collections.emptyList(); + private void ensureExtensionIsMutable() { + if (!((bitField0_ & 0x00000004) == 0x00000004)) { + extension_ = new java.util.ArrayList(extension_); + bitField0_ |= 0x00000004; + } + } + + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FieldDescriptorProto, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> extensionBuilder_; + + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public java.util.List getExtensionList() { + if (extensionBuilder_ == null) { + return java.util.Collections.unmodifiableList(extension_); + } else { + return extensionBuilder_.getMessageList(); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public int getExtensionCount() { + if (extensionBuilder_ == null) { + return extension_.size(); + } else { + return extensionBuilder_.getCount(); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto getExtension(int index) { + if (extensionBuilder_ == null) { + return extension_.get(index); + } else { + return extensionBuilder_.getMessage(index); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public Builder setExtension( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto value) { + if (extensionBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureExtensionIsMutable(); + extension_.set(index, value); + onChanged(); + } else { + extensionBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public Builder setExtension( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder builderForValue) { + if (extensionBuilder_ == null) { + ensureExtensionIsMutable(); + extension_.set(index, builderForValue.build()); + onChanged(); + } else { + extensionBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public Builder addExtension(akka.protobuf.DescriptorProtos.FieldDescriptorProto value) { + if (extensionBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureExtensionIsMutable(); + extension_.add(value); + onChanged(); + } else { + extensionBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public Builder addExtension( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto value) { + if (extensionBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureExtensionIsMutable(); + extension_.add(index, value); + onChanged(); + } else { + extensionBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public Builder addExtension( + akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder builderForValue) { + if (extensionBuilder_ == null) { + ensureExtensionIsMutable(); + extension_.add(builderForValue.build()); + onChanged(); + } else { + extensionBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public Builder addExtension( + int index, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder builderForValue) { + if (extensionBuilder_ == null) { + ensureExtensionIsMutable(); + extension_.add(index, builderForValue.build()); + onChanged(); + } else { + extensionBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public Builder addAllExtension( + java.lang.Iterable values) { + if (extensionBuilder_ == null) { + ensureExtensionIsMutable(); + super.addAll(values, extension_); + onChanged(); + } else { + extensionBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public Builder clearExtension() { + if (extensionBuilder_ == null) { + extension_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000004); + onChanged(); + } else { + extensionBuilder_.clear(); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public Builder removeExtension(int index) { + if (extensionBuilder_ == null) { + ensureExtensionIsMutable(); + extension_.remove(index); + onChanged(); + } else { + extensionBuilder_.remove(index); + } + return this; + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder getExtensionBuilder( + int index) { + return getExtensionFieldBuilder().getBuilder(index); + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder getExtensionOrBuilder( + int index) { + if (extensionBuilder_ == null) { + return extension_.get(index); } else { + return extensionBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public java.util.List + getExtensionOrBuilderList() { + if (extensionBuilder_ != null) { + return extensionBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(extension_); + } + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder addExtensionBuilder() { + return getExtensionFieldBuilder().addBuilder( + akka.protobuf.DescriptorProtos.FieldDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder addExtensionBuilder( + int index) { + return getExtensionFieldBuilder().addBuilder( + index, akka.protobuf.DescriptorProtos.FieldDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.FieldDescriptorProto extension = 6; + */ + public java.util.List + getExtensionBuilderList() { + return getExtensionFieldBuilder().getBuilderList(); + } + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FieldDescriptorProto, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder> + getExtensionFieldBuilder() { + if (extensionBuilder_ == null) { + extensionBuilder_ = new akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.FieldDescriptorProto, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder, akka.protobuf.DescriptorProtos.FieldDescriptorProtoOrBuilder>( + extension_, + ((bitField0_ & 0x00000004) == 0x00000004), + getParentForChildren(), + isClean()); + extension_ = null; + } + return extensionBuilder_; + } + + // repeated .google.protobuf.DescriptorProto nested_type = 3; + private java.util.List nestedType_ = + java.util.Collections.emptyList(); + private void ensureNestedTypeIsMutable() { + if (!((bitField0_ & 0x00000008) == 0x00000008)) { + nestedType_ = new java.util.ArrayList(nestedType_); + bitField0_ |= 0x00000008; + } + } + + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.DescriptorProto, akka.protobuf.DescriptorProtos.DescriptorProto.Builder, akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder> nestedTypeBuilder_; + + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public java.util.List getNestedTypeList() { + if (nestedTypeBuilder_ == null) { + return java.util.Collections.unmodifiableList(nestedType_); + } else { + return nestedTypeBuilder_.getMessageList(); + } + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public int getNestedTypeCount() { + if (nestedTypeBuilder_ == null) { + return nestedType_.size(); + } else { + return nestedTypeBuilder_.getCount(); + } + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto getNestedType(int index) { + if (nestedTypeBuilder_ == null) { + return nestedType_.get(index); + } else { + return nestedTypeBuilder_.getMessage(index); + } + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public Builder setNestedType( + int index, akka.protobuf.DescriptorProtos.DescriptorProto value) { + if (nestedTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureNestedTypeIsMutable(); + nestedType_.set(index, value); + onChanged(); + } else { + nestedTypeBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public Builder setNestedType( + int index, akka.protobuf.DescriptorProtos.DescriptorProto.Builder builderForValue) { + if (nestedTypeBuilder_ == null) { + ensureNestedTypeIsMutable(); + nestedType_.set(index, builderForValue.build()); + onChanged(); + } else { + nestedTypeBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public Builder addNestedType(akka.protobuf.DescriptorProtos.DescriptorProto value) { + if (nestedTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureNestedTypeIsMutable(); + nestedType_.add(value); + onChanged(); + } else { + nestedTypeBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public Builder addNestedType( + int index, akka.protobuf.DescriptorProtos.DescriptorProto value) { + if (nestedTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureNestedTypeIsMutable(); + nestedType_.add(index, value); + onChanged(); + } else { + nestedTypeBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public Builder addNestedType( + akka.protobuf.DescriptorProtos.DescriptorProto.Builder builderForValue) { + if (nestedTypeBuilder_ == null) { + ensureNestedTypeIsMutable(); + nestedType_.add(builderForValue.build()); + onChanged(); + } else { + nestedTypeBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public Builder addNestedType( + int index, akka.protobuf.DescriptorProtos.DescriptorProto.Builder builderForValue) { + if (nestedTypeBuilder_ == null) { + ensureNestedTypeIsMutable(); + nestedType_.add(index, builderForValue.build()); + onChanged(); + } else { + nestedTypeBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public Builder addAllNestedType( + java.lang.Iterable values) { + if (nestedTypeBuilder_ == null) { + ensureNestedTypeIsMutable(); + super.addAll(values, nestedType_); + onChanged(); + } else { + nestedTypeBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public Builder clearNestedType() { + if (nestedTypeBuilder_ == null) { + nestedType_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000008); + onChanged(); + } else { + nestedTypeBuilder_.clear(); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public Builder removeNestedType(int index) { + if (nestedTypeBuilder_ == null) { + ensureNestedTypeIsMutable(); + nestedType_.remove(index); + onChanged(); + } else { + nestedTypeBuilder_.remove(index); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto.Builder getNestedTypeBuilder( + int index) { + return getNestedTypeFieldBuilder().getBuilder(index); + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder getNestedTypeOrBuilder( + int index) { + if (nestedTypeBuilder_ == null) { + return nestedType_.get(index); } else { + return nestedTypeBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public java.util.List + getNestedTypeOrBuilderList() { + if (nestedTypeBuilder_ != null) { + return nestedTypeBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(nestedType_); + } + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto.Builder addNestedTypeBuilder() { + return getNestedTypeFieldBuilder().addBuilder( + akka.protobuf.DescriptorProtos.DescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto.Builder addNestedTypeBuilder( + int index) { + return getNestedTypeFieldBuilder().addBuilder( + index, akka.protobuf.DescriptorProtos.DescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.DescriptorProto nested_type = 3; + */ + public java.util.List + getNestedTypeBuilderList() { + return getNestedTypeFieldBuilder().getBuilderList(); + } + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.DescriptorProto, akka.protobuf.DescriptorProtos.DescriptorProto.Builder, akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder> + getNestedTypeFieldBuilder() { + if (nestedTypeBuilder_ == null) { + nestedTypeBuilder_ = new akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.DescriptorProto, akka.protobuf.DescriptorProtos.DescriptorProto.Builder, akka.protobuf.DescriptorProtos.DescriptorProtoOrBuilder>( + nestedType_, + ((bitField0_ & 0x00000008) == 0x00000008), + getParentForChildren(), + isClean()); + nestedType_ = null; + } + return nestedTypeBuilder_; + } + + // repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + private java.util.List enumType_ = + java.util.Collections.emptyList(); + private void ensureEnumTypeIsMutable() { + if (!((bitField0_ & 0x00000010) == 0x00000010)) { + enumType_ = new java.util.ArrayList(enumType_); + bitField0_ |= 0x00000010; + } + } + + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.EnumDescriptorProto, akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder, akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder> enumTypeBuilder_; + + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public java.util.List getEnumTypeList() { + if (enumTypeBuilder_ == null) { + return java.util.Collections.unmodifiableList(enumType_); + } else { + return enumTypeBuilder_.getMessageList(); + } + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public int getEnumTypeCount() { + if (enumTypeBuilder_ == null) { + return enumType_.size(); + } else { + return enumTypeBuilder_.getCount(); + } + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProto getEnumType(int index) { + if (enumTypeBuilder_ == null) { + return enumType_.get(index); + } else { + return enumTypeBuilder_.getMessage(index); + } + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public Builder setEnumType( + int index, akka.protobuf.DescriptorProtos.EnumDescriptorProto value) { + if (enumTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureEnumTypeIsMutable(); + enumType_.set(index, value); + onChanged(); + } else { + enumTypeBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public Builder setEnumType( + int index, akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder builderForValue) { + if (enumTypeBuilder_ == null) { + ensureEnumTypeIsMutable(); + enumType_.set(index, builderForValue.build()); + onChanged(); + } else { + enumTypeBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public Builder addEnumType(akka.protobuf.DescriptorProtos.EnumDescriptorProto value) { + if (enumTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureEnumTypeIsMutable(); + enumType_.add(value); + onChanged(); + } else { + enumTypeBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public Builder addEnumType( + int index, akka.protobuf.DescriptorProtos.EnumDescriptorProto value) { + if (enumTypeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureEnumTypeIsMutable(); + enumType_.add(index, value); + onChanged(); + } else { + enumTypeBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public Builder addEnumType( + akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder builderForValue) { + if (enumTypeBuilder_ == null) { + ensureEnumTypeIsMutable(); + enumType_.add(builderForValue.build()); + onChanged(); + } else { + enumTypeBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public Builder addEnumType( + int index, akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder builderForValue) { + if (enumTypeBuilder_ == null) { + ensureEnumTypeIsMutable(); + enumType_.add(index, builderForValue.build()); + onChanged(); + } else { + enumTypeBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public Builder addAllEnumType( + java.lang.Iterable values) { + if (enumTypeBuilder_ == null) { + ensureEnumTypeIsMutable(); + super.addAll(values, enumType_); + onChanged(); + } else { + enumTypeBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public Builder clearEnumType() { + if (enumTypeBuilder_ == null) { + enumType_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000010); + onChanged(); + } else { + enumTypeBuilder_.clear(); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public Builder removeEnumType(int index) { + if (enumTypeBuilder_ == null) { + ensureEnumTypeIsMutable(); + enumType_.remove(index); + onChanged(); + } else { + enumTypeBuilder_.remove(index); + } + return this; + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder getEnumTypeBuilder( + int index) { + return getEnumTypeFieldBuilder().getBuilder(index); + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder getEnumTypeOrBuilder( + int index) { + if (enumTypeBuilder_ == null) { + return enumType_.get(index); } else { + return enumTypeBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public java.util.List + getEnumTypeOrBuilderList() { + if (enumTypeBuilder_ != null) { + return enumTypeBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(enumType_); + } + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder addEnumTypeBuilder() { + return getEnumTypeFieldBuilder().addBuilder( + akka.protobuf.DescriptorProtos.EnumDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder addEnumTypeBuilder( + int index) { + return getEnumTypeFieldBuilder().addBuilder( + index, akka.protobuf.DescriptorProtos.EnumDescriptorProto.getDefaultInstance()); + } + /** + * repeated .google.protobuf.EnumDescriptorProto enum_type = 4; + */ + public java.util.List + getEnumTypeBuilderList() { + return getEnumTypeFieldBuilder().getBuilderList(); + } + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.EnumDescriptorProto, akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder, akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder> + getEnumTypeFieldBuilder() { + if (enumTypeBuilder_ == null) { + enumTypeBuilder_ = new akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.EnumDescriptorProto, akka.protobuf.DescriptorProtos.EnumDescriptorProto.Builder, akka.protobuf.DescriptorProtos.EnumDescriptorProtoOrBuilder>( + enumType_, + ((bitField0_ & 0x00000010) == 0x00000010), + getParentForChildren(), + isClean()); + enumType_ = null; + } + return enumTypeBuilder_; + } + + // repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + private java.util.List extensionRange_ = + java.util.Collections.emptyList(); + private void ensureExtensionRangeIsMutable() { + if (!((bitField0_ & 0x00000020) == 0x00000020)) { + extensionRange_ = new java.util.ArrayList(extensionRange_); + bitField0_ |= 0x00000020; + } + } + + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder> extensionRangeBuilder_; + + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public java.util.List getExtensionRangeList() { + if (extensionRangeBuilder_ == null) { + return java.util.Collections.unmodifiableList(extensionRange_); + } else { + return extensionRangeBuilder_.getMessageList(); + } + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public int getExtensionRangeCount() { + if (extensionRangeBuilder_ == null) { + return extensionRange_.size(); + } else { + return extensionRangeBuilder_.getCount(); + } + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange getExtensionRange(int index) { + if (extensionRangeBuilder_ == null) { + return extensionRange_.get(index); + } else { + return extensionRangeBuilder_.getMessage(index); + } + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public Builder setExtensionRange( + int index, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange value) { + if (extensionRangeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureExtensionRangeIsMutable(); + extensionRange_.set(index, value); + onChanged(); + } else { + extensionRangeBuilder_.setMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public Builder setExtensionRange( + int index, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue) { + if (extensionRangeBuilder_ == null) { + ensureExtensionRangeIsMutable(); + extensionRange_.set(index, builderForValue.build()); + onChanged(); + } else { + extensionRangeBuilder_.setMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public Builder addExtensionRange(akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange value) { + if (extensionRangeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureExtensionRangeIsMutable(); + extensionRange_.add(value); + onChanged(); + } else { + extensionRangeBuilder_.addMessage(value); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public Builder addExtensionRange( + int index, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange value) { + if (extensionRangeBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + ensureExtensionRangeIsMutable(); + extensionRange_.add(index, value); + onChanged(); + } else { + extensionRangeBuilder_.addMessage(index, value); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public Builder addExtensionRange( + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue) { + if (extensionRangeBuilder_ == null) { + ensureExtensionRangeIsMutable(); + extensionRange_.add(builderForValue.build()); + onChanged(); + } else { + extensionRangeBuilder_.addMessage(builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public Builder addExtensionRange( + int index, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder builderForValue) { + if (extensionRangeBuilder_ == null) { + ensureExtensionRangeIsMutable(); + extensionRange_.add(index, builderForValue.build()); + onChanged(); + } else { + extensionRangeBuilder_.addMessage(index, builderForValue.build()); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public Builder addAllExtensionRange( + java.lang.Iterable values) { + if (extensionRangeBuilder_ == null) { + ensureExtensionRangeIsMutable(); + super.addAll(values, extensionRange_); + onChanged(); + } else { + extensionRangeBuilder_.addAllMessages(values); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public Builder clearExtensionRange() { + if (extensionRangeBuilder_ == null) { + extensionRange_ = java.util.Collections.emptyList(); + bitField0_ = (bitField0_ & ~0x00000020); + onChanged(); + } else { + extensionRangeBuilder_.clear(); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public Builder removeExtensionRange(int index) { + if (extensionRangeBuilder_ == null) { + ensureExtensionRangeIsMutable(); + extensionRange_.remove(index); + onChanged(); + } else { + extensionRangeBuilder_.remove(index); + } + return this; + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder getExtensionRangeBuilder( + int index) { + return getExtensionRangeFieldBuilder().getBuilder(index); + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder getExtensionRangeOrBuilder( + int index) { + if (extensionRangeBuilder_ == null) { + return extensionRange_.get(index); } else { + return extensionRangeBuilder_.getMessageOrBuilder(index); + } + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public java.util.List + getExtensionRangeOrBuilderList() { + if (extensionRangeBuilder_ != null) { + return extensionRangeBuilder_.getMessageOrBuilderList(); + } else { + return java.util.Collections.unmodifiableList(extensionRange_); + } + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder addExtensionRangeBuilder() { + return getExtensionRangeFieldBuilder().addBuilder( + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.getDefaultInstance()); + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder addExtensionRangeBuilder( + int index) { + return getExtensionRangeFieldBuilder().addBuilder( + index, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.getDefaultInstance()); + } + /** + * repeated .google.protobuf.DescriptorProto.ExtensionRange extension_range = 5; + */ + public java.util.List + getExtensionRangeBuilderList() { + return getExtensionRangeFieldBuilder().getBuilderList(); + } + private akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder> + getExtensionRangeFieldBuilder() { + if (extensionRangeBuilder_ == null) { + extensionRangeBuilder_ = new akka.protobuf.RepeatedFieldBuilder< + akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRange.Builder, akka.protobuf.DescriptorProtos.DescriptorProto.ExtensionRangeOrBuilder>( + extensionRange_, + ((bitField0_ & 0x00000020) == 0x00000020), + getParentForChildren(), + isClean()); + extensionRange_ = null; + } + return extensionRangeBuilder_; + } + + // optional .google.protobuf.MessageOptions options = 7; + private akka.protobuf.DescriptorProtos.MessageOptions options_ = akka.protobuf.DescriptorProtos.MessageOptions.getDefaultInstance(); + private akka.protobuf.SingleFieldBuilder< + akka.protobuf.DescriptorProtos.MessageOptions, akka.protobuf.DescriptorProtos.MessageOptions.Builder, akka.protobuf.DescriptorProtos.MessageOptionsOrBuilder> optionsBuilder_; + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + public boolean hasOptions() { + return ((bitField0_ & 0x00000040) == 0x00000040); + } + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + public akka.protobuf.DescriptorProtos.MessageOptions getOptions() { + if (optionsBuilder_ == null) { + return options_; + } else { + return optionsBuilder_.getMessage(); + } + } + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + public Builder setOptions(akka.protobuf.DescriptorProtos.MessageOptions value) { + if (optionsBuilder_ == null) { + if (value == null) { + throw new NullPointerException(); + } + options_ = value; + onChanged(); + } else { + optionsBuilder_.setMessage(value); + } + bitField0_ |= 0x00000040; + return this; + } + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + public Builder setOptions( + akka.protobuf.DescriptorProtos.MessageOptions.Builder builderForValue) { + if (optionsBuilder_ == null) { + options_ = builderForValue.build(); + onChanged(); + } else { + optionsBuilder_.setMessage(builderForValue.build()); + } + bitField0_ |= 0x00000040; + return this; + } + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + public Builder mergeOptions(akka.protobuf.DescriptorProtos.MessageOptions value) { + if (optionsBuilder_ == null) { + if (((bitField0_ & 0x00000040) == 0x00000040) && + options_ != akka.protobuf.DescriptorProtos.MessageOptions.getDefaultInstance()) { + options_ = + akka.protobuf.DescriptorProtos.MessageOptions.newBuilder(options_).mergeFrom(value).buildPartial(); + } else { + options_ = value; + } + onChanged(); + } else { + optionsBuilder_.mergeFrom(value); + } + bitField0_ |= 0x00000040; + return this; + } + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + public Builder clearOptions() { + if (optionsBuilder_ == null) { + options_ = akka.protobuf.DescriptorProtos.MessageOptions.getDefaultInstance(); + onChanged(); + } else { + optionsBuilder_.clear(); + } + bitField0_ = (bitField0_ & ~0x00000040); + return this; + } + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + public akka.protobuf.DescriptorProtos.MessageOptions.Builder getOptionsBuilder() { + bitField0_ |= 0x00000040; + onChanged(); + return getOptionsFieldBuilder().getBuilder(); + } + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + public akka.protobuf.DescriptorProtos.MessageOptionsOrBuilder getOptionsOrBuilder() { + if (optionsBuilder_ != null) { + return optionsBuilder_.getMessageOrBuilder(); + } else { + return options_; + } + } + /** + * optional .google.protobuf.MessageOptions options = 7; + */ + private akka.protobuf.SingleFieldBuilder< + akka.protobuf.DescriptorProtos.MessageOptions, akka.protobuf.DescriptorProtos.MessageOptions.Builder, akka.protobuf.DescriptorProtos.MessageOptionsOrBuilder> + getOptionsFieldBuilder() { + if (optionsBuilder_ == null) { + optionsBuilder_ = new akka.protobuf.SingleFieldBuilder< + akka.protobuf.DescriptorProtos.MessageOptions, akka.protobuf.DescriptorProtos.MessageOptions.Builder, akka.protobuf.DescriptorProtos.MessageOptionsOrBuilder>( + options_, + getParentForChildren(), + isClean()); + options_ = null; + } + return optionsBuilder_; + } + + // @@protoc_insertion_point(builder_scope:google.protobuf.DescriptorProto) + } + + static { + defaultInstance = new DescriptorProto(true); + defaultInstance.initFields(); + } + + // @@protoc_insertion_point(class_scope:google.protobuf.DescriptorProto) + } + + public interface FieldDescriptorProtoOrBuilder + extends akka.protobuf.MessageOrBuilder { + + // optional string name = 1; + /** + * optional string name = 1; + */ + boolean hasName(); + /** + * optional string name = 1; + */ + java.lang.String getName(); + /** + * optional string name = 1; + */ + akka.protobuf.ByteString + getNameBytes(); + + // optional int32 number = 3; + /** + * optional int32 number = 3; + */ + boolean hasNumber(); + /** + * optional int32 number = 3; + */ + int getNumber(); + + // optional .google.protobuf.FieldDescriptorProto.Label label = 4; + /** + * optional .google.protobuf.FieldDescriptorProto.Label label = 4; + */ + boolean hasLabel(); + /** + * optional .google.protobuf.FieldDescriptorProto.Label label = 4; + */ + akka.protobuf.DescriptorProtos.FieldDescriptorProto.Label getLabel(); + + // optional .google.protobuf.FieldDescriptorProto.Type type = 5; + /** + * optional .google.protobuf.FieldDescriptorProto.Type type = 5; + * + *
+     * If type_name is set, this need not be set.  If both this and type_name
+     * are set, this must be either TYPE_ENUM or TYPE_MESSAGE.
+     * 
+ */ + boolean hasType(); + /** + * optional .google.protobuf.FieldDescriptorProto.Type type = 5; + * + *
+     * If type_name is set, this need not be set.  If both this and type_name
+     * are set, this must be either TYPE_ENUM or TYPE_MESSAGE.
+     * 
+ */ + akka.protobuf.DescriptorProtos.FieldDescriptorProto.Type getType(); + + // optional string type_name = 6; + /** + * optional string type_name = 6; + * + *
+     * For message and enum types, this is the name of the type.  If the name
+     * starts with a '.', it is fully-qualified.  Otherwise, C++-like scoping
+     * rules are used to find the type (i.e. first the nested types within this
+     * message are searched, then within the parent, on up to the root
+     * namespace).
+     * 
+ */ + boolean hasTypeName(); + /** + * optional string type_name = 6; + * + *
+     * For message and enum types, this is the name of the type.  If the name
+     * starts with a '.', it is fully-qualified.  Otherwise, C++-like scoping
+     * rules are used to find the type (i.e. first the nested types within this
+     * message are searched, then within the parent, on up to the root
+     * namespace).
+     * 
+ */ + java.lang.String getTypeName(); + /** + * optional string type_name = 6; + * + *
+     * For message and enum types, this is the name of the type.  If the name
+     * starts with a '.', it is fully-qualified.  Otherwise, C++-like scoping
+     * rules are used to find the type (i.e. first the nested types within this
+     * message are searched, then within the parent, on up to the root
+     * namespace).
+     * 
+ */ + akka.protobuf.ByteString + getTypeNameBytes(); + + // optional string extendee = 2; + /** + * optional string extendee = 2; + * + *
+     * For extensions, this is the name of the type being extended.  It is
+     * resolved in the same manner as type_name.
+     * 
+ */ + boolean hasExtendee(); + /** + * optional string extendee = 2; + * + *
+     * For extensions, this is the name of the type being extended.  It is
+     * resolved in the same manner as type_name.
+     * 
+ */ + java.lang.String getExtendee(); + /** + * optional string extendee = 2; + * + *
+     * For extensions, this is the name of the type being extended.  It is
+     * resolved in the same manner as type_name.
+     * 
+ */ + akka.protobuf.ByteString + getExtendeeBytes(); + + // optional string default_value = 7; + /** + * optional string default_value = 7; + * + *
+     * For numeric types, contains the original text representation of the value.
+     * For booleans, "true" or "false".
+     * For strings, contains the default text contents (not escaped in any way).
+     * For bytes, contains the C escaped value.  All bytes >= 128 are escaped.
+     * TODO(kenton):  Base-64 encode?
+     * 
+ */ + boolean hasDefaultValue(); + /** + * optional string default_value = 7; + * + *
+     * For numeric types, contains the original text representation of the value.
+     * For booleans, "true" or "false".
+     * For strings, contains the default text contents (not escaped in any way).
+     * For bytes, contains the C escaped value.  All bytes >= 128 are escaped.
+     * TODO(kenton):  Base-64 encode?
+     * 
+ */ + java.lang.String getDefaultValue(); + /** + * optional string default_value = 7; + * + *
+     * For numeric types, contains the original text representation of the value.
+     * For booleans, "true" or "false".
+     * For strings, contains the default text contents (not escaped in any way).
+     * For bytes, contains the C escaped value.  All bytes >= 128 are escaped.
+     * TODO(kenton):  Base-64 encode?
+     * 
+ */ + akka.protobuf.ByteString + getDefaultValueBytes(); + + // optional .google.protobuf.FieldOptions options = 8; + /** + * optional .google.protobuf.FieldOptions options = 8; + */ + boolean hasOptions(); + /** + * optional .google.protobuf.FieldOptions options = 8; + */ + akka.protobuf.DescriptorProtos.FieldOptions getOptions(); + /** + * optional .google.protobuf.FieldOptions options = 8; + */ + akka.protobuf.DescriptorProtos.FieldOptionsOrBuilder getOptionsOrBuilder(); + } + /** + * Protobuf type {@code google.protobuf.FieldDescriptorProto} + * + *
+   * Describes a field within a message.
+   * 
+ */ + public static final class FieldDescriptorProto extends + akka.protobuf.GeneratedMessage + implements FieldDescriptorProtoOrBuilder { + // Use FieldDescriptorProto.newBuilder() to construct. + private FieldDescriptorProto(akka.protobuf.GeneratedMessage.Builder builder) { + super(builder); + this.unknownFields = builder.getUnknownFields(); + } + private FieldDescriptorProto(boolean noInit) { this.unknownFields = akka.protobuf.UnknownFieldSet.getDefaultInstance(); } + + private static final FieldDescriptorProto defaultInstance; + public static FieldDescriptorProto getDefaultInstance() { + return defaultInstance; + } + + public FieldDescriptorProto getDefaultInstanceForType() { + return defaultInstance; + } + + private final akka.protobuf.UnknownFieldSet unknownFields; + @java.lang.Override + public final akka.protobuf.UnknownFieldSet + getUnknownFields() { + return this.unknownFields; + } + private FieldDescriptorProto( + 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; + name_ = input.readBytes(); + break; + } + case 18: { + bitField0_ |= 0x00000020; + extendee_ = input.readBytes(); + break; + } + case 24: { + bitField0_ |= 0x00000002; + number_ = input.readInt32(); + break; + } + case 32: { + int rawValue = input.readEnum(); + akka.protobuf.DescriptorProtos.FieldDescriptorProto.Label value = akka.protobuf.DescriptorProtos.FieldDescriptorProto.Label.valueOf(rawValue); + if (value == null) { + unknownFields.mergeVarintField(4, rawValue); + } else { + bitField0_ |= 0x00000004; + label_ = value; + } + break; + } + case 40: { + int rawValue = input.readEnum(); + akka.protobuf.DescriptorProtos.FieldDescriptorProto.Type value = akka.protobuf.DescriptorProtos.FieldDescriptorProto.Type.valueOf(rawValue); + if (value == null) { + unknownFields.mergeVarintField(5, rawValue); + } else { + bitField0_ |= 0x00000008; + type_ = value; + } + break; + } + case 50: { + bitField0_ |= 0x00000010; + typeName_ = input.readBytes(); + break; + } + case 58: { + bitField0_ |= 0x00000040; + defaultValue_ = input.readBytes(); + break; + } + case 66: { + akka.protobuf.DescriptorProtos.FieldOptions.Builder subBuilder = null; + if (((bitField0_ & 0x00000080) == 0x00000080)) { + subBuilder = options_.toBuilder(); + } + options_ = input.readMessage(akka.protobuf.DescriptorProtos.FieldOptions.PARSER, extensionRegistry); + if (subBuilder != null) { + subBuilder.mergeFrom(options_); + options_ = subBuilder.buildPartial(); + } + bitField0_ |= 0x00000080; + 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.protobuf.DescriptorProtos.internal_static_google_protobuf_FieldDescriptorProto_descriptor; + } + + protected akka.protobuf.GeneratedMessage.FieldAccessorTable + internalGetFieldAccessorTable() { + return akka.protobuf.DescriptorProtos.internal_static_google_protobuf_FieldDescriptorProto_fieldAccessorTable + .ensureFieldAccessorsInitialized( + akka.protobuf.DescriptorProtos.FieldDescriptorProto.class, akka.protobuf.DescriptorProtos.FieldDescriptorProto.Builder.class); + } + + public static akka.protobuf.Parser PARSER = + new akka.protobuf.AbstractParser() { + public FieldDescriptorProto parsePartialFrom( + akka.protobuf.CodedInputStream input, + akka.protobuf.ExtensionRegistryLite extensionRegistry) + throws akka.protobuf.InvalidProtocolBufferException { + return new FieldDescriptorProto(input, extensionRegistry); + } + }; + + @java.lang.Override + public akka.protobuf.Parser getParserForType() { + return PARSER; + } + + /** + * Protobuf enum {@code google.protobuf.FieldDescriptorProto.Type} + */ + public enum Type + implements akka.protobuf.ProtocolMessageEnum { + /** + * TYPE_DOUBLE = 1; + * + *
+       * 0 is reserved for errors.
+       * Order is weird for historical reasons.
+       * 
+ */ + TYPE_DOUBLE(0, 1), + /** + * TYPE_FLOAT = 2; + */ + TYPE_FLOAT(1, 2), + /** + * TYPE_INT64 = 3; + * + *
+       * Not ZigZag encoded.  Negative numbers take 10 bytes.  Use TYPE_SINT64 if
+       * negative values are likely.
+       * 
+ */ + TYPE_INT64(2, 3), + /** + * TYPE_UINT64 = 4; + */ + TYPE_UINT64(3, 4), + /** + * TYPE_INT32 = 5; + * + *
+       * Not ZigZag encoded.  Negative numbers take 10 bytes.  Use TYPE_SINT32 if
+       * negative values are likely.
+       * 
+ */ + TYPE_INT32(4, 5), + /** + * TYPE_FIXED64 = 6; + */ + TYPE_FIXED64(5, 6), + /** + * TYPE_FIXED32 = 7; + */ + TYPE_FIXED32(6, 7), + /** + * TYPE_BOOL = 8; + */ + TYPE_BOOL(7, 8), + /** + * TYPE_STRING = 9; + */ + TYPE_STRING(8, 9), + /** + * TYPE_GROUP = 10; + * + *
+       * Tag-delimited aggregate.
+       * 
+ */ + TYPE_GROUP(9, 10), + /** + * TYPE_MESSAGE = 11; + * + *
+       * Length-delimited aggregate.
+       * 
+ */ + TYPE_MESSAGE(10, 11), + /** + * TYPE_BYTES = 12; + * + *
+       * New in version 2.
+       * 
+ */ + TYPE_BYTES(11, 12), + /** + * TYPE_UINT32 = 13; + */ + TYPE_UINT32(12, 13), + /** + * TYPE_ENUM = 14; + */ + TYPE_ENUM(13, 14), + /** + * TYPE_SFIXED32 = 15; + */ + TYPE_SFIXED32(14, 15), + /** + * TYPE_SFIXED64 = 16; + */ + TYPE_SFIXED64(15, 16), + /** + * TYPE_SINT32 = 17; + * + *
+       * Uses ZigZag encoding.
+       * 
+ */ + TYPE_SINT32(16, 17), + /** + * TYPE_SINT64 = 18; + * + *
+       * Uses ZigZag encoding.
+       * 
+ */ + TYPE_SINT64(17, 18), + ; + + /** + * TYPE_DOUBLE = 1; + * + *
+       * 0 is reserved for errors.
+       * Order is weird for historical reasons.
+       * 
+ */ + public static final int TYPE_DOUBLE_VALUE = 1; + /** + * TYPE_FLOAT = 2; + */ + public static final int TYPE_FLOAT_VALUE = 2; + /** + * TYPE_INT64 = 3; + * + *
+       * Not ZigZag encoded.  Negative numbers take 10 bytes.  Use TYPE_SINT64 if
+       * negative values are likely.
+       * 
+ */ + public static final int TYPE_INT64_VALUE = 3; + /** + * TYPE_UINT64 = 4; + */ + public static final int TYPE_UINT64_VALUE = 4; + /** + * TYPE_INT32 = 5; + * + *
+       * Not ZigZag encoded.  Negative numbers take 10 bytes.  Use TYPE_SINT32 if
+       * negative values are likely.
+       * 
+ */ + public static final int TYPE_INT32_VALUE = 5; + /** + * TYPE_FIXED64 = 6; + */ + public static final int TYPE_FIXED64_VALUE = 6; + /** + * TYPE_FIXED32 = 7; + */ + public static final int TYPE_FIXED32_VALUE = 7; + /** + * TYPE_BOOL = 8; + */ + public static final int TYPE_BOOL_VALUE = 8; + /** + * TYPE_STRING = 9; + */ + public static final int TYPE_STRING_VALUE = 9; + /** + * TYPE_GROUP = 10; + * + *
+       * Tag-delimited aggregate.
+       * 
+ */ + public static final int TYPE_GROUP_VALUE = 10; + /** + * TYPE_MESSAGE = 11; + * + *
+       * Length-delimited aggregate.
+       * 
+ */ + public static final int TYPE_MESSAGE_VALUE = 11; + /** + * TYPE_BYTES = 12; + * + *
+       * New in version 2.
+       * 
+ */ + public static final int TYPE_BYTES_VALUE = 12; + /** + * TYPE_UINT32 = 13; + */ + public static final int TYPE_UINT32_VALUE = 13; + /** + * TYPE_ENUM = 14; + */ + public static final int TYPE_ENUM_VALUE = 14; + /** + * TYPE_SFIXED32 = 15; + */ + public static final int TYPE_SFIXED32_VALUE = 15; + /** + * TYPE_SFIXED64 = 16; + */ + public static final int TYPE_SFIXED64_VALUE = 16; + /** + * TYPE_SINT32 = 17; + * + *
+       * Uses ZigZag encoding.
+       * 
+ */ + public static final int TYPE_SINT32_VALUE = 17; + /** + * TYPE_SINT64 = 18; + * + *
+       * Uses ZigZag encoding.
+       * 
+ */ + public static final int TYPE_SINT64_VALUE = 18; + + + public final int getNumber() { return value; } + + public static Type valueOf(int value) { + switch (value) { + case 1: return TYPE_DOUBLE; + case 2: return TYPE_FLOAT; + case 3: return TYPE_INT64; + case 4: return TYPE_UINT64; + case 5: return TYPE_INT32; + case 6: return TYPE_FIXED64; + case 7: return TYPE_FIXED32; + case 8: return TYPE_BOOL; + case 9: return TYPE_STRING; + case 10: return TYPE_GROUP; + case 11: return TYPE_MESSAGE; + case 12: return TYPE_BYTES; + case 13: return TYPE_UINT32; + case 14: return TYPE_ENUM; + case 15: return TYPE_SFIXED32; + case 16: return TYPE_SFIXED64; + case 17: return TYPE_SINT32; + case 18: return TYPE_SINT64; + default: return null; + } + } + + public static akka.protobuf.Internal.EnumLiteMap + internalGetValueMap() { + return internalValueMap; + } + private static akka.protobuf.Internal.EnumLiteMap + internalValueMap = + new akka.protobuf.Internal.EnumLiteMap() { + public Type findValueByNumber(int number) { + return Type.valueOf(number); + } + }; + + public final akka.protobuf.Descriptors.EnumValueDescriptor + getValueDescriptor() { + return getDescriptor().getValues().get(index); + } + public final akka.protobuf.Descriptors.EnumDescriptor + getDescriptorForType() { + return getDescriptor(); + } + public static final akka.protobuf.Descriptors.EnumDescriptor + getDescriptor() { + return akka.protobuf.DescriptorProtos.FieldDescriptorProto.getDescriptor().getEnumTypes().get(0); + } + + private static final Type[] VALUES = values(); + + public static Type valueOf( + akka.protobuf.Descriptors.EnumValueDescriptor desc) { + if (desc.getType() != getDescriptor()) { + throw new java.lang.IllegalArgumentException( + "EnumValueDescriptor is not for this type."); + } + return VALUES[desc.getIndex()]; + } + + private final int index; + private final int value; + + private Type(int index, int value) { + this.index = index; + this.value = value; + } + + // @@protoc_insertion_point(enum_scope:google.protobuf.FieldDescriptorProto.Type) + } + + /** + * Protobuf enum {@code google.protobuf.FieldDescriptorProto.Label} + */ + public enum Label + implements akka.protobuf.ProtocolMessageEnum { + /** + * LABEL_OPTIONAL = 1; + * + *
+       * 0 is reserved for errors
+       * 
+ */ + LABEL_OPTIONAL(0, 1), + /** + * LABEL_REQUIRED = 2; + */ + LABEL_REQUIRED(1, 2), + /** + * LABEL_REPEATED = 3; + * + *
+       * TODO(sanjay): Should we add LABEL_MAP?
+       * 
+ */ + LABEL_REPEATED(2, 3), + ; + + /** + * LABEL_OPTIONAL = 1; + * + *
+       * 0 is reserved for errors
+       * 
+ */ + public static final int LABEL_OPTIONAL_VALUE = 1; + /** + * LABEL_REQUIRED = 2; + */ + public static final int LABEL_REQUIRED_VALUE = 2; + /** + * LABEL_REPEATED = 3; + * + *
+       * TODO(sanjay): Should we add LABEL_MAP?
+       * 
+ */ + public static final int LABEL_REPEATED_VALUE = 3; + + + public final int getNumber() { return value; } + + public static Label valueOf(int value) { + switch (value) { + case 1: return LABEL_OPTIONAL; + case 2: return LABEL_REQUIRED; + case 3: return LABEL_REPEATED; + default: return null; + } + } + + public static akka.protobuf.Internal.EnumLiteMap