2018-03-13 23:45:55 +09:00
|
|
|
/*
|
2019-08-15 16:43:19 +01:00
|
|
|
* Copyright (C) 2019 Lightbend Inc. <https://www.lightbend.com>
|
2018-03-13 23:45:55 +09:00
|
|
|
*/
|
|
|
|
|
|
2015-05-17 12:28:47 +02:00
|
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
|
|
// source: TwoPhaseSetMessages.proto
|
|
|
|
|
|
|
|
|
|
package docs.ddata.protobuf.msg;
|
|
|
|
|
|
|
|
|
|
public final class TwoPhaseSetMessages {
|
|
|
|
|
private TwoPhaseSetMessages() {}
|
|
|
|
|
public static void registerAllExtensions(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite registry) {
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
public static void registerAllExtensions(
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistry registry) {
|
|
|
|
|
registerAllExtensions(
|
|
|
|
|
(akka.protobufv3.internal.ExtensionRegistryLite) registry);
|
|
|
|
|
}
|
|
|
|
|
public interface TwoPhaseSetOrBuilder extends
|
|
|
|
|
// @@protoc_insertion_point(interface_extends:docs.ddata.TwoPhaseSet)
|
|
|
|
|
akka.protobufv3.internal.MessageOrBuilder {
|
|
|
|
|
|
2015-05-17 12:28:47 +02:00
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
java.util.List<java.lang.String>
|
2019-08-15 16:43:19 +01:00
|
|
|
getAddsList();
|
2015-05-17 12:28:47 +02:00
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
int getAddsCount();
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
java.lang.String getAdds(int index);
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ByteString
|
2015-05-17 12:28:47 +02:00
|
|
|
getAddsBytes(int index);
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
java.util.List<java.lang.String>
|
2019-08-15 16:43:19 +01:00
|
|
|
getRemovalsList();
|
2015-05-17 12:28:47 +02:00
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
int getRemovalsCount();
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
java.lang.String getRemovals(int index);
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ByteString
|
2015-05-17 12:28:47 +02:00
|
|
|
getRemovalsBytes(int index);
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* Protobuf type {@code docs.ddata.TwoPhaseSet}
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public static final class TwoPhaseSet extends
|
|
|
|
|
akka.protobufv3.internal.GeneratedMessageV3 implements
|
|
|
|
|
// @@protoc_insertion_point(message_implements:docs.ddata.TwoPhaseSet)
|
|
|
|
|
TwoPhaseSetOrBuilder {
|
|
|
|
|
private static final long serialVersionUID = 0L;
|
2015-05-17 12:28:47 +02:00
|
|
|
// Use TwoPhaseSet.newBuilder() to construct.
|
2019-08-15 16:43:19 +01:00
|
|
|
private TwoPhaseSet(akka.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
2015-05-17 12:28:47 +02:00
|
|
|
super(builder);
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
private TwoPhaseSet() {
|
|
|
|
|
adds_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
|
|
|
|
|
removals_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
@SuppressWarnings({"unused"})
|
|
|
|
|
protected java.lang.Object newInstance(
|
|
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
|
|
|
|
return new TwoPhaseSet();
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
2019-08-15 16:43:19 +01:00
|
|
|
public final akka.protobufv3.internal.UnknownFieldSet
|
|
|
|
|
getUnknownFields() {
|
2015-05-17 12:28:47 +02:00
|
|
|
return this.unknownFields;
|
|
|
|
|
}
|
|
|
|
|
private TwoPhaseSet(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.CodedInputStream input,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
|
|
|
|
this();
|
|
|
|
|
if (extensionRegistry == null) {
|
|
|
|
|
throw new java.lang.NullPointerException();
|
|
|
|
|
}
|
2015-05-17 12:28:47 +02:00
|
|
|
int mutable_bitField0_ = 0;
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.UnknownFieldSet.Builder unknownFields =
|
|
|
|
|
akka.protobufv3.internal.UnknownFieldSet.newBuilder();
|
2015-05-17 12:28:47 +02:00
|
|
|
try {
|
|
|
|
|
boolean done = false;
|
|
|
|
|
while (!done) {
|
|
|
|
|
int tag = input.readTag();
|
|
|
|
|
switch (tag) {
|
|
|
|
|
case 0:
|
|
|
|
|
done = true;
|
|
|
|
|
break;
|
|
|
|
|
case 10: {
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ByteString bs = input.readBytes();
|
|
|
|
|
if (!((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
|
|
|
adds_ = new akka.protobufv3.internal.LazyStringArrayList();
|
2015-05-17 12:28:47 +02:00
|
|
|
mutable_bitField0_ |= 0x00000001;
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
adds_.add(bs);
|
2015-05-17 12:28:47 +02:00
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
case 18: {
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ByteString bs = input.readBytes();
|
|
|
|
|
if (!((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
|
|
|
removals_ = new akka.protobufv3.internal.LazyStringArrayList();
|
2015-05-17 12:28:47 +02:00
|
|
|
mutable_bitField0_ |= 0x00000002;
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
removals_.add(bs);
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
default: {
|
|
|
|
|
if (!parseUnknownField(
|
|
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
|
|
|
done = true;
|
|
|
|
|
}
|
2015-05-17 12:28:47 +02:00
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
} catch (akka.protobufv3.internal.InvalidProtocolBufferException e) {
|
2015-05-17 12:28:47 +02:00
|
|
|
throw e.setUnfinishedMessage(this);
|
|
|
|
|
} catch (java.io.IOException e) {
|
2019-08-15 16:43:19 +01:00
|
|
|
throw new akka.protobufv3.internal.InvalidProtocolBufferException(
|
|
|
|
|
e).setUnfinishedMessage(this);
|
2015-05-17 12:28:47 +02:00
|
|
|
} finally {
|
2019-08-15 16:43:19 +01:00
|
|
|
if (((mutable_bitField0_ & 0x00000001) != 0)) {
|
|
|
|
|
adds_ = adds_.getUnmodifiableView();
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
if (((mutable_bitField0_ & 0x00000002) != 0)) {
|
|
|
|
|
removals_ = removals_.getUnmodifiableView();
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
this.unknownFields = unknownFields.build();
|
|
|
|
|
makeExtensionsImmutable();
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
public static final akka.protobufv3.internal.Descriptors.Descriptor
|
2015-05-17 12:28:47 +02:00
|
|
|
getDescriptor() {
|
|
|
|
|
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet_descriptor;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
protected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
2015-05-17 12:28:47 +02:00
|
|
|
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 final int ADDS_FIELD_NUMBER = 1;
|
2019-08-15 16:43:19 +01:00
|
|
|
private akka.protobufv3.internal.LazyStringList adds_;
|
2015-05-17 12:28:47 +02:00
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ProtocolStringList
|
2015-05-17 12:28:47 +02:00
|
|
|
getAddsList() {
|
|
|
|
|
return adds_;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public int getAddsCount() {
|
|
|
|
|
return adds_.size();
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getAdds(int index) {
|
|
|
|
|
return adds_.get(index);
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ByteString
|
2015-05-17 12:28:47 +02:00
|
|
|
getAddsBytes(int index) {
|
|
|
|
|
return adds_.getByteString(index);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static final int REMOVALS_FIELD_NUMBER = 2;
|
2019-08-15 16:43:19 +01:00
|
|
|
private akka.protobufv3.internal.LazyStringList removals_;
|
2015-05-17 12:28:47 +02:00
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ProtocolStringList
|
2015-05-17 12:28:47 +02:00
|
|
|
getRemovalsList() {
|
|
|
|
|
return removals_;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public int getRemovalsCount() {
|
|
|
|
|
return removals_.size();
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getRemovals(int index) {
|
|
|
|
|
return removals_.get(index);
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ByteString
|
2015-05-17 12:28:47 +02:00
|
|
|
getRemovalsBytes(int index) {
|
|
|
|
|
return removals_.getByteString(index);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private byte memoizedIsInitialized = -1;
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public final boolean isInitialized() {
|
|
|
|
|
byte isInitialized = memoizedIsInitialized;
|
2019-08-15 16:43:19 +01:00
|
|
|
if (isInitialized == 1) return true;
|
|
|
|
|
if (isInitialized == 0) return false;
|
2015-05-17 12:28:47 +02:00
|
|
|
|
|
|
|
|
memoizedIsInitialized = 1;
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
public void writeTo(akka.protobufv3.internal.CodedOutputStream output)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
|
|
|
|
for (int i = 0; i < adds_.size(); i++) {
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.writeString(output, 1, adds_.getRaw(i));
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
for (int i = 0; i < removals_.size(); i++) {
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.writeString(output, 2, removals_.getRaw(i));
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
unknownFields.writeTo(output);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public int getSerializedSize() {
|
2019-08-15 16:43:19 +01:00
|
|
|
int size = memoizedSize;
|
2015-05-17 12:28:47 +02:00
|
|
|
if (size != -1) return size;
|
|
|
|
|
|
|
|
|
|
size = 0;
|
|
|
|
|
{
|
|
|
|
|
int dataSize = 0;
|
|
|
|
|
for (int i = 0; i < adds_.size(); i++) {
|
2019-08-15 16:43:19 +01:00
|
|
|
dataSize += computeStringSizeNoTag(adds_.getRaw(i));
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
size += dataSize;
|
|
|
|
|
size += 1 * getAddsList().size();
|
|
|
|
|
}
|
|
|
|
|
{
|
|
|
|
|
int dataSize = 0;
|
|
|
|
|
for (int i = 0; i < removals_.size(); i++) {
|
2019-08-15 16:43:19 +01:00
|
|
|
dataSize += computeStringSizeNoTag(removals_.getRaw(i));
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
size += dataSize;
|
|
|
|
|
size += 1 * getRemovalsList().size();
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
|
|
memoizedSize = size;
|
2015-05-17 12:28:47 +02:00
|
|
|
return size;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
2019-08-15 16:43:19 +01:00
|
|
|
public boolean equals(final java.lang.Object obj) {
|
|
|
|
|
if (obj == this) {
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
if (!(obj instanceof docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet)) {
|
|
|
|
|
return super.equals(obj);
|
|
|
|
|
}
|
|
|
|
|
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet other = (docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet) obj;
|
|
|
|
|
|
|
|
|
|
if (!getAddsList()
|
|
|
|
|
.equals(other.getAddsList())) return false;
|
|
|
|
|
if (!getRemovalsList()
|
|
|
|
|
.equals(other.getRemovalsList())) return false;
|
|
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public int hashCode() {
|
|
|
|
|
if (memoizedHashCode != 0) {
|
|
|
|
|
return memoizedHashCode;
|
|
|
|
|
}
|
|
|
|
|
int hash = 41;
|
|
|
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
|
|
|
if (getAddsCount() > 0) {
|
|
|
|
|
hash = (37 * hash) + ADDS_FIELD_NUMBER;
|
|
|
|
|
hash = (53 * hash) + getAddsList().hashCode();
|
|
|
|
|
}
|
|
|
|
|
if (getRemovalsCount() > 0) {
|
|
|
|
|
hash = (37 * hash) + REMOVALS_FIELD_NUMBER;
|
|
|
|
|
hash = (53 * hash) + getRemovalsList().hashCode();
|
|
|
|
|
}
|
|
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
|
|
memoizedHashCode = hash;
|
|
|
|
|
return hash;
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(
|
2019-08-15 16:43:19 +01:00
|
|
|
java.nio.ByteBuffer data)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(
|
|
|
|
|
java.nio.ByteBuffer data,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(
|
|
|
|
|
akka.protobufv3.internal.ByteString data)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
2015-05-17 12:28:47 +02:00
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ByteString data,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
2015-05-17 12:28:47 +02:00
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(byte[] data)
|
2019-08-15 16:43:19 +01:00
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
2015-05-17 12:28:47 +02:00
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(
|
|
|
|
|
byte[] data,
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
2015-05-17 12:28:47 +02:00
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(java.io.InputStream input)
|
|
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseWithIOException(PARSER, input);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(
|
|
|
|
|
java.io.InputStream input,
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseDelimitedFrom(java.io.InputStream input)
|
|
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseDelimitedWithIOException(PARSER, input);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseDelimitedFrom(
|
|
|
|
|
java.io.InputStream input,
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.CodedInputStream input)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseWithIOException(PARSER, input);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parseFrom(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.CodedInputStream input,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public Builder newBuilderForType() { return newBuilder(); }
|
2019-08-15 16:43:19 +01:00
|
|
|
public static Builder newBuilder() {
|
|
|
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
|
|
|
}
|
2015-05-17 12:28:47 +02:00
|
|
|
public static Builder newBuilder(docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet prototype) {
|
2019-08-15 16:43:19 +01:00
|
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder toBuilder() {
|
|
|
|
|
return this == DEFAULT_INSTANCE
|
|
|
|
|
? new Builder() : new Builder().mergeFrom(this);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
protected Builder newBuilderForType(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
2015-05-17 12:28:47 +02:00
|
|
|
Builder builder = new Builder(parent);
|
|
|
|
|
return builder;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* Protobuf type {@code docs.ddata.TwoPhaseSet}
|
|
|
|
|
*/
|
|
|
|
|
public static final class Builder extends
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
|
|
|
|
// @@protoc_insertion_point(builder_implements:docs.ddata.TwoPhaseSet)
|
|
|
|
|
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSetOrBuilder {
|
|
|
|
|
public static final akka.protobufv3.internal.Descriptors.Descriptor
|
2015-05-17 12:28:47 +02:00
|
|
|
getDescriptor() {
|
|
|
|
|
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet_descriptor;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
protected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
2015-05-17 12:28:47 +02:00
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Construct using docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.newBuilder()
|
|
|
|
|
private Builder() {
|
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Builder(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
2015-05-17 12:28:47 +02:00
|
|
|
super(parent);
|
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
|
}
|
|
|
|
|
private void maybeForceBuilderInitialization() {
|
2019-08-15 16:43:19 +01:00
|
|
|
if (akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.alwaysUseFieldBuilders) {
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public Builder clear() {
|
|
|
|
|
super.clear();
|
2019-08-15 16:43:19 +01:00
|
|
|
adds_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
2019-08-15 16:43:19 +01:00
|
|
|
removals_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
public akka.protobufv3.internal.Descriptors.Descriptor
|
2015-05-17 12:28:47 +02:00
|
|
|
getDescriptorForType() {
|
|
|
|
|
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet_descriptor;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet getDefaultInstanceForType() {
|
|
|
|
|
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.getDefaultInstance();
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet build() {
|
|
|
|
|
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet result = buildPartial();
|
|
|
|
|
if (!result.isInitialized()) {
|
|
|
|
|
throw newUninitializedMessageException(result);
|
|
|
|
|
}
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet buildPartial() {
|
|
|
|
|
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet result = new docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet(this);
|
|
|
|
|
int from_bitField0_ = bitField0_;
|
2019-08-15 16:43:19 +01:00
|
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
|
|
|
adds_ = adds_.getUnmodifiableView();
|
2015-05-17 12:28:47 +02:00
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
|
|
}
|
|
|
|
|
result.adds_ = adds_;
|
2019-08-15 16:43:19 +01:00
|
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
|
|
|
removals_ = removals_.getUnmodifiableView();
|
2015-05-17 12:28:47 +02:00
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
|
|
}
|
|
|
|
|
result.removals_ = removals_;
|
|
|
|
|
onBuilt();
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder clone() {
|
|
|
|
|
return super.clone();
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder setField(
|
|
|
|
|
akka.protobufv3.internal.Descriptors.FieldDescriptor field,
|
|
|
|
|
java.lang.Object value) {
|
|
|
|
|
return super.setField(field, value);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder clearField(
|
|
|
|
|
akka.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
|
|
|
|
return super.clearField(field);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder clearOneof(
|
|
|
|
|
akka.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
|
|
|
|
return super.clearOneof(oneof);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder setRepeatedField(
|
|
|
|
|
akka.protobufv3.internal.Descriptors.FieldDescriptor field,
|
|
|
|
|
int index, java.lang.Object value) {
|
|
|
|
|
return super.setRepeatedField(field, index, value);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder addRepeatedField(
|
|
|
|
|
akka.protobufv3.internal.Descriptors.FieldDescriptor field,
|
|
|
|
|
java.lang.Object value) {
|
|
|
|
|
return super.addRepeatedField(field, value);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder mergeFrom(akka.protobufv3.internal.Message other) {
|
2015-05-17 12:28:47 +02:00
|
|
|
if (other instanceof docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet) {
|
|
|
|
|
return mergeFrom((docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet)other);
|
|
|
|
|
} else {
|
|
|
|
|
super.mergeFrom(other);
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Builder mergeFrom(docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet other) {
|
|
|
|
|
if (other == docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet.getDefaultInstance()) return this;
|
|
|
|
|
if (!other.adds_.isEmpty()) {
|
|
|
|
|
if (adds_.isEmpty()) {
|
|
|
|
|
adds_ = other.adds_;
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
|
|
} else {
|
|
|
|
|
ensureAddsIsMutable();
|
|
|
|
|
adds_.addAll(other.adds_);
|
|
|
|
|
}
|
|
|
|
|
onChanged();
|
|
|
|
|
}
|
|
|
|
|
if (!other.removals_.isEmpty()) {
|
|
|
|
|
if (removals_.isEmpty()) {
|
|
|
|
|
removals_ = other.removals_;
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
|
|
} else {
|
|
|
|
|
ensureRemovalsIsMutable();
|
|
|
|
|
removals_.addAll(other.removals_);
|
|
|
|
|
}
|
|
|
|
|
onChanged();
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
|
|
onChanged();
|
2015-05-17 12:28:47 +02:00
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public final boolean isInitialized() {
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public Builder mergeFrom(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.CodedInputStream input,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
|
|
|
|
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet parsedMessage = null;
|
|
|
|
|
try {
|
|
|
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
2019-08-15 16:43:19 +01:00
|
|
|
} catch (akka.protobufv3.internal.InvalidProtocolBufferException e) {
|
2015-05-17 12:28:47 +02:00
|
|
|
parsedMessage = (docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet) e.getUnfinishedMessage();
|
2019-08-15 16:43:19 +01:00
|
|
|
throw e.unwrapIOException();
|
2015-05-17 12:28:47 +02:00
|
|
|
} finally {
|
|
|
|
|
if (parsedMessage != null) {
|
|
|
|
|
mergeFrom(parsedMessage);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
private int bitField0_;
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
private akka.protobufv3.internal.LazyStringList adds_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
private void ensureAddsIsMutable() {
|
2019-08-15 16:43:19 +01:00
|
|
|
if (!((bitField0_ & 0x00000001) != 0)) {
|
|
|
|
|
adds_ = new akka.protobufv3.internal.LazyStringArrayList(adds_);
|
2015-05-17 12:28:47 +02:00
|
|
|
bitField0_ |= 0x00000001;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ProtocolStringList
|
2015-05-17 12:28:47 +02:00
|
|
|
getAddsList() {
|
2019-08-15 16:43:19 +01:00
|
|
|
return adds_.getUnmodifiableView();
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public int getAddsCount() {
|
|
|
|
|
return adds_.size();
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getAdds(int index) {
|
|
|
|
|
return adds_.get(index);
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ByteString
|
2015-05-17 12:28:47 +02:00
|
|
|
getAddsBytes(int index) {
|
|
|
|
|
return adds_.getByteString(index);
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder setAdds(
|
|
|
|
|
int index, java.lang.String value) {
|
|
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
ensureAddsIsMutable();
|
|
|
|
|
adds_.set(index, value);
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder addAdds(
|
|
|
|
|
java.lang.String value) {
|
|
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
ensureAddsIsMutable();
|
|
|
|
|
adds_.add(value);
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder addAllAdds(
|
|
|
|
|
java.lang.Iterable<java.lang.String> values) {
|
|
|
|
|
ensureAddsIsMutable();
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.AbstractMessageLite.Builder.addAll(
|
|
|
|
|
values, adds_);
|
2015-05-17 12:28:47 +02:00
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder clearAdds() {
|
2019-08-15 16:43:19 +01:00
|
|
|
adds_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder addAddsBytes(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ByteString value) {
|
2015-05-17 12:28:47 +02:00
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
ensureAddsIsMutable();
|
|
|
|
|
adds_.add(value);
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
private akka.protobufv3.internal.LazyStringList removals_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
private void ensureRemovalsIsMutable() {
|
2019-08-15 16:43:19 +01:00
|
|
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
|
|
|
removals_ = new akka.protobufv3.internal.LazyStringArrayList(removals_);
|
2015-05-17 12:28:47 +02:00
|
|
|
bitField0_ |= 0x00000002;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ProtocolStringList
|
2015-05-17 12:28:47 +02:00
|
|
|
getRemovalsList() {
|
2019-08-15 16:43:19 +01:00
|
|
|
return removals_.getUnmodifiableView();
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public int getRemovalsCount() {
|
|
|
|
|
return removals_.size();
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public java.lang.String getRemovals(int index) {
|
|
|
|
|
return removals_.get(index);
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ByteString
|
2015-05-17 12:28:47 +02:00
|
|
|
getRemovalsBytes(int index) {
|
|
|
|
|
return removals_.getByteString(index);
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder setRemovals(
|
|
|
|
|
int index, java.lang.String value) {
|
|
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
ensureRemovalsIsMutable();
|
|
|
|
|
removals_.set(index, value);
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder addRemovals(
|
|
|
|
|
java.lang.String value) {
|
|
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
ensureRemovalsIsMutable();
|
|
|
|
|
removals_.add(value);
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder addAllRemovals(
|
|
|
|
|
java.lang.Iterable<java.lang.String> values) {
|
|
|
|
|
ensureRemovalsIsMutable();
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.AbstractMessageLite.Builder.addAll(
|
|
|
|
|
values, removals_);
|
2015-05-17 12:28:47 +02:00
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder clearRemovals() {
|
2019-08-15 16:43:19 +01:00
|
|
|
removals_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>repeated string removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder addRemovalsBytes(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ByteString value) {
|
2015-05-17 12:28:47 +02:00
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
ensureRemovalsIsMutable();
|
|
|
|
|
removals_.add(value);
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
public final Builder setUnknownFields(
|
|
|
|
|
final akka.protobufv3.internal.UnknownFieldSet unknownFields) {
|
|
|
|
|
return super.setUnknownFields(unknownFields);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public final Builder mergeUnknownFields(
|
|
|
|
|
final akka.protobufv3.internal.UnknownFieldSet unknownFields) {
|
|
|
|
|
return super.mergeUnknownFields(unknownFields);
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-17 12:28:47 +02:00
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:docs.ddata.TwoPhaseSet)
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
// @@protoc_insertion_point(class_scope:docs.ddata.TwoPhaseSet)
|
|
|
|
|
private static final docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet DEFAULT_INSTANCE;
|
2015-05-17 12:28:47 +02:00
|
|
|
static {
|
2019-08-15 16:43:19 +01:00
|
|
|
DEFAULT_INSTANCE = new docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet getDefaultInstance() {
|
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Deprecated public static final akka.protobufv3.internal.Parser<TwoPhaseSet>
|
|
|
|
|
PARSER = new akka.protobufv3.internal.AbstractParser<TwoPhaseSet>() {
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public TwoPhaseSet parsePartialFrom(
|
|
|
|
|
akka.protobufv3.internal.CodedInputStream input,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
|
|
|
|
return new TwoPhaseSet(input, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
public static akka.protobufv3.internal.Parser<TwoPhaseSet> parser() {
|
|
|
|
|
return PARSER;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public akka.protobufv3.internal.Parser<TwoPhaseSet> getParserForType() {
|
|
|
|
|
return PARSER;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet getDefaultInstanceForType() {
|
|
|
|
|
return DEFAULT_INSTANCE;
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
public interface TwoPhaseSet2OrBuilder extends
|
|
|
|
|
// @@protoc_insertion_point(interface_extends:docs.ddata.TwoPhaseSet2)
|
|
|
|
|
akka.protobufv3.internal.MessageOrBuilder {
|
2015-05-17 12:28:47 +02:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
boolean hasAdds();
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes adds = 1;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ByteString getAdds();
|
2015-05-17 12:28:47 +02:00
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
boolean hasRemovals();
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes removals = 2;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ByteString getRemovals();
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*#twophaseset2
|
|
|
|
|
* </pre>
|
2019-08-15 16:43:19 +01:00
|
|
|
*
|
|
|
|
|
* Protobuf type {@code docs.ddata.TwoPhaseSet2}
|
2015-05-17 12:28:47 +02:00
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public static final class TwoPhaseSet2 extends
|
|
|
|
|
akka.protobufv3.internal.GeneratedMessageV3 implements
|
|
|
|
|
// @@protoc_insertion_point(message_implements:docs.ddata.TwoPhaseSet2)
|
|
|
|
|
TwoPhaseSet2OrBuilder {
|
|
|
|
|
private static final long serialVersionUID = 0L;
|
2015-05-17 12:28:47 +02:00
|
|
|
// Use TwoPhaseSet2.newBuilder() to construct.
|
2019-08-15 16:43:19 +01:00
|
|
|
private TwoPhaseSet2(akka.protobufv3.internal.GeneratedMessageV3.Builder<?> builder) {
|
2015-05-17 12:28:47 +02:00
|
|
|
super(builder);
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
private TwoPhaseSet2() {
|
|
|
|
|
adds_ = akka.protobufv3.internal.ByteString.EMPTY;
|
|
|
|
|
removals_ = akka.protobufv3.internal.ByteString.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
@SuppressWarnings({"unused"})
|
|
|
|
|
protected java.lang.Object newInstance(
|
|
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.UnusedPrivateParameter unused) {
|
|
|
|
|
return new TwoPhaseSet2();
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
2019-08-15 16:43:19 +01:00
|
|
|
public final akka.protobufv3.internal.UnknownFieldSet
|
|
|
|
|
getUnknownFields() {
|
2015-05-17 12:28:47 +02:00
|
|
|
return this.unknownFields;
|
|
|
|
|
}
|
|
|
|
|
private TwoPhaseSet2(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.CodedInputStream input,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
|
|
|
|
this();
|
|
|
|
|
if (extensionRegistry == null) {
|
|
|
|
|
throw new java.lang.NullPointerException();
|
|
|
|
|
}
|
2015-05-17 12:28:47 +02:00
|
|
|
int mutable_bitField0_ = 0;
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.UnknownFieldSet.Builder unknownFields =
|
|
|
|
|
akka.protobufv3.internal.UnknownFieldSet.newBuilder();
|
2015-05-17 12:28:47 +02:00
|
|
|
try {
|
|
|
|
|
boolean done = false;
|
|
|
|
|
while (!done) {
|
|
|
|
|
int tag = input.readTag();
|
|
|
|
|
switch (tag) {
|
|
|
|
|
case 0:
|
|
|
|
|
done = true;
|
|
|
|
|
break;
|
|
|
|
|
case 10: {
|
|
|
|
|
bitField0_ |= 0x00000001;
|
|
|
|
|
adds_ = input.readBytes();
|
|
|
|
|
break;
|
|
|
|
|
}
|
|
|
|
|
case 18: {
|
|
|
|
|
bitField0_ |= 0x00000002;
|
|
|
|
|
removals_ = input.readBytes();
|
|
|
|
|
break;
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
default: {
|
|
|
|
|
if (!parseUnknownField(
|
|
|
|
|
input, unknownFields, extensionRegistry, tag)) {
|
|
|
|
|
done = true;
|
|
|
|
|
}
|
|
|
|
|
break;
|
|
|
|
|
}
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
} catch (akka.protobufv3.internal.InvalidProtocolBufferException e) {
|
2015-05-17 12:28:47 +02:00
|
|
|
throw e.setUnfinishedMessage(this);
|
|
|
|
|
} catch (java.io.IOException e) {
|
2019-08-15 16:43:19 +01:00
|
|
|
throw new akka.protobufv3.internal.InvalidProtocolBufferException(
|
|
|
|
|
e).setUnfinishedMessage(this);
|
2015-05-17 12:28:47 +02:00
|
|
|
} finally {
|
|
|
|
|
this.unknownFields = unknownFields.build();
|
|
|
|
|
makeExtensionsImmutable();
|
|
|
|
|
}
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
public static final akka.protobufv3.internal.Descriptors.Descriptor
|
2015-05-17 12:28:47 +02:00
|
|
|
getDescriptor() {
|
|
|
|
|
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet2_descriptor;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
protected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
2015-05-17 12:28:47 +02:00
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private int bitField0_;
|
|
|
|
|
public static final int ADDS_FIELD_NUMBER = 1;
|
2019-08-15 16:43:19 +01:00
|
|
|
private akka.protobufv3.internal.ByteString adds_;
|
2015-05-17 12:28:47 +02:00
|
|
|
/**
|
|
|
|
|
* <code>optional bytes adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public boolean hasAdds() {
|
2019-08-15 16:43:19 +01:00
|
|
|
return ((bitField0_ & 0x00000001) != 0);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes adds = 1;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ByteString getAdds() {
|
2015-05-17 12:28:47 +02:00
|
|
|
return adds_;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static final int REMOVALS_FIELD_NUMBER = 2;
|
2019-08-15 16:43:19 +01:00
|
|
|
private akka.protobufv3.internal.ByteString removals_;
|
2015-05-17 12:28:47 +02:00
|
|
|
/**
|
|
|
|
|
* <code>optional bytes removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public boolean hasRemovals() {
|
2019-08-15 16:43:19 +01:00
|
|
|
return ((bitField0_ & 0x00000002) != 0);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes removals = 2;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ByteString getRemovals() {
|
2015-05-17 12:28:47 +02:00
|
|
|
return removals_;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private byte memoizedIsInitialized = -1;
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public final boolean isInitialized() {
|
|
|
|
|
byte isInitialized = memoizedIsInitialized;
|
2019-08-15 16:43:19 +01:00
|
|
|
if (isInitialized == 1) return true;
|
|
|
|
|
if (isInitialized == 0) return false;
|
2015-05-17 12:28:47 +02:00
|
|
|
|
|
|
|
|
memoizedIsInitialized = 1;
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
public void writeTo(akka.protobufv3.internal.CodedOutputStream output)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
2015-05-17 12:28:47 +02:00
|
|
|
output.writeBytes(1, adds_);
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
2015-05-17 12:28:47 +02:00
|
|
|
output.writeBytes(2, removals_);
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
unknownFields.writeTo(output);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public int getSerializedSize() {
|
2019-08-15 16:43:19 +01:00
|
|
|
int size = memoizedSize;
|
2015-05-17 12:28:47 +02:00
|
|
|
if (size != -1) return size;
|
|
|
|
|
|
|
|
|
|
size = 0;
|
2019-08-15 16:43:19 +01:00
|
|
|
if (((bitField0_ & 0x00000001) != 0)) {
|
|
|
|
|
size += akka.protobufv3.internal.CodedOutputStream
|
2015-05-17 12:28:47 +02:00
|
|
|
.computeBytesSize(1, adds_);
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
if (((bitField0_ & 0x00000002) != 0)) {
|
|
|
|
|
size += akka.protobufv3.internal.CodedOutputStream
|
2015-05-17 12:28:47 +02:00
|
|
|
.computeBytesSize(2, removals_);
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
size += unknownFields.getSerializedSize();
|
|
|
|
|
memoizedSize = size;
|
2015-05-17 12:28:47 +02:00
|
|
|
return size;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
2019-08-15 16:43:19 +01:00
|
|
|
public boolean equals(final java.lang.Object obj) {
|
|
|
|
|
if (obj == this) {
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
if (!(obj instanceof docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2)) {
|
|
|
|
|
return super.equals(obj);
|
|
|
|
|
}
|
|
|
|
|
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 other = (docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2) obj;
|
|
|
|
|
|
|
|
|
|
if (hasAdds() != other.hasAdds()) return false;
|
|
|
|
|
if (hasAdds()) {
|
|
|
|
|
if (!getAdds()
|
|
|
|
|
.equals(other.getAdds())) return false;
|
|
|
|
|
}
|
|
|
|
|
if (hasRemovals() != other.hasRemovals()) return false;
|
|
|
|
|
if (hasRemovals()) {
|
|
|
|
|
if (!getRemovals()
|
|
|
|
|
.equals(other.getRemovals())) return false;
|
|
|
|
|
}
|
|
|
|
|
if (!unknownFields.equals(other.unknownFields)) return false;
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public int hashCode() {
|
|
|
|
|
if (memoizedHashCode != 0) {
|
|
|
|
|
return memoizedHashCode;
|
|
|
|
|
}
|
|
|
|
|
int hash = 41;
|
|
|
|
|
hash = (19 * hash) + getDescriptor().hashCode();
|
|
|
|
|
if (hasAdds()) {
|
|
|
|
|
hash = (37 * hash) + ADDS_FIELD_NUMBER;
|
|
|
|
|
hash = (53 * hash) + getAdds().hashCode();
|
|
|
|
|
}
|
|
|
|
|
if (hasRemovals()) {
|
|
|
|
|
hash = (37 * hash) + REMOVALS_FIELD_NUMBER;
|
|
|
|
|
hash = (53 * hash) + getRemovals().hashCode();
|
|
|
|
|
}
|
|
|
|
|
hash = (29 * hash) + unknownFields.hashCode();
|
|
|
|
|
memoizedHashCode = hash;
|
|
|
|
|
return hash;
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(
|
2019-08-15 16:43:19 +01:00
|
|
|
java.nio.ByteBuffer data)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
|
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(
|
|
|
|
|
java.nio.ByteBuffer data,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
|
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(
|
|
|
|
|
akka.protobufv3.internal.ByteString data)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
2015-05-17 12:28:47 +02:00
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ByteString data,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
2015-05-17 12:28:47 +02:00
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(byte[] data)
|
2019-08-15 16:43:19 +01:00
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
2015-05-17 12:28:47 +02:00
|
|
|
return PARSER.parseFrom(data);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(
|
|
|
|
|
byte[] data,
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
2015-05-17 12:28:47 +02:00
|
|
|
return PARSER.parseFrom(data, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(java.io.InputStream input)
|
|
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseWithIOException(PARSER, input);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(
|
|
|
|
|
java.io.InputStream input,
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseDelimitedFrom(java.io.InputStream input)
|
|
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseDelimitedWithIOException(PARSER, input);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseDelimitedFrom(
|
|
|
|
|
java.io.InputStream input,
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.CodedInputStream input)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseWithIOException(PARSER, input);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parseFrom(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.CodedInputStream input,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
2019-08-15 16:43:19 +01:00
|
|
|
return akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.parseWithIOException(PARSER, input, extensionRegistry);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public Builder newBuilderForType() { return newBuilder(); }
|
2019-08-15 16:43:19 +01:00
|
|
|
public static Builder newBuilder() {
|
|
|
|
|
return DEFAULT_INSTANCE.toBuilder();
|
|
|
|
|
}
|
2015-05-17 12:28:47 +02:00
|
|
|
public static Builder newBuilder(docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 prototype) {
|
2019-08-15 16:43:19 +01:00
|
|
|
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder toBuilder() {
|
|
|
|
|
return this == DEFAULT_INSTANCE
|
|
|
|
|
? new Builder() : new Builder().mergeFrom(this);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
protected Builder newBuilderForType(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
2015-05-17 12:28:47 +02:00
|
|
|
Builder builder = new Builder(parent);
|
|
|
|
|
return builder;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <pre>
|
|
|
|
|
*#twophaseset2
|
|
|
|
|
* </pre>
|
2019-08-15 16:43:19 +01:00
|
|
|
*
|
|
|
|
|
* Protobuf type {@code docs.ddata.TwoPhaseSet2}
|
2015-05-17 12:28:47 +02:00
|
|
|
*/
|
|
|
|
|
public static final class Builder extends
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.Builder<Builder> implements
|
|
|
|
|
// @@protoc_insertion_point(builder_implements:docs.ddata.TwoPhaseSet2)
|
|
|
|
|
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2OrBuilder {
|
|
|
|
|
public static final akka.protobufv3.internal.Descriptors.Descriptor
|
2015-05-17 12:28:47 +02:00
|
|
|
getDescriptor() {
|
|
|
|
|
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet2_descriptor;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
protected akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
2015-05-17 12:28:47 +02:00
|
|
|
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);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// Construct using docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2.newBuilder()
|
|
|
|
|
private Builder() {
|
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private Builder(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.BuilderParent parent) {
|
2015-05-17 12:28:47 +02:00
|
|
|
super(parent);
|
|
|
|
|
maybeForceBuilderInitialization();
|
|
|
|
|
}
|
|
|
|
|
private void maybeForceBuilderInitialization() {
|
2019-08-15 16:43:19 +01:00
|
|
|
if (akka.protobufv3.internal.GeneratedMessageV3
|
|
|
|
|
.alwaysUseFieldBuilders) {
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public Builder clear() {
|
|
|
|
|
super.clear();
|
2019-08-15 16:43:19 +01:00
|
|
|
adds_ = akka.protobufv3.internal.ByteString.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
2019-08-15 16:43:19 +01:00
|
|
|
removals_ = akka.protobufv3.internal.ByteString.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
public akka.protobufv3.internal.Descriptors.Descriptor
|
2015-05-17 12:28:47 +02:00
|
|
|
getDescriptorForType() {
|
|
|
|
|
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.internal_static_docs_ddata_TwoPhaseSet2_descriptor;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 getDefaultInstanceForType() {
|
|
|
|
|
return docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2.getDefaultInstance();
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 build() {
|
|
|
|
|
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 result = buildPartial();
|
|
|
|
|
if (!result.isInitialized()) {
|
|
|
|
|
throw newUninitializedMessageException(result);
|
|
|
|
|
}
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 buildPartial() {
|
|
|
|
|
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 result = new docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2(this);
|
|
|
|
|
int from_bitField0_ = bitField0_;
|
|
|
|
|
int to_bitField0_ = 0;
|
2019-08-15 16:43:19 +01:00
|
|
|
if (((from_bitField0_ & 0x00000001) != 0)) {
|
2015-05-17 12:28:47 +02:00
|
|
|
to_bitField0_ |= 0x00000001;
|
|
|
|
|
}
|
|
|
|
|
result.adds_ = adds_;
|
2019-08-15 16:43:19 +01:00
|
|
|
if (((from_bitField0_ & 0x00000002) != 0)) {
|
2015-05-17 12:28:47 +02:00
|
|
|
to_bitField0_ |= 0x00000002;
|
|
|
|
|
}
|
|
|
|
|
result.removals_ = removals_;
|
|
|
|
|
result.bitField0_ = to_bitField0_;
|
|
|
|
|
onBuilt();
|
|
|
|
|
return result;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder clone() {
|
|
|
|
|
return super.clone();
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder setField(
|
|
|
|
|
akka.protobufv3.internal.Descriptors.FieldDescriptor field,
|
|
|
|
|
java.lang.Object value) {
|
|
|
|
|
return super.setField(field, value);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder clearField(
|
|
|
|
|
akka.protobufv3.internal.Descriptors.FieldDescriptor field) {
|
|
|
|
|
return super.clearField(field);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder clearOneof(
|
|
|
|
|
akka.protobufv3.internal.Descriptors.OneofDescriptor oneof) {
|
|
|
|
|
return super.clearOneof(oneof);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder setRepeatedField(
|
|
|
|
|
akka.protobufv3.internal.Descriptors.FieldDescriptor field,
|
|
|
|
|
int index, java.lang.Object value) {
|
|
|
|
|
return super.setRepeatedField(field, index, value);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder addRepeatedField(
|
|
|
|
|
akka.protobufv3.internal.Descriptors.FieldDescriptor field,
|
|
|
|
|
java.lang.Object value) {
|
|
|
|
|
return super.addRepeatedField(field, value);
|
|
|
|
|
}
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public Builder mergeFrom(akka.protobufv3.internal.Message other) {
|
2015-05-17 12:28:47 +02:00
|
|
|
if (other instanceof docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2) {
|
|
|
|
|
return mergeFrom((docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2)other);
|
|
|
|
|
} else {
|
|
|
|
|
super.mergeFrom(other);
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public Builder mergeFrom(docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 other) {
|
|
|
|
|
if (other == docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2.getDefaultInstance()) return this;
|
|
|
|
|
if (other.hasAdds()) {
|
|
|
|
|
setAdds(other.getAdds());
|
|
|
|
|
}
|
|
|
|
|
if (other.hasRemovals()) {
|
|
|
|
|
setRemovals(other.getRemovals());
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
this.mergeUnknownFields(other.unknownFields);
|
|
|
|
|
onChanged();
|
2015-05-17 12:28:47 +02:00
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public final boolean isInitialized() {
|
|
|
|
|
return true;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
2015-05-17 12:28:47 +02:00
|
|
|
public Builder mergeFrom(
|
2019-08-15 16:43:19 +01:00
|
|
|
akka.protobufv3.internal.CodedInputStream input,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
2015-05-17 12:28:47 +02:00
|
|
|
throws java.io.IOException {
|
|
|
|
|
docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 parsedMessage = null;
|
|
|
|
|
try {
|
|
|
|
|
parsedMessage = PARSER.parsePartialFrom(input, extensionRegistry);
|
2019-08-15 16:43:19 +01:00
|
|
|
} catch (akka.protobufv3.internal.InvalidProtocolBufferException e) {
|
2015-05-17 12:28:47 +02:00
|
|
|
parsedMessage = (docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2) e.getUnfinishedMessage();
|
2019-08-15 16:43:19 +01:00
|
|
|
throw e.unwrapIOException();
|
2015-05-17 12:28:47 +02:00
|
|
|
} finally {
|
|
|
|
|
if (parsedMessage != null) {
|
|
|
|
|
mergeFrom(parsedMessage);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
private int bitField0_;
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
private akka.protobufv3.internal.ByteString adds_ = akka.protobufv3.internal.ByteString.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
/**
|
|
|
|
|
* <code>optional bytes adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public boolean hasAdds() {
|
2019-08-15 16:43:19 +01:00
|
|
|
return ((bitField0_ & 0x00000001) != 0);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes adds = 1;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ByteString getAdds() {
|
2015-05-17 12:28:47 +02:00
|
|
|
return adds_;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes adds = 1;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public Builder setAdds(akka.protobufv3.internal.ByteString value) {
|
2015-05-17 12:28:47 +02:00
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
bitField0_ |= 0x00000001;
|
|
|
|
|
adds_ = value;
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes adds = 1;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder clearAdds() {
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000001);
|
|
|
|
|
adds_ = getDefaultInstance().getAdds();
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
private akka.protobufv3.internal.ByteString removals_ = akka.protobufv3.internal.ByteString.EMPTY;
|
2015-05-17 12:28:47 +02:00
|
|
|
/**
|
|
|
|
|
* <code>optional bytes removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public boolean hasRemovals() {
|
2019-08-15 16:43:19 +01:00
|
|
|
return ((bitField0_ & 0x00000002) != 0);
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes removals = 2;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public akka.protobufv3.internal.ByteString getRemovals() {
|
2015-05-17 12:28:47 +02:00
|
|
|
return removals_;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes removals = 2;</code>
|
|
|
|
|
*/
|
2019-08-15 16:43:19 +01:00
|
|
|
public Builder setRemovals(akka.protobufv3.internal.ByteString value) {
|
2015-05-17 12:28:47 +02:00
|
|
|
if (value == null) {
|
|
|
|
|
throw new NullPointerException();
|
|
|
|
|
}
|
|
|
|
|
bitField0_ |= 0x00000002;
|
|
|
|
|
removals_ = value;
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
|
|
|
|
/**
|
|
|
|
|
* <code>optional bytes removals = 2;</code>
|
|
|
|
|
*/
|
|
|
|
|
public Builder clearRemovals() {
|
|
|
|
|
bitField0_ = (bitField0_ & ~0x00000002);
|
|
|
|
|
removals_ = getDefaultInstance().getRemovals();
|
|
|
|
|
onChanged();
|
|
|
|
|
return this;
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
@java.lang.Override
|
|
|
|
|
public final Builder setUnknownFields(
|
|
|
|
|
final akka.protobufv3.internal.UnknownFieldSet unknownFields) {
|
|
|
|
|
return super.setUnknownFields(unknownFields);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public final Builder mergeUnknownFields(
|
|
|
|
|
final akka.protobufv3.internal.UnknownFieldSet unknownFields) {
|
|
|
|
|
return super.mergeUnknownFields(unknownFields);
|
|
|
|
|
}
|
|
|
|
|
|
2015-05-17 12:28:47 +02:00
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(builder_scope:docs.ddata.TwoPhaseSet2)
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
// @@protoc_insertion_point(class_scope:docs.ddata.TwoPhaseSet2)
|
|
|
|
|
private static final docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 DEFAULT_INSTANCE;
|
2015-05-17 12:28:47 +02:00
|
|
|
static {
|
2019-08-15 16:43:19 +01:00
|
|
|
DEFAULT_INSTANCE = new docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public static docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 getDefaultInstance() {
|
|
|
|
|
return DEFAULT_INSTANCE;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Deprecated public static final akka.protobufv3.internal.Parser<TwoPhaseSet2>
|
|
|
|
|
PARSER = new akka.protobufv3.internal.AbstractParser<TwoPhaseSet2>() {
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public TwoPhaseSet2 parsePartialFrom(
|
|
|
|
|
akka.protobufv3.internal.CodedInputStream input,
|
|
|
|
|
akka.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
|
|
|
|
|
throws akka.protobufv3.internal.InvalidProtocolBufferException {
|
|
|
|
|
return new TwoPhaseSet2(input, extensionRegistry);
|
|
|
|
|
}
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
public static akka.protobufv3.internal.Parser<TwoPhaseSet2> parser() {
|
|
|
|
|
return PARSER;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public akka.protobufv3.internal.Parser<TwoPhaseSet2> getParserForType() {
|
|
|
|
|
return PARSER;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@java.lang.Override
|
|
|
|
|
public docs.ddata.protobuf.msg.TwoPhaseSetMessages.TwoPhaseSet2 getDefaultInstanceForType() {
|
|
|
|
|
return DEFAULT_INSTANCE;
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
private static final akka.protobufv3.internal.Descriptors.Descriptor
|
2015-05-17 12:28:47 +02:00
|
|
|
internal_static_docs_ddata_TwoPhaseSet_descriptor;
|
2019-08-15 16:43:19 +01:00
|
|
|
private static final
|
|
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
2015-05-17 12:28:47 +02:00
|
|
|
internal_static_docs_ddata_TwoPhaseSet_fieldAccessorTable;
|
2019-08-15 16:43:19 +01:00
|
|
|
private static final akka.protobufv3.internal.Descriptors.Descriptor
|
2015-05-17 12:28:47 +02:00
|
|
|
internal_static_docs_ddata_TwoPhaseSet2_descriptor;
|
2019-08-15 16:43:19 +01:00
|
|
|
private static final
|
|
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable
|
2015-05-17 12:28:47 +02:00
|
|
|
internal_static_docs_ddata_TwoPhaseSet2_fieldAccessorTable;
|
|
|
|
|
|
2019-08-15 16:43:19 +01:00
|
|
|
public static akka.protobufv3.internal.Descriptors.FileDescriptor
|
2015-05-17 12:28:47 +02:00
|
|
|
getDescriptor() {
|
|
|
|
|
return descriptor;
|
|
|
|
|
}
|
2019-08-15 16:43:19 +01:00
|
|
|
private static akka.protobufv3.internal.Descriptors.FileDescriptor
|
2015-05-17 12:28:47 +02:00
|
|
|
descriptor;
|
|
|
|
|
static {
|
|
|
|
|
java.lang.String[] descriptorData = {
|
|
|
|
|
"\n\031TwoPhaseSetMessages.proto\022\ndocs.ddata\"" +
|
|
|
|
|
"-\n\013TwoPhaseSet\022\014\n\004adds\030\001 \003(\t\022\020\n\010removals" +
|
|
|
|
|
"\030\002 \003(\t\".\n\014TwoPhaseSet2\022\014\n\004adds\030\001 \001(\014\022\020\n\010" +
|
|
|
|
|
"removals\030\002 \001(\014B\033\n\027docs.ddata.protobuf.ms" +
|
|
|
|
|
"gH\001"
|
|
|
|
|
};
|
2019-08-15 16:43:19 +01:00
|
|
|
descriptor = akka.protobufv3.internal.Descriptors.FileDescriptor
|
2015-05-17 12:28:47 +02:00
|
|
|
.internalBuildGeneratedFileFrom(descriptorData,
|
2019-08-15 16:43:19 +01:00
|
|
|
new akka.protobufv3.internal.Descriptors.FileDescriptor[] {
|
|
|
|
|
});
|
|
|
|
|
internal_static_docs_ddata_TwoPhaseSet_descriptor =
|
|
|
|
|
getDescriptor().getMessageTypes().get(0);
|
|
|
|
|
internal_static_docs_ddata_TwoPhaseSet_fieldAccessorTable = new
|
|
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.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
|
|
|
|
|
akka.protobufv3.internal.GeneratedMessageV3.FieldAccessorTable(
|
|
|
|
|
internal_static_docs_ddata_TwoPhaseSet2_descriptor,
|
|
|
|
|
new java.lang.String[] { "Adds", "Removals", });
|
2015-05-17 12:28:47 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// @@protoc_insertion_point(outer_class_scope)
|
|
|
|
|
}
|