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 bc4d193863..54227e2d5a 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
@@ -24,10 +24,12 @@ public final class ClusterMetricsMessages {
/**
* required .Address from = 1;
+ * @return Whether the from field is set.
*/
boolean hasFrom();
/**
* required .Address from = 1;
+ * @return The from.
*/
akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address getFrom();
/**
@@ -37,10 +39,12 @@ public final class ClusterMetricsMessages {
/**
* required .MetricsGossip gossip = 2;
+ * @return Whether the gossip field is set.
*/
boolean hasGossip();
/**
* required .MetricsGossip gossip = 2;
+ * @return The gossip.
*/
akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip getGossip();
/**
@@ -50,10 +54,12 @@ public final class ClusterMetricsMessages {
/**
* required bool reply = 3;
+ * @return Whether the reply field is set.
*/
boolean hasReply();
/**
* required bool reply = 3;
+ * @return The reply.
*/
boolean getReply();
}
@@ -176,12 +182,14 @@ public final class ClusterMetricsMessages {
private akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address from_;
/**
* required .Address from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address from = 1;
+ * @return The from.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address getFrom() {
return from_ == null ? akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address.getDefaultInstance() : from_;
@@ -197,12 +205,14 @@ public final class ClusterMetricsMessages {
private akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip gossip_;
/**
* required .MetricsGossip gossip = 2;
+ * @return Whether the gossip field is set.
*/
public boolean hasGossip() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .MetricsGossip gossip = 2;
+ * @return The gossip.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip getGossip() {
return gossip_ == null ? akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip.getDefaultInstance() : gossip_;
@@ -218,12 +228,14 @@ public final class ClusterMetricsMessages {
private boolean reply_;
/**
* required bool reply = 3;
+ * @return Whether the reply field is set.
*/
public boolean hasReply() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool reply = 3;
+ * @return The reply.
*/
public boolean getReply() {
return reply_;
@@ -657,12 +669,14 @@ public final class ClusterMetricsMessages {
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;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address from = 1;
+ * @return The from.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.Address getFrom() {
if (fromBuilder_ == null) {
@@ -775,12 +789,14 @@ public final class ClusterMetricsMessages {
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;
+ * @return Whether the gossip field is set.
*/
public boolean hasGossip() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .MetricsGossip gossip = 2;
+ * @return The gossip.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsGossip getGossip() {
if (gossipBuilder_ == null) {
@@ -891,18 +907,22 @@ public final class ClusterMetricsMessages {
private boolean reply_ ;
/**
* required bool reply = 3;
+ * @return Whether the reply field is set.
*/
public boolean hasReply() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool reply = 3;
+ * @return The reply.
*/
public boolean getReply() {
return reply_;
}
/**
* required bool reply = 3;
+ * @param value The reply to set.
+ * @return This builder for chaining.
*/
public Builder setReply(boolean value) {
bitField0_ |= 0x00000004;
@@ -912,6 +932,7 @@ public final class ClusterMetricsMessages {
}
/**
* required bool reply = 3;
+ * @return This builder for chaining.
*/
public Builder clearReply() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -1002,19 +1023,25 @@ public final class ClusterMetricsMessages {
/**
* repeated string allMetricNames = 2;
+ * @return A list containing the allMetricNames.
*/
java.util.List
getAllMetricNamesList();
/**
* repeated string allMetricNames = 2;
+ * @return The count of allMetricNames.
*/
int getAllMetricNamesCount();
/**
* repeated string allMetricNames = 2;
+ * @param index The index of the element to return.
+ * @return The allMetricNames at the given index.
*/
java.lang.String getAllMetricNames(int index);
/**
* repeated string allMetricNames = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the allMetricNames at the given index.
*/
akka.protobufv3.internal.ByteString
getAllMetricNamesBytes(int index);
@@ -1204,6 +1231,7 @@ public final class ClusterMetricsMessages {
private akka.protobufv3.internal.LazyStringList allMetricNames_;
/**
* repeated string allMetricNames = 2;
+ * @return A list containing the allMetricNames.
*/
public akka.protobufv3.internal.ProtocolStringList
getAllMetricNamesList() {
@@ -1211,18 +1239,23 @@ public final class ClusterMetricsMessages {
}
/**
* repeated string allMetricNames = 2;
+ * @return The count of allMetricNames.
*/
public int getAllMetricNamesCount() {
return allMetricNames_.size();
}
/**
* repeated string allMetricNames = 2;
+ * @param index The index of the element to return.
+ * @return The allMetricNames at the given index.
*/
public java.lang.String getAllMetricNames(int index) {
return allMetricNames_.get(index);
}
/**
* repeated string allMetricNames = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the allMetricNames at the given index.
*/
public akka.protobufv3.internal.ByteString
getAllMetricNamesBytes(int index) {
@@ -1971,6 +2004,7 @@ public final class ClusterMetricsMessages {
}
/**
* repeated string allMetricNames = 2;
+ * @return A list containing the allMetricNames.
*/
public akka.protobufv3.internal.ProtocolStringList
getAllMetricNamesList() {
@@ -1978,18 +2012,23 @@ public final class ClusterMetricsMessages {
}
/**
* repeated string allMetricNames = 2;
+ * @return The count of allMetricNames.
*/
public int getAllMetricNamesCount() {
return allMetricNames_.size();
}
/**
* repeated string allMetricNames = 2;
+ * @param index The index of the element to return.
+ * @return The allMetricNames at the given index.
*/
public java.lang.String getAllMetricNames(int index) {
return allMetricNames_.get(index);
}
/**
* repeated string allMetricNames = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the allMetricNames at the given index.
*/
public akka.protobufv3.internal.ByteString
getAllMetricNamesBytes(int index) {
@@ -1997,6 +2036,9 @@ public final class ClusterMetricsMessages {
}
/**
* repeated string allMetricNames = 2;
+ * @param index The index to set the value at.
+ * @param value The allMetricNames to set.
+ * @return This builder for chaining.
*/
public Builder setAllMetricNames(
int index, java.lang.String value) {
@@ -2010,6 +2052,8 @@ public final class ClusterMetricsMessages {
}
/**
* repeated string allMetricNames = 2;
+ * @param value The allMetricNames to add.
+ * @return This builder for chaining.
*/
public Builder addAllMetricNames(
java.lang.String value) {
@@ -2023,6 +2067,8 @@ public final class ClusterMetricsMessages {
}
/**
* repeated string allMetricNames = 2;
+ * @param values The allMetricNames to add.
+ * @return This builder for chaining.
*/
public Builder addAllAllMetricNames(
java.lang.Iterable values) {
@@ -2034,6 +2080,7 @@ public final class ClusterMetricsMessages {
}
/**
* repeated string allMetricNames = 2;
+ * @return This builder for chaining.
*/
public Builder clearAllMetricNames() {
allMetricNames_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -2043,6 +2090,8 @@ public final class ClusterMetricsMessages {
}
/**
* repeated string allMetricNames = 2;
+ * @param value The bytes of the allMetricNames to add.
+ * @return This builder for chaining.
*/
public Builder addAllMetricNamesBytes(
akka.protobufv3.internal.ByteString value) {
@@ -2353,19 +2402,23 @@ public final class ClusterMetricsMessages {
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
boolean hasAddressIndex();
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
int getAddressIndex();
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
boolean hasTimestamp();
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
long getTimestamp();
@@ -2553,6 +2606,8 @@ public final class ClusterMetricsMessages {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -2560,6 +2615,10 @@ public final class ClusterMetricsMessages {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static NumberType forNumber(int value) {
switch (value) {
case 0: return Serialized;
@@ -2622,37 +2681,45 @@ public final class ClusterMetricsMessages {
/**
* required .NodeMetrics.NumberType type = 1;
+ * @return Whether the type field is set.
*/
boolean hasType();
/**
* required .NodeMetrics.NumberType type = 1;
+ * @return The type.
*/
akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType getType();
/**
* optional uint32 value32 = 2;
+ * @return Whether the value32 field is set.
*/
boolean hasValue32();
/**
* optional uint32 value32 = 2;
+ * @return The value32.
*/
int getValue32();
/**
* optional uint64 value64 = 3;
+ * @return Whether the value64 field is set.
*/
boolean hasValue64();
/**
* optional uint64 value64 = 3;
+ * @return The value64.
*/
long getValue64();
/**
* optional bytes serialized = 4;
+ * @return Whether the serialized field is set.
*/
boolean hasSerialized();
/**
* optional bytes serialized = 4;
+ * @return The serialized.
*/
akka.protobufv3.internal.ByteString getSerialized();
}
@@ -2768,12 +2835,14 @@ public final class ClusterMetricsMessages {
private int type_;
/**
* required .NodeMetrics.NumberType type = 1;
+ * @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .NodeMetrics.NumberType type = 1;
+ * @return The type.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType getType() {
@SuppressWarnings("deprecation")
@@ -2785,12 +2854,14 @@ public final class ClusterMetricsMessages {
private int value32_;
/**
* optional uint32 value32 = 2;
+ * @return Whether the value32 field is set.
*/
public boolean hasValue32() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional uint32 value32 = 2;
+ * @return The value32.
*/
public int getValue32() {
return value32_;
@@ -2800,12 +2871,14 @@ public final class ClusterMetricsMessages {
private long value64_;
/**
* optional uint64 value64 = 3;
+ * @return Whether the value64 field is set.
*/
public boolean hasValue64() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional uint64 value64 = 3;
+ * @return The value64.
*/
public long getValue64() {
return value64_;
@@ -2815,12 +2888,14 @@ public final class ClusterMetricsMessages {
private akka.protobufv3.internal.ByteString serialized_;
/**
* optional bytes serialized = 4;
+ * @return Whether the serialized field is set.
*/
public boolean hasSerialized() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional bytes serialized = 4;
+ * @return The serialized.
*/
public akka.protobufv3.internal.ByteString getSerialized() {
return serialized_;
@@ -3225,12 +3300,14 @@ public final class ClusterMetricsMessages {
private int type_ = 0;
/**
* required .NodeMetrics.NumberType type = 1;
+ * @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .NodeMetrics.NumberType type = 1;
+ * @return The type.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType getType() {
@SuppressWarnings("deprecation")
@@ -3239,6 +3316,8 @@ public final class ClusterMetricsMessages {
}
/**
* required .NodeMetrics.NumberType type = 1;
+ * @param value The type to set.
+ * @return This builder for chaining.
*/
public Builder setType(akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.NumberType value) {
if (value == null) {
@@ -3251,6 +3330,7 @@ public final class ClusterMetricsMessages {
}
/**
* required .NodeMetrics.NumberType type = 1;
+ * @return This builder for chaining.
*/
public Builder clearType() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -3262,18 +3342,22 @@ public final class ClusterMetricsMessages {
private int value32_ ;
/**
* optional uint32 value32 = 2;
+ * @return Whether the value32 field is set.
*/
public boolean hasValue32() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional uint32 value32 = 2;
+ * @return The value32.
*/
public int getValue32() {
return value32_;
}
/**
* optional uint32 value32 = 2;
+ * @param value The value32 to set.
+ * @return This builder for chaining.
*/
public Builder setValue32(int value) {
bitField0_ |= 0x00000002;
@@ -3283,6 +3367,7 @@ public final class ClusterMetricsMessages {
}
/**
* optional uint32 value32 = 2;
+ * @return This builder for chaining.
*/
public Builder clearValue32() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -3294,18 +3379,22 @@ public final class ClusterMetricsMessages {
private long value64_ ;
/**
* optional uint64 value64 = 3;
+ * @return Whether the value64 field is set.
*/
public boolean hasValue64() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional uint64 value64 = 3;
+ * @return The value64.
*/
public long getValue64() {
return value64_;
}
/**
* optional uint64 value64 = 3;
+ * @param value The value64 to set.
+ * @return This builder for chaining.
*/
public Builder setValue64(long value) {
bitField0_ |= 0x00000004;
@@ -3315,6 +3404,7 @@ public final class ClusterMetricsMessages {
}
/**
* optional uint64 value64 = 3;
+ * @return This builder for chaining.
*/
public Builder clearValue64() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -3326,18 +3416,22 @@ public final class ClusterMetricsMessages {
private akka.protobufv3.internal.ByteString serialized_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes serialized = 4;
+ * @return Whether the serialized field is set.
*/
public boolean hasSerialized() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional bytes serialized = 4;
+ * @return The serialized.
*/
public akka.protobufv3.internal.ByteString getSerialized() {
return serialized_;
}
/**
* optional bytes serialized = 4;
+ * @param value The serialized to set.
+ * @return This builder for chaining.
*/
public Builder setSerialized(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -3350,6 +3444,7 @@ public final class ClusterMetricsMessages {
}
/**
* optional bytes serialized = 4;
+ * @return This builder for chaining.
*/
public Builder clearSerialized() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -3416,19 +3511,23 @@ public final class ClusterMetricsMessages {
/**
* required double value = 1;
+ * @return Whether the value field is set.
*/
boolean hasValue();
/**
* required double value = 1;
+ * @return The value.
*/
double getValue();
/**
* required double alpha = 2;
+ * @return Whether the alpha field is set.
*/
boolean hasAlpha();
/**
* required double alpha = 2;
+ * @return The alpha.
*/
double getAlpha();
}
@@ -3525,12 +3624,14 @@ public final class ClusterMetricsMessages {
private double value_;
/**
* required double value = 1;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required double value = 1;
+ * @return The value.
*/
public double getValue() {
return value_;
@@ -3540,12 +3641,14 @@ public final class ClusterMetricsMessages {
private double alpha_;
/**
* required double alpha = 2;
+ * @return Whether the alpha field is set.
*/
public boolean hasAlpha() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required double alpha = 2;
+ * @return The alpha.
*/
public double getAlpha() {
return alpha_;
@@ -3911,18 +4014,22 @@ public final class ClusterMetricsMessages {
private double value_ ;
/**
* required double value = 1;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required double value = 1;
+ * @return The value.
*/
public double getValue() {
return value_;
}
/**
* required double value = 1;
+ * @param value The value to set.
+ * @return This builder for chaining.
*/
public Builder setValue(double value) {
bitField0_ |= 0x00000001;
@@ -3932,6 +4039,7 @@ public final class ClusterMetricsMessages {
}
/**
* required double value = 1;
+ * @return This builder for chaining.
*/
public Builder clearValue() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -3943,18 +4051,22 @@ public final class ClusterMetricsMessages {
private double alpha_ ;
/**
* required double alpha = 2;
+ * @return Whether the alpha field is set.
*/
public boolean hasAlpha() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required double alpha = 2;
+ * @return The alpha.
*/
public double getAlpha() {
return alpha_;
}
/**
* required double alpha = 2;
+ * @param value The alpha to set.
+ * @return This builder for chaining.
*/
public Builder setAlpha(double value) {
bitField0_ |= 0x00000002;
@@ -3964,6 +4076,7 @@ public final class ClusterMetricsMessages {
}
/**
* required double alpha = 2;
+ * @return This builder for chaining.
*/
public Builder clearAlpha() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -4030,19 +4143,23 @@ public final class ClusterMetricsMessages {
/**
* required int32 nameIndex = 1;
+ * @return Whether the nameIndex field is set.
*/
boolean hasNameIndex();
/**
* required int32 nameIndex = 1;
+ * @return The nameIndex.
*/
int getNameIndex();
/**
* required .NodeMetrics.Number number = 2;
+ * @return Whether the number field is set.
*/
boolean hasNumber();
/**
* required .NodeMetrics.Number number = 2;
+ * @return The number.
*/
akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number getNumber();
/**
@@ -4052,10 +4169,12 @@ public final class ClusterMetricsMessages {
/**
* optional .NodeMetrics.EWMA ewma = 3;
+ * @return Whether the ewma field is set.
*/
boolean hasEwma();
/**
* optional .NodeMetrics.EWMA ewma = 3;
+ * @return The ewma.
*/
akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA getEwma();
/**
@@ -4177,12 +4296,14 @@ public final class ClusterMetricsMessages {
private int nameIndex_;
/**
* required int32 nameIndex = 1;
+ * @return Whether the nameIndex field is set.
*/
public boolean hasNameIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 nameIndex = 1;
+ * @return The nameIndex.
*/
public int getNameIndex() {
return nameIndex_;
@@ -4192,12 +4313,14 @@ public final class ClusterMetricsMessages {
private akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number number_;
/**
* required .NodeMetrics.Number number = 2;
+ * @return Whether the number field is set.
*/
public boolean hasNumber() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .NodeMetrics.Number number = 2;
+ * @return The number.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number getNumber() {
return number_ == null ? akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number.getDefaultInstance() : number_;
@@ -4213,12 +4336,14 @@ public final class ClusterMetricsMessages {
private akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA ewma_;
/**
* optional .NodeMetrics.EWMA ewma = 3;
+ * @return Whether the ewma field is set.
*/
public boolean hasEwma() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .NodeMetrics.EWMA ewma = 3;
+ * @return The ewma.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA getEwma() {
return ewma_ == null ? akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA.getDefaultInstance() : ewma_;
@@ -4647,18 +4772,22 @@ public final class ClusterMetricsMessages {
private int nameIndex_ ;
/**
* required int32 nameIndex = 1;
+ * @return Whether the nameIndex field is set.
*/
public boolean hasNameIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 nameIndex = 1;
+ * @return The nameIndex.
*/
public int getNameIndex() {
return nameIndex_;
}
/**
* required int32 nameIndex = 1;
+ * @param value The nameIndex to set.
+ * @return This builder for chaining.
*/
public Builder setNameIndex(int value) {
bitField0_ |= 0x00000001;
@@ -4668,6 +4797,7 @@ public final class ClusterMetricsMessages {
}
/**
* required int32 nameIndex = 1;
+ * @return This builder for chaining.
*/
public Builder clearNameIndex() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -4681,12 +4811,14 @@ public final class ClusterMetricsMessages {
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;
+ * @return Whether the number field is set.
*/
public boolean hasNumber() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .NodeMetrics.Number number = 2;
+ * @return The number.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.Number getNumber() {
if (numberBuilder_ == null) {
@@ -4799,12 +4931,14 @@ public final class ClusterMetricsMessages {
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;
+ * @return Whether the ewma field is set.
*/
public boolean hasEwma() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .NodeMetrics.EWMA ewma = 3;
+ * @return The ewma.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.NodeMetrics.EWMA getEwma() {
if (ewmaBuilder_ == null) {
@@ -4969,12 +5103,14 @@ public final class ClusterMetricsMessages {
private int addressIndex_;
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
public boolean hasAddressIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
public int getAddressIndex() {
return addressIndex_;
@@ -4984,12 +5120,14 @@ public final class ClusterMetricsMessages {
private long timestamp_;
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
@@ -5458,18 +5596,22 @@ public final class ClusterMetricsMessages {
private int addressIndex_ ;
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
public boolean hasAddressIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
public int getAddressIndex() {
return addressIndex_;
}
/**
* required int32 addressIndex = 1;
+ * @param value The addressIndex to set.
+ * @return This builder for chaining.
*/
public Builder setAddressIndex(int value) {
bitField0_ |= 0x00000001;
@@ -5479,6 +5621,7 @@ public final class ClusterMetricsMessages {
}
/**
* required int32 addressIndex = 1;
+ * @return This builder for chaining.
*/
public Builder clearAddressIndex() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -5490,18 +5633,22 @@ public final class ClusterMetricsMessages {
private long timestamp_ ;
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
}
/**
* required int64 timestamp = 2;
+ * @param value The timestamp to set.
+ * @return This builder for chaining.
*/
public Builder setTimestamp(long value) {
bitField0_ |= 0x00000002;
@@ -5511,6 +5658,7 @@ public final class ClusterMetricsMessages {
}
/**
* required int64 timestamp = 2;
+ * @return This builder for chaining.
*/
public Builder clearTimestamp() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -5817,51 +5965,62 @@ public final class ClusterMetricsMessages {
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
boolean hasSystem();
/**
* required string system = 1;
+ * @return The system.
*/
java.lang.String getSystem();
/**
* required string system = 1;
+ * @return The bytes for system.
*/
akka.protobufv3.internal.ByteString
getSystemBytes();
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
boolean hasHostname();
/**
* required string hostname = 2;
+ * @return The hostname.
*/
java.lang.String getHostname();
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
akka.protobufv3.internal.ByteString
getHostnameBytes();
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
boolean hasPort();
/**
* required uint32 port = 3;
+ * @return The port.
*/
int getPort();
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
boolean hasProtocol();
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
java.lang.String getProtocol();
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
akka.protobufv3.internal.ByteString
getProtocolBytes();
@@ -5980,12 +6139,14 @@ public final class ClusterMetricsMessages {
private volatile java.lang.Object system_;
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string system = 1;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -6003,6 +6164,7 @@ public final class ClusterMetricsMessages {
}
/**
* required string system = 1;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -6022,12 +6184,14 @@ public final class ClusterMetricsMessages {
private volatile java.lang.Object hostname_;
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string hostname = 2;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -6045,6 +6209,7 @@ public final class ClusterMetricsMessages {
}
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -6064,12 +6229,14 @@ public final class ClusterMetricsMessages {
private int port_;
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 port = 3;
+ * @return The port.
*/
public int getPort() {
return port_;
@@ -6079,12 +6246,14 @@ public final class ClusterMetricsMessages {
private volatile java.lang.Object protocol_;
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -6102,6 +6271,7 @@ public final class ClusterMetricsMessages {
}
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -6538,12 +6708,14 @@ public final class ClusterMetricsMessages {
private java.lang.Object system_ = "";
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string system = 1;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -6561,6 +6733,7 @@ public final class ClusterMetricsMessages {
}
/**
* required string system = 1;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -6577,6 +6750,8 @@ public final class ClusterMetricsMessages {
}
/**
* required string system = 1;
+ * @param value The system to set.
+ * @return This builder for chaining.
*/
public Builder setSystem(
java.lang.String value) {
@@ -6590,6 +6765,7 @@ public final class ClusterMetricsMessages {
}
/**
* required string system = 1;
+ * @return This builder for chaining.
*/
public Builder clearSystem() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -6599,6 +6775,8 @@ public final class ClusterMetricsMessages {
}
/**
* required string system = 1;
+ * @param value The bytes for system to set.
+ * @return This builder for chaining.
*/
public Builder setSystemBytes(
akka.protobufv3.internal.ByteString value) {
@@ -6614,12 +6792,14 @@ public final class ClusterMetricsMessages {
private java.lang.Object hostname_ = "";
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string hostname = 2;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -6637,6 +6817,7 @@ public final class ClusterMetricsMessages {
}
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -6653,6 +6834,8 @@ public final class ClusterMetricsMessages {
}
/**
* required string hostname = 2;
+ * @param value The hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostname(
java.lang.String value) {
@@ -6666,6 +6849,7 @@ public final class ClusterMetricsMessages {
}
/**
* required string hostname = 2;
+ * @return This builder for chaining.
*/
public Builder clearHostname() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -6675,6 +6859,8 @@ public final class ClusterMetricsMessages {
}
/**
* required string hostname = 2;
+ * @param value The bytes for hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostnameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -6690,18 +6876,22 @@ public final class ClusterMetricsMessages {
private int port_ ;
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 port = 3;
+ * @return The port.
*/
public int getPort() {
return port_;
}
/**
* required uint32 port = 3;
+ * @param value The port to set.
+ * @return This builder for chaining.
*/
public Builder setPort(int value) {
bitField0_ |= 0x00000004;
@@ -6711,6 +6901,7 @@ public final class ClusterMetricsMessages {
}
/**
* required uint32 port = 3;
+ * @return This builder for chaining.
*/
public Builder clearPort() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -6722,12 +6913,14 @@ public final class ClusterMetricsMessages {
private java.lang.Object protocol_ = "";
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -6745,6 +6938,7 @@ public final class ClusterMetricsMessages {
}
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -6761,6 +6955,8 @@ public final class ClusterMetricsMessages {
}
/**
* optional string protocol = 4;
+ * @param value The protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocol(
java.lang.String value) {
@@ -6774,6 +6970,7 @@ public final class ClusterMetricsMessages {
}
/**
* optional string protocol = 4;
+ * @return This builder for chaining.
*/
public Builder clearProtocol() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -6783,6 +6980,8 @@ public final class ClusterMetricsMessages {
}
/**
* optional string protocol = 4;
+ * @param value The bytes for protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocolBytes(
akka.protobufv3.internal.ByteString value) {
@@ -6857,6 +7056,7 @@ public final class ClusterMetricsMessages {
*
*
* optional .MetricsSelector metricsSelector = 1;
+ * @return Whether the metricsSelector field is set.
*/
boolean hasMetricsSelector();
/**
@@ -6865,6 +7065,7 @@ public final class ClusterMetricsMessages {
*
*
* optional .MetricsSelector metricsSelector = 1;
+ * @return The metricsSelector.
*/
akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector getMetricsSelector();
/**
@@ -6878,10 +7079,12 @@ public final class ClusterMetricsMessages {
/**
* required uint32 nrOfInstances = 2;
+ * @return Whether the nrOfInstances field is set.
*/
boolean hasNrOfInstances();
/**
* required uint32 nrOfInstances = 2;
+ * @return The nrOfInstances.
*/
int getNrOfInstances();
@@ -6891,6 +7094,7 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @return Whether the routerDispatcher field is set.
*/
boolean hasRouterDispatcher();
/**
@@ -6899,6 +7103,7 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @return The routerDispatcher.
*/
java.lang.String getRouterDispatcher();
/**
@@ -6907,16 +7112,19 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @return The bytes for routerDispatcher.
*/
akka.protobufv3.internal.ByteString
getRouterDispatcherBytes();
/**
* required bool usePoolDispatcher = 4;
+ * @return Whether the usePoolDispatcher field is set.
*/
boolean hasUsePoolDispatcher();
/**
* required bool usePoolDispatcher = 4;
+ * @return The usePoolDispatcher.
*/
boolean getUsePoolDispatcher();
}
@@ -7037,6 +7245,7 @@ public final class ClusterMetricsMessages {
*
*
* optional .MetricsSelector metricsSelector = 1;
+ * @return Whether the metricsSelector field is set.
*/
public boolean hasMetricsSelector() {
return ((bitField0_ & 0x00000001) != 0);
@@ -7047,6 +7256,7 @@ public final class ClusterMetricsMessages {
*
*
* optional .MetricsSelector metricsSelector = 1;
+ * @return The metricsSelector.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector getMetricsSelector() {
return metricsSelector_ == null ? akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector.getDefaultInstance() : metricsSelector_;
@@ -7066,12 +7276,14 @@ public final class ClusterMetricsMessages {
private int nrOfInstances_;
/**
* required uint32 nrOfInstances = 2;
+ * @return Whether the nrOfInstances field is set.
*/
public boolean hasNrOfInstances() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 nrOfInstances = 2;
+ * @return The nrOfInstances.
*/
public int getNrOfInstances() {
return nrOfInstances_;
@@ -7085,6 +7297,7 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @return Whether the routerDispatcher field is set.
*/
public boolean hasRouterDispatcher() {
return ((bitField0_ & 0x00000004) != 0);
@@ -7095,6 +7308,7 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @return The routerDispatcher.
*/
public java.lang.String getRouterDispatcher() {
java.lang.Object ref = routerDispatcher_;
@@ -7116,6 +7330,7 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @return The bytes for routerDispatcher.
*/
public akka.protobufv3.internal.ByteString
getRouterDispatcherBytes() {
@@ -7135,12 +7350,14 @@ public final class ClusterMetricsMessages {
private boolean usePoolDispatcher_;
/**
* required bool usePoolDispatcher = 4;
+ * @return Whether the usePoolDispatcher field is set.
*/
public boolean hasUsePoolDispatcher() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required bool usePoolDispatcher = 4;
+ * @return The usePoolDispatcher.
*/
public boolean getUsePoolDispatcher() {
return usePoolDispatcher_;
@@ -7580,6 +7797,7 @@ public final class ClusterMetricsMessages {
*
*
* optional .MetricsSelector metricsSelector = 1;
+ * @return Whether the metricsSelector field is set.
*/
public boolean hasMetricsSelector() {
return ((bitField0_ & 0x00000001) != 0);
@@ -7590,6 +7808,7 @@ public final class ClusterMetricsMessages {
*
*
* optional .MetricsSelector metricsSelector = 1;
+ * @return The metricsSelector.
*/
public akka.cluster.metrics.protobuf.msg.ClusterMetricsMessages.MetricsSelector getMetricsSelector() {
if (metricsSelectorBuilder_ == null) {
@@ -7728,18 +7947,22 @@ public final class ClusterMetricsMessages {
private int nrOfInstances_ ;
/**
* required uint32 nrOfInstances = 2;
+ * @return Whether the nrOfInstances field is set.
*/
public boolean hasNrOfInstances() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 nrOfInstances = 2;
+ * @return The nrOfInstances.
*/
public int getNrOfInstances() {
return nrOfInstances_;
}
/**
* required uint32 nrOfInstances = 2;
+ * @param value The nrOfInstances to set.
+ * @return This builder for chaining.
*/
public Builder setNrOfInstances(int value) {
bitField0_ |= 0x00000002;
@@ -7749,6 +7972,7 @@ public final class ClusterMetricsMessages {
}
/**
* required uint32 nrOfInstances = 2;
+ * @return This builder for chaining.
*/
public Builder clearNrOfInstances() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -7764,6 +7988,7 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @return Whether the routerDispatcher field is set.
*/
public boolean hasRouterDispatcher() {
return ((bitField0_ & 0x00000004) != 0);
@@ -7774,6 +7999,7 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @return The routerDispatcher.
*/
public java.lang.String getRouterDispatcher() {
java.lang.Object ref = routerDispatcher_;
@@ -7795,6 +8021,7 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @return The bytes for routerDispatcher.
*/
public akka.protobufv3.internal.ByteString
getRouterDispatcherBytes() {
@@ -7815,6 +8042,8 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @param value The routerDispatcher to set.
+ * @return This builder for chaining.
*/
public Builder setRouterDispatcher(
java.lang.String value) {
@@ -7832,6 +8061,7 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @return This builder for chaining.
*/
public Builder clearRouterDispatcher() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -7845,6 +8075,8 @@ public final class ClusterMetricsMessages {
*
*
* optional string routerDispatcher = 3;
+ * @param value The bytes for routerDispatcher to set.
+ * @return This builder for chaining.
*/
public Builder setRouterDispatcherBytes(
akka.protobufv3.internal.ByteString value) {
@@ -7860,18 +8092,22 @@ public final class ClusterMetricsMessages {
private boolean usePoolDispatcher_ ;
/**
* required bool usePoolDispatcher = 4;
+ * @return Whether the usePoolDispatcher field is set.
*/
public boolean hasUsePoolDispatcher() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required bool usePoolDispatcher = 4;
+ * @return The usePoolDispatcher.
*/
public boolean getUsePoolDispatcher() {
return usePoolDispatcher_;
}
/**
* required bool usePoolDispatcher = 4;
+ * @param value The usePoolDispatcher to set.
+ * @return This builder for chaining.
*/
public Builder setUsePoolDispatcher(boolean value) {
bitField0_ |= 0x00000008;
@@ -7881,6 +8117,7 @@ public final class ClusterMetricsMessages {
}
/**
* required bool usePoolDispatcher = 4;
+ * @return This builder for chaining.
*/
public Builder clearUsePoolDispatcher() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -7947,33 +8184,40 @@ public final class ClusterMetricsMessages {
/**
* required uint32 serializerId = 1;
+ * @return Whether the serializerId field is set.
*/
boolean hasSerializerId();
/**
* required uint32 serializerId = 1;
+ * @return The serializerId.
*/
int getSerializerId();
/**
* required string manifest = 2;
+ * @return Whether the manifest field is set.
*/
boolean hasManifest();
/**
* required string manifest = 2;
+ * @return The manifest.
*/
java.lang.String getManifest();
/**
* required string manifest = 2;
+ * @return The bytes for manifest.
*/
akka.protobufv3.internal.ByteString
getManifestBytes();
/**
* required bytes data = 3;
+ * @return Whether the data field is set.
*/
boolean hasData();
/**
* required bytes data = 3;
+ * @return The data.
*/
akka.protobufv3.internal.ByteString getData();
}
@@ -8082,12 +8326,14 @@ public final class ClusterMetricsMessages {
private int serializerId_;
/**
* required uint32 serializerId = 1;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 serializerId = 1;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
@@ -8097,12 +8343,14 @@ public final class ClusterMetricsMessages {
private volatile java.lang.Object manifest_;
/**
* required string manifest = 2;
+ * @return Whether the manifest field is set.
*/
public boolean hasManifest() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string manifest = 2;
+ * @return The manifest.
*/
public java.lang.String getManifest() {
java.lang.Object ref = manifest_;
@@ -8120,6 +8368,7 @@ public final class ClusterMetricsMessages {
}
/**
* required string manifest = 2;
+ * @return The bytes for manifest.
*/
public akka.protobufv3.internal.ByteString
getManifestBytes() {
@@ -8139,12 +8388,14 @@ public final class ClusterMetricsMessages {
private akka.protobufv3.internal.ByteString data_;
/**
* required bytes data = 3;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bytes data = 3;
+ * @return The data.
*/
public akka.protobufv3.internal.ByteString getData() {
return data_;
@@ -8543,18 +8794,22 @@ public final class ClusterMetricsMessages {
private int serializerId_ ;
/**
* required uint32 serializerId = 1;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 serializerId = 1;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
}
/**
* required uint32 serializerId = 1;
+ * @param value The serializerId to set.
+ * @return This builder for chaining.
*/
public Builder setSerializerId(int value) {
bitField0_ |= 0x00000001;
@@ -8564,6 +8819,7 @@ public final class ClusterMetricsMessages {
}
/**
* required uint32 serializerId = 1;
+ * @return This builder for chaining.
*/
public Builder clearSerializerId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -8575,12 +8831,14 @@ public final class ClusterMetricsMessages {
private java.lang.Object manifest_ = "";
/**
* required string manifest = 2;
+ * @return Whether the manifest field is set.
*/
public boolean hasManifest() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string manifest = 2;
+ * @return The manifest.
*/
public java.lang.String getManifest() {
java.lang.Object ref = manifest_;
@@ -8598,6 +8856,7 @@ public final class ClusterMetricsMessages {
}
/**
* required string manifest = 2;
+ * @return The bytes for manifest.
*/
public akka.protobufv3.internal.ByteString
getManifestBytes() {
@@ -8614,6 +8873,8 @@ public final class ClusterMetricsMessages {
}
/**
* required string manifest = 2;
+ * @param value The manifest to set.
+ * @return This builder for chaining.
*/
public Builder setManifest(
java.lang.String value) {
@@ -8627,6 +8888,7 @@ public final class ClusterMetricsMessages {
}
/**
* required string manifest = 2;
+ * @return This builder for chaining.
*/
public Builder clearManifest() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -8636,6 +8898,8 @@ public final class ClusterMetricsMessages {
}
/**
* required string manifest = 2;
+ * @param value The bytes for manifest to set.
+ * @return This builder for chaining.
*/
public Builder setManifestBytes(
akka.protobufv3.internal.ByteString value) {
@@ -8651,18 +8915,22 @@ public final class ClusterMetricsMessages {
private akka.protobufv3.internal.ByteString data_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes data = 3;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bytes data = 3;
+ * @return The data.
*/
public akka.protobufv3.internal.ByteString getData() {
return data_;
}
/**
* required bytes data = 3;
+ * @param value The data to set.
+ * @return This builder for chaining.
*/
public Builder setData(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -8675,6 +8943,7 @@ public final class ClusterMetricsMessages {
}
/**
* required bytes data = 3;
+ * @return This builder for chaining.
*/
public Builder clearData() {
bitField0_ = (bitField0_ & ~0x00000004);
diff --git a/akka-cluster-sharding-typed/src/main/java/akka/cluster/sharding/typed/internal/protobuf/ShardingMessages.java b/akka-cluster-sharding-typed/src/main/java/akka/cluster/sharding/typed/internal/protobuf/ShardingMessages.java
index 7fd6190e86..d2e5e9e04c 100644
--- a/akka-cluster-sharding-typed/src/main/java/akka/cluster/sharding/typed/internal/protobuf/ShardingMessages.java
+++ b/akka-cluster-sharding-typed/src/main/java/akka/cluster/sharding/typed/internal/protobuf/ShardingMessages.java
@@ -24,24 +24,29 @@ public final class ShardingMessages {
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
boolean hasEntityId();
/**
* required string entityId = 1;
+ * @return The entityId.
*/
java.lang.String getEntityId();
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
akka.protobufv3.internal.ByteString
getEntityIdBytes();
/**
* required .Payload message = 2;
+ * @return Whether the message field is set.
*/
boolean hasMessage();
/**
* required .Payload message = 2;
+ * @return The message.
*/
akka.remote.ContainerFormats.Payload getMessage();
/**
@@ -152,12 +157,14 @@ public final class ShardingMessages {
private volatile java.lang.Object entityId_;
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
public boolean hasEntityId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string entityId = 1;
+ * @return The entityId.
*/
public java.lang.String getEntityId() {
java.lang.Object ref = entityId_;
@@ -175,6 +182,7 @@ public final class ShardingMessages {
}
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
public akka.protobufv3.internal.ByteString
getEntityIdBytes() {
@@ -194,12 +202,14 @@ public final class ShardingMessages {
private akka.remote.ContainerFormats.Payload message_;
/**
* required .Payload message = 2;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Payload message = 2;
+ * @return The message.
*/
public akka.remote.ContainerFormats.Payload getMessage() {
return message_ == null ? akka.remote.ContainerFormats.Payload.getDefaultInstance() : message_;
@@ -584,12 +594,14 @@ public final class ShardingMessages {
private java.lang.Object entityId_ = "";
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
public boolean hasEntityId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string entityId = 1;
+ * @return The entityId.
*/
public java.lang.String getEntityId() {
java.lang.Object ref = entityId_;
@@ -607,6 +619,7 @@ public final class ShardingMessages {
}
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
public akka.protobufv3.internal.ByteString
getEntityIdBytes() {
@@ -623,6 +636,8 @@ public final class ShardingMessages {
}
/**
* required string entityId = 1;
+ * @param value The entityId to set.
+ * @return This builder for chaining.
*/
public Builder setEntityId(
java.lang.String value) {
@@ -636,6 +651,7 @@ public final class ShardingMessages {
}
/**
* required string entityId = 1;
+ * @return This builder for chaining.
*/
public Builder clearEntityId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -645,6 +661,8 @@ public final class ShardingMessages {
}
/**
* required string entityId = 1;
+ * @param value The bytes for entityId to set.
+ * @return This builder for chaining.
*/
public Builder setEntityIdBytes(
akka.protobufv3.internal.ByteString value) {
@@ -662,12 +680,14 @@ public final class ShardingMessages {
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> messageBuilder_;
/**
* required .Payload message = 2;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Payload message = 2;
+ * @return The message.
*/
public akka.remote.ContainerFormats.Payload getMessage() {
if (messageBuilder_ == null) {
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 59095f5730..d01c768831 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
@@ -48,57 +48,75 @@ public final class ClusterShardingMessages {
/**
* repeated string regions = 2;
+ * @return A list containing the regions.
*/
java.util.List
getRegionsList();
/**
* repeated string regions = 2;
+ * @return The count of regions.
*/
int getRegionsCount();
/**
* repeated string regions = 2;
+ * @param index The index of the element to return.
+ * @return The regions at the given index.
*/
java.lang.String getRegions(int index);
/**
* repeated string regions = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the regions at the given index.
*/
akka.protobufv3.internal.ByteString
getRegionsBytes(int index);
/**
* repeated string regionProxies = 3;
+ * @return A list containing the regionProxies.
*/
java.util.List
getRegionProxiesList();
/**
* repeated string regionProxies = 3;
+ * @return The count of regionProxies.
*/
int getRegionProxiesCount();
/**
* repeated string regionProxies = 3;
+ * @param index The index of the element to return.
+ * @return The regionProxies at the given index.
*/
java.lang.String getRegionProxies(int index);
/**
* repeated string regionProxies = 3;
+ * @param index The index of the value to return.
+ * @return The bytes of the regionProxies at the given index.
*/
akka.protobufv3.internal.ByteString
getRegionProxiesBytes(int index);
/**
* repeated string unallocatedShards = 4;
+ * @return A list containing the unallocatedShards.
*/
java.util.List
getUnallocatedShardsList();
/**
* repeated string unallocatedShards = 4;
+ * @return The count of unallocatedShards.
*/
int getUnallocatedShardsCount();
/**
* repeated string unallocatedShards = 4;
+ * @param index The index of the element to return.
+ * @return The unallocatedShards at the given index.
*/
java.lang.String getUnallocatedShards(int index);
/**
* repeated string unallocatedShards = 4;
+ * @param index The index of the value to return.
+ * @return The bytes of the unallocatedShards at the given index.
*/
akka.protobufv3.internal.ByteString
getUnallocatedShardsBytes(int index);
@@ -239,28 +257,34 @@ public final class ClusterShardingMessages {
/**
* required string shardId = 1;
+ * @return Whether the shardId field is set.
*/
boolean hasShardId();
/**
* required string shardId = 1;
+ * @return The shardId.
*/
java.lang.String getShardId();
/**
* required string shardId = 1;
+ * @return The bytes for shardId.
*/
akka.protobufv3.internal.ByteString
getShardIdBytes();
/**
* required string regionRef = 2;
+ * @return Whether the regionRef field is set.
*/
boolean hasRegionRef();
/**
* required string regionRef = 2;
+ * @return The regionRef.
*/
java.lang.String getRegionRef();
/**
* required string regionRef = 2;
+ * @return The bytes for regionRef.
*/
akka.protobufv3.internal.ByteString
getRegionRefBytes();
@@ -362,12 +386,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object shardId_;
/**
* required string shardId = 1;
+ * @return Whether the shardId field is set.
*/
public boolean hasShardId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string shardId = 1;
+ * @return The shardId.
*/
public java.lang.String getShardId() {
java.lang.Object ref = shardId_;
@@ -385,6 +411,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shardId = 1;
+ * @return The bytes for shardId.
*/
public akka.protobufv3.internal.ByteString
getShardIdBytes() {
@@ -404,12 +431,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object regionRef_;
/**
* required string regionRef = 2;
+ * @return Whether the regionRef field is set.
*/
public boolean hasRegionRef() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string regionRef = 2;
+ * @return The regionRef.
*/
public java.lang.String getRegionRef() {
java.lang.Object ref = regionRef_;
@@ -427,6 +456,7 @@ public final class ClusterShardingMessages {
}
/**
* required string regionRef = 2;
+ * @return The bytes for regionRef.
*/
public akka.protobufv3.internal.ByteString
getRegionRefBytes() {
@@ -800,12 +830,14 @@ public final class ClusterShardingMessages {
private java.lang.Object shardId_ = "";
/**
* required string shardId = 1;
+ * @return Whether the shardId field is set.
*/
public boolean hasShardId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string shardId = 1;
+ * @return The shardId.
*/
public java.lang.String getShardId() {
java.lang.Object ref = shardId_;
@@ -823,6 +855,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shardId = 1;
+ * @return The bytes for shardId.
*/
public akka.protobufv3.internal.ByteString
getShardIdBytes() {
@@ -839,6 +872,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shardId = 1;
+ * @param value The shardId to set.
+ * @return This builder for chaining.
*/
public Builder setShardId(
java.lang.String value) {
@@ -852,6 +887,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shardId = 1;
+ * @return This builder for chaining.
*/
public Builder clearShardId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -861,6 +897,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shardId = 1;
+ * @param value The bytes for shardId to set.
+ * @return This builder for chaining.
*/
public Builder setShardIdBytes(
akka.protobufv3.internal.ByteString value) {
@@ -876,12 +914,14 @@ public final class ClusterShardingMessages {
private java.lang.Object regionRef_ = "";
/**
* required string regionRef = 2;
+ * @return Whether the regionRef field is set.
*/
public boolean hasRegionRef() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string regionRef = 2;
+ * @return The regionRef.
*/
public java.lang.String getRegionRef() {
java.lang.Object ref = regionRef_;
@@ -899,6 +939,7 @@ public final class ClusterShardingMessages {
}
/**
* required string regionRef = 2;
+ * @return The bytes for regionRef.
*/
public akka.protobufv3.internal.ByteString
getRegionRefBytes() {
@@ -915,6 +956,8 @@ public final class ClusterShardingMessages {
}
/**
* required string regionRef = 2;
+ * @param value The regionRef to set.
+ * @return This builder for chaining.
*/
public Builder setRegionRef(
java.lang.String value) {
@@ -928,6 +971,7 @@ public final class ClusterShardingMessages {
}
/**
* required string regionRef = 2;
+ * @return This builder for chaining.
*/
public Builder clearRegionRef() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -937,6 +981,8 @@ public final class ClusterShardingMessages {
}
/**
* required string regionRef = 2;
+ * @param value The bytes for regionRef to set.
+ * @return This builder for chaining.
*/
public Builder setRegionRefBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1040,6 +1086,7 @@ public final class ClusterShardingMessages {
private akka.protobufv3.internal.LazyStringList regions_;
/**
* repeated string regions = 2;
+ * @return A list containing the regions.
*/
public akka.protobufv3.internal.ProtocolStringList
getRegionsList() {
@@ -1047,18 +1094,23 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regions = 2;
+ * @return The count of regions.
*/
public int getRegionsCount() {
return regions_.size();
}
/**
* repeated string regions = 2;
+ * @param index The index of the element to return.
+ * @return The regions at the given index.
*/
public java.lang.String getRegions(int index) {
return regions_.get(index);
}
/**
* repeated string regions = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the regions at the given index.
*/
public akka.protobufv3.internal.ByteString
getRegionsBytes(int index) {
@@ -1069,6 +1121,7 @@ public final class ClusterShardingMessages {
private akka.protobufv3.internal.LazyStringList regionProxies_;
/**
* repeated string regionProxies = 3;
+ * @return A list containing the regionProxies.
*/
public akka.protobufv3.internal.ProtocolStringList
getRegionProxiesList() {
@@ -1076,18 +1129,23 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regionProxies = 3;
+ * @return The count of regionProxies.
*/
public int getRegionProxiesCount() {
return regionProxies_.size();
}
/**
* repeated string regionProxies = 3;
+ * @param index The index of the element to return.
+ * @return The regionProxies at the given index.
*/
public java.lang.String getRegionProxies(int index) {
return regionProxies_.get(index);
}
/**
* repeated string regionProxies = 3;
+ * @param index The index of the value to return.
+ * @return The bytes of the regionProxies at the given index.
*/
public akka.protobufv3.internal.ByteString
getRegionProxiesBytes(int index) {
@@ -1098,6 +1156,7 @@ public final class ClusterShardingMessages {
private akka.protobufv3.internal.LazyStringList unallocatedShards_;
/**
* repeated string unallocatedShards = 4;
+ * @return A list containing the unallocatedShards.
*/
public akka.protobufv3.internal.ProtocolStringList
getUnallocatedShardsList() {
@@ -1105,18 +1164,23 @@ public final class ClusterShardingMessages {
}
/**
* repeated string unallocatedShards = 4;
+ * @return The count of unallocatedShards.
*/
public int getUnallocatedShardsCount() {
return unallocatedShards_.size();
}
/**
* repeated string unallocatedShards = 4;
+ * @param index The index of the element to return.
+ * @return The unallocatedShards at the given index.
*/
public java.lang.String getUnallocatedShards(int index) {
return unallocatedShards_.get(index);
}
/**
* repeated string unallocatedShards = 4;
+ * @param index The index of the value to return.
+ * @return The bytes of the unallocatedShards at the given index.
*/
public akka.protobufv3.internal.ByteString
getUnallocatedShardsBytes(int index) {
@@ -1827,6 +1891,7 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regions = 2;
+ * @return A list containing the regions.
*/
public akka.protobufv3.internal.ProtocolStringList
getRegionsList() {
@@ -1834,18 +1899,23 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regions = 2;
+ * @return The count of regions.
*/
public int getRegionsCount() {
return regions_.size();
}
/**
* repeated string regions = 2;
+ * @param index The index of the element to return.
+ * @return The regions at the given index.
*/
public java.lang.String getRegions(int index) {
return regions_.get(index);
}
/**
* repeated string regions = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the regions at the given index.
*/
public akka.protobufv3.internal.ByteString
getRegionsBytes(int index) {
@@ -1853,6 +1923,9 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regions = 2;
+ * @param index The index to set the value at.
+ * @param value The regions to set.
+ * @return This builder for chaining.
*/
public Builder setRegions(
int index, java.lang.String value) {
@@ -1866,6 +1939,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regions = 2;
+ * @param value The regions to add.
+ * @return This builder for chaining.
*/
public Builder addRegions(
java.lang.String value) {
@@ -1879,6 +1954,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regions = 2;
+ * @param values The regions to add.
+ * @return This builder for chaining.
*/
public Builder addAllRegions(
java.lang.Iterable values) {
@@ -1890,6 +1967,7 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regions = 2;
+ * @return This builder for chaining.
*/
public Builder clearRegions() {
regions_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -1899,6 +1977,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regions = 2;
+ * @param value The bytes of the regions to add.
+ * @return This builder for chaining.
*/
public Builder addRegionsBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1920,6 +2000,7 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regionProxies = 3;
+ * @return A list containing the regionProxies.
*/
public akka.protobufv3.internal.ProtocolStringList
getRegionProxiesList() {
@@ -1927,18 +2008,23 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regionProxies = 3;
+ * @return The count of regionProxies.
*/
public int getRegionProxiesCount() {
return regionProxies_.size();
}
/**
* repeated string regionProxies = 3;
+ * @param index The index of the element to return.
+ * @return The regionProxies at the given index.
*/
public java.lang.String getRegionProxies(int index) {
return regionProxies_.get(index);
}
/**
* repeated string regionProxies = 3;
+ * @param index The index of the value to return.
+ * @return The bytes of the regionProxies at the given index.
*/
public akka.protobufv3.internal.ByteString
getRegionProxiesBytes(int index) {
@@ -1946,6 +2032,9 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regionProxies = 3;
+ * @param index The index to set the value at.
+ * @param value The regionProxies to set.
+ * @return This builder for chaining.
*/
public Builder setRegionProxies(
int index, java.lang.String value) {
@@ -1959,6 +2048,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regionProxies = 3;
+ * @param value The regionProxies to add.
+ * @return This builder for chaining.
*/
public Builder addRegionProxies(
java.lang.String value) {
@@ -1972,6 +2063,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regionProxies = 3;
+ * @param values The regionProxies to add.
+ * @return This builder for chaining.
*/
public Builder addAllRegionProxies(
java.lang.Iterable values) {
@@ -1983,6 +2076,7 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regionProxies = 3;
+ * @return This builder for chaining.
*/
public Builder clearRegionProxies() {
regionProxies_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -1992,6 +2086,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string regionProxies = 3;
+ * @param value The bytes of the regionProxies to add.
+ * @return This builder for chaining.
*/
public Builder addRegionProxiesBytes(
akka.protobufv3.internal.ByteString value) {
@@ -2013,6 +2109,7 @@ public final class ClusterShardingMessages {
}
/**
* repeated string unallocatedShards = 4;
+ * @return A list containing the unallocatedShards.
*/
public akka.protobufv3.internal.ProtocolStringList
getUnallocatedShardsList() {
@@ -2020,18 +2117,23 @@ public final class ClusterShardingMessages {
}
/**
* repeated string unallocatedShards = 4;
+ * @return The count of unallocatedShards.
*/
public int getUnallocatedShardsCount() {
return unallocatedShards_.size();
}
/**
* repeated string unallocatedShards = 4;
+ * @param index The index of the element to return.
+ * @return The unallocatedShards at the given index.
*/
public java.lang.String getUnallocatedShards(int index) {
return unallocatedShards_.get(index);
}
/**
* repeated string unallocatedShards = 4;
+ * @param index The index of the value to return.
+ * @return The bytes of the unallocatedShards at the given index.
*/
public akka.protobufv3.internal.ByteString
getUnallocatedShardsBytes(int index) {
@@ -2039,6 +2141,9 @@ public final class ClusterShardingMessages {
}
/**
* repeated string unallocatedShards = 4;
+ * @param index The index to set the value at.
+ * @param value The unallocatedShards to set.
+ * @return This builder for chaining.
*/
public Builder setUnallocatedShards(
int index, java.lang.String value) {
@@ -2052,6 +2157,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string unallocatedShards = 4;
+ * @param value The unallocatedShards to add.
+ * @return This builder for chaining.
*/
public Builder addUnallocatedShards(
java.lang.String value) {
@@ -2065,6 +2172,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string unallocatedShards = 4;
+ * @param values The unallocatedShards to add.
+ * @return This builder for chaining.
*/
public Builder addAllUnallocatedShards(
java.lang.Iterable values) {
@@ -2076,6 +2185,7 @@ public final class ClusterShardingMessages {
}
/**
* repeated string unallocatedShards = 4;
+ * @return This builder for chaining.
*/
public Builder clearUnallocatedShards() {
unallocatedShards_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -2085,6 +2195,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string unallocatedShards = 4;
+ * @param value The bytes of the unallocatedShards to add.
+ * @return This builder for chaining.
*/
public Builder addUnallocatedShardsBytes(
akka.protobufv3.internal.ByteString value) {
@@ -2155,14 +2267,17 @@ public final class ClusterShardingMessages {
/**
* required string ref = 1;
+ * @return Whether the ref field is set.
*/
boolean hasRef();
/**
* required string ref = 1;
+ * @return The ref.
*/
java.lang.String getRef();
/**
* required string ref = 1;
+ * @return The bytes for ref.
*/
akka.protobufv3.internal.ByteString
getRefBytes();
@@ -2257,12 +2372,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object ref_;
/**
* required string ref = 1;
+ * @return Whether the ref field is set.
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string ref = 1;
+ * @return The ref.
*/
public java.lang.String getRef() {
java.lang.Object ref = ref_;
@@ -2280,6 +2397,7 @@ public final class ClusterShardingMessages {
}
/**
* required string ref = 1;
+ * @return The bytes for ref.
*/
public akka.protobufv3.internal.ByteString
getRefBytes() {
@@ -2620,12 +2738,14 @@ public final class ClusterShardingMessages {
private java.lang.Object ref_ = "";
/**
* required string ref = 1;
+ * @return Whether the ref field is set.
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string ref = 1;
+ * @return The ref.
*/
public java.lang.String getRef() {
java.lang.Object ref = ref_;
@@ -2643,6 +2763,7 @@ public final class ClusterShardingMessages {
}
/**
* required string ref = 1;
+ * @return The bytes for ref.
*/
public akka.protobufv3.internal.ByteString
getRefBytes() {
@@ -2659,6 +2780,8 @@ public final class ClusterShardingMessages {
}
/**
* required string ref = 1;
+ * @param value The ref to set.
+ * @return This builder for chaining.
*/
public Builder setRef(
java.lang.String value) {
@@ -2672,6 +2795,7 @@ public final class ClusterShardingMessages {
}
/**
* required string ref = 1;
+ * @return This builder for chaining.
*/
public Builder clearRef() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -2681,6 +2805,8 @@ public final class ClusterShardingMessages {
}
/**
* required string ref = 1;
+ * @param value The bytes for ref to set.
+ * @return This builder for chaining.
*/
public Builder setRefBytes(
akka.protobufv3.internal.ByteString value) {
@@ -2751,14 +2877,17 @@ public final class ClusterShardingMessages {
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
boolean hasShard();
/**
* required string shard = 1;
+ * @return The shard.
*/
java.lang.String getShard();
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
akka.protobufv3.internal.ByteString
getShardBytes();
@@ -2853,12 +2982,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object shard_;
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
public boolean hasShard() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string shard = 1;
+ * @return The shard.
*/
public java.lang.String getShard() {
java.lang.Object ref = shard_;
@@ -2876,6 +3007,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
public akka.protobufv3.internal.ByteString
getShardBytes() {
@@ -3216,12 +3348,14 @@ public final class ClusterShardingMessages {
private java.lang.Object shard_ = "";
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
public boolean hasShard() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string shard = 1;
+ * @return The shard.
*/
public java.lang.String getShard() {
java.lang.Object ref = shard_;
@@ -3239,6 +3373,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
public akka.protobufv3.internal.ByteString
getShardBytes() {
@@ -3255,6 +3390,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @param value The shard to set.
+ * @return This builder for chaining.
*/
public Builder setShard(
java.lang.String value) {
@@ -3268,6 +3405,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return This builder for chaining.
*/
public Builder clearShard() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -3277,6 +3415,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @param value The bytes for shard to set.
+ * @return This builder for chaining.
*/
public Builder setShardBytes(
akka.protobufv3.internal.ByteString value) {
@@ -3347,28 +3487,34 @@ public final class ClusterShardingMessages {
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
boolean hasShard();
/**
* required string shard = 1;
+ * @return The shard.
*/
java.lang.String getShard();
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
akka.protobufv3.internal.ByteString
getShardBytes();
/**
* required string region = 2;
+ * @return Whether the region field is set.
*/
boolean hasRegion();
/**
* required string region = 2;
+ * @return The region.
*/
java.lang.String getRegion();
/**
* required string region = 2;
+ * @return The bytes for region.
*/
akka.protobufv3.internal.ByteString
getRegionBytes();
@@ -3470,12 +3616,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object shard_;
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
public boolean hasShard() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string shard = 1;
+ * @return The shard.
*/
public java.lang.String getShard() {
java.lang.Object ref = shard_;
@@ -3493,6 +3641,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
public akka.protobufv3.internal.ByteString
getShardBytes() {
@@ -3512,12 +3661,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object region_;
/**
* required string region = 2;
+ * @return Whether the region field is set.
*/
public boolean hasRegion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string region = 2;
+ * @return The region.
*/
public java.lang.String getRegion() {
java.lang.Object ref = region_;
@@ -3535,6 +3686,7 @@ public final class ClusterShardingMessages {
}
/**
* required string region = 2;
+ * @return The bytes for region.
*/
public akka.protobufv3.internal.ByteString
getRegionBytes() {
@@ -3908,12 +4060,14 @@ public final class ClusterShardingMessages {
private java.lang.Object shard_ = "";
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
public boolean hasShard() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string shard = 1;
+ * @return The shard.
*/
public java.lang.String getShard() {
java.lang.Object ref = shard_;
@@ -3931,6 +4085,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
public akka.protobufv3.internal.ByteString
getShardBytes() {
@@ -3947,6 +4102,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @param value The shard to set.
+ * @return This builder for chaining.
*/
public Builder setShard(
java.lang.String value) {
@@ -3960,6 +4117,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return This builder for chaining.
*/
public Builder clearShard() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -3969,6 +4127,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @param value The bytes for shard to set.
+ * @return This builder for chaining.
*/
public Builder setShardBytes(
akka.protobufv3.internal.ByteString value) {
@@ -3984,12 +4144,14 @@ public final class ClusterShardingMessages {
private java.lang.Object region_ = "";
/**
* required string region = 2;
+ * @return Whether the region field is set.
*/
public boolean hasRegion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string region = 2;
+ * @return The region.
*/
public java.lang.String getRegion() {
java.lang.Object ref = region_;
@@ -4007,6 +4169,7 @@ public final class ClusterShardingMessages {
}
/**
* required string region = 2;
+ * @return The bytes for region.
*/
public akka.protobufv3.internal.ByteString
getRegionBytes() {
@@ -4023,6 +4186,8 @@ public final class ClusterShardingMessages {
}
/**
* required string region = 2;
+ * @param value The region to set.
+ * @return This builder for chaining.
*/
public Builder setRegion(
java.lang.String value) {
@@ -4036,6 +4201,7 @@ public final class ClusterShardingMessages {
}
/**
* required string region = 2;
+ * @return This builder for chaining.
*/
public Builder clearRegion() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -4045,6 +4211,8 @@ public final class ClusterShardingMessages {
}
/**
* required string region = 2;
+ * @param value The bytes for region to set.
+ * @return This builder for chaining.
*/
public Builder setRegionBytes(
akka.protobufv3.internal.ByteString value) {
@@ -4115,28 +4283,34 @@ public final class ClusterShardingMessages {
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
boolean hasShard();
/**
* required string shard = 1;
+ * @return The shard.
*/
java.lang.String getShard();
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
akka.protobufv3.internal.ByteString
getShardBytes();
/**
* required string region = 2;
+ * @return Whether the region field is set.
*/
boolean hasRegion();
/**
* required string region = 2;
+ * @return The region.
*/
java.lang.String getRegion();
/**
* required string region = 2;
+ * @return The bytes for region.
*/
akka.protobufv3.internal.ByteString
getRegionBytes();
@@ -4238,12 +4412,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object shard_;
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
public boolean hasShard() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string shard = 1;
+ * @return The shard.
*/
public java.lang.String getShard() {
java.lang.Object ref = shard_;
@@ -4261,6 +4437,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
public akka.protobufv3.internal.ByteString
getShardBytes() {
@@ -4280,12 +4457,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object region_;
/**
* required string region = 2;
+ * @return Whether the region field is set.
*/
public boolean hasRegion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string region = 2;
+ * @return The region.
*/
public java.lang.String getRegion() {
java.lang.Object ref = region_;
@@ -4303,6 +4482,7 @@ public final class ClusterShardingMessages {
}
/**
* required string region = 2;
+ * @return The bytes for region.
*/
public akka.protobufv3.internal.ByteString
getRegionBytes() {
@@ -4676,12 +4856,14 @@ public final class ClusterShardingMessages {
private java.lang.Object shard_ = "";
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
public boolean hasShard() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string shard = 1;
+ * @return The shard.
*/
public java.lang.String getShard() {
java.lang.Object ref = shard_;
@@ -4699,6 +4881,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
public akka.protobufv3.internal.ByteString
getShardBytes() {
@@ -4715,6 +4898,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @param value The shard to set.
+ * @return This builder for chaining.
*/
public Builder setShard(
java.lang.String value) {
@@ -4728,6 +4913,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return This builder for chaining.
*/
public Builder clearShard() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -4737,6 +4923,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @param value The bytes for shard to set.
+ * @return This builder for chaining.
*/
public Builder setShardBytes(
akka.protobufv3.internal.ByteString value) {
@@ -4752,12 +4940,14 @@ public final class ClusterShardingMessages {
private java.lang.Object region_ = "";
/**
* required string region = 2;
+ * @return Whether the region field is set.
*/
public boolean hasRegion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string region = 2;
+ * @return The region.
*/
public java.lang.String getRegion() {
java.lang.Object ref = region_;
@@ -4775,6 +4965,7 @@ public final class ClusterShardingMessages {
}
/**
* required string region = 2;
+ * @return The bytes for region.
*/
public akka.protobufv3.internal.ByteString
getRegionBytes() {
@@ -4791,6 +4982,8 @@ public final class ClusterShardingMessages {
}
/**
* required string region = 2;
+ * @param value The region to set.
+ * @return This builder for chaining.
*/
public Builder setRegion(
java.lang.String value) {
@@ -4804,6 +4997,7 @@ public final class ClusterShardingMessages {
}
/**
* required string region = 2;
+ * @return This builder for chaining.
*/
public Builder clearRegion() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -4813,6 +5007,8 @@ public final class ClusterShardingMessages {
}
/**
* required string region = 2;
+ * @param value The bytes for region to set.
+ * @return This builder for chaining.
*/
public Builder setRegionBytes(
akka.protobufv3.internal.ByteString value) {
@@ -4883,19 +5079,25 @@ public final class ClusterShardingMessages {
/**
* repeated string entities = 1;
+ * @return A list containing the entities.
*/
java.util.List
getEntitiesList();
/**
* repeated string entities = 1;
+ * @return The count of entities.
*/
int getEntitiesCount();
/**
* repeated string entities = 1;
+ * @param index The index of the element to return.
+ * @return The entities at the given index.
*/
java.lang.String getEntities(int index);
/**
* repeated string entities = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the entities at the given index.
*/
akka.protobufv3.internal.ByteString
getEntitiesBytes(int index);
@@ -4995,6 +5197,7 @@ public final class ClusterShardingMessages {
private akka.protobufv3.internal.LazyStringList entities_;
/**
* repeated string entities = 1;
+ * @return A list containing the entities.
*/
public akka.protobufv3.internal.ProtocolStringList
getEntitiesList() {
@@ -5002,18 +5205,23 @@ public final class ClusterShardingMessages {
}
/**
* repeated string entities = 1;
+ * @return The count of entities.
*/
public int getEntitiesCount() {
return entities_.size();
}
/**
* repeated string entities = 1;
+ * @param index The index of the element to return.
+ * @return The entities at the given index.
*/
public java.lang.String getEntities(int index) {
return entities_.get(index);
}
/**
* repeated string entities = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the entities at the given index.
*/
public akka.protobufv3.internal.ByteString
getEntitiesBytes(int index) {
@@ -5350,6 +5558,7 @@ public final class ClusterShardingMessages {
}
/**
* repeated string entities = 1;
+ * @return A list containing the entities.
*/
public akka.protobufv3.internal.ProtocolStringList
getEntitiesList() {
@@ -5357,18 +5566,23 @@ public final class ClusterShardingMessages {
}
/**
* repeated string entities = 1;
+ * @return The count of entities.
*/
public int getEntitiesCount() {
return entities_.size();
}
/**
* repeated string entities = 1;
+ * @param index The index of the element to return.
+ * @return The entities at the given index.
*/
public java.lang.String getEntities(int index) {
return entities_.get(index);
}
/**
* repeated string entities = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the entities at the given index.
*/
public akka.protobufv3.internal.ByteString
getEntitiesBytes(int index) {
@@ -5376,6 +5590,9 @@ public final class ClusterShardingMessages {
}
/**
* repeated string entities = 1;
+ * @param index The index to set the value at.
+ * @param value The entities to set.
+ * @return This builder for chaining.
*/
public Builder setEntities(
int index, java.lang.String value) {
@@ -5389,6 +5606,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string entities = 1;
+ * @param value The entities to add.
+ * @return This builder for chaining.
*/
public Builder addEntities(
java.lang.String value) {
@@ -5402,6 +5621,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string entities = 1;
+ * @param values The entities to add.
+ * @return This builder for chaining.
*/
public Builder addAllEntities(
java.lang.Iterable values) {
@@ -5413,6 +5634,7 @@ public final class ClusterShardingMessages {
}
/**
* repeated string entities = 1;
+ * @return This builder for chaining.
*/
public Builder clearEntities() {
entities_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -5422,6 +5644,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string entities = 1;
+ * @param value The bytes of the entities to add.
+ * @return This builder for chaining.
*/
public Builder addEntitiesBytes(
akka.protobufv3.internal.ByteString value) {
@@ -5492,14 +5716,17 @@ public final class ClusterShardingMessages {
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
boolean hasEntityId();
/**
* required string entityId = 1;
+ * @return The entityId.
*/
java.lang.String getEntityId();
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
akka.protobufv3.internal.ByteString
getEntityIdBytes();
@@ -5594,12 +5821,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object entityId_;
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
public boolean hasEntityId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string entityId = 1;
+ * @return The entityId.
*/
public java.lang.String getEntityId() {
java.lang.Object ref = entityId_;
@@ -5617,6 +5846,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
public akka.protobufv3.internal.ByteString
getEntityIdBytes() {
@@ -5957,12 +6187,14 @@ public final class ClusterShardingMessages {
private java.lang.Object entityId_ = "";
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
public boolean hasEntityId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string entityId = 1;
+ * @return The entityId.
*/
public java.lang.String getEntityId() {
java.lang.Object ref = entityId_;
@@ -5980,6 +6212,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
public akka.protobufv3.internal.ByteString
getEntityIdBytes() {
@@ -5996,6 +6229,8 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @param value The entityId to set.
+ * @return This builder for chaining.
*/
public Builder setEntityId(
java.lang.String value) {
@@ -6009,6 +6244,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return This builder for chaining.
*/
public Builder clearEntityId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -6018,6 +6254,8 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @param value The bytes for entityId to set.
+ * @return This builder for chaining.
*/
public Builder setEntityIdBytes(
akka.protobufv3.internal.ByteString value) {
@@ -6088,14 +6326,17 @@ public final class ClusterShardingMessages {
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
boolean hasEntityId();
/**
* required string entityId = 1;
+ * @return The entityId.
*/
java.lang.String getEntityId();
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
akka.protobufv3.internal.ByteString
getEntityIdBytes();
@@ -6190,12 +6431,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object entityId_;
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
public boolean hasEntityId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string entityId = 1;
+ * @return The entityId.
*/
public java.lang.String getEntityId() {
java.lang.Object ref = entityId_;
@@ -6213,6 +6456,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
public akka.protobufv3.internal.ByteString
getEntityIdBytes() {
@@ -6553,12 +6797,14 @@ public final class ClusterShardingMessages {
private java.lang.Object entityId_ = "";
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
public boolean hasEntityId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string entityId = 1;
+ * @return The entityId.
*/
public java.lang.String getEntityId() {
java.lang.Object ref = entityId_;
@@ -6576,6 +6822,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
public akka.protobufv3.internal.ByteString
getEntityIdBytes() {
@@ -6592,6 +6839,8 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @param value The entityId to set.
+ * @return This builder for chaining.
*/
public Builder setEntityId(
java.lang.String value) {
@@ -6605,6 +6854,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return This builder for chaining.
*/
public Builder clearEntityId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -6614,6 +6864,8 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @param value The bytes for entityId to set.
+ * @return This builder for chaining.
*/
public Builder setEntityIdBytes(
akka.protobufv3.internal.ByteString value) {
@@ -6684,24 +6936,29 @@ public final class ClusterShardingMessages {
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
boolean hasShard();
/**
* required string shard = 1;
+ * @return The shard.
*/
java.lang.String getShard();
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
akka.protobufv3.internal.ByteString
getShardBytes();
/**
* required int32 entityCount = 2;
+ * @return Whether the entityCount field is set.
*/
boolean hasEntityCount();
/**
* required int32 entityCount = 2;
+ * @return The entityCount.
*/
int getEntityCount();
}
@@ -6800,12 +7057,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object shard_;
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
public boolean hasShard() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string shard = 1;
+ * @return The shard.
*/
public java.lang.String getShard() {
java.lang.Object ref = shard_;
@@ -6823,6 +7082,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
public akka.protobufv3.internal.ByteString
getShardBytes() {
@@ -6842,12 +7102,14 @@ public final class ClusterShardingMessages {
private int entityCount_;
/**
* required int32 entityCount = 2;
+ * @return Whether the entityCount field is set.
*/
public boolean hasEntityCount() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 entityCount = 2;
+ * @return The entityCount.
*/
public int getEntityCount() {
return entityCount_;
@@ -7210,12 +7472,14 @@ public final class ClusterShardingMessages {
private java.lang.Object shard_ = "";
/**
* required string shard = 1;
+ * @return Whether the shard field is set.
*/
public boolean hasShard() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string shard = 1;
+ * @return The shard.
*/
public java.lang.String getShard() {
java.lang.Object ref = shard_;
@@ -7233,6 +7497,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return The bytes for shard.
*/
public akka.protobufv3.internal.ByteString
getShardBytes() {
@@ -7249,6 +7514,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @param value The shard to set.
+ * @return This builder for chaining.
*/
public Builder setShard(
java.lang.String value) {
@@ -7262,6 +7529,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @return This builder for chaining.
*/
public Builder clearShard() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -7271,6 +7539,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shard = 1;
+ * @param value The bytes for shard to set.
+ * @return This builder for chaining.
*/
public Builder setShardBytes(
akka.protobufv3.internal.ByteString value) {
@@ -7286,18 +7556,22 @@ public final class ClusterShardingMessages {
private int entityCount_ ;
/**
* required int32 entityCount = 2;
+ * @return Whether the entityCount field is set.
*/
public boolean hasEntityCount() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 entityCount = 2;
+ * @return The entityCount.
*/
public int getEntityCount() {
return entityCount_;
}
/**
* required int32 entityCount = 2;
+ * @param value The entityCount to set.
+ * @return This builder for chaining.
*/
public Builder setEntityCount(int value) {
bitField0_ |= 0x00000002;
@@ -7307,6 +7581,7 @@ public final class ClusterShardingMessages {
}
/**
* required int32 entityCount = 2;
+ * @return This builder for chaining.
*/
public Builder clearEntityCount() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -7397,19 +7672,25 @@ public final class ClusterShardingMessages {
/**
* repeated string failed = 2;
+ * @return A list containing the failed.
*/
java.util.List
getFailedList();
/**
* repeated string failed = 2;
+ * @return The count of failed.
*/
int getFailedCount();
/**
* repeated string failed = 2;
+ * @param index The index of the element to return.
+ * @return The failed at the given index.
*/
java.lang.String getFailed(int index);
/**
* repeated string failed = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the failed at the given index.
*/
akka.protobufv3.internal.ByteString
getFailedBytes(int index);
@@ -7557,6 +7838,7 @@ public final class ClusterShardingMessages {
private akka.protobufv3.internal.LazyStringList failed_;
/**
* repeated string failed = 2;
+ * @return A list containing the failed.
*/
public akka.protobufv3.internal.ProtocolStringList
getFailedList() {
@@ -7564,18 +7846,23 @@ public final class ClusterShardingMessages {
}
/**
* repeated string failed = 2;
+ * @return The count of failed.
*/
public int getFailedCount() {
return failed_.size();
}
/**
* repeated string failed = 2;
+ * @param index The index of the element to return.
+ * @return The failed at the given index.
*/
public java.lang.String getFailed(int index) {
return failed_.get(index);
}
/**
* repeated string failed = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the failed at the given index.
*/
public akka.protobufv3.internal.ByteString
getFailedBytes(int index) {
@@ -8207,6 +8494,7 @@ public final class ClusterShardingMessages {
}
/**
* repeated string failed = 2;
+ * @return A list containing the failed.
*/
public akka.protobufv3.internal.ProtocolStringList
getFailedList() {
@@ -8214,18 +8502,23 @@ public final class ClusterShardingMessages {
}
/**
* repeated string failed = 2;
+ * @return The count of failed.
*/
public int getFailedCount() {
return failed_.size();
}
/**
* repeated string failed = 2;
+ * @param index The index of the element to return.
+ * @return The failed at the given index.
*/
public java.lang.String getFailed(int index) {
return failed_.get(index);
}
/**
* repeated string failed = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the failed at the given index.
*/
public akka.protobufv3.internal.ByteString
getFailedBytes(int index) {
@@ -8233,6 +8526,9 @@ public final class ClusterShardingMessages {
}
/**
* repeated string failed = 2;
+ * @param index The index to set the value at.
+ * @param value The failed to set.
+ * @return This builder for chaining.
*/
public Builder setFailed(
int index, java.lang.String value) {
@@ -8246,6 +8542,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string failed = 2;
+ * @param value The failed to add.
+ * @return This builder for chaining.
*/
public Builder addFailed(
java.lang.String value) {
@@ -8259,6 +8557,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string failed = 2;
+ * @param values The failed to add.
+ * @return This builder for chaining.
*/
public Builder addAllFailed(
java.lang.Iterable values) {
@@ -8270,6 +8570,7 @@ public final class ClusterShardingMessages {
}
/**
* repeated string failed = 2;
+ * @return This builder for chaining.
*/
public Builder clearFailed() {
failed_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -8279,6 +8580,8 @@ public final class ClusterShardingMessages {
}
/**
* repeated string failed = 2;
+ * @param value The bytes of the failed to add.
+ * @return This builder for chaining.
*/
public Builder addFailedBytes(
akka.protobufv3.internal.ByteString value) {
@@ -8349,24 +8652,29 @@ public final class ClusterShardingMessages {
/**
* optional string key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* optional string key = 1;
+ * @return The key.
*/
java.lang.String getKey();
/**
* optional string key = 1;
+ * @return The bytes for key.
*/
akka.protobufv3.internal.ByteString
getKeyBytes();
/**
* optional int32 value = 2;
+ * @return Whether the value field is set.
*/
boolean hasValue();
/**
* optional int32 value = 2;
+ * @return The value.
*/
int getValue();
}
@@ -8465,12 +8773,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object key_;
/**
* optional string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -8488,6 +8798,7 @@ public final class ClusterShardingMessages {
}
/**
* optional string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -8507,12 +8818,14 @@ public final class ClusterShardingMessages {
private int value_;
/**
* optional int32 value = 2;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int32 value = 2;
+ * @return The value.
*/
public int getValue() {
return value_;
@@ -8861,12 +9174,14 @@ public final class ClusterShardingMessages {
private java.lang.Object key_ = "";
/**
* optional string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -8884,6 +9199,7 @@ public final class ClusterShardingMessages {
}
/**
* optional string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -8900,6 +9216,8 @@ public final class ClusterShardingMessages {
}
/**
* optional string key = 1;
+ * @param value The key to set.
+ * @return This builder for chaining.
*/
public Builder setKey(
java.lang.String value) {
@@ -8913,6 +9231,7 @@ public final class ClusterShardingMessages {
}
/**
* optional string key = 1;
+ * @return This builder for chaining.
*/
public Builder clearKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -8922,6 +9241,8 @@ public final class ClusterShardingMessages {
}
/**
* optional string key = 1;
+ * @param value The bytes for key to set.
+ * @return This builder for chaining.
*/
public Builder setKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -8937,18 +9258,22 @@ public final class ClusterShardingMessages {
private int value_ ;
/**
* optional int32 value = 2;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int32 value = 2;
+ * @return The value.
*/
public int getValue() {
return value_;
}
/**
* optional int32 value = 2;
+ * @param value The value to set.
+ * @return This builder for chaining.
*/
public Builder setValue(int value) {
bitField0_ |= 0x00000002;
@@ -8958,6 +9283,7 @@ public final class ClusterShardingMessages {
}
/**
* optional int32 value = 2;
+ * @return This builder for chaining.
*/
public Builder clearValue() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -9024,10 +9350,12 @@ public final class ClusterShardingMessages {
/**
* required int64 timeoutNanos = 1;
+ * @return Whether the timeoutNanos field is set.
*/
boolean hasTimeoutNanos();
/**
* required int64 timeoutNanos = 1;
+ * @return The timeoutNanos.
*/
long getTimeoutNanos();
}
@@ -9119,12 +9447,14 @@ public final class ClusterShardingMessages {
private long timeoutNanos_;
/**
* required int64 timeoutNanos = 1;
+ * @return Whether the timeoutNanos field is set.
*/
public boolean hasTimeoutNanos() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 timeoutNanos = 1;
+ * @return The timeoutNanos.
*/
public long getTimeoutNanos() {
return timeoutNanos_;
@@ -9455,18 +9785,22 @@ public final class ClusterShardingMessages {
private long timeoutNanos_ ;
/**
* required int64 timeoutNanos = 1;
+ * @return Whether the timeoutNanos field is set.
*/
public boolean hasTimeoutNanos() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 timeoutNanos = 1;
+ * @return The timeoutNanos.
*/
public long getTimeoutNanos() {
return timeoutNanos_;
}
/**
* required int64 timeoutNanos = 1;
+ * @param value The timeoutNanos to set.
+ * @return This builder for chaining.
*/
public Builder setTimeoutNanos(long value) {
bitField0_ |= 0x00000001;
@@ -9476,6 +9810,7 @@ public final class ClusterShardingMessages {
}
/**
* required int64 timeoutNanos = 1;
+ * @return This builder for chaining.
*/
public Builder clearTimeoutNanos() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -10341,10 +10676,12 @@ public final class ClusterShardingMessages {
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
boolean hasAddress();
/**
* required .Address address = 1;
+ * @return The address.
*/
akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address getAddress();
/**
@@ -10354,10 +10691,12 @@ public final class ClusterShardingMessages {
/**
* required .ShardRegionStats stats = 2;
+ * @return Whether the stats field is set.
*/
boolean hasStats();
/**
* required .ShardRegionStats stats = 2;
+ * @return The stats.
*/
akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats getStats();
/**
@@ -10474,12 +10813,14 @@ public final class ClusterShardingMessages {
private akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address address_;
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address address = 1;
+ * @return The address.
*/
public akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address getAddress() {
return address_ == null ? akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.getDefaultInstance() : address_;
@@ -10495,12 +10836,14 @@ public final class ClusterShardingMessages {
private akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats stats_;
/**
* required .ShardRegionStats stats = 2;
+ * @return Whether the stats field is set.
*/
public boolean hasStats() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .ShardRegionStats stats = 2;
+ * @return The stats.
*/
public akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats getStats() {
return stats_ == null ? akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.getDefaultInstance() : stats_;
@@ -10895,12 +11238,14 @@ public final class ClusterShardingMessages {
akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address.Builder, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.AddressOrBuilder> addressBuilder_;
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address address = 1;
+ * @return The address.
*/
public akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.Address getAddress() {
if (addressBuilder_ == null) {
@@ -11013,12 +11358,14 @@ public final class ClusterShardingMessages {
akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats.Builder, akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStatsOrBuilder> statsBuilder_;
/**
* required .ShardRegionStats stats = 2;
+ * @return Whether the stats field is set.
*/
public boolean hasStats() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .ShardRegionStats stats = 2;
+ * @return The stats.
*/
public akka.cluster.sharding.protobuf.msg.ClusterShardingMessages.ShardRegionStats getStats() {
if (statsBuilder_ == null) {
@@ -11983,52 +12330,63 @@ public final class ClusterShardingMessages {
/**
* required string protocol = 1;
+ * @return Whether the protocol field is set.
*/
boolean hasProtocol();
/**
* required string protocol = 1;
+ * @return The protocol.
*/
java.lang.String getProtocol();
/**
* required string protocol = 1;
+ * @return The bytes for protocol.
*/
akka.protobufv3.internal.ByteString
getProtocolBytes();
/**
* required string system = 2;
+ * @return Whether the system field is set.
*/
boolean hasSystem();
/**
* required string system = 2;
+ * @return The system.
*/
java.lang.String getSystem();
/**
* required string system = 2;
+ * @return The bytes for system.
*/
akka.protobufv3.internal.ByteString
getSystemBytes();
/**
* required string hostname = 3;
+ * @return Whether the hostname field is set.
*/
boolean hasHostname();
/**
* required string hostname = 3;
+ * @return The hostname.
*/
java.lang.String getHostname();
/**
* required string hostname = 3;
+ * @return The bytes for hostname.
*/
akka.protobufv3.internal.ByteString
getHostnameBytes();
/**
* required uint32 port = 4;
+ * @return Whether the port field is set.
*/
boolean hasPort();
/**
* required uint32 port = 4;
+ * @return The port.
*/
int getPort();
}
@@ -12146,12 +12504,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object protocol_;
/**
* required string protocol = 1;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string protocol = 1;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -12169,6 +12529,7 @@ public final class ClusterShardingMessages {
}
/**
* required string protocol = 1;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -12188,12 +12549,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object system_;
/**
* required string system = 2;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string system = 2;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -12211,6 +12574,7 @@ public final class ClusterShardingMessages {
}
/**
* required string system = 2;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -12230,12 +12594,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object hostname_;
/**
* required string hostname = 3;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string hostname = 3;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -12253,6 +12619,7 @@ public final class ClusterShardingMessages {
}
/**
* required string hostname = 3;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -12272,12 +12639,14 @@ public final class ClusterShardingMessages {
private int port_;
/**
* required uint32 port = 4;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required uint32 port = 4;
+ * @return The port.
*/
public int getPort() {
return port_;
@@ -12711,12 +13080,14 @@ public final class ClusterShardingMessages {
private java.lang.Object protocol_ = "";
/**
* required string protocol = 1;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string protocol = 1;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -12734,6 +13105,7 @@ public final class ClusterShardingMessages {
}
/**
* required string protocol = 1;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -12750,6 +13122,8 @@ public final class ClusterShardingMessages {
}
/**
* required string protocol = 1;
+ * @param value The protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocol(
java.lang.String value) {
@@ -12763,6 +13137,7 @@ public final class ClusterShardingMessages {
}
/**
* required string protocol = 1;
+ * @return This builder for chaining.
*/
public Builder clearProtocol() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -12772,6 +13147,8 @@ public final class ClusterShardingMessages {
}
/**
* required string protocol = 1;
+ * @param value The bytes for protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocolBytes(
akka.protobufv3.internal.ByteString value) {
@@ -12787,12 +13164,14 @@ public final class ClusterShardingMessages {
private java.lang.Object system_ = "";
/**
* required string system = 2;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string system = 2;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -12810,6 +13189,7 @@ public final class ClusterShardingMessages {
}
/**
* required string system = 2;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -12826,6 +13206,8 @@ public final class ClusterShardingMessages {
}
/**
* required string system = 2;
+ * @param value The system to set.
+ * @return This builder for chaining.
*/
public Builder setSystem(
java.lang.String value) {
@@ -12839,6 +13221,7 @@ public final class ClusterShardingMessages {
}
/**
* required string system = 2;
+ * @return This builder for chaining.
*/
public Builder clearSystem() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -12848,6 +13231,8 @@ public final class ClusterShardingMessages {
}
/**
* required string system = 2;
+ * @param value The bytes for system to set.
+ * @return This builder for chaining.
*/
public Builder setSystemBytes(
akka.protobufv3.internal.ByteString value) {
@@ -12863,12 +13248,14 @@ public final class ClusterShardingMessages {
private java.lang.Object hostname_ = "";
/**
* required string hostname = 3;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string hostname = 3;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -12886,6 +13273,7 @@ public final class ClusterShardingMessages {
}
/**
* required string hostname = 3;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -12902,6 +13290,8 @@ public final class ClusterShardingMessages {
}
/**
* required string hostname = 3;
+ * @param value The hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostname(
java.lang.String value) {
@@ -12915,6 +13305,7 @@ public final class ClusterShardingMessages {
}
/**
* required string hostname = 3;
+ * @return This builder for chaining.
*/
public Builder clearHostname() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -12924,6 +13315,8 @@ public final class ClusterShardingMessages {
}
/**
* required string hostname = 3;
+ * @param value The bytes for hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostnameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -12939,18 +13332,22 @@ public final class ClusterShardingMessages {
private int port_ ;
/**
* required uint32 port = 4;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required uint32 port = 4;
+ * @return The port.
*/
public int getPort() {
return port_;
}
/**
* required uint32 port = 4;
+ * @param value The port to set.
+ * @return This builder for chaining.
*/
public Builder setPort(int value) {
bitField0_ |= 0x00000008;
@@ -12960,6 +13357,7 @@ public final class ClusterShardingMessages {
}
/**
* required uint32 port = 4;
+ * @return This builder for chaining.
*/
public Builder clearPort() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -13026,14 +13424,17 @@ public final class ClusterShardingMessages {
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
boolean hasEntityId();
/**
* required string entityId = 1;
+ * @return The entityId.
*/
java.lang.String getEntityId();
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
akka.protobufv3.internal.ByteString
getEntityIdBytes();
@@ -13128,12 +13529,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object entityId_;
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
public boolean hasEntityId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string entityId = 1;
+ * @return The entityId.
*/
public java.lang.String getEntityId() {
java.lang.Object ref = entityId_;
@@ -13151,6 +13554,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
public akka.protobufv3.internal.ByteString
getEntityIdBytes() {
@@ -13491,12 +13895,14 @@ public final class ClusterShardingMessages {
private java.lang.Object entityId_ = "";
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
public boolean hasEntityId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string entityId = 1;
+ * @return The entityId.
*/
public java.lang.String getEntityId() {
java.lang.Object ref = entityId_;
@@ -13514,6 +13920,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
public akka.protobufv3.internal.ByteString
getEntityIdBytes() {
@@ -13530,6 +13937,8 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @param value The entityId to set.
+ * @return This builder for chaining.
*/
public Builder setEntityId(
java.lang.String value) {
@@ -13543,6 +13952,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return This builder for chaining.
*/
public Builder clearEntityId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -13552,6 +13962,8 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @param value The bytes for entityId to set.
+ * @return This builder for chaining.
*/
public Builder setEntityIdBytes(
akka.protobufv3.internal.ByteString value) {
@@ -13622,28 +14034,34 @@ public final class ClusterShardingMessages {
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
boolean hasEntityId();
/**
* required string entityId = 1;
+ * @return The entityId.
*/
java.lang.String getEntityId();
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
akka.protobufv3.internal.ByteString
getEntityIdBytes();
/**
* required string shardId = 2;
+ * @return Whether the shardId field is set.
*/
boolean hasShardId();
/**
* required string shardId = 2;
+ * @return The shardId.
*/
java.lang.String getShardId();
/**
* required string shardId = 2;
+ * @return The bytes for shardId.
*/
akka.protobufv3.internal.ByteString
getShardIdBytes();
@@ -13745,12 +14163,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object entityId_;
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
public boolean hasEntityId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string entityId = 1;
+ * @return The entityId.
*/
public java.lang.String getEntityId() {
java.lang.Object ref = entityId_;
@@ -13768,6 +14188,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
public akka.protobufv3.internal.ByteString
getEntityIdBytes() {
@@ -13787,12 +14208,14 @@ public final class ClusterShardingMessages {
private volatile java.lang.Object shardId_;
/**
* required string shardId = 2;
+ * @return Whether the shardId field is set.
*/
public boolean hasShardId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string shardId = 2;
+ * @return The shardId.
*/
public java.lang.String getShardId() {
java.lang.Object ref = shardId_;
@@ -13810,6 +14233,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shardId = 2;
+ * @return The bytes for shardId.
*/
public akka.protobufv3.internal.ByteString
getShardIdBytes() {
@@ -14183,12 +14607,14 @@ public final class ClusterShardingMessages {
private java.lang.Object entityId_ = "";
/**
* required string entityId = 1;
+ * @return Whether the entityId field is set.
*/
public boolean hasEntityId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string entityId = 1;
+ * @return The entityId.
*/
public java.lang.String getEntityId() {
java.lang.Object ref = entityId_;
@@ -14206,6 +14632,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return The bytes for entityId.
*/
public akka.protobufv3.internal.ByteString
getEntityIdBytes() {
@@ -14222,6 +14649,8 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @param value The entityId to set.
+ * @return This builder for chaining.
*/
public Builder setEntityId(
java.lang.String value) {
@@ -14235,6 +14664,7 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @return This builder for chaining.
*/
public Builder clearEntityId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -14244,6 +14674,8 @@ public final class ClusterShardingMessages {
}
/**
* required string entityId = 1;
+ * @param value The bytes for entityId to set.
+ * @return This builder for chaining.
*/
public Builder setEntityIdBytes(
akka.protobufv3.internal.ByteString value) {
@@ -14259,12 +14691,14 @@ public final class ClusterShardingMessages {
private java.lang.Object shardId_ = "";
/**
* required string shardId = 2;
+ * @return Whether the shardId field is set.
*/
public boolean hasShardId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string shardId = 2;
+ * @return The shardId.
*/
public java.lang.String getShardId() {
java.lang.Object ref = shardId_;
@@ -14282,6 +14716,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shardId = 2;
+ * @return The bytes for shardId.
*/
public akka.protobufv3.internal.ByteString
getShardIdBytes() {
@@ -14298,6 +14733,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shardId = 2;
+ * @param value The shardId to set.
+ * @return This builder for chaining.
*/
public Builder setShardId(
java.lang.String value) {
@@ -14311,6 +14748,7 @@ public final class ClusterShardingMessages {
}
/**
* required string shardId = 2;
+ * @return This builder for chaining.
*/
public Builder clearShardId() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -14320,6 +14758,8 @@ public final class ClusterShardingMessages {
}
/**
* required string shardId = 2;
+ * @param value The bytes for shardId to set.
+ * @return This builder for chaining.
*/
public Builder setShardIdBytes(
akka.protobufv3.internal.ByteString value) {
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 732dc83d2d..fc2d613310 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
@@ -24,19 +24,25 @@ public final class ClusterClientMessages {
/**
* repeated string contactPoints = 1;
+ * @return A list containing the contactPoints.
*/
java.util.List
getContactPointsList();
/**
* repeated string contactPoints = 1;
+ * @return The count of contactPoints.
*/
int getContactPointsCount();
/**
* repeated string contactPoints = 1;
+ * @param index The index of the element to return.
+ * @return The contactPoints at the given index.
*/
java.lang.String getContactPoints(int index);
/**
* repeated string contactPoints = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the contactPoints at the given index.
*/
akka.protobufv3.internal.ByteString
getContactPointsBytes(int index);
@@ -136,6 +142,7 @@ public final class ClusterClientMessages {
private akka.protobufv3.internal.LazyStringList contactPoints_;
/**
* repeated string contactPoints = 1;
+ * @return A list containing the contactPoints.
*/
public akka.protobufv3.internal.ProtocolStringList
getContactPointsList() {
@@ -143,18 +150,23 @@ public final class ClusterClientMessages {
}
/**
* repeated string contactPoints = 1;
+ * @return The count of contactPoints.
*/
public int getContactPointsCount() {
return contactPoints_.size();
}
/**
* repeated string contactPoints = 1;
+ * @param index The index of the element to return.
+ * @return The contactPoints at the given index.
*/
public java.lang.String getContactPoints(int index) {
return contactPoints_.get(index);
}
/**
* repeated string contactPoints = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the contactPoints at the given index.
*/
public akka.protobufv3.internal.ByteString
getContactPointsBytes(int index) {
@@ -491,6 +503,7 @@ public final class ClusterClientMessages {
}
/**
* repeated string contactPoints = 1;
+ * @return A list containing the contactPoints.
*/
public akka.protobufv3.internal.ProtocolStringList
getContactPointsList() {
@@ -498,18 +511,23 @@ public final class ClusterClientMessages {
}
/**
* repeated string contactPoints = 1;
+ * @return The count of contactPoints.
*/
public int getContactPointsCount() {
return contactPoints_.size();
}
/**
* repeated string contactPoints = 1;
+ * @param index The index of the element to return.
+ * @return The contactPoints at the given index.
*/
public java.lang.String getContactPoints(int index) {
return contactPoints_.get(index);
}
/**
* repeated string contactPoints = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the contactPoints at the given index.
*/
public akka.protobufv3.internal.ByteString
getContactPointsBytes(int index) {
@@ -517,6 +535,9 @@ public final class ClusterClientMessages {
}
/**
* repeated string contactPoints = 1;
+ * @param index The index to set the value at.
+ * @param value The contactPoints to set.
+ * @return This builder for chaining.
*/
public Builder setContactPoints(
int index, java.lang.String value) {
@@ -530,6 +551,8 @@ public final class ClusterClientMessages {
}
/**
* repeated string contactPoints = 1;
+ * @param value The contactPoints to add.
+ * @return This builder for chaining.
*/
public Builder addContactPoints(
java.lang.String value) {
@@ -543,6 +566,8 @@ public final class ClusterClientMessages {
}
/**
* repeated string contactPoints = 1;
+ * @param values The contactPoints to add.
+ * @return This builder for chaining.
*/
public Builder addAllContactPoints(
java.lang.Iterable values) {
@@ -554,6 +579,7 @@ public final class ClusterClientMessages {
}
/**
* repeated string contactPoints = 1;
+ * @return This builder for chaining.
*/
public Builder clearContactPoints() {
contactPoints_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -563,6 +589,8 @@ public final class ClusterClientMessages {
}
/**
* repeated string contactPoints = 1;
+ * @param value The bytes of the contactPoints to add.
+ * @return This builder for chaining.
*/
public Builder addContactPointsBytes(
akka.protobufv3.internal.ByteString value) {
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 dcf2511ebf..30d1be4c87 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
@@ -48,10 +48,12 @@ public final class DistributedPubSubMessages {
/**
* optional bool replyToStatus = 2;
+ * @return Whether the replyToStatus field is set.
*/
boolean hasReplyToStatus();
/**
* optional bool replyToStatus = 2;
+ * @return The replyToStatus.
*/
boolean getReplyToStatus();
}
@@ -157,10 +159,12 @@ public final class DistributedPubSubMessages {
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
boolean hasAddress();
/**
* required .Address address = 1;
+ * @return The address.
*/
akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address getAddress();
/**
@@ -170,10 +174,12 @@ public final class DistributedPubSubMessages {
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
boolean hasTimestamp();
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
long getTimestamp();
}
@@ -278,12 +284,14 @@ public final class DistributedPubSubMessages {
private akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address address_;
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address address = 1;
+ * @return The address.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address getAddress() {
return address_ == null ? akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.getDefaultInstance() : address_;
@@ -299,12 +307,14 @@ public final class DistributedPubSubMessages {
private long timestamp_;
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
@@ -685,12 +695,14 @@ public final class DistributedPubSubMessages {
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;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address address = 1;
+ * @return The address.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address getAddress() {
if (addressBuilder_ == null) {
@@ -801,18 +813,22 @@ public final class DistributedPubSubMessages {
private long timestamp_ ;
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
}
/**
* required int64 timestamp = 2;
+ * @param value The timestamp to set.
+ * @return This builder for chaining.
*/
public Builder setTimestamp(long value) {
bitField0_ |= 0x00000002;
@@ -822,6 +838,7 @@ public final class DistributedPubSubMessages {
}
/**
* required int64 timestamp = 2;
+ * @return This builder for chaining.
*/
public Builder clearTimestamp() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -922,12 +939,14 @@ public final class DistributedPubSubMessages {
private boolean replyToStatus_;
/**
* optional bool replyToStatus = 2;
+ * @return Whether the replyToStatus field is set.
*/
public boolean hasReplyToStatus() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional bool replyToStatus = 2;
+ * @return The replyToStatus.
*/
public boolean getReplyToStatus() {
return replyToStatus_;
@@ -1557,18 +1576,22 @@ public final class DistributedPubSubMessages {
private boolean replyToStatus_ ;
/**
* optional bool replyToStatus = 2;
+ * @return Whether the replyToStatus field is set.
*/
public boolean hasReplyToStatus() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional bool replyToStatus = 2;
+ * @return The replyToStatus.
*/
public boolean getReplyToStatus() {
return replyToStatus_;
}
/**
* optional bool replyToStatus = 2;
+ * @param value The replyToStatus to set.
+ * @return This builder for chaining.
*/
public Builder setReplyToStatus(boolean value) {
bitField0_ |= 0x00000002;
@@ -1578,6 +1601,7 @@ public final class DistributedPubSubMessages {
}
/**
* optional bool replyToStatus = 2;
+ * @return This builder for chaining.
*/
public Builder clearReplyToStatus() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -1763,37 +1787,45 @@ public final class DistributedPubSubMessages {
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required string key = 1;
+ * @return The key.
*/
java.lang.String getKey();
/**
* required string key = 1;
+ * @return The bytes for key.
*/
akka.protobufv3.internal.ByteString
getKeyBytes();
/**
* required int64 version = 2;
+ * @return Whether the version field is set.
*/
boolean hasVersion();
/**
* required int64 version = 2;
+ * @return The version.
*/
long getVersion();
/**
* optional string ref = 3;
+ * @return Whether the ref field is set.
*/
boolean hasRef();
/**
* optional string ref = 3;
+ * @return The ref.
*/
java.lang.String getRef();
/**
* optional string ref = 3;
+ * @return The bytes for ref.
*/
akka.protobufv3.internal.ByteString
getRefBytes();
@@ -1900,12 +1932,14 @@ public final class DistributedPubSubMessages {
private volatile java.lang.Object key_;
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -1923,6 +1957,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -1942,12 +1977,14 @@ public final class DistributedPubSubMessages {
private long version_;
/**
* required int64 version = 2;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 version = 2;
+ * @return The version.
*/
public long getVersion() {
return version_;
@@ -1957,12 +1994,14 @@ public final class DistributedPubSubMessages {
private volatile java.lang.Object ref_;
/**
* optional string ref = 3;
+ * @return Whether the ref field is set.
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional string ref = 3;
+ * @return The ref.
*/
public java.lang.String getRef() {
java.lang.Object ref = ref_;
@@ -1980,6 +2019,7 @@ public final class DistributedPubSubMessages {
}
/**
* optional string ref = 3;
+ * @return The bytes for ref.
*/
public akka.protobufv3.internal.ByteString
getRefBytes() {
@@ -2379,12 +2419,14 @@ public final class DistributedPubSubMessages {
private java.lang.Object key_ = "";
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -2402,6 +2444,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -2418,6 +2461,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string key = 1;
+ * @param value The key to set.
+ * @return This builder for chaining.
*/
public Builder setKey(
java.lang.String value) {
@@ -2431,6 +2476,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string key = 1;
+ * @return This builder for chaining.
*/
public Builder clearKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -2440,6 +2486,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string key = 1;
+ * @param value The bytes for key to set.
+ * @return This builder for chaining.
*/
public Builder setKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -2455,18 +2503,22 @@ public final class DistributedPubSubMessages {
private long version_ ;
/**
* required int64 version = 2;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 version = 2;
+ * @return The version.
*/
public long getVersion() {
return version_;
}
/**
* required int64 version = 2;
+ * @param value The version to set.
+ * @return This builder for chaining.
*/
public Builder setVersion(long value) {
bitField0_ |= 0x00000002;
@@ -2476,6 +2528,7 @@ public final class DistributedPubSubMessages {
}
/**
* required int64 version = 2;
+ * @return This builder for chaining.
*/
public Builder clearVersion() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -2487,12 +2540,14 @@ public final class DistributedPubSubMessages {
private java.lang.Object ref_ = "";
/**
* optional string ref = 3;
+ * @return Whether the ref field is set.
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional string ref = 3;
+ * @return The ref.
*/
public java.lang.String getRef() {
java.lang.Object ref = ref_;
@@ -2510,6 +2565,7 @@ public final class DistributedPubSubMessages {
}
/**
* optional string ref = 3;
+ * @return The bytes for ref.
*/
public akka.protobufv3.internal.ByteString
getRefBytes() {
@@ -2526,6 +2582,8 @@ public final class DistributedPubSubMessages {
}
/**
* optional string ref = 3;
+ * @param value The ref to set.
+ * @return This builder for chaining.
*/
public Builder setRef(
java.lang.String value) {
@@ -2539,6 +2597,7 @@ public final class DistributedPubSubMessages {
}
/**
* optional string ref = 3;
+ * @return This builder for chaining.
*/
public Builder clearRef() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -2548,6 +2607,8 @@ public final class DistributedPubSubMessages {
}
/**
* optional string ref = 3;
+ * @param value The bytes for ref to set.
+ * @return This builder for chaining.
*/
public Builder setRefBytes(
akka.protobufv3.internal.ByteString value) {
@@ -2618,10 +2679,12 @@ public final class DistributedPubSubMessages {
/**
* required .Address owner = 1;
+ * @return Whether the owner field is set.
*/
boolean hasOwner();
/**
* required .Address owner = 1;
+ * @return The owner.
*/
akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address getOwner();
/**
@@ -2631,10 +2694,12 @@ public final class DistributedPubSubMessages {
/**
* required int64 version = 2;
+ * @return Whether the version field is set.
*/
boolean hasVersion();
/**
* required int64 version = 2;
+ * @return The version.
*/
long getVersion();
@@ -2776,12 +2841,14 @@ public final class DistributedPubSubMessages {
private akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address owner_;
/**
* required .Address owner = 1;
+ * @return Whether the owner field is set.
*/
public boolean hasOwner() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address owner = 1;
+ * @return The owner.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address getOwner() {
return owner_ == null ? akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address.getDefaultInstance() : owner_;
@@ -2797,12 +2864,14 @@ public final class DistributedPubSubMessages {
private long version_;
/**
* required int64 version = 2;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 version = 2;
+ * @return The version.
*/
public long getVersion() {
return version_;
@@ -3284,12 +3353,14 @@ public final class DistributedPubSubMessages {
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;
+ * @return Whether the owner field is set.
*/
public boolean hasOwner() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address owner = 1;
+ * @return The owner.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Address getOwner() {
if (ownerBuilder_ == null) {
@@ -3400,18 +3471,22 @@ public final class DistributedPubSubMessages {
private long version_ ;
/**
* required int64 version = 2;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 version = 2;
+ * @return The version.
*/
public long getVersion() {
return version_;
}
/**
* required int64 version = 2;
+ * @param value The version to set.
+ * @return This builder for chaining.
*/
public Builder setVersion(long value) {
bitField0_ |= 0x00000002;
@@ -3421,6 +3496,7 @@ public final class DistributedPubSubMessages {
}
/**
* required int64 version = 2;
+ * @return This builder for chaining.
*/
public Builder clearVersion() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -4407,51 +4483,62 @@ public final class DistributedPubSubMessages {
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
boolean hasSystem();
/**
* required string system = 1;
+ * @return The system.
*/
java.lang.String getSystem();
/**
* required string system = 1;
+ * @return The bytes for system.
*/
akka.protobufv3.internal.ByteString
getSystemBytes();
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
boolean hasHostname();
/**
* required string hostname = 2;
+ * @return The hostname.
*/
java.lang.String getHostname();
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
akka.protobufv3.internal.ByteString
getHostnameBytes();
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
boolean hasPort();
/**
* required uint32 port = 3;
+ * @return The port.
*/
int getPort();
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
boolean hasProtocol();
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
java.lang.String getProtocol();
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
akka.protobufv3.internal.ByteString
getProtocolBytes();
@@ -4570,12 +4657,14 @@ public final class DistributedPubSubMessages {
private volatile java.lang.Object system_;
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string system = 1;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -4593,6 +4682,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string system = 1;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -4612,12 +4702,14 @@ public final class DistributedPubSubMessages {
private volatile java.lang.Object hostname_;
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string hostname = 2;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -4635,6 +4727,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -4654,12 +4747,14 @@ public final class DistributedPubSubMessages {
private int port_;
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 port = 3;
+ * @return The port.
*/
public int getPort() {
return port_;
@@ -4669,12 +4764,14 @@ public final class DistributedPubSubMessages {
private volatile java.lang.Object protocol_;
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -4692,6 +4789,7 @@ public final class DistributedPubSubMessages {
}
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -5128,12 +5226,14 @@ public final class DistributedPubSubMessages {
private java.lang.Object system_ = "";
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string system = 1;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -5151,6 +5251,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string system = 1;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -5167,6 +5268,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string system = 1;
+ * @param value The system to set.
+ * @return This builder for chaining.
*/
public Builder setSystem(
java.lang.String value) {
@@ -5180,6 +5283,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string system = 1;
+ * @return This builder for chaining.
*/
public Builder clearSystem() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -5189,6 +5293,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string system = 1;
+ * @param value The bytes for system to set.
+ * @return This builder for chaining.
*/
public Builder setSystemBytes(
akka.protobufv3.internal.ByteString value) {
@@ -5204,12 +5310,14 @@ public final class DistributedPubSubMessages {
private java.lang.Object hostname_ = "";
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string hostname = 2;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -5227,6 +5335,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -5243,6 +5352,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string hostname = 2;
+ * @param value The hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostname(
java.lang.String value) {
@@ -5256,6 +5367,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string hostname = 2;
+ * @return This builder for chaining.
*/
public Builder clearHostname() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -5265,6 +5377,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string hostname = 2;
+ * @param value The bytes for hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostnameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -5280,18 +5394,22 @@ public final class DistributedPubSubMessages {
private int port_ ;
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 port = 3;
+ * @return The port.
*/
public int getPort() {
return port_;
}
/**
* required uint32 port = 3;
+ * @param value The port to set.
+ * @return This builder for chaining.
*/
public Builder setPort(int value) {
bitField0_ |= 0x00000004;
@@ -5301,6 +5419,7 @@ public final class DistributedPubSubMessages {
}
/**
* required uint32 port = 3;
+ * @return This builder for chaining.
*/
public Builder clearPort() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -5312,12 +5431,14 @@ public final class DistributedPubSubMessages {
private java.lang.Object protocol_ = "";
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -5335,6 +5456,7 @@ public final class DistributedPubSubMessages {
}
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -5351,6 +5473,8 @@ public final class DistributedPubSubMessages {
}
/**
* optional string protocol = 4;
+ * @param value The protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocol(
java.lang.String value) {
@@ -5364,6 +5488,7 @@ public final class DistributedPubSubMessages {
}
/**
* optional string protocol = 4;
+ * @return This builder for chaining.
*/
public Builder clearProtocol() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -5373,6 +5498,8 @@ public final class DistributedPubSubMessages {
}
/**
* optional string protocol = 4;
+ * @param value The bytes for protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocolBytes(
akka.protobufv3.internal.ByteString value) {
@@ -5443,33 +5570,40 @@ public final class DistributedPubSubMessages {
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
boolean hasPath();
/**
* required string path = 1;
+ * @return The path.
*/
java.lang.String getPath();
/**
* required string path = 1;
+ * @return The bytes for path.
*/
akka.protobufv3.internal.ByteString
getPathBytes();
/**
* required bool localAffinity = 2;
+ * @return Whether the localAffinity field is set.
*/
boolean hasLocalAffinity();
/**
* required bool localAffinity = 2;
+ * @return The localAffinity.
*/
boolean getLocalAffinity();
/**
* required .Payload payload = 3;
+ * @return Whether the payload field is set.
*/
boolean hasPayload();
/**
* required .Payload payload = 3;
+ * @return The payload.
*/
akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload();
/**
@@ -5590,12 +5724,14 @@ public final class DistributedPubSubMessages {
private volatile java.lang.Object path_;
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -5613,6 +5749,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -5632,12 +5769,14 @@ public final class DistributedPubSubMessages {
private boolean localAffinity_;
/**
* required bool localAffinity = 2;
+ * @return Whether the localAffinity field is set.
*/
public boolean hasLocalAffinity() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bool localAffinity = 2;
+ * @return The localAffinity.
*/
public boolean getLocalAffinity() {
return localAffinity_;
@@ -5647,12 +5786,14 @@ public final class DistributedPubSubMessages {
private akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload payload_;
/**
* required .Payload payload = 3;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .Payload payload = 3;
+ * @return The payload.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload() {
return payload_ == null ? akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.getDefaultInstance() : payload_;
@@ -6075,12 +6216,14 @@ public final class DistributedPubSubMessages {
private java.lang.Object path_ = "";
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -6098,6 +6241,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -6114,6 +6258,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string path = 1;
+ * @param value The path to set.
+ * @return This builder for chaining.
*/
public Builder setPath(
java.lang.String value) {
@@ -6127,6 +6273,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string path = 1;
+ * @return This builder for chaining.
*/
public Builder clearPath() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -6136,6 +6283,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string path = 1;
+ * @param value The bytes for path to set.
+ * @return This builder for chaining.
*/
public Builder setPathBytes(
akka.protobufv3.internal.ByteString value) {
@@ -6151,18 +6300,22 @@ public final class DistributedPubSubMessages {
private boolean localAffinity_ ;
/**
* required bool localAffinity = 2;
+ * @return Whether the localAffinity field is set.
*/
public boolean hasLocalAffinity() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bool localAffinity = 2;
+ * @return The localAffinity.
*/
public boolean getLocalAffinity() {
return localAffinity_;
}
/**
* required bool localAffinity = 2;
+ * @param value The localAffinity to set.
+ * @return This builder for chaining.
*/
public Builder setLocalAffinity(boolean value) {
bitField0_ |= 0x00000002;
@@ -6172,6 +6325,7 @@ public final class DistributedPubSubMessages {
}
/**
* required bool localAffinity = 2;
+ * @return This builder for chaining.
*/
public Builder clearLocalAffinity() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -6185,12 +6339,14 @@ public final class DistributedPubSubMessages {
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;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .Payload payload = 3;
+ * @return The payload.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload() {
if (payloadBuilder_ == null) {
@@ -6356,33 +6512,40 @@ public final class DistributedPubSubMessages {
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
boolean hasPath();
/**
* required string path = 1;
+ * @return The path.
*/
java.lang.String getPath();
/**
* required string path = 1;
+ * @return The bytes for path.
*/
akka.protobufv3.internal.ByteString
getPathBytes();
/**
* required bool allButSelf = 2;
+ * @return Whether the allButSelf field is set.
*/
boolean hasAllButSelf();
/**
* required bool allButSelf = 2;
+ * @return The allButSelf.
*/
boolean getAllButSelf();
/**
* required .Payload payload = 3;
+ * @return Whether the payload field is set.
*/
boolean hasPayload();
/**
* required .Payload payload = 3;
+ * @return The payload.
*/
akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload();
/**
@@ -6503,12 +6666,14 @@ public final class DistributedPubSubMessages {
private volatile java.lang.Object path_;
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -6526,6 +6691,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -6545,12 +6711,14 @@ public final class DistributedPubSubMessages {
private boolean allButSelf_;
/**
* required bool allButSelf = 2;
+ * @return Whether the allButSelf field is set.
*/
public boolean hasAllButSelf() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bool allButSelf = 2;
+ * @return The allButSelf.
*/
public boolean getAllButSelf() {
return allButSelf_;
@@ -6560,12 +6728,14 @@ public final class DistributedPubSubMessages {
private akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload payload_;
/**
* required .Payload payload = 3;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .Payload payload = 3;
+ * @return The payload.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload() {
return payload_ == null ? akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.getDefaultInstance() : payload_;
@@ -6988,12 +7158,14 @@ public final class DistributedPubSubMessages {
private java.lang.Object path_ = "";
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -7011,6 +7183,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -7027,6 +7200,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string path = 1;
+ * @param value The path to set.
+ * @return This builder for chaining.
*/
public Builder setPath(
java.lang.String value) {
@@ -7040,6 +7215,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string path = 1;
+ * @return This builder for chaining.
*/
public Builder clearPath() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -7049,6 +7225,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string path = 1;
+ * @param value The bytes for path to set.
+ * @return This builder for chaining.
*/
public Builder setPathBytes(
akka.protobufv3.internal.ByteString value) {
@@ -7064,18 +7242,22 @@ public final class DistributedPubSubMessages {
private boolean allButSelf_ ;
/**
* required bool allButSelf = 2;
+ * @return Whether the allButSelf field is set.
*/
public boolean hasAllButSelf() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bool allButSelf = 2;
+ * @return The allButSelf.
*/
public boolean getAllButSelf() {
return allButSelf_;
}
/**
* required bool allButSelf = 2;
+ * @param value The allButSelf to set.
+ * @return This builder for chaining.
*/
public Builder setAllButSelf(boolean value) {
bitField0_ |= 0x00000002;
@@ -7085,6 +7267,7 @@ public final class DistributedPubSubMessages {
}
/**
* required bool allButSelf = 2;
+ * @return This builder for chaining.
*/
public Builder clearAllButSelf() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -7098,12 +7281,14 @@ public final class DistributedPubSubMessages {
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;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .Payload payload = 3;
+ * @return The payload.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload() {
if (payloadBuilder_ == null) {
@@ -7269,24 +7454,29 @@ public final class DistributedPubSubMessages {
/**
* required string topic = 1;
+ * @return Whether the topic field is set.
*/
boolean hasTopic();
/**
* required string topic = 1;
+ * @return The topic.
*/
java.lang.String getTopic();
/**
* required string topic = 1;
+ * @return The bytes for topic.
*/
akka.protobufv3.internal.ByteString
getTopicBytes();
/**
* required .Payload payload = 3;
+ * @return Whether the payload field is set.
*/
boolean hasPayload();
/**
* required .Payload payload = 3;
+ * @return The payload.
*/
akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload();
/**
@@ -7402,12 +7592,14 @@ public final class DistributedPubSubMessages {
private volatile java.lang.Object topic_;
/**
* required string topic = 1;
+ * @return Whether the topic field is set.
*/
public boolean hasTopic() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string topic = 1;
+ * @return The topic.
*/
public java.lang.String getTopic() {
java.lang.Object ref = topic_;
@@ -7425,6 +7617,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string topic = 1;
+ * @return The bytes for topic.
*/
public akka.protobufv3.internal.ByteString
getTopicBytes() {
@@ -7444,12 +7637,14 @@ public final class DistributedPubSubMessages {
private akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload payload_;
/**
* required .Payload payload = 3;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Payload payload = 3;
+ * @return The payload.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload() {
return payload_ == null ? akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.getDefaultInstance() : payload_;
@@ -7839,12 +8034,14 @@ public final class DistributedPubSubMessages {
private java.lang.Object topic_ = "";
/**
* required string topic = 1;
+ * @return Whether the topic field is set.
*/
public boolean hasTopic() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string topic = 1;
+ * @return The topic.
*/
public java.lang.String getTopic() {
java.lang.Object ref = topic_;
@@ -7862,6 +8059,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string topic = 1;
+ * @return The bytes for topic.
*/
public akka.protobufv3.internal.ByteString
getTopicBytes() {
@@ -7878,6 +8076,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string topic = 1;
+ * @param value The topic to set.
+ * @return This builder for chaining.
*/
public Builder setTopic(
java.lang.String value) {
@@ -7891,6 +8091,7 @@ public final class DistributedPubSubMessages {
}
/**
* required string topic = 1;
+ * @return This builder for chaining.
*/
public Builder clearTopic() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -7900,6 +8101,8 @@ public final class DistributedPubSubMessages {
}
/**
* required string topic = 1;
+ * @param value The bytes for topic to set.
+ * @return This builder for chaining.
*/
public Builder setTopicBytes(
akka.protobufv3.internal.ByteString value) {
@@ -7917,12 +8120,14 @@ public final class DistributedPubSubMessages {
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;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Payload payload = 3;
+ * @return The payload.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload() {
if (payloadBuilder_ == null) {
@@ -8088,10 +8293,12 @@ public final class DistributedPubSubMessages {
/**
* required .Payload payload = 1;
+ * @return Whether the payload field is set.
*/
boolean hasPayload();
/**
* required .Payload payload = 1;
+ * @return The payload.
*/
akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload();
/**
@@ -8200,12 +8407,14 @@ public final class DistributedPubSubMessages {
private akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload payload_;
/**
* required .Payload payload = 1;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Payload payload = 1;
+ * @return The payload.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload() {
return payload_ == null ? akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload.getDefaultInstance() : payload_;
@@ -8564,12 +8773,14 @@ public final class DistributedPubSubMessages {
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 = 1;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Payload payload = 1;
+ * @return The payload.
*/
public akka.cluster.pubsub.protobuf.msg.DistributedPubSubMessages.Payload getPayload() {
if (payloadBuilder_ == null) {
@@ -8735,28 +8946,34 @@ public final class DistributedPubSubMessages {
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
boolean hasEnclosedMessage();
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
akka.protobufv3.internal.ByteString getEnclosedMessage();
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
boolean hasSerializerId();
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
int getSerializerId();
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
boolean hasMessageManifest();
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
akka.protobufv3.internal.ByteString getMessageManifest();
}
@@ -8860,12 +9077,14 @@ public final class DistributedPubSubMessages {
private akka.protobufv3.internal.ByteString enclosedMessage_;
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
public boolean hasEnclosedMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
public akka.protobufv3.internal.ByteString getEnclosedMessage() {
return enclosedMessage_;
@@ -8875,12 +9094,14 @@ public final class DistributedPubSubMessages {
private int serializerId_;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
@@ -8890,12 +9111,14 @@ public final class DistributedPubSubMessages {
private akka.protobufv3.internal.ByteString messageManifest_;
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
@@ -9282,18 +9505,22 @@ public final class DistributedPubSubMessages {
private akka.protobufv3.internal.ByteString enclosedMessage_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
public boolean hasEnclosedMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
public akka.protobufv3.internal.ByteString getEnclosedMessage() {
return enclosedMessage_;
}
/**
* required bytes enclosedMessage = 1;
+ * @param value The enclosedMessage to set.
+ * @return This builder for chaining.
*/
public Builder setEnclosedMessage(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -9306,6 +9533,7 @@ public final class DistributedPubSubMessages {
}
/**
* required bytes enclosedMessage = 1;
+ * @return This builder for chaining.
*/
public Builder clearEnclosedMessage() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -9317,18 +9545,22 @@ public final class DistributedPubSubMessages {
private int serializerId_ ;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
}
/**
* required int32 serializerId = 2;
+ * @param value The serializerId to set.
+ * @return This builder for chaining.
*/
public Builder setSerializerId(int value) {
bitField0_ |= 0x00000002;
@@ -9338,6 +9570,7 @@ public final class DistributedPubSubMessages {
}
/**
* required int32 serializerId = 2;
+ * @return This builder for chaining.
*/
public Builder clearSerializerId() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -9349,18 +9582,22 @@ public final class DistributedPubSubMessages {
private akka.protobufv3.internal.ByteString messageManifest_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
}
/**
* optional bytes messageManifest = 4;
+ * @param value The messageManifest to set.
+ * @return This builder for chaining.
*/
public Builder setMessageManifest(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -9373,6 +9610,7 @@ public final class DistributedPubSubMessages {
}
/**
* optional bytes messageManifest = 4;
+ * @return This builder for chaining.
*/
public Builder clearMessageManifest() {
bitField0_ = (bitField0_ & ~0x00000004);
diff --git a/akka-cluster-typed/src/main/java/akka/cluster/typed/internal/protobuf/ClusterMessages.java b/akka-cluster-typed/src/main/java/akka/cluster/typed/internal/protobuf/ClusterMessages.java
index 7395c81d4f..9af918da24 100644
--- a/akka-cluster-typed/src/main/java/akka/cluster/typed/internal/protobuf/ClusterMessages.java
+++ b/akka-cluster-typed/src/main/java/akka/cluster/typed/internal/protobuf/ClusterMessages.java
@@ -24,24 +24,29 @@ public final class ClusterMessages {
/**
* required string actorRef = 1;
+ * @return Whether the actorRef field is set.
*/
boolean hasActorRef();
/**
* required string actorRef = 1;
+ * @return The actorRef.
*/
java.lang.String getActorRef();
/**
* required string actorRef = 1;
+ * @return The bytes for actorRef.
*/
akka.protobufv3.internal.ByteString
getActorRefBytes();
/**
* required uint64 systemUid = 2;
+ * @return Whether the systemUid field is set.
*/
boolean hasSystemUid();
/**
* required uint64 systemUid = 2;
+ * @return The systemUid.
*/
long getSystemUid();
}
@@ -140,12 +145,14 @@ public final class ClusterMessages {
private volatile java.lang.Object actorRef_;
/**
* required string actorRef = 1;
+ * @return Whether the actorRef field is set.
*/
public boolean hasActorRef() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string actorRef = 1;
+ * @return The actorRef.
*/
public java.lang.String getActorRef() {
java.lang.Object ref = actorRef_;
@@ -163,6 +170,7 @@ public final class ClusterMessages {
}
/**
* required string actorRef = 1;
+ * @return The bytes for actorRef.
*/
public akka.protobufv3.internal.ByteString
getActorRefBytes() {
@@ -182,12 +190,14 @@ public final class ClusterMessages {
private long systemUid_;
/**
* required uint64 systemUid = 2;
+ * @return Whether the systemUid field is set.
*/
public boolean hasSystemUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint64 systemUid = 2;
+ * @return The systemUid.
*/
public long getSystemUid() {
return systemUid_;
@@ -551,12 +561,14 @@ public final class ClusterMessages {
private java.lang.Object actorRef_ = "";
/**
* required string actorRef = 1;
+ * @return Whether the actorRef field is set.
*/
public boolean hasActorRef() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string actorRef = 1;
+ * @return The actorRef.
*/
public java.lang.String getActorRef() {
java.lang.Object ref = actorRef_;
@@ -574,6 +586,7 @@ public final class ClusterMessages {
}
/**
* required string actorRef = 1;
+ * @return The bytes for actorRef.
*/
public akka.protobufv3.internal.ByteString
getActorRefBytes() {
@@ -590,6 +603,8 @@ public final class ClusterMessages {
}
/**
* required string actorRef = 1;
+ * @param value The actorRef to set.
+ * @return This builder for chaining.
*/
public Builder setActorRef(
java.lang.String value) {
@@ -603,6 +618,7 @@ public final class ClusterMessages {
}
/**
* required string actorRef = 1;
+ * @return This builder for chaining.
*/
public Builder clearActorRef() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -612,6 +628,8 @@ public final class ClusterMessages {
}
/**
* required string actorRef = 1;
+ * @param value The bytes for actorRef to set.
+ * @return This builder for chaining.
*/
public Builder setActorRefBytes(
akka.protobufv3.internal.ByteString value) {
@@ -627,18 +645,22 @@ public final class ClusterMessages {
private long systemUid_ ;
/**
* required uint64 systemUid = 2;
+ * @return Whether the systemUid field is set.
*/
public boolean hasSystemUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint64 systemUid = 2;
+ * @return The systemUid.
*/
public long getSystemUid() {
return systemUid_;
}
/**
* required uint64 systemUid = 2;
+ * @param value The systemUid to set.
+ * @return This builder for chaining.
*/
public Builder setSystemUid(long value) {
bitField0_ |= 0x00000002;
@@ -648,6 +670,7 @@ public final class ClusterMessages {
}
/**
* required uint64 systemUid = 2;
+ * @return This builder for chaining.
*/
public Builder clearSystemUid() {
bitField0_ = (bitField0_ & ~0x00000002);
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 e761120992..5675435592 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
@@ -61,6 +61,8 @@ public final class ClusterMessages {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -68,6 +70,10 @@ public final class ClusterMessages {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static ReachabilityStatus forNumber(int value) {
switch (value) {
case 0: return Reachable;
@@ -197,6 +203,8 @@ public final class ClusterMessages {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -204,6 +212,10 @@ public final class ClusterMessages {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static MemberStatus forNumber(int value) {
switch (value) {
case 0: return Joining;
@@ -268,10 +280,12 @@ public final class ClusterMessages {
/**
* required .UniqueAddress node = 1;
+ * @return Whether the node field is set.
*/
boolean hasNode();
/**
* required .UniqueAddress node = 1;
+ * @return The node.
*/
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getNode();
/**
@@ -281,19 +295,25 @@ public final class ClusterMessages {
/**
* repeated string roles = 2;
+ * @return A list containing the roles.
*/
java.util.List
getRolesList();
/**
* repeated string roles = 2;
+ * @return The count of roles.
*/
int getRolesCount();
/**
* repeated string roles = 2;
+ * @param index The index of the element to return.
+ * @return The roles at the given index.
*/
java.lang.String getRoles(int index);
/**
* repeated string roles = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the roles at the given index.
*/
akka.protobufv3.internal.ByteString
getRolesBytes(int index);
@@ -412,12 +432,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress node_;
/**
* required .UniqueAddress node = 1;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress node = 1;
+ * @return The node.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getNode() {
return node_ == null ? akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance() : node_;
@@ -433,6 +455,7 @@ public final class ClusterMessages {
private akka.protobufv3.internal.LazyStringList roles_;
/**
* repeated string roles = 2;
+ * @return A list containing the roles.
*/
public akka.protobufv3.internal.ProtocolStringList
getRolesList() {
@@ -440,18 +463,23 @@ public final class ClusterMessages {
}
/**
* repeated string roles = 2;
+ * @return The count of roles.
*/
public int getRolesCount() {
return roles_.size();
}
/**
* repeated string roles = 2;
+ * @param index The index of the element to return.
+ * @return The roles at the given index.
*/
public java.lang.String getRoles(int index) {
return roles_.get(index);
}
/**
* repeated string roles = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the roles at the given index.
*/
public akka.protobufv3.internal.ByteString
getRolesBytes(int index) {
@@ -839,12 +867,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> nodeBuilder_;
/**
* required .UniqueAddress node = 1;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress node = 1;
+ * @return The node.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getNode() {
if (nodeBuilder_ == null) {
@@ -961,6 +991,7 @@ public final class ClusterMessages {
}
/**
* repeated string roles = 2;
+ * @return A list containing the roles.
*/
public akka.protobufv3.internal.ProtocolStringList
getRolesList() {
@@ -968,18 +999,23 @@ public final class ClusterMessages {
}
/**
* repeated string roles = 2;
+ * @return The count of roles.
*/
public int getRolesCount() {
return roles_.size();
}
/**
* repeated string roles = 2;
+ * @param index The index of the element to return.
+ * @return The roles at the given index.
*/
public java.lang.String getRoles(int index) {
return roles_.get(index);
}
/**
* repeated string roles = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the roles at the given index.
*/
public akka.protobufv3.internal.ByteString
getRolesBytes(int index) {
@@ -987,6 +1023,9 @@ public final class ClusterMessages {
}
/**
* repeated string roles = 2;
+ * @param index The index to set the value at.
+ * @param value The roles to set.
+ * @return This builder for chaining.
*/
public Builder setRoles(
int index, java.lang.String value) {
@@ -1000,6 +1039,8 @@ public final class ClusterMessages {
}
/**
* repeated string roles = 2;
+ * @param value The roles to add.
+ * @return This builder for chaining.
*/
public Builder addRoles(
java.lang.String value) {
@@ -1013,6 +1054,8 @@ public final class ClusterMessages {
}
/**
* repeated string roles = 2;
+ * @param values The roles to add.
+ * @return This builder for chaining.
*/
public Builder addAllRoles(
java.lang.Iterable values) {
@@ -1024,6 +1067,7 @@ public final class ClusterMessages {
}
/**
* repeated string roles = 2;
+ * @return This builder for chaining.
*/
public Builder clearRoles() {
roles_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -1033,6 +1077,8 @@ public final class ClusterMessages {
}
/**
* repeated string roles = 2;
+ * @param value The bytes of the roles to add.
+ * @return This builder for chaining.
*/
public Builder addRolesBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1103,10 +1149,12 @@ public final class ClusterMessages {
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
boolean hasFrom();
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom();
/**
@@ -1116,10 +1164,12 @@ public final class ClusterMessages {
/**
* required .Gossip gossip = 2;
+ * @return Whether the gossip field is set.
*/
boolean hasGossip();
/**
* required .Gossip gossip = 2;
+ * @return The gossip.
*/
akka.cluster.protobuf.msg.ClusterMessages.Gossip getGossip();
/**
@@ -1241,12 +1291,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress from_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom() {
return from_ == null ? akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance() : from_;
@@ -1262,12 +1314,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.Gossip gossip_;
/**
* required .Gossip gossip = 2;
+ * @return Whether the gossip field is set.
*/
public boolean hasGossip() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Gossip gossip = 2;
+ * @return The gossip.
*/
public akka.cluster.protobuf.msg.ClusterMessages.Gossip getGossip() {
return gossip_ == null ? akka.cluster.protobuf.msg.ClusterMessages.Gossip.getDefaultInstance() : gossip_;
@@ -1674,12 +1728,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> fromBuilder_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom() {
if (fromBuilder_ == null) {
@@ -1792,12 +1848,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.Gossip, akka.cluster.protobuf.msg.ClusterMessages.Gossip.Builder, akka.cluster.protobuf.msg.ClusterMessages.GossipOrBuilder> gossipBuilder_;
/**
* required .Gossip gossip = 2;
+ * @return Whether the gossip field is set.
*/
public boolean hasGossip() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Gossip gossip = 2;
+ * @return The gossip.
*/
public akka.cluster.protobuf.msg.ClusterMessages.Gossip getGossip() {
if (gossipBuilder_ == null) {
@@ -1963,14 +2021,17 @@ public final class ClusterMessages {
/**
* optional string currentConfig = 1;
+ * @return Whether the currentConfig field is set.
*/
boolean hasCurrentConfig();
/**
* optional string currentConfig = 1;
+ * @return The currentConfig.
*/
java.lang.String getCurrentConfig();
/**
* optional string currentConfig = 1;
+ * @return The bytes for currentConfig.
*/
akka.protobufv3.internal.ByteString
getCurrentConfigBytes();
@@ -2070,12 +2131,14 @@ public final class ClusterMessages {
private volatile java.lang.Object currentConfig_;
/**
* optional string currentConfig = 1;
+ * @return Whether the currentConfig field is set.
*/
public boolean hasCurrentConfig() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string currentConfig = 1;
+ * @return The currentConfig.
*/
public java.lang.String getCurrentConfig() {
java.lang.Object ref = currentConfig_;
@@ -2093,6 +2156,7 @@ public final class ClusterMessages {
}
/**
* optional string currentConfig = 1;
+ * @return The bytes for currentConfig.
*/
public akka.protobufv3.internal.ByteString
getCurrentConfigBytes() {
@@ -2431,12 +2495,14 @@ public final class ClusterMessages {
private java.lang.Object currentConfig_ = "";
/**
* optional string currentConfig = 1;
+ * @return Whether the currentConfig field is set.
*/
public boolean hasCurrentConfig() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string currentConfig = 1;
+ * @return The currentConfig.
*/
public java.lang.String getCurrentConfig() {
java.lang.Object ref = currentConfig_;
@@ -2454,6 +2520,7 @@ public final class ClusterMessages {
}
/**
* optional string currentConfig = 1;
+ * @return The bytes for currentConfig.
*/
public akka.protobufv3.internal.ByteString
getCurrentConfigBytes() {
@@ -2470,6 +2537,8 @@ public final class ClusterMessages {
}
/**
* optional string currentConfig = 1;
+ * @param value The currentConfig to set.
+ * @return This builder for chaining.
*/
public Builder setCurrentConfig(
java.lang.String value) {
@@ -2483,6 +2552,7 @@ public final class ClusterMessages {
}
/**
* optional string currentConfig = 1;
+ * @return This builder for chaining.
*/
public Builder clearCurrentConfig() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -2492,6 +2562,8 @@ public final class ClusterMessages {
}
/**
* optional string currentConfig = 1;
+ * @param value The bytes for currentConfig to set.
+ * @return This builder for chaining.
*/
public Builder setCurrentConfigBytes(
akka.protobufv3.internal.ByteString value) {
@@ -2562,10 +2634,12 @@ public final class ClusterMessages {
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
boolean hasAddress();
/**
* required .Address address = 1;
+ * @return The address.
*/
akka.cluster.protobuf.msg.ClusterMessages.Address getAddress();
/**
@@ -2575,10 +2649,12 @@ public final class ClusterMessages {
/**
* required .ConfigCheck configCheck = 2;
+ * @return Whether the configCheck field is set.
*/
boolean hasConfigCheck();
/**
* required .ConfigCheck configCheck = 2;
+ * @return The configCheck.
*/
akka.cluster.protobuf.msg.ClusterMessages.ConfigCheck getConfigCheck();
/**
@@ -2700,12 +2776,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.Address address_;
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address address = 1;
+ * @return The address.
*/
public akka.cluster.protobuf.msg.ClusterMessages.Address getAddress() {
return address_ == null ? akka.cluster.protobuf.msg.ClusterMessages.Address.getDefaultInstance() : address_;
@@ -2721,12 +2799,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.ConfigCheck configCheck_;
/**
* required .ConfigCheck configCheck = 2;
+ * @return Whether the configCheck field is set.
*/
public boolean hasConfigCheck() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .ConfigCheck configCheck = 2;
+ * @return The configCheck.
*/
public akka.cluster.protobuf.msg.ClusterMessages.ConfigCheck getConfigCheck() {
return configCheck_ == null ? akka.cluster.protobuf.msg.ClusterMessages.ConfigCheck.getDefaultInstance() : configCheck_;
@@ -3133,12 +3213,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder> addressBuilder_;
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address address = 1;
+ * @return The address.
*/
public akka.cluster.protobuf.msg.ClusterMessages.Address getAddress() {
if (addressBuilder_ == null) {
@@ -3251,12 +3333,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.ConfigCheck, akka.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Builder, akka.cluster.protobuf.msg.ClusterMessages.ConfigCheckOrBuilder> configCheckBuilder_;
/**
* required .ConfigCheck configCheck = 2;
+ * @return Whether the configCheck field is set.
*/
public boolean hasConfigCheck() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .ConfigCheck configCheck = 2;
+ * @return The configCheck.
*/
public akka.cluster.protobuf.msg.ClusterMessages.ConfigCheck getConfigCheck() {
if (configCheckBuilder_ == null) {
@@ -3422,23 +3506,28 @@ public final class ClusterMessages {
/**
* required .ConfigCheck.Type type = 1;
+ * @return Whether the type field is set.
*/
boolean hasType();
/**
* required .ConfigCheck.Type type = 1;
+ * @return The type.
*/
akka.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type getType();
/**
* optional string clusterConfig = 2;
+ * @return Whether the clusterConfig field is set.
*/
boolean hasClusterConfig();
/**
* optional string clusterConfig = 2;
+ * @return The clusterConfig.
*/
java.lang.String getClusterConfig();
/**
* optional string clusterConfig = 2;
+ * @return The bytes for clusterConfig.
*/
akka.protobufv3.internal.ByteString
getClusterConfigBytes();
@@ -3579,6 +3668,8 @@ public final class ClusterMessages {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -3586,6 +3677,10 @@ public final class ClusterMessages {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static Type forNumber(int value) {
switch (value) {
case 1: return UncheckedConfig;
@@ -3645,12 +3740,14 @@ public final class ClusterMessages {
private int type_;
/**
* required .ConfigCheck.Type type = 1;
+ * @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ConfigCheck.Type type = 1;
+ * @return The type.
*/
public akka.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type getType() {
@SuppressWarnings("deprecation")
@@ -3662,12 +3759,14 @@ public final class ClusterMessages {
private volatile java.lang.Object clusterConfig_;
/**
* optional string clusterConfig = 2;
+ * @return Whether the clusterConfig field is set.
*/
public boolean hasClusterConfig() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string clusterConfig = 2;
+ * @return The clusterConfig.
*/
public java.lang.String getClusterConfig() {
java.lang.Object ref = clusterConfig_;
@@ -3685,6 +3784,7 @@ public final class ClusterMessages {
}
/**
* optional string clusterConfig = 2;
+ * @return The bytes for clusterConfig.
*/
public akka.protobufv3.internal.ByteString
getClusterConfigBytes() {
@@ -4049,12 +4149,14 @@ public final class ClusterMessages {
private int type_ = 1;
/**
* required .ConfigCheck.Type type = 1;
+ * @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ConfigCheck.Type type = 1;
+ * @return The type.
*/
public akka.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type getType() {
@SuppressWarnings("deprecation")
@@ -4063,6 +4165,8 @@ public final class ClusterMessages {
}
/**
* required .ConfigCheck.Type type = 1;
+ * @param value The type to set.
+ * @return This builder for chaining.
*/
public Builder setType(akka.cluster.protobuf.msg.ClusterMessages.ConfigCheck.Type value) {
if (value == null) {
@@ -4075,6 +4179,7 @@ public final class ClusterMessages {
}
/**
* required .ConfigCheck.Type type = 1;
+ * @return This builder for chaining.
*/
public Builder clearType() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -4086,12 +4191,14 @@ public final class ClusterMessages {
private java.lang.Object clusterConfig_ = "";
/**
* optional string clusterConfig = 2;
+ * @return Whether the clusterConfig field is set.
*/
public boolean hasClusterConfig() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string clusterConfig = 2;
+ * @return The clusterConfig.
*/
public java.lang.String getClusterConfig() {
java.lang.Object ref = clusterConfig_;
@@ -4109,6 +4216,7 @@ public final class ClusterMessages {
}
/**
* optional string clusterConfig = 2;
+ * @return The bytes for clusterConfig.
*/
public akka.protobufv3.internal.ByteString
getClusterConfigBytes() {
@@ -4125,6 +4233,8 @@ public final class ClusterMessages {
}
/**
* optional string clusterConfig = 2;
+ * @param value The clusterConfig to set.
+ * @return This builder for chaining.
*/
public Builder setClusterConfig(
java.lang.String value) {
@@ -4138,6 +4248,7 @@ public final class ClusterMessages {
}
/**
* optional string clusterConfig = 2;
+ * @return This builder for chaining.
*/
public Builder clearClusterConfig() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -4147,6 +4258,8 @@ public final class ClusterMessages {
}
/**
* optional string clusterConfig = 2;
+ * @param value The bytes for clusterConfig to set.
+ * @return This builder for chaining.
*/
public Builder setClusterConfigBytes(
akka.protobufv3.internal.ByteString value) {
@@ -4217,10 +4330,12 @@ public final class ClusterMessages {
/**
* required .Address from = 1;
+ * @return Whether the from field is set.
*/
boolean hasFrom();
/**
* required .Address from = 1;
+ * @return The from.
*/
akka.cluster.protobuf.msg.ClusterMessages.Address getFrom();
/**
@@ -4230,19 +4345,23 @@ public final class ClusterMessages {
/**
* optional int64 sequenceNr = 2;
+ * @return Whether the sequenceNr field is set.
*/
boolean hasSequenceNr();
/**
* optional int64 sequenceNr = 2;
+ * @return The sequenceNr.
*/
long getSequenceNr();
/**
* optional sint64 creationTime = 3;
+ * @return Whether the creationTime field is set.
*/
boolean hasCreationTime();
/**
* optional sint64 creationTime = 3;
+ * @return The creationTime.
*/
long getCreationTime();
}
@@ -4359,12 +4478,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.Address from_;
/**
* required .Address from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address from = 1;
+ * @return The from.
*/
public akka.cluster.protobuf.msg.ClusterMessages.Address getFrom() {
return from_ == null ? akka.cluster.protobuf.msg.ClusterMessages.Address.getDefaultInstance() : from_;
@@ -4380,12 +4501,14 @@ public final class ClusterMessages {
private long sequenceNr_;
/**
* optional int64 sequenceNr = 2;
+ * @return Whether the sequenceNr field is set.
*/
public boolean hasSequenceNr() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int64 sequenceNr = 2;
+ * @return The sequenceNr.
*/
public long getSequenceNr() {
return sequenceNr_;
@@ -4395,12 +4518,14 @@ public final class ClusterMessages {
private long creationTime_;
/**
* optional sint64 creationTime = 3;
+ * @return Whether the creationTime field is set.
*/
public boolean hasCreationTime() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint64 creationTime = 3;
+ * @return The creationTime.
*/
public long getCreationTime() {
return creationTime_;
@@ -4807,12 +4932,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder> fromBuilder_;
/**
* required .Address from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address from = 1;
+ * @return The from.
*/
public akka.cluster.protobuf.msg.ClusterMessages.Address getFrom() {
if (fromBuilder_ == null) {
@@ -4923,18 +5050,22 @@ public final class ClusterMessages {
private long sequenceNr_ ;
/**
* optional int64 sequenceNr = 2;
+ * @return Whether the sequenceNr field is set.
*/
public boolean hasSequenceNr() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int64 sequenceNr = 2;
+ * @return The sequenceNr.
*/
public long getSequenceNr() {
return sequenceNr_;
}
/**
* optional int64 sequenceNr = 2;
+ * @param value The sequenceNr to set.
+ * @return This builder for chaining.
*/
public Builder setSequenceNr(long value) {
bitField0_ |= 0x00000002;
@@ -4944,6 +5075,7 @@ public final class ClusterMessages {
}
/**
* optional int64 sequenceNr = 2;
+ * @return This builder for chaining.
*/
public Builder clearSequenceNr() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -4955,18 +5087,22 @@ public final class ClusterMessages {
private long creationTime_ ;
/**
* optional sint64 creationTime = 3;
+ * @return Whether the creationTime field is set.
*/
public boolean hasCreationTime() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint64 creationTime = 3;
+ * @return The creationTime.
*/
public long getCreationTime() {
return creationTime_;
}
/**
* optional sint64 creationTime = 3;
+ * @param value The creationTime to set.
+ * @return This builder for chaining.
*/
public Builder setCreationTime(long value) {
bitField0_ |= 0x00000004;
@@ -4976,6 +5112,7 @@ public final class ClusterMessages {
}
/**
* optional sint64 creationTime = 3;
+ * @return This builder for chaining.
*/
public Builder clearCreationTime() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -5042,10 +5179,12 @@ public final class ClusterMessages {
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
boolean hasFrom();
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom();
/**
@@ -5055,19 +5194,23 @@ public final class ClusterMessages {
/**
* optional int64 sequenceNr = 2;
+ * @return Whether the sequenceNr field is set.
*/
boolean hasSequenceNr();
/**
* optional int64 sequenceNr = 2;
+ * @return The sequenceNr.
*/
long getSequenceNr();
/**
* optional int64 creationTime = 3;
+ * @return Whether the creationTime field is set.
*/
boolean hasCreationTime();
/**
* optional int64 creationTime = 3;
+ * @return The creationTime.
*/
long getCreationTime();
}
@@ -5184,12 +5327,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress from_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom() {
return from_ == null ? akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance() : from_;
@@ -5205,12 +5350,14 @@ public final class ClusterMessages {
private long sequenceNr_;
/**
* optional int64 sequenceNr = 2;
+ * @return Whether the sequenceNr field is set.
*/
public boolean hasSequenceNr() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int64 sequenceNr = 2;
+ * @return The sequenceNr.
*/
public long getSequenceNr() {
return sequenceNr_;
@@ -5220,12 +5367,14 @@ public final class ClusterMessages {
private long creationTime_;
/**
* optional int64 creationTime = 3;
+ * @return Whether the creationTime field is set.
*/
public boolean hasCreationTime() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int64 creationTime = 3;
+ * @return The creationTime.
*/
public long getCreationTime() {
return creationTime_;
@@ -5632,12 +5781,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> fromBuilder_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom() {
if (fromBuilder_ == null) {
@@ -5748,18 +5899,22 @@ public final class ClusterMessages {
private long sequenceNr_ ;
/**
* optional int64 sequenceNr = 2;
+ * @return Whether the sequenceNr field is set.
*/
public boolean hasSequenceNr() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int64 sequenceNr = 2;
+ * @return The sequenceNr.
*/
public long getSequenceNr() {
return sequenceNr_;
}
/**
* optional int64 sequenceNr = 2;
+ * @param value The sequenceNr to set.
+ * @return This builder for chaining.
*/
public Builder setSequenceNr(long value) {
bitField0_ |= 0x00000002;
@@ -5769,6 +5924,7 @@ public final class ClusterMessages {
}
/**
* optional int64 sequenceNr = 2;
+ * @return This builder for chaining.
*/
public Builder clearSequenceNr() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -5780,18 +5936,22 @@ public final class ClusterMessages {
private long creationTime_ ;
/**
* optional int64 creationTime = 3;
+ * @return Whether the creationTime field is set.
*/
public boolean hasCreationTime() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int64 creationTime = 3;
+ * @return The creationTime.
*/
public long getCreationTime() {
return creationTime_;
}
/**
* optional int64 creationTime = 3;
+ * @param value The creationTime to set.
+ * @return This builder for chaining.
*/
public Builder setCreationTime(long value) {
bitField0_ |= 0x00000004;
@@ -5801,6 +5961,7 @@ public final class ClusterMessages {
}
/**
* optional int64 creationTime = 3;
+ * @return This builder for chaining.
*/
public Builder clearCreationTime() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -5867,10 +6028,12 @@ public final class ClusterMessages {
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
boolean hasFrom();
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom();
/**
@@ -5880,10 +6043,12 @@ public final class ClusterMessages {
/**
* required .UniqueAddress to = 2;
+ * @return Whether the to field is set.
*/
boolean hasTo();
/**
* required .UniqueAddress to = 2;
+ * @return The to.
*/
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getTo();
/**
@@ -5893,10 +6058,12 @@ public final class ClusterMessages {
/**
* required bytes serializedGossip = 3;
+ * @return Whether the serializedGossip field is set.
*/
boolean hasSerializedGossip();
/**
* required bytes serializedGossip = 3;
+ * @return The serializedGossip.
*/
akka.protobufv3.internal.ByteString getSerializedGossip();
}
@@ -6020,12 +6187,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress from_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom() {
return from_ == null ? akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance() : from_;
@@ -6041,12 +6210,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress to_;
/**
* required .UniqueAddress to = 2;
+ * @return Whether the to field is set.
*/
public boolean hasTo() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .UniqueAddress to = 2;
+ * @return The to.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getTo() {
return to_ == null ? akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance() : to_;
@@ -6062,12 +6233,14 @@ public final class ClusterMessages {
private akka.protobufv3.internal.ByteString serializedGossip_;
/**
* required bytes serializedGossip = 3;
+ * @return Whether the serializedGossip field is set.
*/
public boolean hasSerializedGossip() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bytes serializedGossip = 3;
+ * @return The serializedGossip.
*/
public akka.protobufv3.internal.ByteString getSerializedGossip() {
return serializedGossip_;
@@ -6500,12 +6673,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> fromBuilder_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom() {
if (fromBuilder_ == null) {
@@ -6618,12 +6793,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> toBuilder_;
/**
* required .UniqueAddress to = 2;
+ * @return Whether the to field is set.
*/
public boolean hasTo() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .UniqueAddress to = 2;
+ * @return The to.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getTo() {
if (toBuilder_ == null) {
@@ -6734,18 +6911,22 @@ public final class ClusterMessages {
private akka.protobufv3.internal.ByteString serializedGossip_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes serializedGossip = 3;
+ * @return Whether the serializedGossip field is set.
*/
public boolean hasSerializedGossip() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bytes serializedGossip = 3;
+ * @return The serializedGossip.
*/
public akka.protobufv3.internal.ByteString getSerializedGossip() {
return serializedGossip_;
}
/**
* required bytes serializedGossip = 3;
+ * @param value The serializedGossip to set.
+ * @return This builder for chaining.
*/
public Builder setSerializedGossip(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -6758,6 +6939,7 @@ public final class ClusterMessages {
}
/**
* required bytes serializedGossip = 3;
+ * @return This builder for chaining.
*/
public Builder clearSerializedGossip() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -6824,10 +7006,12 @@ public final class ClusterMessages {
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
boolean hasFrom();
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom();
/**
@@ -6837,29 +7021,37 @@ public final class ClusterMessages {
/**
* repeated string allHashes = 2;
+ * @return A list containing the allHashes.
*/
java.util.List
getAllHashesList();
/**
* repeated string allHashes = 2;
+ * @return The count of allHashes.
*/
int getAllHashesCount();
/**
* repeated string allHashes = 2;
+ * @param index The index of the element to return.
+ * @return The allHashes at the given index.
*/
java.lang.String getAllHashes(int index);
/**
* repeated string allHashes = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the allHashes at the given index.
*/
akka.protobufv3.internal.ByteString
getAllHashesBytes(int index);
/**
* required .VectorClock version = 3;
+ * @return Whether the version field is set.
*/
boolean hasVersion();
/**
* required .VectorClock version = 3;
+ * @return The version.
*/
akka.cluster.protobuf.msg.ClusterMessages.VectorClock getVersion();
/**
@@ -6994,12 +7186,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress from_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom() {
return from_ == null ? akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.getDefaultInstance() : from_;
@@ -7015,6 +7209,7 @@ public final class ClusterMessages {
private akka.protobufv3.internal.LazyStringList allHashes_;
/**
* repeated string allHashes = 2;
+ * @return A list containing the allHashes.
*/
public akka.protobufv3.internal.ProtocolStringList
getAllHashesList() {
@@ -7022,18 +7217,23 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 2;
+ * @return The count of allHashes.
*/
public int getAllHashesCount() {
return allHashes_.size();
}
/**
* repeated string allHashes = 2;
+ * @param index The index of the element to return.
+ * @return The allHashes at the given index.
*/
public java.lang.String getAllHashes(int index) {
return allHashes_.get(index);
}
/**
* repeated string allHashes = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the allHashes at the given index.
*/
public akka.protobufv3.internal.ByteString
getAllHashesBytes(int index) {
@@ -7044,12 +7244,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.VectorClock version_;
/**
* required .VectorClock version = 3;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .VectorClock version = 3;
+ * @return The version.
*/
public akka.cluster.protobuf.msg.ClusterMessages.VectorClock getVersion() {
return version_ == null ? akka.cluster.protobuf.msg.ClusterMessages.VectorClock.getDefaultInstance() : version_;
@@ -7490,12 +7692,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress.Builder, akka.cluster.protobuf.msg.ClusterMessages.UniqueAddressOrBuilder> fromBuilder_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.cluster.protobuf.msg.ClusterMessages.UniqueAddress getFrom() {
if (fromBuilder_ == null) {
@@ -7612,6 +7816,7 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 2;
+ * @return A list containing the allHashes.
*/
public akka.protobufv3.internal.ProtocolStringList
getAllHashesList() {
@@ -7619,18 +7824,23 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 2;
+ * @return The count of allHashes.
*/
public int getAllHashesCount() {
return allHashes_.size();
}
/**
* repeated string allHashes = 2;
+ * @param index The index of the element to return.
+ * @return The allHashes at the given index.
*/
public java.lang.String getAllHashes(int index) {
return allHashes_.get(index);
}
/**
* repeated string allHashes = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the allHashes at the given index.
*/
public akka.protobufv3.internal.ByteString
getAllHashesBytes(int index) {
@@ -7638,6 +7848,9 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 2;
+ * @param index The index to set the value at.
+ * @param value The allHashes to set.
+ * @return This builder for chaining.
*/
public Builder setAllHashes(
int index, java.lang.String value) {
@@ -7651,6 +7864,8 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 2;
+ * @param value The allHashes to add.
+ * @return This builder for chaining.
*/
public Builder addAllHashes(
java.lang.String value) {
@@ -7664,6 +7879,8 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 2;
+ * @param values The allHashes to add.
+ * @return This builder for chaining.
*/
public Builder addAllAllHashes(
java.lang.Iterable values) {
@@ -7675,6 +7892,7 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 2;
+ * @return This builder for chaining.
*/
public Builder clearAllHashes() {
allHashes_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -7684,6 +7902,8 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 2;
+ * @param value The bytes of the allHashes to add.
+ * @return This builder for chaining.
*/
public Builder addAllHashesBytes(
akka.protobufv3.internal.ByteString value) {
@@ -7701,12 +7921,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.VectorClock, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder, akka.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder> versionBuilder_;
/**
* required .VectorClock version = 3;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .VectorClock version = 3;
+ * @return The version.
*/
public akka.cluster.protobuf.msg.ClusterMessages.VectorClock getVersion() {
if (versionBuilder_ == null) {
@@ -7896,38 +8118,50 @@ public final class ClusterMessages {
/**
* repeated string allRoles = 2;
+ * @return A list containing the allRoles.
*/
java.util.List
getAllRolesList();
/**
* repeated string allRoles = 2;
+ * @return The count of allRoles.
*/
int getAllRolesCount();
/**
* repeated string allRoles = 2;
+ * @param index The index of the element to return.
+ * @return The allRoles at the given index.
*/
java.lang.String getAllRoles(int index);
/**
* repeated string allRoles = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the allRoles at the given index.
*/
akka.protobufv3.internal.ByteString
getAllRolesBytes(int index);
/**
* repeated string allHashes = 3;
+ * @return A list containing the allHashes.
*/
java.util.List
getAllHashesList();
/**
* repeated string allHashes = 3;
+ * @return The count of allHashes.
*/
int getAllHashesCount();
/**
* repeated string allHashes = 3;
+ * @param index The index of the element to return.
+ * @return The allHashes at the given index.
*/
java.lang.String getAllHashes(int index);
/**
* repeated string allHashes = 3;
+ * @param index The index of the value to return.
+ * @return The bytes of the allHashes at the given index.
*/
akka.protobufv3.internal.ByteString
getAllHashesBytes(int index);
@@ -7958,10 +8192,12 @@ public final class ClusterMessages {
/**
* required .GossipOverview overview = 5;
+ * @return Whether the overview field is set.
*/
boolean hasOverview();
/**
* required .GossipOverview overview = 5;
+ * @return The overview.
*/
akka.cluster.protobuf.msg.ClusterMessages.GossipOverview getOverview();
/**
@@ -7971,10 +8207,12 @@ public final class ClusterMessages {
/**
* required .VectorClock version = 6;
+ * @return Whether the version field is set.
*/
boolean hasVersion();
/**
* required .VectorClock version = 6;
+ * @return The version.
*/
akka.cluster.protobuf.msg.ClusterMessages.VectorClock getVersion();
/**
@@ -8220,6 +8458,7 @@ public final class ClusterMessages {
private akka.protobufv3.internal.LazyStringList allRoles_;
/**
* repeated string allRoles = 2;
+ * @return A list containing the allRoles.
*/
public akka.protobufv3.internal.ProtocolStringList
getAllRolesList() {
@@ -8227,18 +8466,23 @@ public final class ClusterMessages {
}
/**
* repeated string allRoles = 2;
+ * @return The count of allRoles.
*/
public int getAllRolesCount() {
return allRoles_.size();
}
/**
* repeated string allRoles = 2;
+ * @param index The index of the element to return.
+ * @return The allRoles at the given index.
*/
public java.lang.String getAllRoles(int index) {
return allRoles_.get(index);
}
/**
* repeated string allRoles = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the allRoles at the given index.
*/
public akka.protobufv3.internal.ByteString
getAllRolesBytes(int index) {
@@ -8249,6 +8493,7 @@ public final class ClusterMessages {
private akka.protobufv3.internal.LazyStringList allHashes_;
/**
* repeated string allHashes = 3;
+ * @return A list containing the allHashes.
*/
public akka.protobufv3.internal.ProtocolStringList
getAllHashesList() {
@@ -8256,18 +8501,23 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 3;
+ * @return The count of allHashes.
*/
public int getAllHashesCount() {
return allHashes_.size();
}
/**
* repeated string allHashes = 3;
+ * @param index The index of the element to return.
+ * @return The allHashes at the given index.
*/
public java.lang.String getAllHashes(int index) {
return allHashes_.get(index);
}
/**
* repeated string allHashes = 3;
+ * @param index The index of the value to return.
+ * @return The bytes of the allHashes at the given index.
*/
public akka.protobufv3.internal.ByteString
getAllHashesBytes(int index) {
@@ -8313,12 +8563,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.GossipOverview overview_;
/**
* required .GossipOverview overview = 5;
+ * @return Whether the overview field is set.
*/
public boolean hasOverview() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .GossipOverview overview = 5;
+ * @return The overview.
*/
public akka.cluster.protobuf.msg.ClusterMessages.GossipOverview getOverview() {
return overview_ == null ? akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.getDefaultInstance() : overview_;
@@ -8334,12 +8586,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.VectorClock version_;
/**
* required .VectorClock version = 6;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .VectorClock version = 6;
+ * @return The version.
*/
public akka.cluster.protobuf.msg.ClusterMessages.VectorClock getVersion() {
return version_ == null ? akka.cluster.protobuf.msg.ClusterMessages.VectorClock.getDefaultInstance() : version_;
@@ -9291,6 +9545,7 @@ public final class ClusterMessages {
}
/**
* repeated string allRoles = 2;
+ * @return A list containing the allRoles.
*/
public akka.protobufv3.internal.ProtocolStringList
getAllRolesList() {
@@ -9298,18 +9553,23 @@ public final class ClusterMessages {
}
/**
* repeated string allRoles = 2;
+ * @return The count of allRoles.
*/
public int getAllRolesCount() {
return allRoles_.size();
}
/**
* repeated string allRoles = 2;
+ * @param index The index of the element to return.
+ * @return The allRoles at the given index.
*/
public java.lang.String getAllRoles(int index) {
return allRoles_.get(index);
}
/**
* repeated string allRoles = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the allRoles at the given index.
*/
public akka.protobufv3.internal.ByteString
getAllRolesBytes(int index) {
@@ -9317,6 +9577,9 @@ public final class ClusterMessages {
}
/**
* repeated string allRoles = 2;
+ * @param index The index to set the value at.
+ * @param value The allRoles to set.
+ * @return This builder for chaining.
*/
public Builder setAllRoles(
int index, java.lang.String value) {
@@ -9330,6 +9593,8 @@ public final class ClusterMessages {
}
/**
* repeated string allRoles = 2;
+ * @param value The allRoles to add.
+ * @return This builder for chaining.
*/
public Builder addAllRoles(
java.lang.String value) {
@@ -9343,6 +9608,8 @@ public final class ClusterMessages {
}
/**
* repeated string allRoles = 2;
+ * @param values The allRoles to add.
+ * @return This builder for chaining.
*/
public Builder addAllAllRoles(
java.lang.Iterable values) {
@@ -9354,6 +9621,7 @@ public final class ClusterMessages {
}
/**
* repeated string allRoles = 2;
+ * @return This builder for chaining.
*/
public Builder clearAllRoles() {
allRoles_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -9363,6 +9631,8 @@ public final class ClusterMessages {
}
/**
* repeated string allRoles = 2;
+ * @param value The bytes of the allRoles to add.
+ * @return This builder for chaining.
*/
public Builder addAllRolesBytes(
akka.protobufv3.internal.ByteString value) {
@@ -9384,6 +9654,7 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 3;
+ * @return A list containing the allHashes.
*/
public akka.protobufv3.internal.ProtocolStringList
getAllHashesList() {
@@ -9391,18 +9662,23 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 3;
+ * @return The count of allHashes.
*/
public int getAllHashesCount() {
return allHashes_.size();
}
/**
* repeated string allHashes = 3;
+ * @param index The index of the element to return.
+ * @return The allHashes at the given index.
*/
public java.lang.String getAllHashes(int index) {
return allHashes_.get(index);
}
/**
* repeated string allHashes = 3;
+ * @param index The index of the value to return.
+ * @return The bytes of the allHashes at the given index.
*/
public akka.protobufv3.internal.ByteString
getAllHashesBytes(int index) {
@@ -9410,6 +9686,9 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 3;
+ * @param index The index to set the value at.
+ * @param value The allHashes to set.
+ * @return This builder for chaining.
*/
public Builder setAllHashes(
int index, java.lang.String value) {
@@ -9423,6 +9702,8 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 3;
+ * @param value The allHashes to add.
+ * @return This builder for chaining.
*/
public Builder addAllHashes(
java.lang.String value) {
@@ -9436,6 +9717,8 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 3;
+ * @param values The allHashes to add.
+ * @return This builder for chaining.
*/
public Builder addAllAllHashes(
java.lang.Iterable values) {
@@ -9447,6 +9730,7 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 3;
+ * @return This builder for chaining.
*/
public Builder clearAllHashes() {
allHashes_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -9456,6 +9740,8 @@ public final class ClusterMessages {
}
/**
* repeated string allHashes = 3;
+ * @param value The bytes of the allHashes to add.
+ * @return This builder for chaining.
*/
public Builder addAllHashesBytes(
akka.protobufv3.internal.ByteString value) {
@@ -9713,12 +9999,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.GossipOverview, akka.cluster.protobuf.msg.ClusterMessages.GossipOverview.Builder, akka.cluster.protobuf.msg.ClusterMessages.GossipOverviewOrBuilder> overviewBuilder_;
/**
* required .GossipOverview overview = 5;
+ * @return Whether the overview field is set.
*/
public boolean hasOverview() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* required .GossipOverview overview = 5;
+ * @return The overview.
*/
public akka.cluster.protobuf.msg.ClusterMessages.GossipOverview getOverview() {
if (overviewBuilder_ == null) {
@@ -9831,12 +10119,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.VectorClock, akka.cluster.protobuf.msg.ClusterMessages.VectorClock.Builder, akka.cluster.protobuf.msg.ClusterMessages.VectorClockOrBuilder> versionBuilder_;
/**
* required .VectorClock version = 6;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* required .VectorClock version = 6;
+ * @return The version.
*/
public akka.cluster.protobuf.msg.ClusterMessages.VectorClock getVersion() {
if (versionBuilder_ == null) {
@@ -10246,6 +10536,7 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @return A list containing the seen.
*/
java.util.List getSeenList();
/**
@@ -10254,6 +10545,7 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @return The count of seen.
*/
int getSeenCount();
/**
@@ -10262,6 +10554,8 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @param index The index of the element to return.
+ * @return The seen at the given index.
*/
int getSeen(int index);
@@ -10418,6 +10712,7 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @return A list containing the seen.
*/
public java.util.List
getSeenList() {
@@ -10429,6 +10724,7 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @return The count of seen.
*/
public int getSeenCount() {
return seen_.size();
@@ -10439,6 +10735,8 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @param index The index of the element to return.
+ * @return The seen at the given index.
*/
public int getSeen(int index) {
return seen_.getInt(index);
@@ -10885,6 +11183,7 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @return A list containing the seen.
*/
public java.util.List
getSeenList() {
@@ -10897,6 +11196,7 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @return The count of seen.
*/
public int getSeenCount() {
return seen_.size();
@@ -10907,6 +11207,8 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @param index The index of the element to return.
+ * @return The seen at the given index.
*/
public int getSeen(int index) {
return seen_.getInt(index);
@@ -10917,6 +11219,9 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @param index The index to set the value at.
+ * @param value The seen to set.
+ * @return This builder for chaining.
*/
public Builder setSeen(
int index, int value) {
@@ -10931,6 +11236,8 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @param value The seen to add.
+ * @return This builder for chaining.
*/
public Builder addSeen(int value) {
ensureSeenIsMutable();
@@ -10944,6 +11251,8 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @param values The seen to add.
+ * @return This builder for chaining.
*/
public Builder addAllSeen(
java.lang.Iterable extends java.lang.Integer> values) {
@@ -10959,6 +11268,7 @@ public final class ClusterMessages {
*
*
* repeated int32 seen = 1;
+ * @return This builder for chaining.
*/
public Builder clearSeen() {
seen_ = emptyIntList();
@@ -11265,19 +11575,23 @@ public final class ClusterMessages {
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
boolean hasAddressIndex();
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
int getAddressIndex();
/**
* required int64 version = 4;
+ * @return Whether the version field is set.
*/
boolean hasVersion();
/**
* required int64 version = 4;
+ * @return The version.
*/
long getVersion();
@@ -11416,12 +11730,14 @@ public final class ClusterMessages {
private int addressIndex_;
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
public boolean hasAddressIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
public int getAddressIndex() {
return addressIndex_;
@@ -11431,12 +11747,14 @@ public final class ClusterMessages {
private long version_;
/**
* required int64 version = 4;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 version = 4;
+ * @return The version.
*/
public long getVersion() {
return version_;
@@ -11905,18 +12223,22 @@ public final class ClusterMessages {
private int addressIndex_ ;
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
public boolean hasAddressIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
public int getAddressIndex() {
return addressIndex_;
}
/**
* required int32 addressIndex = 1;
+ * @param value The addressIndex to set.
+ * @return This builder for chaining.
*/
public Builder setAddressIndex(int value) {
bitField0_ |= 0x00000001;
@@ -11926,6 +12248,7 @@ public final class ClusterMessages {
}
/**
* required int32 addressIndex = 1;
+ * @return This builder for chaining.
*/
public Builder clearAddressIndex() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -11937,18 +12260,22 @@ public final class ClusterMessages {
private long version_ ;
/**
* required int64 version = 4;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 version = 4;
+ * @return The version.
*/
public long getVersion() {
return version_;
}
/**
* required int64 version = 4;
+ * @param value The version to set.
+ * @return This builder for chaining.
*/
public Builder setVersion(long value) {
bitField0_ |= 0x00000002;
@@ -11958,6 +12285,7 @@ public final class ClusterMessages {
}
/**
* required int64 version = 4;
+ * @return This builder for chaining.
*/
public Builder clearVersion() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -12264,28 +12592,34 @@ public final class ClusterMessages {
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
boolean hasAddressIndex();
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
int getAddressIndex();
/**
* required .ReachabilityStatus status = 3;
+ * @return Whether the status field is set.
*/
boolean hasStatus();
/**
* required .ReachabilityStatus status = 3;
+ * @return The status.
*/
akka.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus getStatus();
/**
* required int64 version = 4;
+ * @return Whether the version field is set.
*/
boolean hasVersion();
/**
* required int64 version = 4;
+ * @return The version.
*/
long getVersion();
}
@@ -12395,12 +12729,14 @@ public final class ClusterMessages {
private int addressIndex_;
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
public boolean hasAddressIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
public int getAddressIndex() {
return addressIndex_;
@@ -12410,12 +12746,14 @@ public final class ClusterMessages {
private int status_;
/**
* required .ReachabilityStatus status = 3;
+ * @return Whether the status field is set.
*/
public boolean hasStatus() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .ReachabilityStatus status = 3;
+ * @return The status.
*/
public akka.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus getStatus() {
@SuppressWarnings("deprecation")
@@ -12427,12 +12765,14 @@ public final class ClusterMessages {
private long version_;
/**
* required int64 version = 4;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required int64 version = 4;
+ * @return The version.
*/
public long getVersion() {
return version_;
@@ -12826,18 +13166,22 @@ public final class ClusterMessages {
private int addressIndex_ ;
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
public boolean hasAddressIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
public int getAddressIndex() {
return addressIndex_;
}
/**
* required int32 addressIndex = 1;
+ * @param value The addressIndex to set.
+ * @return This builder for chaining.
*/
public Builder setAddressIndex(int value) {
bitField0_ |= 0x00000001;
@@ -12847,6 +13191,7 @@ public final class ClusterMessages {
}
/**
* required int32 addressIndex = 1;
+ * @return This builder for chaining.
*/
public Builder clearAddressIndex() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -12858,12 +13203,14 @@ public final class ClusterMessages {
private int status_ = 0;
/**
* required .ReachabilityStatus status = 3;
+ * @return Whether the status field is set.
*/
public boolean hasStatus() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .ReachabilityStatus status = 3;
+ * @return The status.
*/
public akka.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus getStatus() {
@SuppressWarnings("deprecation")
@@ -12872,6 +13219,8 @@ public final class ClusterMessages {
}
/**
* required .ReachabilityStatus status = 3;
+ * @param value The status to set.
+ * @return This builder for chaining.
*/
public Builder setStatus(akka.cluster.protobuf.msg.ClusterMessages.ReachabilityStatus value) {
if (value == null) {
@@ -12884,6 +13233,7 @@ public final class ClusterMessages {
}
/**
* required .ReachabilityStatus status = 3;
+ * @return This builder for chaining.
*/
public Builder clearStatus() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -12895,18 +13245,22 @@ public final class ClusterMessages {
private long version_ ;
/**
* required int64 version = 4;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required int64 version = 4;
+ * @return The version.
*/
public long getVersion() {
return version_;
}
/**
* required int64 version = 4;
+ * @param value The version to set.
+ * @return This builder for chaining.
*/
public Builder setVersion(long value) {
bitField0_ |= 0x00000004;
@@ -12916,6 +13270,7 @@ public final class ClusterMessages {
}
/**
* required int64 version = 4;
+ * @return This builder for chaining.
*/
public Builder clearVersion() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -12982,19 +13337,23 @@ public final class ClusterMessages {
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
boolean hasAddressIndex();
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
int getAddressIndex();
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
boolean hasTimestamp();
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
long getTimestamp();
}
@@ -13091,12 +13450,14 @@ public final class ClusterMessages {
private int addressIndex_;
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
public boolean hasAddressIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
public int getAddressIndex() {
return addressIndex_;
@@ -13106,12 +13467,14 @@ public final class ClusterMessages {
private long timestamp_;
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
@@ -13474,18 +13837,22 @@ public final class ClusterMessages {
private int addressIndex_ ;
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
public boolean hasAddressIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
public int getAddressIndex() {
return addressIndex_;
}
/**
* required int32 addressIndex = 1;
+ * @param value The addressIndex to set.
+ * @return This builder for chaining.
*/
public Builder setAddressIndex(int value) {
bitField0_ |= 0x00000001;
@@ -13495,6 +13862,7 @@ public final class ClusterMessages {
}
/**
* required int32 addressIndex = 1;
+ * @return This builder for chaining.
*/
public Builder clearAddressIndex() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -13506,18 +13874,22 @@ public final class ClusterMessages {
private long timestamp_ ;
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
}
/**
* required int64 timestamp = 2;
+ * @param value The timestamp to set.
+ * @return This builder for chaining.
*/
public Builder setTimestamp(long value) {
bitField0_ |= 0x00000002;
@@ -13527,6 +13899,7 @@ public final class ClusterMessages {
}
/**
* required int64 timestamp = 2;
+ * @return This builder for chaining.
*/
public Builder clearTimestamp() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -13593,41 +13966,51 @@ public final class ClusterMessages {
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
boolean hasAddressIndex();
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
int getAddressIndex();
/**
* required int32 upNumber = 2;
+ * @return Whether the upNumber field is set.
*/
boolean hasUpNumber();
/**
* required int32 upNumber = 2;
+ * @return The upNumber.
*/
int getUpNumber();
/**
* required .MemberStatus status = 3;
+ * @return Whether the status field is set.
*/
boolean hasStatus();
/**
* required .MemberStatus status = 3;
+ * @return The status.
*/
akka.cluster.protobuf.msg.ClusterMessages.MemberStatus getStatus();
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @return A list containing the rolesIndexes.
*/
java.util.List getRolesIndexesList();
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @return The count of rolesIndexes.
*/
int getRolesIndexesCount();
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @param index The index of the element to return.
+ * @return The rolesIndexes at the given index.
*/
int getRolesIndexes(int index);
}
@@ -13767,12 +14150,14 @@ public final class ClusterMessages {
private int addressIndex_;
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
public boolean hasAddressIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
public int getAddressIndex() {
return addressIndex_;
@@ -13782,12 +14167,14 @@ public final class ClusterMessages {
private int upNumber_;
/**
* required int32 upNumber = 2;
+ * @return Whether the upNumber field is set.
*/
public boolean hasUpNumber() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 upNumber = 2;
+ * @return The upNumber.
*/
public int getUpNumber() {
return upNumber_;
@@ -13797,12 +14184,14 @@ public final class ClusterMessages {
private int status_;
/**
* required .MemberStatus status = 3;
+ * @return Whether the status field is set.
*/
public boolean hasStatus() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .MemberStatus status = 3;
+ * @return The status.
*/
public akka.cluster.protobuf.msg.ClusterMessages.MemberStatus getStatus() {
@SuppressWarnings("deprecation")
@@ -13814,6 +14203,7 @@ public final class ClusterMessages {
private akka.protobufv3.internal.Internal.IntList rolesIndexes_;
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @return A list containing the rolesIndexes.
*/
public java.util.List
getRolesIndexesList() {
@@ -13821,12 +14211,15 @@ public final class ClusterMessages {
}
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @return The count of rolesIndexes.
*/
public int getRolesIndexesCount() {
return rolesIndexes_.size();
}
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @param index The index of the element to return.
+ * @return The rolesIndexes at the given index.
*/
public int getRolesIndexes(int index) {
return rolesIndexes_.getInt(index);
@@ -14270,18 +14663,22 @@ public final class ClusterMessages {
private int addressIndex_ ;
/**
* required int32 addressIndex = 1;
+ * @return Whether the addressIndex field is set.
*/
public boolean hasAddressIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 addressIndex = 1;
+ * @return The addressIndex.
*/
public int getAddressIndex() {
return addressIndex_;
}
/**
* required int32 addressIndex = 1;
+ * @param value The addressIndex to set.
+ * @return This builder for chaining.
*/
public Builder setAddressIndex(int value) {
bitField0_ |= 0x00000001;
@@ -14291,6 +14688,7 @@ public final class ClusterMessages {
}
/**
* required int32 addressIndex = 1;
+ * @return This builder for chaining.
*/
public Builder clearAddressIndex() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -14302,18 +14700,22 @@ public final class ClusterMessages {
private int upNumber_ ;
/**
* required int32 upNumber = 2;
+ * @return Whether the upNumber field is set.
*/
public boolean hasUpNumber() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 upNumber = 2;
+ * @return The upNumber.
*/
public int getUpNumber() {
return upNumber_;
}
/**
* required int32 upNumber = 2;
+ * @param value The upNumber to set.
+ * @return This builder for chaining.
*/
public Builder setUpNumber(int value) {
bitField0_ |= 0x00000002;
@@ -14323,6 +14725,7 @@ public final class ClusterMessages {
}
/**
* required int32 upNumber = 2;
+ * @return This builder for chaining.
*/
public Builder clearUpNumber() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -14334,12 +14737,14 @@ public final class ClusterMessages {
private int status_ = 0;
/**
* required .MemberStatus status = 3;
+ * @return Whether the status field is set.
*/
public boolean hasStatus() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .MemberStatus status = 3;
+ * @return The status.
*/
public akka.cluster.protobuf.msg.ClusterMessages.MemberStatus getStatus() {
@SuppressWarnings("deprecation")
@@ -14348,6 +14753,8 @@ public final class ClusterMessages {
}
/**
* required .MemberStatus status = 3;
+ * @param value The status to set.
+ * @return This builder for chaining.
*/
public Builder setStatus(akka.cluster.protobuf.msg.ClusterMessages.MemberStatus value) {
if (value == null) {
@@ -14360,6 +14767,7 @@ public final class ClusterMessages {
}
/**
* required .MemberStatus status = 3;
+ * @return This builder for chaining.
*/
public Builder clearStatus() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -14377,6 +14785,7 @@ public final class ClusterMessages {
}
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @return A list containing the rolesIndexes.
*/
public java.util.List
getRolesIndexesList() {
@@ -14385,18 +14794,24 @@ public final class ClusterMessages {
}
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @return The count of rolesIndexes.
*/
public int getRolesIndexesCount() {
return rolesIndexes_.size();
}
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @param index The index of the element to return.
+ * @return The rolesIndexes at the given index.
*/
public int getRolesIndexes(int index) {
return rolesIndexes_.getInt(index);
}
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @param index The index to set the value at.
+ * @param value The rolesIndexes to set.
+ * @return This builder for chaining.
*/
public Builder setRolesIndexes(
int index, int value) {
@@ -14407,6 +14822,8 @@ public final class ClusterMessages {
}
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @param value The rolesIndexes to add.
+ * @return This builder for chaining.
*/
public Builder addRolesIndexes(int value) {
ensureRolesIndexesIsMutable();
@@ -14416,6 +14833,8 @@ public final class ClusterMessages {
}
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @param values The rolesIndexes to add.
+ * @return This builder for chaining.
*/
public Builder addAllRolesIndexes(
java.lang.Iterable extends java.lang.Integer> values) {
@@ -14427,6 +14846,7 @@ public final class ClusterMessages {
}
/**
* repeated int32 rolesIndexes = 4 [packed = true];
+ * @return This builder for chaining.
*/
public Builder clearRolesIndexes() {
rolesIndexes_ = emptyIntList();
@@ -14497,6 +14917,7 @@ public final class ClusterMessages {
*
*
* optional int64 timestamp = 1;
+ * @return Whether the timestamp field is set.
*/
boolean hasTimestamp();
/**
@@ -14505,6 +14926,7 @@ public final class ClusterMessages {
*
*
* optional int64 timestamp = 1;
+ * @return The timestamp.
*/
long getTimestamp();
@@ -14639,19 +15061,23 @@ public final class ClusterMessages {
/**
* required int32 hashIndex = 1;
+ * @return Whether the hashIndex field is set.
*/
boolean hasHashIndex();
/**
* required int32 hashIndex = 1;
+ * @return The hashIndex.
*/
int getHashIndex();
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
boolean hasTimestamp();
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
long getTimestamp();
}
@@ -14748,12 +15174,14 @@ public final class ClusterMessages {
private int hashIndex_;
/**
* required int32 hashIndex = 1;
+ * @return Whether the hashIndex field is set.
*/
public boolean hasHashIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 hashIndex = 1;
+ * @return The hashIndex.
*/
public int getHashIndex() {
return hashIndex_;
@@ -14763,12 +15191,14 @@ public final class ClusterMessages {
private long timestamp_;
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
@@ -15131,18 +15561,22 @@ public final class ClusterMessages {
private int hashIndex_ ;
/**
* required int32 hashIndex = 1;
+ * @return Whether the hashIndex field is set.
*/
public boolean hasHashIndex() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 hashIndex = 1;
+ * @return The hashIndex.
*/
public int getHashIndex() {
return hashIndex_;
}
/**
* required int32 hashIndex = 1;
+ * @param value The hashIndex to set.
+ * @return This builder for chaining.
*/
public Builder setHashIndex(int value) {
bitField0_ |= 0x00000001;
@@ -15152,6 +15586,7 @@ public final class ClusterMessages {
}
/**
* required int32 hashIndex = 1;
+ * @return This builder for chaining.
*/
public Builder clearHashIndex() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -15163,18 +15598,22 @@ public final class ClusterMessages {
private long timestamp_ ;
/**
* required int64 timestamp = 2;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 timestamp = 2;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
}
/**
* required int64 timestamp = 2;
+ * @param value The timestamp to set.
+ * @return This builder for chaining.
*/
public Builder setTimestamp(long value) {
bitField0_ |= 0x00000002;
@@ -15184,6 +15623,7 @@ public final class ClusterMessages {
}
/**
* required int64 timestamp = 2;
+ * @return This builder for chaining.
*/
public Builder clearTimestamp() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -15253,6 +15693,7 @@ public final class ClusterMessages {
*
*
* optional int64 timestamp = 1;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000001) != 0);
@@ -15263,6 +15704,7 @@ public final class ClusterMessages {
*
*
* optional int64 timestamp = 1;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
@@ -15696,6 +16138,7 @@ public final class ClusterMessages {
*
*
* optional int64 timestamp = 1;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000001) != 0);
@@ -15706,6 +16149,7 @@ public final class ClusterMessages {
*
*
* optional int64 timestamp = 1;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
@@ -15716,6 +16160,8 @@ public final class ClusterMessages {
*
*
* optional int64 timestamp = 1;
+ * @param value The timestamp to set.
+ * @return This builder for chaining.
*/
public Builder setTimestamp(long value) {
bitField0_ |= 0x00000001;
@@ -15729,6 +16175,7 @@ public final class ClusterMessages {
*
*
* optional int64 timestamp = 1;
+ * @return This builder for chaining.
*/
public Builder clearTimestamp() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -16463,51 +16910,62 @@ public final class ClusterMessages {
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
boolean hasSystem();
/**
* required string system = 1;
+ * @return The system.
*/
java.lang.String getSystem();
/**
* required string system = 1;
+ * @return The bytes for system.
*/
akka.protobufv3.internal.ByteString
getSystemBytes();
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
boolean hasHostname();
/**
* required string hostname = 2;
+ * @return The hostname.
*/
java.lang.String getHostname();
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
akka.protobufv3.internal.ByteString
getHostnameBytes();
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
boolean hasPort();
/**
* required uint32 port = 3;
+ * @return The port.
*/
int getPort();
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
boolean hasProtocol();
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
java.lang.String getProtocol();
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
akka.protobufv3.internal.ByteString
getProtocolBytes();
@@ -16626,12 +17084,14 @@ public final class ClusterMessages {
private volatile java.lang.Object system_;
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string system = 1;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -16649,6 +17109,7 @@ public final class ClusterMessages {
}
/**
* required string system = 1;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -16668,12 +17129,14 @@ public final class ClusterMessages {
private volatile java.lang.Object hostname_;
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string hostname = 2;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -16691,6 +17154,7 @@ public final class ClusterMessages {
}
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -16710,12 +17174,14 @@ public final class ClusterMessages {
private int port_;
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 port = 3;
+ * @return The port.
*/
public int getPort() {
return port_;
@@ -16725,12 +17191,14 @@ public final class ClusterMessages {
private volatile java.lang.Object protocol_;
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -16748,6 +17216,7 @@ public final class ClusterMessages {
}
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -17184,12 +17653,14 @@ public final class ClusterMessages {
private java.lang.Object system_ = "";
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string system = 1;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -17207,6 +17678,7 @@ public final class ClusterMessages {
}
/**
* required string system = 1;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -17223,6 +17695,8 @@ public final class ClusterMessages {
}
/**
* required string system = 1;
+ * @param value The system to set.
+ * @return This builder for chaining.
*/
public Builder setSystem(
java.lang.String value) {
@@ -17236,6 +17710,7 @@ public final class ClusterMessages {
}
/**
* required string system = 1;
+ * @return This builder for chaining.
*/
public Builder clearSystem() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -17245,6 +17720,8 @@ public final class ClusterMessages {
}
/**
* required string system = 1;
+ * @param value The bytes for system to set.
+ * @return This builder for chaining.
*/
public Builder setSystemBytes(
akka.protobufv3.internal.ByteString value) {
@@ -17260,12 +17737,14 @@ public final class ClusterMessages {
private java.lang.Object hostname_ = "";
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string hostname = 2;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -17283,6 +17762,7 @@ public final class ClusterMessages {
}
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -17299,6 +17779,8 @@ public final class ClusterMessages {
}
/**
* required string hostname = 2;
+ * @param value The hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostname(
java.lang.String value) {
@@ -17312,6 +17794,7 @@ public final class ClusterMessages {
}
/**
* required string hostname = 2;
+ * @return This builder for chaining.
*/
public Builder clearHostname() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -17321,6 +17804,8 @@ public final class ClusterMessages {
}
/**
* required string hostname = 2;
+ * @param value The bytes for hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostnameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -17336,18 +17821,22 @@ public final class ClusterMessages {
private int port_ ;
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 port = 3;
+ * @return The port.
*/
public int getPort() {
return port_;
}
/**
* required uint32 port = 3;
+ * @param value The port to set.
+ * @return This builder for chaining.
*/
public Builder setPort(int value) {
bitField0_ |= 0x00000004;
@@ -17357,6 +17846,7 @@ public final class ClusterMessages {
}
/**
* required uint32 port = 3;
+ * @return This builder for chaining.
*/
public Builder clearPort() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -17368,12 +17858,14 @@ public final class ClusterMessages {
private java.lang.Object protocol_ = "";
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -17391,6 +17883,7 @@ public final class ClusterMessages {
}
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -17407,6 +17900,8 @@ public final class ClusterMessages {
}
/**
* optional string protocol = 4;
+ * @param value The protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocol(
java.lang.String value) {
@@ -17420,6 +17915,7 @@ public final class ClusterMessages {
}
/**
* optional string protocol = 4;
+ * @return This builder for chaining.
*/
public Builder clearProtocol() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -17429,6 +17925,8 @@ public final class ClusterMessages {
}
/**
* optional string protocol = 4;
+ * @param value The bytes for protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocolBytes(
akka.protobufv3.internal.ByteString value) {
@@ -17499,10 +17997,12 @@ public final class ClusterMessages {
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
boolean hasAddress();
/**
* required .Address address = 1;
+ * @return The address.
*/
akka.cluster.protobuf.msg.ClusterMessages.Address getAddress();
/**
@@ -17512,10 +18012,12 @@ public final class ClusterMessages {
/**
* required uint32 uid = 2;
+ * @return Whether the uid field is set.
*/
boolean hasUid();
/**
* required uint32 uid = 2;
+ * @return The uid.
*/
int getUid();
@@ -17525,6 +18027,7 @@ public final class ClusterMessages {
*
*
* optional uint32 uid2 = 3;
+ * @return Whether the uid2 field is set.
*/
boolean hasUid2();
/**
@@ -17533,6 +18036,7 @@ public final class ClusterMessages {
*
*
* optional uint32 uid2 = 3;
+ * @return The uid2.
*/
int getUid2();
}
@@ -17647,12 +18151,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.Address address_;
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address address = 1;
+ * @return The address.
*/
public akka.cluster.protobuf.msg.ClusterMessages.Address getAddress() {
return address_ == null ? akka.cluster.protobuf.msg.ClusterMessages.Address.getDefaultInstance() : address_;
@@ -17668,12 +18174,14 @@ public final class ClusterMessages {
private int uid_;
/**
* required uint32 uid = 2;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 uid = 2;
+ * @return The uid.
*/
public int getUid() {
return uid_;
@@ -17687,6 +18195,7 @@ public final class ClusterMessages {
*
*
* optional uint32 uid2 = 3;
+ * @return Whether the uid2 field is set.
*/
public boolean hasUid2() {
return ((bitField0_ & 0x00000004) != 0);
@@ -17697,6 +18206,7 @@ public final class ClusterMessages {
*
*
* optional uint32 uid2 = 3;
+ * @return The uid2.
*/
public int getUid2() {
return uid2_;
@@ -18106,12 +18616,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.Address, akka.cluster.protobuf.msg.ClusterMessages.Address.Builder, akka.cluster.protobuf.msg.ClusterMessages.AddressOrBuilder> addressBuilder_;
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address address = 1;
+ * @return The address.
*/
public akka.cluster.protobuf.msg.ClusterMessages.Address getAddress() {
if (addressBuilder_ == null) {
@@ -18222,18 +18734,22 @@ public final class ClusterMessages {
private int uid_ ;
/**
* required uint32 uid = 2;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 uid = 2;
+ * @return The uid.
*/
public int getUid() {
return uid_;
}
/**
* required uint32 uid = 2;
+ * @param value The uid to set.
+ * @return This builder for chaining.
*/
public Builder setUid(int value) {
bitField0_ |= 0x00000002;
@@ -18243,6 +18759,7 @@ public final class ClusterMessages {
}
/**
* required uint32 uid = 2;
+ * @return This builder for chaining.
*/
public Builder clearUid() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -18258,6 +18775,7 @@ public final class ClusterMessages {
*
*
* optional uint32 uid2 = 3;
+ * @return Whether the uid2 field is set.
*/
public boolean hasUid2() {
return ((bitField0_ & 0x00000004) != 0);
@@ -18268,6 +18786,7 @@ public final class ClusterMessages {
*
*
* optional uint32 uid2 = 3;
+ * @return The uid2.
*/
public int getUid2() {
return uid2_;
@@ -18278,6 +18797,8 @@ public final class ClusterMessages {
*
*
* optional uint32 uid2 = 3;
+ * @param value The uid2 to set.
+ * @return This builder for chaining.
*/
public Builder setUid2(int value) {
bitField0_ |= 0x00000004;
@@ -18291,6 +18812,7 @@ public final class ClusterMessages {
*
*
* optional uint32 uid2 = 3;
+ * @return This builder for chaining.
*/
public Builder clearUid2() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -18357,10 +18879,12 @@ public final class ClusterMessages {
/**
* required .Pool pool = 1;
+ * @return Whether the pool field is set.
*/
boolean hasPool();
/**
* required .Pool pool = 1;
+ * @return The pool.
*/
akka.cluster.protobuf.msg.ClusterMessages.Pool getPool();
/**
@@ -18370,10 +18894,12 @@ public final class ClusterMessages {
/**
* required .ClusterRouterPoolSettings settings = 2;
+ * @return Whether the settings field is set.
*/
boolean hasSettings();
/**
* required .ClusterRouterPoolSettings settings = 2;
+ * @return The settings.
*/
akka.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings getSettings();
/**
@@ -18490,12 +19016,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.Pool pool_;
/**
* required .Pool pool = 1;
+ * @return Whether the pool field is set.
*/
public boolean hasPool() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Pool pool = 1;
+ * @return The pool.
*/
public akka.cluster.protobuf.msg.ClusterMessages.Pool getPool() {
return pool_ == null ? akka.cluster.protobuf.msg.ClusterMessages.Pool.getDefaultInstance() : pool_;
@@ -18511,12 +19039,14 @@ public final class ClusterMessages {
private akka.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings settings_;
/**
* required .ClusterRouterPoolSettings settings = 2;
+ * @return Whether the settings field is set.
*/
public boolean hasSettings() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .ClusterRouterPoolSettings settings = 2;
+ * @return The settings.
*/
public akka.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings getSettings() {
return settings_ == null ? akka.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.getDefaultInstance() : settings_;
@@ -18918,12 +19448,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.Pool, akka.cluster.protobuf.msg.ClusterMessages.Pool.Builder, akka.cluster.protobuf.msg.ClusterMessages.PoolOrBuilder> poolBuilder_;
/**
* required .Pool pool = 1;
+ * @return Whether the pool field is set.
*/
public boolean hasPool() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Pool pool = 1;
+ * @return The pool.
*/
public akka.cluster.protobuf.msg.ClusterMessages.Pool getPool() {
if (poolBuilder_ == null) {
@@ -19036,12 +19568,14 @@ public final class ClusterMessages {
akka.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings, akka.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings.Builder, akka.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettingsOrBuilder> settingsBuilder_;
/**
* required .ClusterRouterPoolSettings settings = 2;
+ * @return Whether the settings field is set.
*/
public boolean hasSettings() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .ClusterRouterPoolSettings settings = 2;
+ * @return The settings.
*/
public akka.cluster.protobuf.msg.ClusterMessages.ClusterRouterPoolSettings getSettings() {
if (settingsBuilder_ == null) {
@@ -19207,33 +19741,40 @@ public final class ClusterMessages {
/**
* required uint32 serializerId = 1;
+ * @return Whether the serializerId field is set.
*/
boolean hasSerializerId();
/**
* required uint32 serializerId = 1;
+ * @return The serializerId.
*/
int getSerializerId();
/**
* required string manifest = 2;
+ * @return Whether the manifest field is set.
*/
boolean hasManifest();
/**
* required string manifest = 2;
+ * @return The manifest.
*/
java.lang.String getManifest();
/**
* required string manifest = 2;
+ * @return The bytes for manifest.
*/
akka.protobufv3.internal.ByteString
getManifestBytes();
/**
* required bytes data = 3;
+ * @return Whether the data field is set.
*/
boolean hasData();
/**
* required bytes data = 3;
+ * @return The data.
*/
akka.protobufv3.internal.ByteString getData();
}
@@ -19338,12 +19879,14 @@ public final class ClusterMessages {
private int serializerId_;
/**
* required uint32 serializerId = 1;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 serializerId = 1;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
@@ -19353,12 +19896,14 @@ public final class ClusterMessages {
private volatile java.lang.Object manifest_;
/**
* required string manifest = 2;
+ * @return Whether the manifest field is set.
*/
public boolean hasManifest() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string manifest = 2;
+ * @return The manifest.
*/
public java.lang.String getManifest() {
java.lang.Object ref = manifest_;
@@ -19376,6 +19921,7 @@ public final class ClusterMessages {
}
/**
* required string manifest = 2;
+ * @return The bytes for manifest.
*/
public akka.protobufv3.internal.ByteString
getManifestBytes() {
@@ -19395,12 +19941,14 @@ public final class ClusterMessages {
private akka.protobufv3.internal.ByteString data_;
/**
* required bytes data = 3;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bytes data = 3;
+ * @return The data.
*/
public akka.protobufv3.internal.ByteString getData() {
return data_;
@@ -19795,18 +20343,22 @@ public final class ClusterMessages {
private int serializerId_ ;
/**
* required uint32 serializerId = 1;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 serializerId = 1;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
}
/**
* required uint32 serializerId = 1;
+ * @param value The serializerId to set.
+ * @return This builder for chaining.
*/
public Builder setSerializerId(int value) {
bitField0_ |= 0x00000001;
@@ -19816,6 +20368,7 @@ public final class ClusterMessages {
}
/**
* required uint32 serializerId = 1;
+ * @return This builder for chaining.
*/
public Builder clearSerializerId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -19827,12 +20380,14 @@ public final class ClusterMessages {
private java.lang.Object manifest_ = "";
/**
* required string manifest = 2;
+ * @return Whether the manifest field is set.
*/
public boolean hasManifest() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string manifest = 2;
+ * @return The manifest.
*/
public java.lang.String getManifest() {
java.lang.Object ref = manifest_;
@@ -19850,6 +20405,7 @@ public final class ClusterMessages {
}
/**
* required string manifest = 2;
+ * @return The bytes for manifest.
*/
public akka.protobufv3.internal.ByteString
getManifestBytes() {
@@ -19866,6 +20422,8 @@ public final class ClusterMessages {
}
/**
* required string manifest = 2;
+ * @param value The manifest to set.
+ * @return This builder for chaining.
*/
public Builder setManifest(
java.lang.String value) {
@@ -19879,6 +20437,7 @@ public final class ClusterMessages {
}
/**
* required string manifest = 2;
+ * @return This builder for chaining.
*/
public Builder clearManifest() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -19888,6 +20447,8 @@ public final class ClusterMessages {
}
/**
* required string manifest = 2;
+ * @param value The bytes for manifest to set.
+ * @return This builder for chaining.
*/
public Builder setManifestBytes(
akka.protobufv3.internal.ByteString value) {
@@ -19903,18 +20464,22 @@ public final class ClusterMessages {
private akka.protobufv3.internal.ByteString data_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes data = 3;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bytes data = 3;
+ * @return The data.
*/
public akka.protobufv3.internal.ByteString getData() {
return data_;
}
/**
* required bytes data = 3;
+ * @param value The data to set.
+ * @return This builder for chaining.
*/
public Builder setData(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -19927,6 +20492,7 @@ public final class ClusterMessages {
}
/**
* required bytes data = 3;
+ * @return This builder for chaining.
*/
public Builder clearData() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -19993,60 +20559,75 @@ public final class ClusterMessages {
/**
* required uint32 totalInstances = 1;
+ * @return Whether the totalInstances field is set.
*/
boolean hasTotalInstances();
/**
* required uint32 totalInstances = 1;
+ * @return The totalInstances.
*/
int getTotalInstances();
/**
* required uint32 maxInstancesPerNode = 2;
+ * @return Whether the maxInstancesPerNode field is set.
*/
boolean hasMaxInstancesPerNode();
/**
* required uint32 maxInstancesPerNode = 2;
+ * @return The maxInstancesPerNode.
*/
int getMaxInstancesPerNode();
/**
* required bool allowLocalRoutees = 3;
+ * @return Whether the allowLocalRoutees field is set.
*/
boolean hasAllowLocalRoutees();
/**
* required bool allowLocalRoutees = 3;
+ * @return The allowLocalRoutees.
*/
boolean getAllowLocalRoutees();
/**
* optional string useRole = 4;
+ * @return Whether the useRole field is set.
*/
boolean hasUseRole();
/**
* optional string useRole = 4;
+ * @return The useRole.
*/
java.lang.String getUseRole();
/**
* optional string useRole = 4;
+ * @return The bytes for useRole.
*/
akka.protobufv3.internal.ByteString
getUseRoleBytes();
/**
* repeated string useRoles = 5;
+ * @return A list containing the useRoles.
*/
java.util.List
getUseRolesList();
/**
* repeated string useRoles = 5;
+ * @return The count of useRoles.
*/
int getUseRolesCount();
/**
* repeated string useRoles = 5;
+ * @param index The index of the element to return.
+ * @return The useRoles at the given index.
*/
java.lang.String getUseRoles(int index);
/**
* repeated string useRoles = 5;
+ * @param index The index of the value to return.
+ * @return The bytes of the useRoles at the given index.
*/
akka.protobufv3.internal.ByteString
getUseRolesBytes(int index);
@@ -20169,12 +20750,14 @@ public final class ClusterMessages {
private int totalInstances_;
/**
* required uint32 totalInstances = 1;
+ * @return Whether the totalInstances field is set.
*/
public boolean hasTotalInstances() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 totalInstances = 1;
+ * @return The totalInstances.
*/
public int getTotalInstances() {
return totalInstances_;
@@ -20184,12 +20767,14 @@ public final class ClusterMessages {
private int maxInstancesPerNode_;
/**
* required uint32 maxInstancesPerNode = 2;
+ * @return Whether the maxInstancesPerNode field is set.
*/
public boolean hasMaxInstancesPerNode() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 maxInstancesPerNode = 2;
+ * @return The maxInstancesPerNode.
*/
public int getMaxInstancesPerNode() {
return maxInstancesPerNode_;
@@ -20199,12 +20784,14 @@ public final class ClusterMessages {
private boolean allowLocalRoutees_;
/**
* required bool allowLocalRoutees = 3;
+ * @return Whether the allowLocalRoutees field is set.
*/
public boolean hasAllowLocalRoutees() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool allowLocalRoutees = 3;
+ * @return The allowLocalRoutees.
*/
public boolean getAllowLocalRoutees() {
return allowLocalRoutees_;
@@ -20214,12 +20801,14 @@ public final class ClusterMessages {
private volatile java.lang.Object useRole_;
/**
* optional string useRole = 4;
+ * @return Whether the useRole field is set.
*/
public boolean hasUseRole() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string useRole = 4;
+ * @return The useRole.
*/
public java.lang.String getUseRole() {
java.lang.Object ref = useRole_;
@@ -20237,6 +20826,7 @@ public final class ClusterMessages {
}
/**
* optional string useRole = 4;
+ * @return The bytes for useRole.
*/
public akka.protobufv3.internal.ByteString
getUseRoleBytes() {
@@ -20256,6 +20846,7 @@ public final class ClusterMessages {
private akka.protobufv3.internal.LazyStringList useRoles_;
/**
* repeated string useRoles = 5;
+ * @return A list containing the useRoles.
*/
public akka.protobufv3.internal.ProtocolStringList
getUseRolesList() {
@@ -20263,18 +20854,23 @@ public final class ClusterMessages {
}
/**
* repeated string useRoles = 5;
+ * @return The count of useRoles.
*/
public int getUseRolesCount() {
return useRoles_.size();
}
/**
* repeated string useRoles = 5;
+ * @param index The index of the element to return.
+ * @return The useRoles at the given index.
*/
public java.lang.String getUseRoles(int index) {
return useRoles_.get(index);
}
/**
* repeated string useRoles = 5;
+ * @param index The index of the value to return.
+ * @return The bytes of the useRoles at the given index.
*/
public akka.protobufv3.internal.ByteString
getUseRolesBytes(int index) {
@@ -20730,18 +21326,22 @@ public final class ClusterMessages {
private int totalInstances_ ;
/**
* required uint32 totalInstances = 1;
+ * @return Whether the totalInstances field is set.
*/
public boolean hasTotalInstances() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 totalInstances = 1;
+ * @return The totalInstances.
*/
public int getTotalInstances() {
return totalInstances_;
}
/**
* required uint32 totalInstances = 1;
+ * @param value The totalInstances to set.
+ * @return This builder for chaining.
*/
public Builder setTotalInstances(int value) {
bitField0_ |= 0x00000001;
@@ -20751,6 +21351,7 @@ public final class ClusterMessages {
}
/**
* required uint32 totalInstances = 1;
+ * @return This builder for chaining.
*/
public Builder clearTotalInstances() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -20762,18 +21363,22 @@ public final class ClusterMessages {
private int maxInstancesPerNode_ ;
/**
* required uint32 maxInstancesPerNode = 2;
+ * @return Whether the maxInstancesPerNode field is set.
*/
public boolean hasMaxInstancesPerNode() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 maxInstancesPerNode = 2;
+ * @return The maxInstancesPerNode.
*/
public int getMaxInstancesPerNode() {
return maxInstancesPerNode_;
}
/**
* required uint32 maxInstancesPerNode = 2;
+ * @param value The maxInstancesPerNode to set.
+ * @return This builder for chaining.
*/
public Builder setMaxInstancesPerNode(int value) {
bitField0_ |= 0x00000002;
@@ -20783,6 +21388,7 @@ public final class ClusterMessages {
}
/**
* required uint32 maxInstancesPerNode = 2;
+ * @return This builder for chaining.
*/
public Builder clearMaxInstancesPerNode() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -20794,18 +21400,22 @@ public final class ClusterMessages {
private boolean allowLocalRoutees_ ;
/**
* required bool allowLocalRoutees = 3;
+ * @return Whether the allowLocalRoutees field is set.
*/
public boolean hasAllowLocalRoutees() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool allowLocalRoutees = 3;
+ * @return The allowLocalRoutees.
*/
public boolean getAllowLocalRoutees() {
return allowLocalRoutees_;
}
/**
* required bool allowLocalRoutees = 3;
+ * @param value The allowLocalRoutees to set.
+ * @return This builder for chaining.
*/
public Builder setAllowLocalRoutees(boolean value) {
bitField0_ |= 0x00000004;
@@ -20815,6 +21425,7 @@ public final class ClusterMessages {
}
/**
* required bool allowLocalRoutees = 3;
+ * @return This builder for chaining.
*/
public Builder clearAllowLocalRoutees() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -20826,12 +21437,14 @@ public final class ClusterMessages {
private java.lang.Object useRole_ = "";
/**
* optional string useRole = 4;
+ * @return Whether the useRole field is set.
*/
public boolean hasUseRole() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string useRole = 4;
+ * @return The useRole.
*/
public java.lang.String getUseRole() {
java.lang.Object ref = useRole_;
@@ -20849,6 +21462,7 @@ public final class ClusterMessages {
}
/**
* optional string useRole = 4;
+ * @return The bytes for useRole.
*/
public akka.protobufv3.internal.ByteString
getUseRoleBytes() {
@@ -20865,6 +21479,8 @@ public final class ClusterMessages {
}
/**
* optional string useRole = 4;
+ * @param value The useRole to set.
+ * @return This builder for chaining.
*/
public Builder setUseRole(
java.lang.String value) {
@@ -20878,6 +21494,7 @@ public final class ClusterMessages {
}
/**
* optional string useRole = 4;
+ * @return This builder for chaining.
*/
public Builder clearUseRole() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -20887,6 +21504,8 @@ public final class ClusterMessages {
}
/**
* optional string useRole = 4;
+ * @param value The bytes for useRole to set.
+ * @return This builder for chaining.
*/
public Builder setUseRoleBytes(
akka.protobufv3.internal.ByteString value) {
@@ -20908,6 +21527,7 @@ public final class ClusterMessages {
}
/**
* repeated string useRoles = 5;
+ * @return A list containing the useRoles.
*/
public akka.protobufv3.internal.ProtocolStringList
getUseRolesList() {
@@ -20915,18 +21535,23 @@ public final class ClusterMessages {
}
/**
* repeated string useRoles = 5;
+ * @return The count of useRoles.
*/
public int getUseRolesCount() {
return useRoles_.size();
}
/**
* repeated string useRoles = 5;
+ * @param index The index of the element to return.
+ * @return The useRoles at the given index.
*/
public java.lang.String getUseRoles(int index) {
return useRoles_.get(index);
}
/**
* repeated string useRoles = 5;
+ * @param index The index of the value to return.
+ * @return The bytes of the useRoles at the given index.
*/
public akka.protobufv3.internal.ByteString
getUseRolesBytes(int index) {
@@ -20934,6 +21559,9 @@ public final class ClusterMessages {
}
/**
* repeated string useRoles = 5;
+ * @param index The index to set the value at.
+ * @param value The useRoles to set.
+ * @return This builder for chaining.
*/
public Builder setUseRoles(
int index, java.lang.String value) {
@@ -20947,6 +21575,8 @@ public final class ClusterMessages {
}
/**
* repeated string useRoles = 5;
+ * @param value The useRoles to add.
+ * @return This builder for chaining.
*/
public Builder addUseRoles(
java.lang.String value) {
@@ -20960,6 +21590,8 @@ public final class ClusterMessages {
}
/**
* repeated string useRoles = 5;
+ * @param values The useRoles to add.
+ * @return This builder for chaining.
*/
public Builder addAllUseRoles(
java.lang.Iterable values) {
@@ -20971,6 +21603,7 @@ public final class ClusterMessages {
}
/**
* repeated string useRoles = 5;
+ * @return This builder for chaining.
*/
public Builder clearUseRoles() {
useRoles_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -20980,6 +21613,8 @@ public final class ClusterMessages {
}
/**
* repeated string useRoles = 5;
+ * @param value The bytes of the useRoles to add.
+ * @return This builder for chaining.
*/
public Builder addUseRolesBytes(
akka.protobufv3.internal.ByteString value) {
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 ae66afaeab..12b6ccf675 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
@@ -56,6 +56,8 @@ public final class ReplicatedDataMessages {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -63,6 +65,10 @@ public final class ReplicatedDataMessages {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static ORSetDeltaOp forNumber(int value) {
switch (value) {
case 0: return Add;
@@ -163,6 +169,8 @@ public final class ReplicatedDataMessages {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -170,6 +178,10 @@ public final class ReplicatedDataMessages {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static ORMapDeltaOp forNumber(int value) {
switch (value) {
case 0: return ORMapPut;
@@ -231,46 +243,60 @@ public final class ReplicatedDataMessages {
/**
* repeated string stringElements = 1;
+ * @return A list containing the stringElements.
*/
java.util.List
getStringElementsList();
/**
* repeated string stringElements = 1;
+ * @return The count of stringElements.
*/
int getStringElementsCount();
/**
* repeated string stringElements = 1;
+ * @param index The index of the element to return.
+ * @return The stringElements at the given index.
*/
java.lang.String getStringElements(int index);
/**
* repeated string stringElements = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the stringElements at the given index.
*/
akka.protobufv3.internal.ByteString
getStringElementsBytes(int index);
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @return A list containing the intElements.
*/
java.util.List getIntElementsList();
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @return The count of intElements.
*/
int getIntElementsCount();
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @param index The index of the element to return.
+ * @return The intElements at the given index.
*/
int getIntElements(int index);
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @return A list containing the longElements.
*/
java.util.List getLongElementsList();
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @return The count of longElements.
*/
int getLongElementsCount();
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @param index The index of the element to return.
+ * @return The longElements at the given index.
*/
long getLongElements(int index);
@@ -304,6 +330,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @return A list containing the actorRefElements.
*/
java.util.List
getActorRefElementsList();
@@ -313,6 +340,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @return The count of actorRefElements.
*/
int getActorRefElementsCount();
/**
@@ -321,6 +349,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @param index The index of the element to return.
+ * @return The actorRefElements at the given index.
*/
java.lang.String getActorRefElements(int index);
/**
@@ -329,6 +359,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @param index The index of the value to return.
+ * @return The bytes of the actorRefElements at the given index.
*/
akka.protobufv3.internal.ByteString
getActorRefElementsBytes(int index);
@@ -504,6 +536,7 @@ public final class ReplicatedDataMessages {
private akka.protobufv3.internal.LazyStringList stringElements_;
/**
* repeated string stringElements = 1;
+ * @return A list containing the stringElements.
*/
public akka.protobufv3.internal.ProtocolStringList
getStringElementsList() {
@@ -511,18 +544,23 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 1;
+ * @return The count of stringElements.
*/
public int getStringElementsCount() {
return stringElements_.size();
}
/**
* repeated string stringElements = 1;
+ * @param index The index of the element to return.
+ * @return The stringElements at the given index.
*/
public java.lang.String getStringElements(int index) {
return stringElements_.get(index);
}
/**
* repeated string stringElements = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the stringElements at the given index.
*/
public akka.protobufv3.internal.ByteString
getStringElementsBytes(int index) {
@@ -533,6 +571,7 @@ public final class ReplicatedDataMessages {
private akka.protobufv3.internal.Internal.IntList intElements_;
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @return A list containing the intElements.
*/
public java.util.List
getIntElementsList() {
@@ -540,12 +579,15 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @return The count of intElements.
*/
public int getIntElementsCount() {
return intElements_.size();
}
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @param index The index of the element to return.
+ * @return The intElements at the given index.
*/
public int getIntElements(int index) {
return intElements_.getInt(index);
@@ -556,6 +598,7 @@ public final class ReplicatedDataMessages {
private akka.protobufv3.internal.Internal.LongList longElements_;
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @return A list containing the longElements.
*/
public java.util.List
getLongElementsList() {
@@ -563,12 +606,15 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @return The count of longElements.
*/
public int getLongElementsCount() {
return longElements_.size();
}
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @param index The index of the element to return.
+ * @return The longElements at the given index.
*/
public long getLongElements(int index) {
return longElements_.getLong(index);
@@ -618,6 +664,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @return A list containing the actorRefElements.
*/
public akka.protobufv3.internal.ProtocolStringList
getActorRefElementsList() {
@@ -629,6 +676,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @return The count of actorRefElements.
*/
public int getActorRefElementsCount() {
return actorRefElements_.size();
@@ -639,6 +687,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @param index The index of the element to return.
+ * @return The actorRefElements at the given index.
*/
public java.lang.String getActorRefElements(int index) {
return actorRefElements_.get(index);
@@ -649,6 +699,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @param index The index of the value to return.
+ * @return The bytes of the actorRefElements at the given index.
*/
public akka.protobufv3.internal.ByteString
getActorRefElementsBytes(int index) {
@@ -1174,6 +1226,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 1;
+ * @return A list containing the stringElements.
*/
public akka.protobufv3.internal.ProtocolStringList
getStringElementsList() {
@@ -1181,18 +1234,23 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 1;
+ * @return The count of stringElements.
*/
public int getStringElementsCount() {
return stringElements_.size();
}
/**
* repeated string stringElements = 1;
+ * @param index The index of the element to return.
+ * @return The stringElements at the given index.
*/
public java.lang.String getStringElements(int index) {
return stringElements_.get(index);
}
/**
* repeated string stringElements = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the stringElements at the given index.
*/
public akka.protobufv3.internal.ByteString
getStringElementsBytes(int index) {
@@ -1200,6 +1258,9 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 1;
+ * @param index The index to set the value at.
+ * @param value The stringElements to set.
+ * @return This builder for chaining.
*/
public Builder setStringElements(
int index, java.lang.String value) {
@@ -1213,6 +1274,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 1;
+ * @param value The stringElements to add.
+ * @return This builder for chaining.
*/
public Builder addStringElements(
java.lang.String value) {
@@ -1226,6 +1289,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 1;
+ * @param values The stringElements to add.
+ * @return This builder for chaining.
*/
public Builder addAllStringElements(
java.lang.Iterable values) {
@@ -1237,6 +1302,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 1;
+ * @return This builder for chaining.
*/
public Builder clearStringElements() {
stringElements_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -1246,6 +1312,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 1;
+ * @param value The bytes of the stringElements to add.
+ * @return This builder for chaining.
*/
public Builder addStringElementsBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1267,6 +1335,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @return A list containing the intElements.
*/
public java.util.List
getIntElementsList() {
@@ -1275,18 +1344,24 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @return The count of intElements.
*/
public int getIntElementsCount() {
return intElements_.size();
}
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @param index The index of the element to return.
+ * @return The intElements at the given index.
*/
public int getIntElements(int index) {
return intElements_.getInt(index);
}
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @param index The index to set the value at.
+ * @param value The intElements to set.
+ * @return This builder for chaining.
*/
public Builder setIntElements(
int index, int value) {
@@ -1297,6 +1372,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @param value The intElements to add.
+ * @return This builder for chaining.
*/
public Builder addIntElements(int value) {
ensureIntElementsIsMutable();
@@ -1306,6 +1383,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @param values The intElements to add.
+ * @return This builder for chaining.
*/
public Builder addAllIntElements(
java.lang.Iterable extends java.lang.Integer> values) {
@@ -1317,6 +1396,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 2 [packed = true];
+ * @return This builder for chaining.
*/
public Builder clearIntElements() {
intElements_ = emptyIntList();
@@ -1334,6 +1414,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @return A list containing the longElements.
*/
public java.util.List
getLongElementsList() {
@@ -1342,18 +1423,24 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @return The count of longElements.
*/
public int getLongElementsCount() {
return longElements_.size();
}
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @param index The index of the element to return.
+ * @return The longElements at the given index.
*/
public long getLongElements(int index) {
return longElements_.getLong(index);
}
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @param index The index to set the value at.
+ * @param value The longElements to set.
+ * @return This builder for chaining.
*/
public Builder setLongElements(
int index, long value) {
@@ -1364,6 +1451,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @param value The longElements to add.
+ * @return This builder for chaining.
*/
public Builder addLongElements(long value) {
ensureLongElementsIsMutable();
@@ -1373,6 +1462,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @param values The longElements to add.
+ * @return This builder for chaining.
*/
public Builder addAllLongElements(
java.lang.Iterable extends java.lang.Long> values) {
@@ -1384,6 +1475,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 3 [packed = true];
+ * @return This builder for chaining.
*/
public Builder clearLongElements() {
longElements_ = emptyLongList();
@@ -1645,6 +1737,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @return A list containing the actorRefElements.
*/
public akka.protobufv3.internal.ProtocolStringList
getActorRefElementsList() {
@@ -1656,6 +1749,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @return The count of actorRefElements.
*/
public int getActorRefElementsCount() {
return actorRefElements_.size();
@@ -1666,6 +1760,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @param index The index of the element to return.
+ * @return The actorRefElements at the given index.
*/
public java.lang.String getActorRefElements(int index) {
return actorRefElements_.get(index);
@@ -1676,6 +1772,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @param index The index of the value to return.
+ * @return The bytes of the actorRefElements at the given index.
*/
public akka.protobufv3.internal.ByteString
getActorRefElementsBytes(int index) {
@@ -1687,6 +1785,9 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @param index The index to set the value at.
+ * @param value The actorRefElements to set.
+ * @return This builder for chaining.
*/
public Builder setActorRefElements(
int index, java.lang.String value) {
@@ -1704,6 +1805,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @param value The actorRefElements to add.
+ * @return This builder for chaining.
*/
public Builder addActorRefElements(
java.lang.String value) {
@@ -1721,6 +1824,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @param values The actorRefElements to add.
+ * @return This builder for chaining.
*/
public Builder addAllActorRefElements(
java.lang.Iterable values) {
@@ -1736,6 +1841,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @return This builder for chaining.
*/
public Builder clearActorRefElements() {
actorRefElements_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -1749,6 +1855,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 5;
+ * @param value The bytes of the actorRefElements to add.
+ * @return This builder for chaining.
*/
public Builder addActorRefElementsBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1819,10 +1927,12 @@ public final class ReplicatedDataMessages {
/**
* required .akka.cluster.ddata.VersionVector vvector = 1;
+ * @return Whether the vvector field is set.
*/
boolean hasVvector();
/**
* required .akka.cluster.ddata.VersionVector vvector = 1;
+ * @return The vvector.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector getVvector();
/**
@@ -1856,46 +1966,60 @@ public final class ReplicatedDataMessages {
/**
* repeated string stringElements = 3;
+ * @return A list containing the stringElements.
*/
java.util.List
getStringElementsList();
/**
* repeated string stringElements = 3;
+ * @return The count of stringElements.
*/
int getStringElementsCount();
/**
* repeated string stringElements = 3;
+ * @param index The index of the element to return.
+ * @return The stringElements at the given index.
*/
java.lang.String getStringElements(int index);
/**
* repeated string stringElements = 3;
+ * @param index The index of the value to return.
+ * @return The bytes of the stringElements at the given index.
*/
akka.protobufv3.internal.ByteString
getStringElementsBytes(int index);
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @return A list containing the intElements.
*/
java.util.List getIntElementsList();
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @return The count of intElements.
*/
int getIntElementsCount();
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @param index The index of the element to return.
+ * @return The intElements at the given index.
*/
int getIntElements(int index);
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @return A list containing the longElements.
*/
java.util.List getLongElementsList();
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @return The count of longElements.
*/
int getLongElementsCount();
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @param index The index of the element to return.
+ * @return The longElements at the given index.
*/
long getLongElements(int index);
@@ -1929,6 +2053,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @return A list containing the actorRefElements.
*/
java.util.List
getActorRefElementsList();
@@ -1938,6 +2063,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @return The count of actorRefElements.
*/
int getActorRefElementsCount();
/**
@@ -1946,6 +2072,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @param index The index of the element to return.
+ * @return The actorRefElements at the given index.
*/
java.lang.String getActorRefElements(int index);
/**
@@ -1954,6 +2082,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @param index The index of the value to return.
+ * @return The bytes of the actorRefElements at the given index.
*/
akka.protobufv3.internal.ByteString
getActorRefElementsBytes(int index);
@@ -2156,12 +2286,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector vvector_;
/**
* required .akka.cluster.ddata.VersionVector vvector = 1;
+ * @return Whether the vvector field is set.
*/
public boolean hasVvector() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.VersionVector vvector = 1;
+ * @return The vvector.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector getVvector() {
return vvector_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.getDefaultInstance() : vvector_;
@@ -2212,6 +2344,7 @@ public final class ReplicatedDataMessages {
private akka.protobufv3.internal.LazyStringList stringElements_;
/**
* repeated string stringElements = 3;
+ * @return A list containing the stringElements.
*/
public akka.protobufv3.internal.ProtocolStringList
getStringElementsList() {
@@ -2219,18 +2352,23 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 3;
+ * @return The count of stringElements.
*/
public int getStringElementsCount() {
return stringElements_.size();
}
/**
* repeated string stringElements = 3;
+ * @param index The index of the element to return.
+ * @return The stringElements at the given index.
*/
public java.lang.String getStringElements(int index) {
return stringElements_.get(index);
}
/**
* repeated string stringElements = 3;
+ * @param index The index of the value to return.
+ * @return The bytes of the stringElements at the given index.
*/
public akka.protobufv3.internal.ByteString
getStringElementsBytes(int index) {
@@ -2241,6 +2379,7 @@ public final class ReplicatedDataMessages {
private akka.protobufv3.internal.Internal.IntList intElements_;
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @return A list containing the intElements.
*/
public java.util.List
getIntElementsList() {
@@ -2248,12 +2387,15 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @return The count of intElements.
*/
public int getIntElementsCount() {
return intElements_.size();
}
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @param index The index of the element to return.
+ * @return The intElements at the given index.
*/
public int getIntElements(int index) {
return intElements_.getInt(index);
@@ -2264,6 +2406,7 @@ public final class ReplicatedDataMessages {
private akka.protobufv3.internal.Internal.LongList longElements_;
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @return A list containing the longElements.
*/
public java.util.List
getLongElementsList() {
@@ -2271,12 +2414,15 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @return The count of longElements.
*/
public int getLongElementsCount() {
return longElements_.size();
}
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @param index The index of the element to return.
+ * @return The longElements at the given index.
*/
public long getLongElements(int index) {
return longElements_.getLong(index);
@@ -2326,6 +2472,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @return A list containing the actorRefElements.
*/
public akka.protobufv3.internal.ProtocolStringList
getActorRefElementsList() {
@@ -2337,6 +2484,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @return The count of actorRefElements.
*/
public int getActorRefElementsCount() {
return actorRefElements_.size();
@@ -2347,6 +2495,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @param index The index of the element to return.
+ * @return The actorRefElements at the given index.
*/
public java.lang.String getActorRefElements(int index) {
return actorRefElements_.get(index);
@@ -2357,6 +2507,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @param index The index of the value to return.
+ * @return The bytes of the actorRefElements at the given index.
*/
public akka.protobufv3.internal.ByteString
getActorRefElementsBytes(int index) {
@@ -2994,12 +3146,14 @@ public final class ReplicatedDataMessages {
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVectorOrBuilder> vvectorBuilder_;
/**
* required .akka.cluster.ddata.VersionVector vvector = 1;
+ * @return Whether the vvector field is set.
*/
public boolean hasVvector() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.VersionVector vvector = 1;
+ * @return The vvector.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector getVvector() {
if (vvectorBuilder_ == null) {
@@ -3356,6 +3510,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 3;
+ * @return A list containing the stringElements.
*/
public akka.protobufv3.internal.ProtocolStringList
getStringElementsList() {
@@ -3363,18 +3518,23 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 3;
+ * @return The count of stringElements.
*/
public int getStringElementsCount() {
return stringElements_.size();
}
/**
* repeated string stringElements = 3;
+ * @param index The index of the element to return.
+ * @return The stringElements at the given index.
*/
public java.lang.String getStringElements(int index) {
return stringElements_.get(index);
}
/**
* repeated string stringElements = 3;
+ * @param index The index of the value to return.
+ * @return The bytes of the stringElements at the given index.
*/
public akka.protobufv3.internal.ByteString
getStringElementsBytes(int index) {
@@ -3382,6 +3542,9 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 3;
+ * @param index The index to set the value at.
+ * @param value The stringElements to set.
+ * @return This builder for chaining.
*/
public Builder setStringElements(
int index, java.lang.String value) {
@@ -3395,6 +3558,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 3;
+ * @param value The stringElements to add.
+ * @return This builder for chaining.
*/
public Builder addStringElements(
java.lang.String value) {
@@ -3408,6 +3573,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 3;
+ * @param values The stringElements to add.
+ * @return This builder for chaining.
*/
public Builder addAllStringElements(
java.lang.Iterable values) {
@@ -3419,6 +3586,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 3;
+ * @return This builder for chaining.
*/
public Builder clearStringElements() {
stringElements_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -3428,6 +3596,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated string stringElements = 3;
+ * @param value The bytes of the stringElements to add.
+ * @return This builder for chaining.
*/
public Builder addStringElementsBytes(
akka.protobufv3.internal.ByteString value) {
@@ -3449,6 +3619,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @return A list containing the intElements.
*/
public java.util.List
getIntElementsList() {
@@ -3457,18 +3628,24 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @return The count of intElements.
*/
public int getIntElementsCount() {
return intElements_.size();
}
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @param index The index of the element to return.
+ * @return The intElements at the given index.
*/
public int getIntElements(int index) {
return intElements_.getInt(index);
}
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @param index The index to set the value at.
+ * @param value The intElements to set.
+ * @return This builder for chaining.
*/
public Builder setIntElements(
int index, int value) {
@@ -3479,6 +3656,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @param value The intElements to add.
+ * @return This builder for chaining.
*/
public Builder addIntElements(int value) {
ensureIntElementsIsMutable();
@@ -3488,6 +3667,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @param values The intElements to add.
+ * @return This builder for chaining.
*/
public Builder addAllIntElements(
java.lang.Iterable extends java.lang.Integer> values) {
@@ -3499,6 +3680,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint32 intElements = 4 [packed = true];
+ * @return This builder for chaining.
*/
public Builder clearIntElements() {
intElements_ = emptyIntList();
@@ -3516,6 +3698,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @return A list containing the longElements.
*/
public java.util.List
getLongElementsList() {
@@ -3524,18 +3707,24 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @return The count of longElements.
*/
public int getLongElementsCount() {
return longElements_.size();
}
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @param index The index of the element to return.
+ * @return The longElements at the given index.
*/
public long getLongElements(int index) {
return longElements_.getLong(index);
}
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @param index The index to set the value at.
+ * @param value The longElements to set.
+ * @return This builder for chaining.
*/
public Builder setLongElements(
int index, long value) {
@@ -3546,6 +3735,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @param value The longElements to add.
+ * @return This builder for chaining.
*/
public Builder addLongElements(long value) {
ensureLongElementsIsMutable();
@@ -3555,6 +3746,8 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @param values The longElements to add.
+ * @return This builder for chaining.
*/
public Builder addAllLongElements(
java.lang.Iterable extends java.lang.Long> values) {
@@ -3566,6 +3759,7 @@ public final class ReplicatedDataMessages {
}
/**
* repeated sint64 longElements = 5 [packed = true];
+ * @return This builder for chaining.
*/
public Builder clearLongElements() {
longElements_ = emptyLongList();
@@ -3827,6 +4021,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @return A list containing the actorRefElements.
*/
public akka.protobufv3.internal.ProtocolStringList
getActorRefElementsList() {
@@ -3838,6 +4033,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @return The count of actorRefElements.
*/
public int getActorRefElementsCount() {
return actorRefElements_.size();
@@ -3848,6 +4044,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @param index The index of the element to return.
+ * @return The actorRefElements at the given index.
*/
public java.lang.String getActorRefElements(int index) {
return actorRefElements_.get(index);
@@ -3858,6 +4056,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @param index The index of the value to return.
+ * @return The bytes of the actorRefElements at the given index.
*/
public akka.protobufv3.internal.ByteString
getActorRefElementsBytes(int index) {
@@ -3869,6 +4069,9 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @param index The index to set the value at.
+ * @param value The actorRefElements to set.
+ * @return This builder for chaining.
*/
public Builder setActorRefElements(
int index, java.lang.String value) {
@@ -3886,6 +4089,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @param value The actorRefElements to add.
+ * @return This builder for chaining.
*/
public Builder addActorRefElements(
java.lang.String value) {
@@ -3903,6 +4108,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @param values The actorRefElements to add.
+ * @return This builder for chaining.
*/
public Builder addAllActorRefElements(
java.lang.Iterable values) {
@@ -3918,6 +4125,7 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @return This builder for chaining.
*/
public Builder clearActorRefElements() {
actorRefElements_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -3931,6 +4139,8 @@ public final class ReplicatedDataMessages {
*
*
* repeated string actorRefElements = 7;
+ * @param value The bytes of the actorRefElements to add.
+ * @return This builder for chaining.
*/
public Builder addActorRefElementsBytes(
akka.protobufv3.internal.ByteString value) {
@@ -4120,19 +4330,23 @@ public final class ReplicatedDataMessages {
/**
* required .akka.cluster.ddata.ORSetDeltaOp operation = 1;
+ * @return Whether the operation field is set.
*/
boolean hasOperation();
/**
* required .akka.cluster.ddata.ORSetDeltaOp operation = 1;
+ * @return The operation.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp getOperation();
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return Whether the underlying field is set.
*/
boolean hasUnderlying();
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return The underlying.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getUnderlying();
/**
@@ -4249,12 +4463,14 @@ public final class ReplicatedDataMessages {
private int operation_;
/**
* required .akka.cluster.ddata.ORSetDeltaOp operation = 1;
+ * @return Whether the operation field is set.
*/
public boolean hasOperation() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORSetDeltaOp operation = 1;
+ * @return The operation.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp getOperation() {
@SuppressWarnings("deprecation")
@@ -4266,12 +4482,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet underlying_;
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return Whether the underlying field is set.
*/
public boolean hasUnderlying() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return The underlying.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getUnderlying() {
return underlying_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance() : underlying_;
@@ -4654,12 +4872,14 @@ public final class ReplicatedDataMessages {
private int operation_ = 0;
/**
* required .akka.cluster.ddata.ORSetDeltaOp operation = 1;
+ * @return Whether the operation field is set.
*/
public boolean hasOperation() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORSetDeltaOp operation = 1;
+ * @return The operation.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp getOperation() {
@SuppressWarnings("deprecation")
@@ -4668,6 +4888,8 @@ public final class ReplicatedDataMessages {
}
/**
* required .akka.cluster.ddata.ORSetDeltaOp operation = 1;
+ * @param value The operation to set.
+ * @return This builder for chaining.
*/
public Builder setOperation(akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetDeltaOp value) {
if (value == null) {
@@ -4680,6 +4902,7 @@ public final class ReplicatedDataMessages {
}
/**
* required .akka.cluster.ddata.ORSetDeltaOp operation = 1;
+ * @return This builder for chaining.
*/
public Builder clearOperation() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -4693,12 +4916,14 @@ public final class ReplicatedDataMessages {
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> underlyingBuilder_;
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return Whether the underlying field is set.
*/
public boolean hasUnderlying() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return The underlying.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getUnderlying() {
if (underlyingBuilder_ == null) {
@@ -5544,10 +5769,12 @@ public final class ReplicatedDataMessages {
/**
* required bool enabled = 1;
+ * @return Whether the enabled field is set.
*/
boolean hasEnabled();
/**
* required bool enabled = 1;
+ * @return The enabled.
*/
boolean getEnabled();
}
@@ -5639,12 +5866,14 @@ public final class ReplicatedDataMessages {
private boolean enabled_;
/**
* required bool enabled = 1;
+ * @return Whether the enabled field is set.
*/
public boolean hasEnabled() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bool enabled = 1;
+ * @return The enabled.
*/
public boolean getEnabled() {
return enabled_;
@@ -5975,18 +6204,22 @@ public final class ReplicatedDataMessages {
private boolean enabled_ ;
/**
* required bool enabled = 1;
+ * @return Whether the enabled field is set.
*/
public boolean hasEnabled() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bool enabled = 1;
+ * @return The enabled.
*/
public boolean getEnabled() {
return enabled_;
}
/**
* required bool enabled = 1;
+ * @param value The enabled to set.
+ * @return This builder for chaining.
*/
public Builder setEnabled(boolean value) {
bitField0_ |= 0x00000001;
@@ -5996,6 +6229,7 @@ public final class ReplicatedDataMessages {
}
/**
* required bool enabled = 1;
+ * @return This builder for chaining.
*/
public Builder clearEnabled() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -6062,19 +6296,23 @@ public final class ReplicatedDataMessages {
/**
* required sint64 timestamp = 1;
+ * @return Whether the timestamp field is set.
*/
boolean hasTimestamp();
/**
* required sint64 timestamp = 1;
+ * @return The timestamp.
*/
long getTimestamp();
/**
* required .akka.cluster.ddata.UniqueAddress node = 2;
+ * @return Whether the node field is set.
*/
boolean hasNode();
/**
* required .akka.cluster.ddata.UniqueAddress node = 2;
+ * @return The node.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getNode();
/**
@@ -6084,10 +6322,12 @@ public final class ReplicatedDataMessages {
/**
* required .akka.cluster.ddata.OtherMessage state = 3;
+ * @return Whether the state field is set.
*/
boolean hasState();
/**
* required .akka.cluster.ddata.OtherMessage state = 3;
+ * @return The state.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getState();
/**
@@ -6209,12 +6449,14 @@ public final class ReplicatedDataMessages {
private long timestamp_;
/**
* required sint64 timestamp = 1;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required sint64 timestamp = 1;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
@@ -6224,12 +6466,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress node_;
/**
* required .akka.cluster.ddata.UniqueAddress node = 2;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress node = 2;
+ * @return The node.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getNode() {
return node_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance() : node_;
@@ -6245,12 +6489,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage state_;
/**
* required .akka.cluster.ddata.OtherMessage state = 3;
+ * @return Whether the state field is set.
*/
public boolean hasState() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage state = 3;
+ * @return The state.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getState() {
return state_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : state_;
@@ -6683,18 +6929,22 @@ public final class ReplicatedDataMessages {
private long timestamp_ ;
/**
* required sint64 timestamp = 1;
+ * @return Whether the timestamp field is set.
*/
public boolean hasTimestamp() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required sint64 timestamp = 1;
+ * @return The timestamp.
*/
public long getTimestamp() {
return timestamp_;
}
/**
* required sint64 timestamp = 1;
+ * @param value The timestamp to set.
+ * @return This builder for chaining.
*/
public Builder setTimestamp(long value) {
bitField0_ |= 0x00000001;
@@ -6704,6 +6954,7 @@ public final class ReplicatedDataMessages {
}
/**
* required sint64 timestamp = 1;
+ * @return This builder for chaining.
*/
public Builder clearTimestamp() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -6717,12 +6968,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress node = 2;
+ * @return The node.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getNode() {
if (nodeBuilder_ == null) {
@@ -6835,12 +7088,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the state field is set.
*/
public boolean hasState() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage state = 3;
+ * @return The state.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getState() {
if (stateBuilder_ == null) {
@@ -7125,10 +7380,12 @@ public final class ReplicatedDataMessages {
/**
* required .akka.cluster.ddata.UniqueAddress node = 1;
+ * @return Whether the node field is set.
*/
boolean hasNode();
/**
* required .akka.cluster.ddata.UniqueAddress node = 1;
+ * @return The node.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getNode();
/**
@@ -7138,10 +7395,12 @@ public final class ReplicatedDataMessages {
/**
* required bytes value = 2;
+ * @return Whether the value field is set.
*/
boolean hasValue();
/**
* required bytes value = 2;
+ * @return The value.
*/
akka.protobufv3.internal.ByteString getValue();
}
@@ -7247,12 +7506,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress node_;
/**
* required .akka.cluster.ddata.UniqueAddress node = 1;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress node = 1;
+ * @return The node.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getNode() {
return node_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance() : node_;
@@ -7268,12 +7529,14 @@ public final class ReplicatedDataMessages {
private akka.protobufv3.internal.ByteString value_;
/**
* required bytes value = 2;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bytes value = 2;
+ * @return The value.
*/
public akka.protobufv3.internal.ByteString getValue() {
return value_;
@@ -7653,12 +7916,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress node = 1;
+ * @return The node.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getNode() {
if (nodeBuilder_ == null) {
@@ -7769,18 +8034,22 @@ public final class ReplicatedDataMessages {
private akka.protobufv3.internal.ByteString value_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes value = 2;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bytes value = 2;
+ * @return The value.
*/
public akka.protobufv3.internal.ByteString getValue() {
return value_;
}
/**
* required bytes value = 2;
+ * @param value The value to set.
+ * @return This builder for chaining.
*/
public Builder setValue(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -7793,6 +8062,7 @@ public final class ReplicatedDataMessages {
}
/**
* required bytes value = 2;
+ * @return This builder for chaining.
*/
public Builder clearValue() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -8539,10 +8809,12 @@ public final class ReplicatedDataMessages {
/**
* required .akka.cluster.ddata.GCounter increments = 1;
+ * @return Whether the increments field is set.
*/
boolean hasIncrements();
/**
* required .akka.cluster.ddata.GCounter increments = 1;
+ * @return The increments.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter getIncrements();
/**
@@ -8552,10 +8824,12 @@ public final class ReplicatedDataMessages {
/**
* required .akka.cluster.ddata.GCounter decrements = 2;
+ * @return Whether the decrements field is set.
*/
boolean hasDecrements();
/**
* required .akka.cluster.ddata.GCounter decrements = 2;
+ * @return The decrements.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter getDecrements();
/**
@@ -8672,12 +8946,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter increments_;
/**
* required .akka.cluster.ddata.GCounter increments = 1;
+ * @return Whether the increments field is set.
*/
public boolean hasIncrements() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.GCounter increments = 1;
+ * @return The increments.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter getIncrements() {
return increments_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.getDefaultInstance() : increments_;
@@ -8693,12 +8969,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter decrements_;
/**
* required .akka.cluster.ddata.GCounter decrements = 2;
+ * @return Whether the decrements field is set.
*/
public boolean hasDecrements() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.GCounter decrements = 2;
+ * @return The decrements.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter getDecrements() {
return decrements_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter.getDefaultInstance() : decrements_;
@@ -9100,12 +9378,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the increments field is set.
*/
public boolean hasIncrements() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.GCounter increments = 1;
+ * @return The increments.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter getIncrements() {
if (incrementsBuilder_ == null) {
@@ -9218,12 +9498,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the decrements field is set.
*/
public boolean hasDecrements() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.GCounter decrements = 2;
+ * @return The decrements.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.GCounter getDecrements() {
if (decrementsBuilder_ == null) {
@@ -9389,10 +9671,12 @@ public final class ReplicatedDataMessages {
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return Whether the keys field is set.
*/
boolean hasKeys();
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys();
/**
@@ -9534,24 +9818,29 @@ public final class ReplicatedDataMessages {
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
boolean hasStringKey();
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
java.lang.String getStringKey();
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
akka.protobufv3.internal.ByteString
getStringKeyBytes();
/**
* required .akka.cluster.ddata.OtherMessage value = 2;
+ * @return Whether the value field is set.
*/
boolean hasValue();
/**
* required .akka.cluster.ddata.OtherMessage value = 2;
+ * @return The value.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getValue();
/**
@@ -9561,28 +9850,34 @@ public final class ReplicatedDataMessages {
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
boolean hasIntKey();
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
int getIntKey();
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
boolean hasLongKey();
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
long getLongKey();
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
boolean hasOtherKey();
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey();
/**
@@ -9716,12 +10011,14 @@ public final class ReplicatedDataMessages {
private volatile java.lang.Object stringKey_;
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
public boolean hasStringKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
public java.lang.String getStringKey() {
java.lang.Object ref = stringKey_;
@@ -9739,6 +10036,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
public akka.protobufv3.internal.ByteString
getStringKeyBytes() {
@@ -9758,12 +10056,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage value_;
/**
* required .akka.cluster.ddata.OtherMessage value = 2;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage value = 2;
+ * @return The value.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getValue() {
return value_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : value_;
@@ -9779,12 +10079,14 @@ public final class ReplicatedDataMessages {
private int intKey_;
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
public boolean hasIntKey() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
public int getIntKey() {
return intKey_;
@@ -9794,12 +10096,14 @@ public final class ReplicatedDataMessages {
private long longKey_;
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
public boolean hasLongKey() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
public long getLongKey() {
return longKey_;
@@ -9809,12 +10113,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage otherKey_;
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
public boolean hasOtherKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey() {
return otherKey_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : otherKey_;
@@ -10288,12 +10594,14 @@ public final class ReplicatedDataMessages {
private java.lang.Object stringKey_ = "";
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
public boolean hasStringKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
public java.lang.String getStringKey() {
java.lang.Object ref = stringKey_;
@@ -10311,6 +10619,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
public akka.protobufv3.internal.ByteString
getStringKeyBytes() {
@@ -10327,6 +10636,8 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @param value The stringKey to set.
+ * @return This builder for chaining.
*/
public Builder setStringKey(
java.lang.String value) {
@@ -10340,6 +10651,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return This builder for chaining.
*/
public Builder clearStringKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -10349,6 +10661,8 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @param value The bytes for stringKey to set.
+ * @return This builder for chaining.
*/
public Builder setStringKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -10366,12 +10680,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage value = 2;
+ * @return The value.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getValue() {
if (valueBuilder_ == null) {
@@ -10482,18 +10798,22 @@ public final class ReplicatedDataMessages {
private int intKey_ ;
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
public boolean hasIntKey() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
public int getIntKey() {
return intKey_;
}
/**
* optional sint32 intKey = 3;
+ * @param value The intKey to set.
+ * @return This builder for chaining.
*/
public Builder setIntKey(int value) {
bitField0_ |= 0x00000004;
@@ -10503,6 +10823,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional sint32 intKey = 3;
+ * @return This builder for chaining.
*/
public Builder clearIntKey() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -10514,18 +10835,22 @@ public final class ReplicatedDataMessages {
private long longKey_ ;
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
public boolean hasLongKey() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
public long getLongKey() {
return longKey_;
}
/**
* optional sint64 longKey = 4;
+ * @param value The longKey to set.
+ * @return This builder for chaining.
*/
public Builder setLongKey(long value) {
bitField0_ |= 0x00000008;
@@ -10535,6 +10860,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional sint64 longKey = 4;
+ * @return This builder for chaining.
*/
public Builder clearLongKey() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -10548,12 +10874,14 @@ public final class ReplicatedDataMessages {
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> otherKeyBuilder_;
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
public boolean hasOtherKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey() {
if (otherKeyBuilder_ == null) {
@@ -10718,12 +11046,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet keys_;
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return Whether the keys field is set.
*/
public boolean hasKeys() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys() {
return keys_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance() : keys_;
@@ -11178,12 +11508,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the keys field is set.
*/
public boolean hasKeys() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys() {
if (keysBuilder_ == null) {
@@ -11708,24 +12040,29 @@ public final class ReplicatedDataMessages {
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
boolean hasStringKey();
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
java.lang.String getStringKey();
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
akka.protobufv3.internal.ByteString
getStringKeyBytes();
/**
* optional .akka.cluster.ddata.OtherMessage value = 2;
+ * @return Whether the value field is set.
*/
boolean hasValue();
/**
* optional .akka.cluster.ddata.OtherMessage value = 2;
+ * @return The value.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getValue();
/**
@@ -11735,28 +12072,34 @@ public final class ReplicatedDataMessages {
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
boolean hasIntKey();
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
int getIntKey();
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
boolean hasLongKey();
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
long getLongKey();
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
boolean hasOtherKey();
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey();
/**
@@ -11890,12 +12233,14 @@ public final class ReplicatedDataMessages {
private volatile java.lang.Object stringKey_;
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
public boolean hasStringKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
public java.lang.String getStringKey() {
java.lang.Object ref = stringKey_;
@@ -11913,6 +12258,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
public akka.protobufv3.internal.ByteString
getStringKeyBytes() {
@@ -11932,12 +12278,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage value_;
/**
* optional .akka.cluster.ddata.OtherMessage value = 2;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage value = 2;
+ * @return The value.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getValue() {
return value_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : value_;
@@ -11953,12 +12301,14 @@ public final class ReplicatedDataMessages {
private int intKey_;
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
public boolean hasIntKey() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
public int getIntKey() {
return intKey_;
@@ -11968,12 +12318,14 @@ public final class ReplicatedDataMessages {
private long longKey_;
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
public boolean hasLongKey() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
public long getLongKey() {
return longKey_;
@@ -11983,12 +12335,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage otherKey_;
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
public boolean hasOtherKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey() {
return otherKey_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : otherKey_;
@@ -12459,12 +12813,14 @@ public final class ReplicatedDataMessages {
private java.lang.Object stringKey_ = "";
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
public boolean hasStringKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
public java.lang.String getStringKey() {
java.lang.Object ref = stringKey_;
@@ -12482,6 +12838,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
public akka.protobufv3.internal.ByteString
getStringKeyBytes() {
@@ -12498,6 +12855,8 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @param value The stringKey to set.
+ * @return This builder for chaining.
*/
public Builder setStringKey(
java.lang.String value) {
@@ -12511,6 +12870,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return This builder for chaining.
*/
public Builder clearStringKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -12520,6 +12880,8 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @param value The bytes for stringKey to set.
+ * @return This builder for chaining.
*/
public Builder setStringKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -12537,12 +12899,14 @@ public final class ReplicatedDataMessages {
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> valueBuilder_;
/**
* optional .akka.cluster.ddata.OtherMessage value = 2;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage value = 2;
+ * @return The value.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getValue() {
if (valueBuilder_ == null) {
@@ -12653,18 +13017,22 @@ public final class ReplicatedDataMessages {
private int intKey_ ;
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
public boolean hasIntKey() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
public int getIntKey() {
return intKey_;
}
/**
* optional sint32 intKey = 3;
+ * @param value The intKey to set.
+ * @return This builder for chaining.
*/
public Builder setIntKey(int value) {
bitField0_ |= 0x00000004;
@@ -12674,6 +13042,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional sint32 intKey = 3;
+ * @return This builder for chaining.
*/
public Builder clearIntKey() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -12685,18 +13054,22 @@ public final class ReplicatedDataMessages {
private long longKey_ ;
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
public boolean hasLongKey() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
public long getLongKey() {
return longKey_;
}
/**
* optional sint64 longKey = 4;
+ * @param value The longKey to set.
+ * @return This builder for chaining.
*/
public Builder setLongKey(long value) {
bitField0_ |= 0x00000008;
@@ -12706,6 +13079,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional sint64 longKey = 4;
+ * @return This builder for chaining.
*/
public Builder clearLongKey() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -12719,12 +13093,14 @@ public final class ReplicatedDataMessages {
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> otherKeyBuilder_;
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
public boolean hasOtherKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey() {
if (otherKeyBuilder_ == null) {
@@ -12890,19 +13266,23 @@ public final class ReplicatedDataMessages {
/**
* required .akka.cluster.ddata.ORMapDeltaOp operation = 1;
+ * @return Whether the operation field is set.
*/
boolean hasOperation();
/**
* required .akka.cluster.ddata.ORMapDeltaOp operation = 1;
+ * @return The operation.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp getOperation();
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return Whether the underlying field is set.
*/
boolean hasUnderlying();
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return The underlying.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getUnderlying();
/**
@@ -12912,10 +13292,12 @@ public final class ReplicatedDataMessages {
/**
* required sint32 zeroTag = 3;
+ * @return Whether the zeroTag field is set.
*/
boolean hasZeroTag();
/**
* required sint32 zeroTag = 3;
+ * @return The zeroTag.
*/
int getZeroTag();
@@ -13070,12 +13452,14 @@ public final class ReplicatedDataMessages {
private int operation_;
/**
* required .akka.cluster.ddata.ORMapDeltaOp operation = 1;
+ * @return Whether the operation field is set.
*/
public boolean hasOperation() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORMapDeltaOp operation = 1;
+ * @return The operation.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp getOperation() {
@SuppressWarnings("deprecation")
@@ -13087,12 +13471,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet underlying_;
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return Whether the underlying field is set.
*/
public boolean hasUnderlying() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return The underlying.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getUnderlying() {
return underlying_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance() : underlying_;
@@ -13108,12 +13494,14 @@ public final class ReplicatedDataMessages {
private int zeroTag_;
/**
* required sint32 zeroTag = 3;
+ * @return Whether the zeroTag field is set.
*/
public boolean hasZeroTag() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required sint32 zeroTag = 3;
+ * @return The zeroTag.
*/
public int getZeroTag() {
return zeroTag_;
@@ -13623,12 +14011,14 @@ public final class ReplicatedDataMessages {
private int operation_ = 0;
/**
* required .akka.cluster.ddata.ORMapDeltaOp operation = 1;
+ * @return Whether the operation field is set.
*/
public boolean hasOperation() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORMapDeltaOp operation = 1;
+ * @return The operation.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp getOperation() {
@SuppressWarnings("deprecation")
@@ -13637,6 +14027,8 @@ public final class ReplicatedDataMessages {
}
/**
* required .akka.cluster.ddata.ORMapDeltaOp operation = 1;
+ * @param value The operation to set.
+ * @return This builder for chaining.
*/
public Builder setOperation(akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORMapDeltaOp value) {
if (value == null) {
@@ -13649,6 +14041,7 @@ public final class ReplicatedDataMessages {
}
/**
* required .akka.cluster.ddata.ORMapDeltaOp operation = 1;
+ * @return This builder for chaining.
*/
public Builder clearOperation() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -13662,12 +14055,14 @@ public final class ReplicatedDataMessages {
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.Builder, akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSetOrBuilder> underlyingBuilder_;
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return Whether the underlying field is set.
*/
public boolean hasUnderlying() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.ORSet underlying = 2;
+ * @return The underlying.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getUnderlying() {
if (underlyingBuilder_ == null) {
@@ -13778,18 +14173,22 @@ public final class ReplicatedDataMessages {
private int zeroTag_ ;
/**
* required sint32 zeroTag = 3;
+ * @return Whether the zeroTag field is set.
*/
public boolean hasZeroTag() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required sint32 zeroTag = 3;
+ * @return The zeroTag.
*/
public int getZeroTag() {
return zeroTag_;
}
/**
* required sint32 zeroTag = 3;
+ * @param value The zeroTag to set.
+ * @return This builder for chaining.
*/
public Builder setZeroTag(int value) {
bitField0_ |= 0x00000004;
@@ -13799,6 +14198,7 @@ public final class ReplicatedDataMessages {
}
/**
* required sint32 zeroTag = 3;
+ * @return This builder for chaining.
*/
public Builder clearZeroTag() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -14785,10 +15185,12 @@ public final class ReplicatedDataMessages {
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return Whether the keys field is set.
*/
boolean hasKeys();
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys();
/**
@@ -14930,24 +15332,29 @@ public final class ReplicatedDataMessages {
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
boolean hasStringKey();
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
java.lang.String getStringKey();
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
akka.protobufv3.internal.ByteString
getStringKeyBytes();
/**
* required .akka.cluster.ddata.LWWRegister value = 2;
+ * @return Whether the value field is set.
*/
boolean hasValue();
/**
* required .akka.cluster.ddata.LWWRegister value = 2;
+ * @return The value.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister getValue();
/**
@@ -14957,28 +15364,34 @@ public final class ReplicatedDataMessages {
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
boolean hasIntKey();
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
int getIntKey();
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
boolean hasLongKey();
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
long getLongKey();
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
boolean hasOtherKey();
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey();
/**
@@ -15112,12 +15525,14 @@ public final class ReplicatedDataMessages {
private volatile java.lang.Object stringKey_;
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
public boolean hasStringKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
public java.lang.String getStringKey() {
java.lang.Object ref = stringKey_;
@@ -15135,6 +15550,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
public akka.protobufv3.internal.ByteString
getStringKeyBytes() {
@@ -15154,12 +15570,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister value_;
/**
* required .akka.cluster.ddata.LWWRegister value = 2;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.LWWRegister value = 2;
+ * @return The value.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister getValue() {
return value_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister.getDefaultInstance() : value_;
@@ -15175,12 +15593,14 @@ public final class ReplicatedDataMessages {
private int intKey_;
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
public boolean hasIntKey() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
public int getIntKey() {
return intKey_;
@@ -15190,12 +15610,14 @@ public final class ReplicatedDataMessages {
private long longKey_;
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
public boolean hasLongKey() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
public long getLongKey() {
return longKey_;
@@ -15205,12 +15627,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage otherKey_;
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
public boolean hasOtherKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey() {
return otherKey_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : otherKey_;
@@ -15684,12 +16108,14 @@ public final class ReplicatedDataMessages {
private java.lang.Object stringKey_ = "";
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
public boolean hasStringKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
public java.lang.String getStringKey() {
java.lang.Object ref = stringKey_;
@@ -15707,6 +16133,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
public akka.protobufv3.internal.ByteString
getStringKeyBytes() {
@@ -15723,6 +16150,8 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @param value The stringKey to set.
+ * @return This builder for chaining.
*/
public Builder setStringKey(
java.lang.String value) {
@@ -15736,6 +16165,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return This builder for chaining.
*/
public Builder clearStringKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -15745,6 +16175,8 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @param value The bytes for stringKey to set.
+ * @return This builder for chaining.
*/
public Builder setStringKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -15762,12 +16194,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.LWWRegister value = 2;
+ * @return The value.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.LWWRegister getValue() {
if (valueBuilder_ == null) {
@@ -15878,18 +16312,22 @@ public final class ReplicatedDataMessages {
private int intKey_ ;
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
public boolean hasIntKey() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
public int getIntKey() {
return intKey_;
}
/**
* optional sint32 intKey = 3;
+ * @param value The intKey to set.
+ * @return This builder for chaining.
*/
public Builder setIntKey(int value) {
bitField0_ |= 0x00000004;
@@ -15899,6 +16337,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional sint32 intKey = 3;
+ * @return This builder for chaining.
*/
public Builder clearIntKey() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -15910,18 +16349,22 @@ public final class ReplicatedDataMessages {
private long longKey_ ;
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
public boolean hasLongKey() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
public long getLongKey() {
return longKey_;
}
/**
* optional sint64 longKey = 4;
+ * @param value The longKey to set.
+ * @return This builder for chaining.
*/
public Builder setLongKey(long value) {
bitField0_ |= 0x00000008;
@@ -15931,6 +16374,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional sint64 longKey = 4;
+ * @return This builder for chaining.
*/
public Builder clearLongKey() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -15944,12 +16388,14 @@ public final class ReplicatedDataMessages {
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> otherKeyBuilder_;
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
public boolean hasOtherKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey() {
if (otherKeyBuilder_ == null) {
@@ -16114,12 +16560,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet keys_;
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return Whether the keys field is set.
*/
public boolean hasKeys() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys() {
return keys_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance() : keys_;
@@ -16574,12 +17022,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the keys field is set.
*/
public boolean hasKeys() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys() {
if (keysBuilder_ == null) {
@@ -16985,10 +17435,12 @@ public final class ReplicatedDataMessages {
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return Whether the keys field is set.
*/
boolean hasKeys();
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys();
/**
@@ -17130,24 +17582,29 @@ public final class ReplicatedDataMessages {
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
boolean hasStringKey();
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
java.lang.String getStringKey();
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
akka.protobufv3.internal.ByteString
getStringKeyBytes();
/**
* required .akka.cluster.ddata.PNCounter value = 2;
+ * @return Whether the value field is set.
*/
boolean hasValue();
/**
* required .akka.cluster.ddata.PNCounter value = 2;
+ * @return The value.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter getValue();
/**
@@ -17157,28 +17614,34 @@ public final class ReplicatedDataMessages {
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
boolean hasIntKey();
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
int getIntKey();
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
boolean hasLongKey();
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
long getLongKey();
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
boolean hasOtherKey();
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey();
/**
@@ -17312,12 +17775,14 @@ public final class ReplicatedDataMessages {
private volatile java.lang.Object stringKey_;
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
public boolean hasStringKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
public java.lang.String getStringKey() {
java.lang.Object ref = stringKey_;
@@ -17335,6 +17800,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
public akka.protobufv3.internal.ByteString
getStringKeyBytes() {
@@ -17354,12 +17820,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter value_;
/**
* required .akka.cluster.ddata.PNCounter value = 2;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.PNCounter value = 2;
+ * @return The value.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter getValue() {
return value_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter.getDefaultInstance() : value_;
@@ -17375,12 +17843,14 @@ public final class ReplicatedDataMessages {
private int intKey_;
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
public boolean hasIntKey() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
public int getIntKey() {
return intKey_;
@@ -17390,12 +17860,14 @@ public final class ReplicatedDataMessages {
private long longKey_;
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
public boolean hasLongKey() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
public long getLongKey() {
return longKey_;
@@ -17405,12 +17877,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage otherKey_;
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
public boolean hasOtherKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey() {
return otherKey_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : otherKey_;
@@ -17884,12 +18358,14 @@ public final class ReplicatedDataMessages {
private java.lang.Object stringKey_ = "";
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
public boolean hasStringKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
public java.lang.String getStringKey() {
java.lang.Object ref = stringKey_;
@@ -17907,6 +18383,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
public akka.protobufv3.internal.ByteString
getStringKeyBytes() {
@@ -17923,6 +18400,8 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @param value The stringKey to set.
+ * @return This builder for chaining.
*/
public Builder setStringKey(
java.lang.String value) {
@@ -17936,6 +18415,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return This builder for chaining.
*/
public Builder clearStringKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -17945,6 +18425,8 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @param value The bytes for stringKey to set.
+ * @return This builder for chaining.
*/
public Builder setStringKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -17962,12 +18444,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.PNCounter value = 2;
+ * @return The value.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.PNCounter getValue() {
if (valueBuilder_ == null) {
@@ -18078,18 +18562,22 @@ public final class ReplicatedDataMessages {
private int intKey_ ;
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
public boolean hasIntKey() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
public int getIntKey() {
return intKey_;
}
/**
* optional sint32 intKey = 3;
+ * @param value The intKey to set.
+ * @return This builder for chaining.
*/
public Builder setIntKey(int value) {
bitField0_ |= 0x00000004;
@@ -18099,6 +18587,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional sint32 intKey = 3;
+ * @return This builder for chaining.
*/
public Builder clearIntKey() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -18110,18 +18599,22 @@ public final class ReplicatedDataMessages {
private long longKey_ ;
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
public boolean hasLongKey() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
public long getLongKey() {
return longKey_;
}
/**
* optional sint64 longKey = 4;
+ * @param value The longKey to set.
+ * @return This builder for chaining.
*/
public Builder setLongKey(long value) {
bitField0_ |= 0x00000008;
@@ -18131,6 +18624,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional sint64 longKey = 4;
+ * @return This builder for chaining.
*/
public Builder clearLongKey() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -18144,12 +18638,14 @@ public final class ReplicatedDataMessages {
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> otherKeyBuilder_;
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
public boolean hasOtherKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey() {
if (otherKeyBuilder_ == null) {
@@ -18314,12 +18810,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet keys_;
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return Whether the keys field is set.
*/
public boolean hasKeys() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys() {
return keys_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance() : keys_;
@@ -18774,12 +19272,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the keys field is set.
*/
public boolean hasKeys() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys() {
if (keysBuilder_ == null) {
@@ -19185,10 +19685,12 @@ public final class ReplicatedDataMessages {
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return Whether the keys field is set.
*/
boolean hasKeys();
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys();
/**
@@ -19222,10 +19724,12 @@ public final class ReplicatedDataMessages {
/**
* optional bool withValueDeltas = 3;
+ * @return Whether the withValueDeltas field is set.
*/
boolean hasWithValueDeltas();
/**
* optional bool withValueDeltas = 3;
+ * @return The withValueDeltas.
*/
boolean getWithValueDeltas();
}
@@ -19344,24 +19848,29 @@ public final class ReplicatedDataMessages {
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
boolean hasStringKey();
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
java.lang.String getStringKey();
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
akka.protobufv3.internal.ByteString
getStringKeyBytes();
/**
* required .akka.cluster.ddata.ORSet value = 2;
+ * @return Whether the value field is set.
*/
boolean hasValue();
/**
* required .akka.cluster.ddata.ORSet value = 2;
+ * @return The value.
*/
akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getValue();
/**
@@ -19371,28 +19880,34 @@ public final class ReplicatedDataMessages {
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
boolean hasIntKey();
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
int getIntKey();
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
boolean hasLongKey();
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
long getLongKey();
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
boolean hasOtherKey();
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey();
/**
@@ -19526,12 +20041,14 @@ public final class ReplicatedDataMessages {
private volatile java.lang.Object stringKey_;
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
public boolean hasStringKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
public java.lang.String getStringKey() {
java.lang.Object ref = stringKey_;
@@ -19549,6 +20066,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
public akka.protobufv3.internal.ByteString
getStringKeyBytes() {
@@ -19568,12 +20086,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet value_;
/**
* required .akka.cluster.ddata.ORSet value = 2;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.ORSet value = 2;
+ * @return The value.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getValue() {
return value_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance() : value_;
@@ -19589,12 +20109,14 @@ public final class ReplicatedDataMessages {
private int intKey_;
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
public boolean hasIntKey() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
public int getIntKey() {
return intKey_;
@@ -19604,12 +20126,14 @@ public final class ReplicatedDataMessages {
private long longKey_;
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
public boolean hasLongKey() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
public long getLongKey() {
return longKey_;
@@ -19619,12 +20143,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage otherKey_;
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
public boolean hasOtherKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey() {
return otherKey_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : otherKey_;
@@ -20098,12 +20624,14 @@ public final class ReplicatedDataMessages {
private java.lang.Object stringKey_ = "";
/**
* optional string stringKey = 1;
+ * @return Whether the stringKey field is set.
*/
public boolean hasStringKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional string stringKey = 1;
+ * @return The stringKey.
*/
public java.lang.String getStringKey() {
java.lang.Object ref = stringKey_;
@@ -20121,6 +20649,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return The bytes for stringKey.
*/
public akka.protobufv3.internal.ByteString
getStringKeyBytes() {
@@ -20137,6 +20666,8 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @param value The stringKey to set.
+ * @return This builder for chaining.
*/
public Builder setStringKey(
java.lang.String value) {
@@ -20150,6 +20681,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @return This builder for chaining.
*/
public Builder clearStringKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -20159,6 +20691,8 @@ public final class ReplicatedDataMessages {
}
/**
* optional string stringKey = 1;
+ * @param value The bytes for stringKey to set.
+ * @return This builder for chaining.
*/
public Builder setStringKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -20176,12 +20710,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.ORSet value = 2;
+ * @return The value.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getValue() {
if (valueBuilder_ == null) {
@@ -20292,18 +20828,22 @@ public final class ReplicatedDataMessages {
private int intKey_ ;
/**
* optional sint32 intKey = 3;
+ * @return Whether the intKey field is set.
*/
public boolean hasIntKey() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sint32 intKey = 3;
+ * @return The intKey.
*/
public int getIntKey() {
return intKey_;
}
/**
* optional sint32 intKey = 3;
+ * @param value The intKey to set.
+ * @return This builder for chaining.
*/
public Builder setIntKey(int value) {
bitField0_ |= 0x00000004;
@@ -20313,6 +20853,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional sint32 intKey = 3;
+ * @return This builder for chaining.
*/
public Builder clearIntKey() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -20324,18 +20865,22 @@ public final class ReplicatedDataMessages {
private long longKey_ ;
/**
* optional sint64 longKey = 4;
+ * @return Whether the longKey field is set.
*/
public boolean hasLongKey() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sint64 longKey = 4;
+ * @return The longKey.
*/
public long getLongKey() {
return longKey_;
}
/**
* optional sint64 longKey = 4;
+ * @param value The longKey to set.
+ * @return This builder for chaining.
*/
public Builder setLongKey(long value) {
bitField0_ |= 0x00000008;
@@ -20345,6 +20890,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional sint64 longKey = 4;
+ * @return This builder for chaining.
*/
public Builder clearLongKey() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -20358,12 +20904,14 @@ public final class ReplicatedDataMessages {
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessageOrBuilder> otherKeyBuilder_;
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return Whether the otherKey field is set.
*/
public boolean hasOtherKey() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage otherKey = 5;
+ * @return The otherKey.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getOtherKey() {
if (otherKeyBuilder_ == null) {
@@ -20528,12 +21076,14 @@ public final class ReplicatedDataMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet keys_;
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return Whether the keys field is set.
*/
public boolean hasKeys() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys() {
return keys_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet.getDefaultInstance() : keys_;
@@ -20584,12 +21134,14 @@ public final class ReplicatedDataMessages {
private boolean withValueDeltas_;
/**
* optional bool withValueDeltas = 3;
+ * @return Whether the withValueDeltas field is set.
*/
public boolean hasWithValueDeltas() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional bool withValueDeltas = 3;
+ * @return The withValueDeltas.
*/
public boolean getWithValueDeltas() {
return withValueDeltas_;
@@ -21029,12 +21581,14 @@ public final class ReplicatedDataMessages {
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;
+ * @return Whether the keys field is set.
*/
public boolean hasKeys() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.ORSet keys = 1;
+ * @return The keys.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatedDataMessages.ORSet getKeys() {
if (keysBuilder_ == null) {
@@ -21385,18 +21939,22 @@ public final class ReplicatedDataMessages {
private boolean withValueDeltas_ ;
/**
* optional bool withValueDeltas = 3;
+ * @return Whether the withValueDeltas field is set.
*/
public boolean hasWithValueDeltas() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bool withValueDeltas = 3;
+ * @return The withValueDeltas.
*/
public boolean getWithValueDeltas() {
return withValueDeltas_;
}
/**
* optional bool withValueDeltas = 3;
+ * @param value The withValueDeltas to set.
+ * @return This builder for chaining.
*/
public Builder setWithValueDeltas(boolean value) {
bitField0_ |= 0x00000004;
@@ -21406,6 +21964,7 @@ public final class ReplicatedDataMessages {
}
/**
* optional bool withValueDeltas = 3;
+ * @return This builder for chaining.
*/
public Builder clearWithValueDeltas() {
bitField0_ = (bitField0_ & ~0x00000004);
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 8e08d30daf..df069e8551 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
@@ -24,10 +24,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey();
/**
@@ -37,28 +39,34 @@ public final class ReplicatorMessages {
/**
* required sint32 consistency = 2;
+ * @return Whether the consistency field is set.
*/
boolean hasConsistency();
/**
* required sint32 consistency = 2;
+ * @return The consistency.
*/
int getConsistency();
/**
* required uint32 timeout = 3;
+ * @return Whether the timeout field is set.
*/
boolean hasTimeout();
/**
* required uint32 timeout = 3;
+ * @return The timeout.
*/
int getTimeout();
/**
* optional .akka.cluster.ddata.OtherMessage request = 4;
+ * @return Whether the request field is set.
*/
boolean hasRequest();
/**
* optional .akka.cluster.ddata.OtherMessage request = 4;
+ * @return The request.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest();
/**
@@ -185,12 +193,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_;
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
return key_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : key_;
@@ -206,12 +216,14 @@ public final class ReplicatorMessages {
private int consistency_;
/**
* required sint32 consistency = 2;
+ * @return Whether the consistency field is set.
*/
public boolean hasConsistency() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required sint32 consistency = 2;
+ * @return The consistency.
*/
public int getConsistency() {
return consistency_;
@@ -221,12 +233,14 @@ public final class ReplicatorMessages {
private int timeout_;
/**
* required uint32 timeout = 3;
+ * @return Whether the timeout field is set.
*/
public boolean hasTimeout() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 timeout = 3;
+ * @return The timeout.
*/
public int getTimeout() {
return timeout_;
@@ -236,12 +250,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage request_;
/**
* optional .akka.cluster.ddata.OtherMessage request = 4;
+ * @return Whether the request field is set.
*/
public boolean hasRequest() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage request = 4;
+ * @return The request.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest() {
return request_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : request_;
@@ -704,12 +720,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
if (keyBuilder_ == null) {
@@ -820,18 +838,22 @@ public final class ReplicatorMessages {
private int consistency_ ;
/**
* required sint32 consistency = 2;
+ * @return Whether the consistency field is set.
*/
public boolean hasConsistency() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required sint32 consistency = 2;
+ * @return The consistency.
*/
public int getConsistency() {
return consistency_;
}
/**
* required sint32 consistency = 2;
+ * @param value The consistency to set.
+ * @return This builder for chaining.
*/
public Builder setConsistency(int value) {
bitField0_ |= 0x00000002;
@@ -841,6 +863,7 @@ public final class ReplicatorMessages {
}
/**
* required sint32 consistency = 2;
+ * @return This builder for chaining.
*/
public Builder clearConsistency() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -852,18 +875,22 @@ public final class ReplicatorMessages {
private int timeout_ ;
/**
* required uint32 timeout = 3;
+ * @return Whether the timeout field is set.
*/
public boolean hasTimeout() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 timeout = 3;
+ * @return The timeout.
*/
public int getTimeout() {
return timeout_;
}
/**
* required uint32 timeout = 3;
+ * @param value The timeout to set.
+ * @return This builder for chaining.
*/
public Builder setTimeout(int value) {
bitField0_ |= 0x00000004;
@@ -873,6 +900,7 @@ public final class ReplicatorMessages {
}
/**
* required uint32 timeout = 3;
+ * @return This builder for chaining.
*/
public Builder clearTimeout() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -886,12 +914,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the request field is set.
*/
public boolean hasRequest() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage request = 4;
+ * @return The request.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest() {
if (requestBuilder_ == null) {
@@ -1057,10 +1087,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey();
/**
@@ -1070,10 +1102,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.OtherMessage data = 2;
+ * @return Whether the data field is set.
*/
boolean hasData();
/**
* required .akka.cluster.ddata.OtherMessage data = 2;
+ * @return The data.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData();
/**
@@ -1083,10 +1117,12 @@ public final class ReplicatorMessages {
/**
* optional .akka.cluster.ddata.OtherMessage request = 4;
+ * @return Whether the request field is set.
*/
boolean hasRequest();
/**
* optional .akka.cluster.ddata.OtherMessage request = 4;
+ * @return The request.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest();
/**
@@ -1216,12 +1252,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_;
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
return key_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : key_;
@@ -1237,12 +1275,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage data_;
/**
* required .akka.cluster.ddata.OtherMessage data = 2;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage data = 2;
+ * @return The data.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData() {
return data_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : data_;
@@ -1258,12 +1298,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage request_;
/**
* optional .akka.cluster.ddata.OtherMessage request = 4;
+ * @return Whether the request field is set.
*/
public boolean hasRequest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage request = 4;
+ * @return The request.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest() {
return request_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : request_;
@@ -1710,12 +1752,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
if (keyBuilder_ == null) {
@@ -1828,12 +1872,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage data = 2;
+ * @return The data.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData() {
if (dataBuilder_ == null) {
@@ -1946,12 +1992,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the request field is set.
*/
public boolean hasRequest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage request = 4;
+ * @return The request.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest() {
if (requestBuilder_ == null) {
@@ -2117,10 +2165,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey();
/**
@@ -2130,10 +2180,12 @@ public final class ReplicatorMessages {
/**
* optional .akka.cluster.ddata.OtherMessage request = 2;
+ * @return Whether the request field is set.
*/
boolean hasRequest();
/**
* optional .akka.cluster.ddata.OtherMessage request = 2;
+ * @return The request.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest();
/**
@@ -2250,12 +2302,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_;
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
return key_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : key_;
@@ -2271,12 +2325,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage request_;
/**
* optional .akka.cluster.ddata.OtherMessage request = 2;
+ * @return Whether the request field is set.
*/
public boolean hasRequest() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage request = 2;
+ * @return The request.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest() {
return request_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : request_;
@@ -2675,12 +2731,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
if (keyBuilder_ == null) {
@@ -2793,12 +2851,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the request field is set.
*/
public boolean hasRequest() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage request = 2;
+ * @return The request.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest() {
if (requestBuilder_ == null) {
@@ -2964,10 +3024,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey();
/**
@@ -2977,10 +3039,12 @@ public final class ReplicatorMessages {
/**
* optional .akka.cluster.ddata.OtherMessage request = 2;
+ * @return Whether the request field is set.
*/
boolean hasRequest();
/**
* optional .akka.cluster.ddata.OtherMessage request = 2;
+ * @return The request.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest();
/**
@@ -3097,12 +3161,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_;
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
return key_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : key_;
@@ -3118,12 +3184,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage request_;
/**
* optional .akka.cluster.ddata.OtherMessage request = 2;
+ * @return Whether the request field is set.
*/
public boolean hasRequest() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage request = 2;
+ * @return The request.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest() {
return request_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : request_;
@@ -3522,12 +3590,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
if (keyBuilder_ == null) {
@@ -3640,12 +3710,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the request field is set.
*/
public boolean hasRequest() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .akka.cluster.ddata.OtherMessage request = 2;
+ * @return The request.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getRequest() {
if (requestBuilder_ == null) {
@@ -3811,10 +3883,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey();
/**
@@ -3824,14 +3898,17 @@ public final class ReplicatorMessages {
/**
* required string ref = 2;
+ * @return Whether the ref field is set.
*/
boolean hasRef();
/**
* required string ref = 2;
+ * @return The ref.
*/
java.lang.String getRef();
/**
* required string ref = 2;
+ * @return The bytes for ref.
*/
akka.protobufv3.internal.ByteString
getRefBytes();
@@ -3939,12 +4016,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_;
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
return key_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : key_;
@@ -3960,12 +4039,14 @@ public final class ReplicatorMessages {
private volatile java.lang.Object ref_;
/**
* required string ref = 2;
+ * @return Whether the ref field is set.
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string ref = 2;
+ * @return The ref.
*/
public java.lang.String getRef() {
java.lang.Object ref = ref_;
@@ -3983,6 +4064,7 @@ public final class ReplicatorMessages {
}
/**
* required string ref = 2;
+ * @return The bytes for ref.
*/
public akka.protobufv3.internal.ByteString
getRefBytes() {
@@ -4373,12 +4455,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
if (keyBuilder_ == null) {
@@ -4489,12 +4573,14 @@ public final class ReplicatorMessages {
private java.lang.Object ref_ = "";
/**
* required string ref = 2;
+ * @return Whether the ref field is set.
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string ref = 2;
+ * @return The ref.
*/
public java.lang.String getRef() {
java.lang.Object ref = ref_;
@@ -4512,6 +4598,7 @@ public final class ReplicatorMessages {
}
/**
* required string ref = 2;
+ * @return The bytes for ref.
*/
public akka.protobufv3.internal.ByteString
getRefBytes() {
@@ -4528,6 +4615,8 @@ public final class ReplicatorMessages {
}
/**
* required string ref = 2;
+ * @param value The ref to set.
+ * @return This builder for chaining.
*/
public Builder setRef(
java.lang.String value) {
@@ -4541,6 +4630,7 @@ public final class ReplicatorMessages {
}
/**
* required string ref = 2;
+ * @return This builder for chaining.
*/
public Builder clearRef() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -4550,6 +4640,8 @@ public final class ReplicatorMessages {
}
/**
* required string ref = 2;
+ * @param value The bytes for ref to set.
+ * @return This builder for chaining.
*/
public Builder setRefBytes(
akka.protobufv3.internal.ByteString value) {
@@ -4620,10 +4712,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey();
/**
@@ -4633,14 +4727,17 @@ public final class ReplicatorMessages {
/**
* required string ref = 2;
+ * @return Whether the ref field is set.
*/
boolean hasRef();
/**
* required string ref = 2;
+ * @return The ref.
*/
java.lang.String getRef();
/**
* required string ref = 2;
+ * @return The bytes for ref.
*/
akka.protobufv3.internal.ByteString
getRefBytes();
@@ -4748,12 +4845,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_;
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
return key_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : key_;
@@ -4769,12 +4868,14 @@ public final class ReplicatorMessages {
private volatile java.lang.Object ref_;
/**
* required string ref = 2;
+ * @return Whether the ref field is set.
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string ref = 2;
+ * @return The ref.
*/
public java.lang.String getRef() {
java.lang.Object ref = ref_;
@@ -4792,6 +4893,7 @@ public final class ReplicatorMessages {
}
/**
* required string ref = 2;
+ * @return The bytes for ref.
*/
public akka.protobufv3.internal.ByteString
getRefBytes() {
@@ -5182,12 +5284,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
if (keyBuilder_ == null) {
@@ -5298,12 +5402,14 @@ public final class ReplicatorMessages {
private java.lang.Object ref_ = "";
/**
* required string ref = 2;
+ * @return Whether the ref field is set.
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string ref = 2;
+ * @return The ref.
*/
public java.lang.String getRef() {
java.lang.Object ref = ref_;
@@ -5321,6 +5427,7 @@ public final class ReplicatorMessages {
}
/**
* required string ref = 2;
+ * @return The bytes for ref.
*/
public akka.protobufv3.internal.ByteString
getRefBytes() {
@@ -5337,6 +5444,8 @@ public final class ReplicatorMessages {
}
/**
* required string ref = 2;
+ * @param value The ref to set.
+ * @return This builder for chaining.
*/
public Builder setRef(
java.lang.String value) {
@@ -5350,6 +5459,7 @@ public final class ReplicatorMessages {
}
/**
* required string ref = 2;
+ * @return This builder for chaining.
*/
public Builder clearRef() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -5359,6 +5469,8 @@ public final class ReplicatorMessages {
}
/**
* required string ref = 2;
+ * @param value The bytes for ref to set.
+ * @return This builder for chaining.
*/
public Builder setRefBytes(
akka.protobufv3.internal.ByteString value) {
@@ -5429,10 +5541,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey();
/**
@@ -5442,10 +5556,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.OtherMessage data = 2;
+ * @return Whether the data field is set.
*/
boolean hasData();
/**
* required .akka.cluster.ddata.OtherMessage data = 2;
+ * @return The data.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData();
/**
@@ -5562,12 +5678,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage key_;
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
return key_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : key_;
@@ -5583,12 +5701,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage data_;
/**
* required .akka.cluster.ddata.OtherMessage data = 2;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage data = 2;
+ * @return The data.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData() {
return data_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : data_;
@@ -5990,12 +6110,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage key = 1;
+ * @return The key.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getKey() {
if (keyBuilder_ == null) {
@@ -6108,12 +6230,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage data = 2;
+ * @return The data.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData() {
if (dataBuilder_ == null) {
@@ -6279,24 +6403,29 @@ public final class ReplicatorMessages {
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required string key = 1;
+ * @return The key.
*/
java.lang.String getKey();
/**
* required string key = 1;
+ * @return The bytes for key.
*/
akka.protobufv3.internal.ByteString
getKeyBytes();
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return Whether the envelope field is set.
*/
boolean hasEnvelope();
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return The envelope.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope();
/**
@@ -6306,10 +6435,12 @@ public final class ReplicatorMessages {
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 3;
+ * @return Whether the fromNode field is set.
*/
boolean hasFromNode();
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 3;
+ * @return The fromNode.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getFromNode();
/**
@@ -6433,12 +6564,14 @@ public final class ReplicatorMessages {
private volatile java.lang.Object key_;
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -6456,6 +6589,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -6475,12 +6609,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope envelope_;
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return Whether the envelope field is set.
*/
public boolean hasEnvelope() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return The envelope.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope() {
return envelope_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.getDefaultInstance() : envelope_;
@@ -6496,12 +6632,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress fromNode_;
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 3;
+ * @return Whether the fromNode field is set.
*/
public boolean hasFromNode() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 3;
+ * @return The fromNode.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getFromNode() {
return fromNode_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance() : fromNode_;
@@ -6931,12 +7069,14 @@ public final class ReplicatorMessages {
private java.lang.Object key_ = "";
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -6954,6 +7094,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -6970,6 +7111,8 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @param value The key to set.
+ * @return This builder for chaining.
*/
public Builder setKey(
java.lang.String value) {
@@ -6983,6 +7126,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return This builder for chaining.
*/
public Builder clearKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -6992,6 +7136,8 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @param value The bytes for key to set.
+ * @return This builder for chaining.
*/
public Builder setKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -7009,12 +7155,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the envelope field is set.
*/
public boolean hasEnvelope() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return The envelope.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope() {
if (envelopeBuilder_ == null) {
@@ -7127,12 +7275,14 @@ public final class ReplicatorMessages {
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> fromNodeBuilder_;
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 3;
+ * @return Whether the fromNode field is set.
*/
public boolean hasFromNode() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 3;
+ * @return The fromNode.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getFromNode() {
if (fromNodeBuilder_ == null) {
@@ -7716,24 +7866,29 @@ public final class ReplicatorMessages {
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required string key = 1;
+ * @return The key.
*/
java.lang.String getKey();
/**
* required string key = 1;
+ * @return The bytes for key.
*/
akka.protobufv3.internal.ByteString
getKeyBytes();
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 2;
+ * @return Whether the fromNode field is set.
*/
boolean hasFromNode();
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 2;
+ * @return The fromNode.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getFromNode();
/**
@@ -7844,12 +7999,14 @@ public final class ReplicatorMessages {
private volatile java.lang.Object key_;
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -7867,6 +8024,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -7886,12 +8044,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress fromNode_;
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 2;
+ * @return Whether the fromNode field is set.
*/
public boolean hasFromNode() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 2;
+ * @return The fromNode.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getFromNode() {
return fromNode_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance() : fromNode_;
@@ -8273,12 +8433,14 @@ public final class ReplicatorMessages {
private java.lang.Object key_ = "";
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -8296,6 +8458,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -8312,6 +8475,8 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @param value The key to set.
+ * @return This builder for chaining.
*/
public Builder setKey(
java.lang.String value) {
@@ -8325,6 +8490,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return This builder for chaining.
*/
public Builder clearKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -8334,6 +8500,8 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @param value The bytes for key to set.
+ * @return This builder for chaining.
*/
public Builder setKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -8351,12 +8519,14 @@ public final class ReplicatorMessages {
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> fromNodeBuilder_;
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 2;
+ * @return Whether the fromNode field is set.
*/
public boolean hasFromNode() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .akka.cluster.ddata.UniqueAddress fromNode = 2;
+ * @return The fromNode.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getFromNode() {
if (fromNodeBuilder_ == null) {
@@ -8522,10 +8692,12 @@ public final class ReplicatorMessages {
/**
* optional .akka.cluster.ddata.DataEnvelope envelope = 1;
+ * @return Whether the envelope field is set.
*/
boolean hasEnvelope();
/**
* optional .akka.cluster.ddata.DataEnvelope envelope = 1;
+ * @return The envelope.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope();
/**
@@ -8629,12 +8801,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope envelope_;
/**
* optional .akka.cluster.ddata.DataEnvelope envelope = 1;
+ * @return Whether the envelope field is set.
*/
public boolean hasEnvelope() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .akka.cluster.ddata.DataEnvelope envelope = 1;
+ * @return The envelope.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope() {
return envelope_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.getDefaultInstance() : envelope_;
@@ -8985,12 +9159,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the envelope field is set.
*/
public boolean hasEnvelope() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .akka.cluster.ddata.DataEnvelope envelope = 1;
+ * @return The envelope.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope() {
if (envelopeBuilder_ == null) {
@@ -9156,10 +9332,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.OtherMessage data = 1;
+ * @return Whether the data field is set.
*/
boolean hasData();
/**
* required .akka.cluster.ddata.OtherMessage data = 1;
+ * @return The data.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData();
/**
@@ -9193,10 +9371,12 @@ public final class ReplicatorMessages {
/**
* optional .akka.cluster.ddata.VersionVector deltaVersions = 3;
+ * @return Whether the deltaVersions field is set.
*/
boolean hasDeltaVersions();
/**
* optional .akka.cluster.ddata.VersionVector deltaVersions = 3;
+ * @return The deltaVersions.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector getDeltaVersions();
/**
@@ -9327,10 +9507,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.UniqueAddress removedAddress = 1;
+ * @return Whether the removedAddress field is set.
*/
boolean hasRemovedAddress();
/**
* required .akka.cluster.ddata.UniqueAddress removedAddress = 1;
+ * @return The removedAddress.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getRemovedAddress();
/**
@@ -9340,10 +9522,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.UniqueAddress ownerAddress = 2;
+ * @return Whether the ownerAddress field is set.
*/
boolean hasOwnerAddress();
/**
* required .akka.cluster.ddata.UniqueAddress ownerAddress = 2;
+ * @return The ownerAddress.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getOwnerAddress();
/**
@@ -9353,10 +9537,12 @@ public final class ReplicatorMessages {
/**
* required bool performed = 3;
+ * @return Whether the performed field is set.
*/
boolean hasPerformed();
/**
* required bool performed = 3;
+ * @return The performed.
*/
boolean getPerformed();
@@ -9386,10 +9572,12 @@ public final class ReplicatorMessages {
/**
* optional sint64 obsoleteTime = 5;
+ * @return Whether the obsoleteTime field is set.
*/
boolean hasObsoleteTime();
/**
* optional sint64 obsoleteTime = 5;
+ * @return The obsoleteTime.
*/
long getObsoleteTime();
}
@@ -9525,12 +9713,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress removedAddress_;
/**
* required .akka.cluster.ddata.UniqueAddress removedAddress = 1;
+ * @return Whether the removedAddress field is set.
*/
public boolean hasRemovedAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress removedAddress = 1;
+ * @return The removedAddress.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getRemovedAddress() {
return removedAddress_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance() : removedAddress_;
@@ -9546,12 +9736,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress ownerAddress_;
/**
* required .akka.cluster.ddata.UniqueAddress ownerAddress = 2;
+ * @return Whether the ownerAddress field is set.
*/
public boolean hasOwnerAddress() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress ownerAddress = 2;
+ * @return The ownerAddress.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getOwnerAddress() {
return ownerAddress_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance() : ownerAddress_;
@@ -9567,12 +9759,14 @@ public final class ReplicatorMessages {
private boolean performed_;
/**
* required bool performed = 3;
+ * @return Whether the performed field is set.
*/
public boolean hasPerformed() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool performed = 3;
+ * @return The performed.
*/
public boolean getPerformed() {
return performed_;
@@ -9617,12 +9811,14 @@ public final class ReplicatorMessages {
private long obsoleteTime_;
/**
* optional sint64 obsoleteTime = 5;
+ * @return Whether the obsoleteTime field is set.
*/
public boolean hasObsoleteTime() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sint64 obsoleteTime = 5;
+ * @return The obsoleteTime.
*/
public long getObsoleteTime() {
return obsoleteTime_;
@@ -10143,12 +10339,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the removedAddress field is set.
*/
public boolean hasRemovedAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress removedAddress = 1;
+ * @return The removedAddress.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getRemovedAddress() {
if (removedAddressBuilder_ == null) {
@@ -10261,12 +10459,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the ownerAddress field is set.
*/
public boolean hasOwnerAddress() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress ownerAddress = 2;
+ * @return The ownerAddress.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getOwnerAddress() {
if (ownerAddressBuilder_ == null) {
@@ -10377,18 +10577,22 @@ public final class ReplicatorMessages {
private boolean performed_ ;
/**
* required bool performed = 3;
+ * @return Whether the performed field is set.
*/
public boolean hasPerformed() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool performed = 3;
+ * @return The performed.
*/
public boolean getPerformed() {
return performed_;
}
/**
* required bool performed = 3;
+ * @param value The performed to set.
+ * @return This builder for chaining.
*/
public Builder setPerformed(boolean value) {
bitField0_ |= 0x00000004;
@@ -10398,6 +10602,7 @@ public final class ReplicatorMessages {
}
/**
* required bool performed = 3;
+ * @return This builder for chaining.
*/
public Builder clearPerformed() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -10649,18 +10854,22 @@ public final class ReplicatorMessages {
private long obsoleteTime_ ;
/**
* optional sint64 obsoleteTime = 5;
+ * @return Whether the obsoleteTime field is set.
*/
public boolean hasObsoleteTime() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional sint64 obsoleteTime = 5;
+ * @return The obsoleteTime.
*/
public long getObsoleteTime() {
return obsoleteTime_;
}
/**
* optional sint64 obsoleteTime = 5;
+ * @param value The obsoleteTime to set.
+ * @return This builder for chaining.
*/
public Builder setObsoleteTime(long value) {
bitField0_ |= 0x00000010;
@@ -10670,6 +10879,7 @@ public final class ReplicatorMessages {
}
/**
* optional sint64 obsoleteTime = 5;
+ * @return This builder for chaining.
*/
public Builder clearObsoleteTime() {
bitField0_ = (bitField0_ & ~0x00000010);
@@ -10735,12 +10945,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage data_;
/**
* required .akka.cluster.ddata.OtherMessage data = 1;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage data = 1;
+ * @return The data.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData() {
return data_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : data_;
@@ -10791,12 +11003,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector deltaVersions_;
/**
* optional .akka.cluster.ddata.VersionVector deltaVersions = 3;
+ * @return Whether the deltaVersions field is set.
*/
public boolean hasDeltaVersions() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .akka.cluster.ddata.VersionVector deltaVersions = 3;
+ * @return The deltaVersions.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector getDeltaVersions() {
return deltaVersions_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.getDefaultInstance() : deltaVersions_;
@@ -11261,12 +11475,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage data = 1;
+ * @return The data.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData() {
if (dataBuilder_ == null) {
@@ -11619,12 +11835,14 @@ public final class ReplicatorMessages {
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVectorOrBuilder> deltaVersionsBuilder_;
/**
* optional .akka.cluster.ddata.VersionVector deltaVersions = 3;
+ * @return Whether the deltaVersions field is set.
*/
public boolean hasDeltaVersions() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .akka.cluster.ddata.VersionVector deltaVersions = 3;
+ * @return The deltaVersions.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.VersionVector getDeltaVersions() {
if (deltaVersionsBuilder_ == null) {
@@ -11790,19 +12008,23 @@ public final class ReplicatorMessages {
/**
* required uint32 chunk = 1;
+ * @return Whether the chunk field is set.
*/
boolean hasChunk();
/**
* required uint32 chunk = 1;
+ * @return The chunk.
*/
int getChunk();
/**
* required uint32 totChunks = 2;
+ * @return Whether the totChunks field is set.
*/
boolean hasTotChunks();
/**
* required uint32 totChunks = 2;
+ * @return The totChunks.
*/
int getTotChunks();
@@ -11832,19 +12054,23 @@ public final class ReplicatorMessages {
/**
* optional sfixed64 toSystemUid = 4;
+ * @return Whether the toSystemUid field is set.
*/
boolean hasToSystemUid();
/**
* optional sfixed64 toSystemUid = 4;
+ * @return The toSystemUid.
*/
long getToSystemUid();
/**
* optional sfixed64 fromSystemUid = 5;
+ * @return Whether the fromSystemUid field is set.
*/
boolean hasFromSystemUid();
/**
* optional sfixed64 fromSystemUid = 5;
+ * @return The fromSystemUid.
*/
long getFromSystemUid();
}
@@ -11965,24 +12191,29 @@ public final class ReplicatorMessages {
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required string key = 1;
+ * @return The key.
*/
java.lang.String getKey();
/**
* required string key = 1;
+ * @return The bytes for key.
*/
akka.protobufv3.internal.ByteString
getKeyBytes();
/**
* required bytes digest = 2;
+ * @return Whether the digest field is set.
*/
boolean hasDigest();
/**
* required bytes digest = 2;
+ * @return The digest.
*/
akka.protobufv3.internal.ByteString getDigest();
}
@@ -12082,12 +12313,14 @@ public final class ReplicatorMessages {
private volatile java.lang.Object key_;
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -12105,6 +12338,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -12124,12 +12358,14 @@ public final class ReplicatorMessages {
private akka.protobufv3.internal.ByteString digest_;
/**
* required bytes digest = 2;
+ * @return Whether the digest field is set.
*/
public boolean hasDigest() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bytes digest = 2;
+ * @return The digest.
*/
public akka.protobufv3.internal.ByteString getDigest() {
return digest_;
@@ -12492,12 +12728,14 @@ public final class ReplicatorMessages {
private java.lang.Object key_ = "";
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -12515,6 +12753,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -12531,6 +12770,8 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @param value The key to set.
+ * @return This builder for chaining.
*/
public Builder setKey(
java.lang.String value) {
@@ -12544,6 +12785,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return This builder for chaining.
*/
public Builder clearKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -12553,6 +12795,8 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @param value The bytes for key to set.
+ * @return This builder for chaining.
*/
public Builder setKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -12568,18 +12812,22 @@ public final class ReplicatorMessages {
private akka.protobufv3.internal.ByteString digest_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes digest = 2;
+ * @return Whether the digest field is set.
*/
public boolean hasDigest() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bytes digest = 2;
+ * @return The digest.
*/
public akka.protobufv3.internal.ByteString getDigest() {
return digest_;
}
/**
* required bytes digest = 2;
+ * @param value The digest to set.
+ * @return This builder for chaining.
*/
public Builder setDigest(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -12592,6 +12840,7 @@ public final class ReplicatorMessages {
}
/**
* required bytes digest = 2;
+ * @return This builder for chaining.
*/
public Builder clearDigest() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -12657,12 +12906,14 @@ public final class ReplicatorMessages {
private int chunk_;
/**
* required uint32 chunk = 1;
+ * @return Whether the chunk field is set.
*/
public boolean hasChunk() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 chunk = 1;
+ * @return The chunk.
*/
public int getChunk() {
return chunk_;
@@ -12672,12 +12923,14 @@ public final class ReplicatorMessages {
private int totChunks_;
/**
* required uint32 totChunks = 2;
+ * @return Whether the totChunks field is set.
*/
public boolean hasTotChunks() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 totChunks = 2;
+ * @return The totChunks.
*/
public int getTotChunks() {
return totChunks_;
@@ -12722,12 +12975,14 @@ public final class ReplicatorMessages {
private long toSystemUid_;
/**
* optional sfixed64 toSystemUid = 4;
+ * @return Whether the toSystemUid field is set.
*/
public boolean hasToSystemUid() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sfixed64 toSystemUid = 4;
+ * @return The toSystemUid.
*/
public long getToSystemUid() {
return toSystemUid_;
@@ -12737,12 +12992,14 @@ public final class ReplicatorMessages {
private long fromSystemUid_;
/**
* optional sfixed64 fromSystemUid = 5;
+ * @return Whether the fromSystemUid field is set.
*/
public boolean hasFromSystemUid() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sfixed64 fromSystemUid = 5;
+ * @return The fromSystemUid.
*/
public long getFromSystemUid() {
return fromSystemUid_;
@@ -13222,18 +13479,22 @@ public final class ReplicatorMessages {
private int chunk_ ;
/**
* required uint32 chunk = 1;
+ * @return Whether the chunk field is set.
*/
public boolean hasChunk() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 chunk = 1;
+ * @return The chunk.
*/
public int getChunk() {
return chunk_;
}
/**
* required uint32 chunk = 1;
+ * @param value The chunk to set.
+ * @return This builder for chaining.
*/
public Builder setChunk(int value) {
bitField0_ |= 0x00000001;
@@ -13243,6 +13504,7 @@ public final class ReplicatorMessages {
}
/**
* required uint32 chunk = 1;
+ * @return This builder for chaining.
*/
public Builder clearChunk() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -13254,18 +13516,22 @@ public final class ReplicatorMessages {
private int totChunks_ ;
/**
* required uint32 totChunks = 2;
+ * @return Whether the totChunks field is set.
*/
public boolean hasTotChunks() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 totChunks = 2;
+ * @return The totChunks.
*/
public int getTotChunks() {
return totChunks_;
}
/**
* required uint32 totChunks = 2;
+ * @param value The totChunks to set.
+ * @return This builder for chaining.
*/
public Builder setTotChunks(int value) {
bitField0_ |= 0x00000002;
@@ -13275,6 +13541,7 @@ public final class ReplicatorMessages {
}
/**
* required uint32 totChunks = 2;
+ * @return This builder for chaining.
*/
public Builder clearTotChunks() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -13526,18 +13793,22 @@ public final class ReplicatorMessages {
private long toSystemUid_ ;
/**
* optional sfixed64 toSystemUid = 4;
+ * @return Whether the toSystemUid field is set.
*/
public boolean hasToSystemUid() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sfixed64 toSystemUid = 4;
+ * @return The toSystemUid.
*/
public long getToSystemUid() {
return toSystemUid_;
}
/**
* optional sfixed64 toSystemUid = 4;
+ * @param value The toSystemUid to set.
+ * @return This builder for chaining.
*/
public Builder setToSystemUid(long value) {
bitField0_ |= 0x00000008;
@@ -13547,6 +13818,7 @@ public final class ReplicatorMessages {
}
/**
* optional sfixed64 toSystemUid = 4;
+ * @return This builder for chaining.
*/
public Builder clearToSystemUid() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -13558,18 +13830,22 @@ public final class ReplicatorMessages {
private long fromSystemUid_ ;
/**
* optional sfixed64 fromSystemUid = 5;
+ * @return Whether the fromSystemUid field is set.
*/
public boolean hasFromSystemUid() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional sfixed64 fromSystemUid = 5;
+ * @return The fromSystemUid.
*/
public long getFromSystemUid() {
return fromSystemUid_;
}
/**
* optional sfixed64 fromSystemUid = 5;
+ * @param value The fromSystemUid to set.
+ * @return This builder for chaining.
*/
public Builder setFromSystemUid(long value) {
bitField0_ |= 0x00000010;
@@ -13579,6 +13855,7 @@ public final class ReplicatorMessages {
}
/**
* optional sfixed64 fromSystemUid = 5;
+ * @return This builder for chaining.
*/
public Builder clearFromSystemUid() {
bitField0_ = (bitField0_ & ~0x00000010);
@@ -13645,10 +13922,12 @@ public final class ReplicatorMessages {
/**
* required bool sendBack = 1;
+ * @return Whether the sendBack field is set.
*/
boolean hasSendBack();
/**
* required bool sendBack = 1;
+ * @return The sendBack.
*/
boolean getSendBack();
@@ -13678,19 +13957,23 @@ public final class ReplicatorMessages {
/**
* optional sfixed64 toSystemUid = 3;
+ * @return Whether the toSystemUid field is set.
*/
boolean hasToSystemUid();
/**
* optional sfixed64 toSystemUid = 3;
+ * @return The toSystemUid.
*/
long getToSystemUid();
/**
* optional sfixed64 fromSystemUid = 4;
+ * @return Whether the fromSystemUid field is set.
*/
boolean hasFromSystemUid();
/**
* optional sfixed64 fromSystemUid = 4;
+ * @return The fromSystemUid.
*/
long getFromSystemUid();
}
@@ -13806,24 +14089,29 @@ public final class ReplicatorMessages {
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required string key = 1;
+ * @return The key.
*/
java.lang.String getKey();
/**
* required string key = 1;
+ * @return The bytes for key.
*/
akka.protobufv3.internal.ByteString
getKeyBytes();
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return Whether the envelope field is set.
*/
boolean hasEnvelope();
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return The envelope.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope();
/**
@@ -13934,12 +14222,14 @@ public final class ReplicatorMessages {
private volatile java.lang.Object key_;
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -13957,6 +14247,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -13976,12 +14267,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope envelope_;
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return Whether the envelope field is set.
*/
public boolean hasEnvelope() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return The envelope.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope() {
return envelope_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.getDefaultInstance() : envelope_;
@@ -14366,12 +14659,14 @@ public final class ReplicatorMessages {
private java.lang.Object key_ = "";
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -14389,6 +14684,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -14405,6 +14701,8 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @param value The key to set.
+ * @return This builder for chaining.
*/
public Builder setKey(
java.lang.String value) {
@@ -14418,6 +14716,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return This builder for chaining.
*/
public Builder clearKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -14427,6 +14726,8 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @param value The bytes for key to set.
+ * @return This builder for chaining.
*/
public Builder setKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -14444,12 +14745,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the envelope field is set.
*/
public boolean hasEnvelope() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return The envelope.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope() {
if (envelopeBuilder_ == null) {
@@ -14614,12 +14917,14 @@ public final class ReplicatorMessages {
private boolean sendBack_;
/**
* required bool sendBack = 1;
+ * @return Whether the sendBack field is set.
*/
public boolean hasSendBack() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bool sendBack = 1;
+ * @return The sendBack.
*/
public boolean getSendBack() {
return sendBack_;
@@ -14664,12 +14969,14 @@ public final class ReplicatorMessages {
private long toSystemUid_;
/**
* optional sfixed64 toSystemUid = 3;
+ * @return Whether the toSystemUid field is set.
*/
public boolean hasToSystemUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional sfixed64 toSystemUid = 3;
+ * @return The toSystemUid.
*/
public long getToSystemUid() {
return toSystemUid_;
@@ -14679,12 +14986,14 @@ public final class ReplicatorMessages {
private long fromSystemUid_;
/**
* optional sfixed64 fromSystemUid = 4;
+ * @return Whether the fromSystemUid field is set.
*/
public boolean hasFromSystemUid() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sfixed64 fromSystemUid = 4;
+ * @return The fromSystemUid.
*/
public long getFromSystemUid() {
return fromSystemUid_;
@@ -15133,18 +15442,22 @@ public final class ReplicatorMessages {
private boolean sendBack_ ;
/**
* required bool sendBack = 1;
+ * @return Whether the sendBack field is set.
*/
public boolean hasSendBack() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bool sendBack = 1;
+ * @return The sendBack.
*/
public boolean getSendBack() {
return sendBack_;
}
/**
* required bool sendBack = 1;
+ * @param value The sendBack to set.
+ * @return This builder for chaining.
*/
public Builder setSendBack(boolean value) {
bitField0_ |= 0x00000001;
@@ -15154,6 +15467,7 @@ public final class ReplicatorMessages {
}
/**
* required bool sendBack = 1;
+ * @return This builder for chaining.
*/
public Builder clearSendBack() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -15405,18 +15719,22 @@ public final class ReplicatorMessages {
private long toSystemUid_ ;
/**
* optional sfixed64 toSystemUid = 3;
+ * @return Whether the toSystemUid field is set.
*/
public boolean hasToSystemUid() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional sfixed64 toSystemUid = 3;
+ * @return The toSystemUid.
*/
public long getToSystemUid() {
return toSystemUid_;
}
/**
* optional sfixed64 toSystemUid = 3;
+ * @param value The toSystemUid to set.
+ * @return This builder for chaining.
*/
public Builder setToSystemUid(long value) {
bitField0_ |= 0x00000004;
@@ -15426,6 +15744,7 @@ public final class ReplicatorMessages {
}
/**
* optional sfixed64 toSystemUid = 3;
+ * @return This builder for chaining.
*/
public Builder clearToSystemUid() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -15437,18 +15756,22 @@ public final class ReplicatorMessages {
private long fromSystemUid_ ;
/**
* optional sfixed64 fromSystemUid = 4;
+ * @return Whether the fromSystemUid field is set.
*/
public boolean hasFromSystemUid() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional sfixed64 fromSystemUid = 4;
+ * @return The fromSystemUid.
*/
public long getFromSystemUid() {
return fromSystemUid_;
}
/**
* optional sfixed64 fromSystemUid = 4;
+ * @param value The fromSystemUid to set.
+ * @return This builder for chaining.
*/
public Builder setFromSystemUid(long value) {
bitField0_ |= 0x00000008;
@@ -15458,6 +15781,7 @@ public final class ReplicatorMessages {
}
/**
* optional sfixed64 fromSystemUid = 4;
+ * @return This builder for chaining.
*/
public Builder clearFromSystemUid() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -15524,10 +15848,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.UniqueAddress fromNode = 1;
+ * @return Whether the fromNode field is set.
*/
boolean hasFromNode();
/**
* required .akka.cluster.ddata.UniqueAddress fromNode = 1;
+ * @return The fromNode.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getFromNode();
/**
@@ -15565,6 +15891,7 @@ public final class ReplicatorMessages {
*
*
* optional bool reply = 3;
+ * @return Whether the reply field is set.
*/
boolean hasReply();
/**
@@ -15573,6 +15900,7 @@ public final class ReplicatorMessages {
*
*
* optional bool reply = 3;
+ * @return The reply.
*/
boolean getReply();
}
@@ -15691,24 +16019,29 @@ public final class ReplicatorMessages {
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
boolean hasKey();
/**
* required string key = 1;
+ * @return The key.
*/
java.lang.String getKey();
/**
* required string key = 1;
+ * @return The bytes for key.
*/
akka.protobufv3.internal.ByteString
getKeyBytes();
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return Whether the envelope field is set.
*/
boolean hasEnvelope();
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return The envelope.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope();
/**
@@ -15718,10 +16051,12 @@ public final class ReplicatorMessages {
/**
* required int64 fromSeqNr = 3;
+ * @return Whether the fromSeqNr field is set.
*/
boolean hasFromSeqNr();
/**
* required int64 fromSeqNr = 3;
+ * @return The fromSeqNr.
*/
long getFromSeqNr();
@@ -15731,6 +16066,7 @@ public final class ReplicatorMessages {
*
*
* optional int64 toSeqNr = 4;
+ * @return Whether the toSeqNr field is set.
*/
boolean hasToSeqNr();
/**
@@ -15739,6 +16075,7 @@ public final class ReplicatorMessages {
*
*
* optional int64 toSeqNr = 4;
+ * @return The toSeqNr.
*/
long getToSeqNr();
}
@@ -15855,12 +16192,14 @@ public final class ReplicatorMessages {
private volatile java.lang.Object key_;
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -15878,6 +16217,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -15897,12 +16237,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope envelope_;
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return Whether the envelope field is set.
*/
public boolean hasEnvelope() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return The envelope.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope() {
return envelope_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope.getDefaultInstance() : envelope_;
@@ -15918,12 +16260,14 @@ public final class ReplicatorMessages {
private long fromSeqNr_;
/**
* required int64 fromSeqNr = 3;
+ * @return Whether the fromSeqNr field is set.
*/
public boolean hasFromSeqNr() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required int64 fromSeqNr = 3;
+ * @return The fromSeqNr.
*/
public long getFromSeqNr() {
return fromSeqNr_;
@@ -15937,6 +16281,7 @@ public final class ReplicatorMessages {
*
*
* optional int64 toSeqNr = 4;
+ * @return Whether the toSeqNr field is set.
*/
public boolean hasToSeqNr() {
return ((bitField0_ & 0x00000008) != 0);
@@ -15947,6 +16292,7 @@ public final class ReplicatorMessages {
*
*
* optional int64 toSeqNr = 4;
+ * @return The toSeqNr.
*/
public long getToSeqNr() {
return toSeqNr_;
@@ -16384,12 +16730,14 @@ public final class ReplicatorMessages {
private java.lang.Object key_ = "";
/**
* required string key = 1;
+ * @return Whether the key field is set.
*/
public boolean hasKey() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string key = 1;
+ * @return The key.
*/
public java.lang.String getKey() {
java.lang.Object ref = key_;
@@ -16407,6 +16755,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return The bytes for key.
*/
public akka.protobufv3.internal.ByteString
getKeyBytes() {
@@ -16423,6 +16772,8 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @param value The key to set.
+ * @return This builder for chaining.
*/
public Builder setKey(
java.lang.String value) {
@@ -16436,6 +16787,7 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @return This builder for chaining.
*/
public Builder clearKey() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -16445,6 +16797,8 @@ public final class ReplicatorMessages {
}
/**
* required string key = 1;
+ * @param value The bytes for key to set.
+ * @return This builder for chaining.
*/
public Builder setKeyBytes(
akka.protobufv3.internal.ByteString value) {
@@ -16462,12 +16816,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the envelope field is set.
*/
public boolean hasEnvelope() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .akka.cluster.ddata.DataEnvelope envelope = 2;
+ * @return The envelope.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.DataEnvelope getEnvelope() {
if (envelopeBuilder_ == null) {
@@ -16578,18 +16934,22 @@ public final class ReplicatorMessages {
private long fromSeqNr_ ;
/**
* required int64 fromSeqNr = 3;
+ * @return Whether the fromSeqNr field is set.
*/
public boolean hasFromSeqNr() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required int64 fromSeqNr = 3;
+ * @return The fromSeqNr.
*/
public long getFromSeqNr() {
return fromSeqNr_;
}
/**
* required int64 fromSeqNr = 3;
+ * @param value The fromSeqNr to set.
+ * @return This builder for chaining.
*/
public Builder setFromSeqNr(long value) {
bitField0_ |= 0x00000004;
@@ -16599,6 +16959,7 @@ public final class ReplicatorMessages {
}
/**
* required int64 fromSeqNr = 3;
+ * @return This builder for chaining.
*/
public Builder clearFromSeqNr() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -16614,6 +16975,7 @@ public final class ReplicatorMessages {
*
*
* optional int64 toSeqNr = 4;
+ * @return Whether the toSeqNr field is set.
*/
public boolean hasToSeqNr() {
return ((bitField0_ & 0x00000008) != 0);
@@ -16624,6 +16986,7 @@ public final class ReplicatorMessages {
*
*
* optional int64 toSeqNr = 4;
+ * @return The toSeqNr.
*/
public long getToSeqNr() {
return toSeqNr_;
@@ -16634,6 +16997,8 @@ public final class ReplicatorMessages {
*
*
* optional int64 toSeqNr = 4;
+ * @param value The toSeqNr to set.
+ * @return This builder for chaining.
*/
public Builder setToSeqNr(long value) {
bitField0_ |= 0x00000008;
@@ -16647,6 +17012,7 @@ public final class ReplicatorMessages {
*
*
* optional int64 toSeqNr = 4;
+ * @return This builder for chaining.
*/
public Builder clearToSeqNr() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -16712,12 +17078,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress fromNode_;
/**
* required .akka.cluster.ddata.UniqueAddress fromNode = 1;
+ * @return Whether the fromNode field is set.
*/
public boolean hasFromNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress fromNode = 1;
+ * @return The fromNode.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getFromNode() {
return fromNode_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance() : fromNode_;
@@ -16772,6 +17140,7 @@ public final class ReplicatorMessages {
*
*
* optional bool reply = 3;
+ * @return Whether the reply field is set.
*/
public boolean hasReply() {
return ((bitField0_ & 0x00000002) != 0);
@@ -16782,6 +17151,7 @@ public final class ReplicatorMessages {
*
*
* optional bool reply = 3;
+ * @return The reply.
*/
public boolean getReply() {
return reply_;
@@ -17221,12 +17591,14 @@ public final class ReplicatorMessages {
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.Builder, akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddressOrBuilder> fromNodeBuilder_;
/**
* required .akka.cluster.ddata.UniqueAddress fromNode = 1;
+ * @return Whether the fromNode field is set.
*/
public boolean hasFromNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress fromNode = 1;
+ * @return The fromNode.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getFromNode() {
if (fromNodeBuilder_ == null) {
@@ -17581,6 +17953,7 @@ public final class ReplicatorMessages {
*
*
* optional bool reply = 3;
+ * @return Whether the reply field is set.
*/
public boolean hasReply() {
return ((bitField0_ & 0x00000004) != 0);
@@ -17591,6 +17964,7 @@ public final class ReplicatorMessages {
*
*
* optional bool reply = 3;
+ * @return The reply.
*/
public boolean getReply() {
return reply_;
@@ -17601,6 +17975,8 @@ public final class ReplicatorMessages {
*
*
* optional bool reply = 3;
+ * @param value The reply to set.
+ * @return This builder for chaining.
*/
public Builder setReply(boolean value) {
bitField0_ |= 0x00000004;
@@ -17614,6 +17990,7 @@ public final class ReplicatorMessages {
*
*
* optional bool reply = 3;
+ * @return This builder for chaining.
*/
public Builder clearReply() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -17680,10 +18057,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.Address address = 1;
+ * @return Whether the address field is set.
*/
boolean hasAddress();
/**
* required .akka.cluster.ddata.Address address = 1;
+ * @return The address.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address getAddress();
/**
@@ -17693,10 +18072,12 @@ public final class ReplicatorMessages {
/**
* required sfixed32 uid = 2;
+ * @return Whether the uid field is set.
*/
boolean hasUid();
/**
* required sfixed32 uid = 2;
+ * @return The uid.
*/
int getUid();
@@ -17706,6 +18087,7 @@ public final class ReplicatorMessages {
*
*
* optional sfixed32 uid2 = 3;
+ * @return Whether the uid2 field is set.
*/
boolean hasUid2();
/**
@@ -17714,6 +18096,7 @@ public final class ReplicatorMessages {
*
*
* optional sfixed32 uid2 = 3;
+ * @return The uid2.
*/
int getUid2();
}
@@ -17823,12 +18206,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address address_;
/**
* required .akka.cluster.ddata.Address address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.Address address = 1;
+ * @return The address.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address getAddress() {
return address_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address.getDefaultInstance() : address_;
@@ -17844,12 +18229,14 @@ public final class ReplicatorMessages {
private int uid_;
/**
* required sfixed32 uid = 2;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required sfixed32 uid = 2;
+ * @return The uid.
*/
public int getUid() {
return uid_;
@@ -17863,6 +18250,7 @@ public final class ReplicatorMessages {
*
*
* optional sfixed32 uid2 = 3;
+ * @return Whether the uid2 field is set.
*/
public boolean hasUid2() {
return ((bitField0_ & 0x00000004) != 0);
@@ -17873,6 +18261,7 @@ public final class ReplicatorMessages {
*
*
* optional sfixed32 uid2 = 3;
+ * @return The uid2.
*/
public int getUid2() {
return uid2_;
@@ -18277,12 +18666,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.Address address = 1;
+ * @return The address.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.Address getAddress() {
if (addressBuilder_ == null) {
@@ -18393,18 +18784,22 @@ public final class ReplicatorMessages {
private int uid_ ;
/**
* required sfixed32 uid = 2;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required sfixed32 uid = 2;
+ * @return The uid.
*/
public int getUid() {
return uid_;
}
/**
* required sfixed32 uid = 2;
+ * @param value The uid to set.
+ * @return This builder for chaining.
*/
public Builder setUid(int value) {
bitField0_ |= 0x00000002;
@@ -18414,6 +18809,7 @@ public final class ReplicatorMessages {
}
/**
* required sfixed32 uid = 2;
+ * @return This builder for chaining.
*/
public Builder clearUid() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -18429,6 +18825,7 @@ public final class ReplicatorMessages {
*
*
* optional sfixed32 uid2 = 3;
+ * @return Whether the uid2 field is set.
*/
public boolean hasUid2() {
return ((bitField0_ & 0x00000004) != 0);
@@ -18439,6 +18836,7 @@ public final class ReplicatorMessages {
*
*
* optional sfixed32 uid2 = 3;
+ * @return The uid2.
*/
public int getUid2() {
return uid2_;
@@ -18449,6 +18847,8 @@ public final class ReplicatorMessages {
*
*
* optional sfixed32 uid2 = 3;
+ * @param value The uid2 to set.
+ * @return This builder for chaining.
*/
public Builder setUid2(int value) {
bitField0_ |= 0x00000004;
@@ -18462,6 +18862,7 @@ public final class ReplicatorMessages {
*
*
* optional sfixed32 uid2 = 3;
+ * @return This builder for chaining.
*/
public Builder clearUid2() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -18528,24 +18929,29 @@ public final class ReplicatorMessages {
/**
* required string hostname = 1;
+ * @return Whether the hostname field is set.
*/
boolean hasHostname();
/**
* required string hostname = 1;
+ * @return The hostname.
*/
java.lang.String getHostname();
/**
* required string hostname = 1;
+ * @return The bytes for hostname.
*/
akka.protobufv3.internal.ByteString
getHostnameBytes();
/**
* required uint32 port = 2;
+ * @return Whether the port field is set.
*/
boolean hasPort();
/**
* required uint32 port = 2;
+ * @return The port.
*/
int getPort();
}
@@ -18644,12 +19050,14 @@ public final class ReplicatorMessages {
private volatile java.lang.Object hostname_;
/**
* required string hostname = 1;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string hostname = 1;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -18667,6 +19075,7 @@ public final class ReplicatorMessages {
}
/**
* required string hostname = 1;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -18686,12 +19095,14 @@ public final class ReplicatorMessages {
private int port_;
/**
* required uint32 port = 2;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 port = 2;
+ * @return The port.
*/
public int getPort() {
return port_;
@@ -19054,12 +19465,14 @@ public final class ReplicatorMessages {
private java.lang.Object hostname_ = "";
/**
* required string hostname = 1;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string hostname = 1;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -19077,6 +19490,7 @@ public final class ReplicatorMessages {
}
/**
* required string hostname = 1;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -19093,6 +19507,8 @@ public final class ReplicatorMessages {
}
/**
* required string hostname = 1;
+ * @param value The hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostname(
java.lang.String value) {
@@ -19106,6 +19522,7 @@ public final class ReplicatorMessages {
}
/**
* required string hostname = 1;
+ * @return This builder for chaining.
*/
public Builder clearHostname() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -19115,6 +19532,8 @@ public final class ReplicatorMessages {
}
/**
* required string hostname = 1;
+ * @param value The bytes for hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostnameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -19130,18 +19549,22 @@ public final class ReplicatorMessages {
private int port_ ;
/**
* required uint32 port = 2;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 port = 2;
+ * @return The port.
*/
public int getPort() {
return port_;
}
/**
* required uint32 port = 2;
+ * @param value The port to set.
+ * @return This builder for chaining.
*/
public Builder setPort(int value) {
bitField0_ |= 0x00000002;
@@ -19151,6 +19574,7 @@ public final class ReplicatorMessages {
}
/**
* required uint32 port = 2;
+ * @return This builder for chaining.
*/
public Builder clearPort() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -19336,10 +19760,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.UniqueAddress node = 1;
+ * @return Whether the node field is set.
*/
boolean hasNode();
/**
* required .akka.cluster.ddata.UniqueAddress node = 1;
+ * @return The node.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getNode();
/**
@@ -19349,10 +19775,12 @@ public final class ReplicatorMessages {
/**
* required int64 version = 2;
+ * @return Whether the version field is set.
*/
boolean hasVersion();
/**
* required int64 version = 2;
+ * @return The version.
*/
long getVersion();
}
@@ -19457,12 +19885,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress node_;
/**
* required .akka.cluster.ddata.UniqueAddress node = 1;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress node = 1;
+ * @return The node.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getNode() {
return node_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress.getDefaultInstance() : node_;
@@ -19478,12 +19908,14 @@ public final class ReplicatorMessages {
private long version_;
/**
* required int64 version = 2;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 version = 2;
+ * @return The version.
*/
public long getVersion() {
return version_;
@@ -19864,12 +20296,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.UniqueAddress node = 1;
+ * @return The node.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.UniqueAddress getNode() {
if (nodeBuilder_ == null) {
@@ -19980,18 +20414,22 @@ public final class ReplicatorMessages {
private long version_ ;
/**
* required int64 version = 2;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int64 version = 2;
+ * @return The version.
*/
public long getVersion() {
return version_;
}
/**
* required int64 version = 2;
+ * @param value The version to set.
+ * @return This builder for chaining.
*/
public Builder setVersion(long value) {
bitField0_ |= 0x00000002;
@@ -20001,6 +20439,7 @@ public final class ReplicatorMessages {
}
/**
* required int64 version = 2;
+ * @return This builder for chaining.
*/
public Builder clearVersion() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -20747,28 +21186,34 @@ public final class ReplicatorMessages {
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
boolean hasEnclosedMessage();
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
akka.protobufv3.internal.ByteString getEnclosedMessage();
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
boolean hasSerializerId();
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
int getSerializerId();
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
boolean hasMessageManifest();
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
akka.protobufv3.internal.ByteString getMessageManifest();
}
@@ -20872,12 +21317,14 @@ public final class ReplicatorMessages {
private akka.protobufv3.internal.ByteString enclosedMessage_;
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
public boolean hasEnclosedMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
public akka.protobufv3.internal.ByteString getEnclosedMessage() {
return enclosedMessage_;
@@ -20887,12 +21334,14 @@ public final class ReplicatorMessages {
private int serializerId_;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
@@ -20902,12 +21351,14 @@ public final class ReplicatorMessages {
private akka.protobufv3.internal.ByteString messageManifest_;
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
@@ -21294,18 +21745,22 @@ public final class ReplicatorMessages {
private akka.protobufv3.internal.ByteString enclosedMessage_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
public boolean hasEnclosedMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
public akka.protobufv3.internal.ByteString getEnclosedMessage() {
return enclosedMessage_;
}
/**
* required bytes enclosedMessage = 1;
+ * @param value The enclosedMessage to set.
+ * @return This builder for chaining.
*/
public Builder setEnclosedMessage(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -21318,6 +21773,7 @@ public final class ReplicatorMessages {
}
/**
* required bytes enclosedMessage = 1;
+ * @return This builder for chaining.
*/
public Builder clearEnclosedMessage() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -21329,18 +21785,22 @@ public final class ReplicatorMessages {
private int serializerId_ ;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
}
/**
* required int32 serializerId = 2;
+ * @param value The serializerId to set.
+ * @return This builder for chaining.
*/
public Builder setSerializerId(int value) {
bitField0_ |= 0x00000002;
@@ -21350,6 +21810,7 @@ public final class ReplicatorMessages {
}
/**
* required int32 serializerId = 2;
+ * @return This builder for chaining.
*/
public Builder clearSerializerId() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -21361,18 +21822,22 @@ public final class ReplicatorMessages {
private akka.protobufv3.internal.ByteString messageManifest_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
}
/**
* optional bytes messageManifest = 4;
+ * @param value The messageManifest to set.
+ * @return This builder for chaining.
*/
public Builder setMessageManifest(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -21385,6 +21850,7 @@ public final class ReplicatorMessages {
}
/**
* optional bytes messageManifest = 4;
+ * @return This builder for chaining.
*/
public Builder clearMessageManifest() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -21451,19 +21917,25 @@ public final class ReplicatorMessages {
/**
* repeated string elements = 1;
+ * @return A list containing the elements.
*/
java.util.List
getElementsList();
/**
* repeated string elements = 1;
+ * @return The count of elements.
*/
int getElementsCount();
/**
* repeated string elements = 1;
+ * @param index The index of the element to return.
+ * @return The elements at the given index.
*/
java.lang.String getElements(int index);
/**
* repeated string elements = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the elements at the given index.
*/
akka.protobufv3.internal.ByteString
getElementsBytes(int index);
@@ -21563,6 +22035,7 @@ public final class ReplicatorMessages {
private akka.protobufv3.internal.LazyStringList elements_;
/**
* repeated string elements = 1;
+ * @return A list containing the elements.
*/
public akka.protobufv3.internal.ProtocolStringList
getElementsList() {
@@ -21570,18 +22043,23 @@ public final class ReplicatorMessages {
}
/**
* repeated string elements = 1;
+ * @return The count of elements.
*/
public int getElementsCount() {
return elements_.size();
}
/**
* repeated string elements = 1;
+ * @param index The index of the element to return.
+ * @return The elements at the given index.
*/
public java.lang.String getElements(int index) {
return elements_.get(index);
}
/**
* repeated string elements = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the elements at the given index.
*/
public akka.protobufv3.internal.ByteString
getElementsBytes(int index) {
@@ -21918,6 +22396,7 @@ public final class ReplicatorMessages {
}
/**
* repeated string elements = 1;
+ * @return A list containing the elements.
*/
public akka.protobufv3.internal.ProtocolStringList
getElementsList() {
@@ -21925,18 +22404,23 @@ public final class ReplicatorMessages {
}
/**
* repeated string elements = 1;
+ * @return The count of elements.
*/
public int getElementsCount() {
return elements_.size();
}
/**
* repeated string elements = 1;
+ * @param index The index of the element to return.
+ * @return The elements at the given index.
*/
public java.lang.String getElements(int index) {
return elements_.get(index);
}
/**
* repeated string elements = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the elements at the given index.
*/
public akka.protobufv3.internal.ByteString
getElementsBytes(int index) {
@@ -21944,6 +22428,9 @@ public final class ReplicatorMessages {
}
/**
* repeated string elements = 1;
+ * @param index The index to set the value at.
+ * @param value The elements to set.
+ * @return This builder for chaining.
*/
public Builder setElements(
int index, java.lang.String value) {
@@ -21957,6 +22444,8 @@ public final class ReplicatorMessages {
}
/**
* repeated string elements = 1;
+ * @param value The elements to add.
+ * @return This builder for chaining.
*/
public Builder addElements(
java.lang.String value) {
@@ -21970,6 +22459,8 @@ public final class ReplicatorMessages {
}
/**
* repeated string elements = 1;
+ * @param values The elements to add.
+ * @return This builder for chaining.
*/
public Builder addAllElements(
java.lang.Iterable values) {
@@ -21981,6 +22472,7 @@ public final class ReplicatorMessages {
}
/**
* repeated string elements = 1;
+ * @return This builder for chaining.
*/
public Builder clearElements() {
elements_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -21990,6 +22482,8 @@ public final class ReplicatorMessages {
}
/**
* repeated string elements = 1;
+ * @param value The bytes of the elements to add.
+ * @return This builder for chaining.
*/
public Builder addElementsBytes(
akka.protobufv3.internal.ByteString value) {
@@ -22060,10 +22554,12 @@ public final class ReplicatorMessages {
/**
* required .akka.cluster.ddata.OtherMessage data = 1;
+ * @return Whether the data field is set.
*/
boolean hasData();
/**
* required .akka.cluster.ddata.OtherMessage data = 1;
+ * @return The data.
*/
akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData();
/**
@@ -22204,12 +22700,14 @@ public final class ReplicatorMessages {
private akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage data_;
/**
* required .akka.cluster.ddata.OtherMessage data = 1;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage data = 1;
+ * @return The data.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData() {
return data_ == null ? akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage.getDefaultInstance() : data_;
@@ -22664,12 +23162,14 @@ public final class ReplicatorMessages {
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;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .akka.cluster.ddata.OtherMessage data = 1;
+ * @return The data.
*/
public akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage getData() {
if (dataBuilder_ == null) {
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 6b71699857..b101a5dfd8 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
@@ -24,38 +24,50 @@ public final class TwoPhaseSetMessages {
/**
* repeated string adds = 1;
+ * @return A list containing the adds.
*/
java.util.List
getAddsList();
/**
* repeated string adds = 1;
+ * @return The count of adds.
*/
int getAddsCount();
/**
* repeated string adds = 1;
+ * @param index The index of the element to return.
+ * @return The adds at the given index.
*/
java.lang.String getAdds(int index);
/**
* repeated string adds = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the adds at the given index.
*/
akka.protobufv3.internal.ByteString
getAddsBytes(int index);
/**
* repeated string removals = 2;
+ * @return A list containing the removals.
*/
java.util.List
getRemovalsList();
/**
* repeated string removals = 2;
+ * @return The count of removals.
*/
int getRemovalsCount();
/**
* repeated string removals = 2;
+ * @param index The index of the element to return.
+ * @return The removals at the given index.
*/
java.lang.String getRemovals(int index);
/**
* repeated string removals = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the removals at the given index.
*/
akka.protobufv3.internal.ByteString
getRemovalsBytes(int index);
@@ -168,6 +180,7 @@ public final class TwoPhaseSetMessages {
private akka.protobufv3.internal.LazyStringList adds_;
/**
* repeated string adds = 1;
+ * @return A list containing the adds.
*/
public akka.protobufv3.internal.ProtocolStringList
getAddsList() {
@@ -175,18 +188,23 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string adds = 1;
+ * @return The count of adds.
*/
public int getAddsCount() {
return adds_.size();
}
/**
* repeated string adds = 1;
+ * @param index The index of the element to return.
+ * @return The adds at the given index.
*/
public java.lang.String getAdds(int index) {
return adds_.get(index);
}
/**
* repeated string adds = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the adds at the given index.
*/
public akka.protobufv3.internal.ByteString
getAddsBytes(int index) {
@@ -197,6 +215,7 @@ public final class TwoPhaseSetMessages {
private akka.protobufv3.internal.LazyStringList removals_;
/**
* repeated string removals = 2;
+ * @return A list containing the removals.
*/
public akka.protobufv3.internal.ProtocolStringList
getRemovalsList() {
@@ -204,18 +223,23 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string removals = 2;
+ * @return The count of removals.
*/
public int getRemovalsCount() {
return removals_.size();
}
/**
* repeated string removals = 2;
+ * @param index The index of the element to return.
+ * @return The removals at the given index.
*/
public java.lang.String getRemovals(int index) {
return removals_.get(index);
}
/**
* repeated string removals = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the removals at the given index.
*/
public akka.protobufv3.internal.ByteString
getRemovalsBytes(int index) {
@@ -586,6 +610,7 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string adds = 1;
+ * @return A list containing the adds.
*/
public akka.protobufv3.internal.ProtocolStringList
getAddsList() {
@@ -593,18 +618,23 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string adds = 1;
+ * @return The count of adds.
*/
public int getAddsCount() {
return adds_.size();
}
/**
* repeated string adds = 1;
+ * @param index The index of the element to return.
+ * @return The adds at the given index.
*/
public java.lang.String getAdds(int index) {
return adds_.get(index);
}
/**
* repeated string adds = 1;
+ * @param index The index of the value to return.
+ * @return The bytes of the adds at the given index.
*/
public akka.protobufv3.internal.ByteString
getAddsBytes(int index) {
@@ -612,6 +642,9 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string adds = 1;
+ * @param index The index to set the value at.
+ * @param value The adds to set.
+ * @return This builder for chaining.
*/
public Builder setAdds(
int index, java.lang.String value) {
@@ -625,6 +658,8 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string adds = 1;
+ * @param value The adds to add.
+ * @return This builder for chaining.
*/
public Builder addAdds(
java.lang.String value) {
@@ -638,6 +673,8 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string adds = 1;
+ * @param values The adds to add.
+ * @return This builder for chaining.
*/
public Builder addAllAdds(
java.lang.Iterable values) {
@@ -649,6 +686,7 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string adds = 1;
+ * @return This builder for chaining.
*/
public Builder clearAdds() {
adds_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -658,6 +696,8 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string adds = 1;
+ * @param value The bytes of the adds to add.
+ * @return This builder for chaining.
*/
public Builder addAddsBytes(
akka.protobufv3.internal.ByteString value) {
@@ -679,6 +719,7 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string removals = 2;
+ * @return A list containing the removals.
*/
public akka.protobufv3.internal.ProtocolStringList
getRemovalsList() {
@@ -686,18 +727,23 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string removals = 2;
+ * @return The count of removals.
*/
public int getRemovalsCount() {
return removals_.size();
}
/**
* repeated string removals = 2;
+ * @param index The index of the element to return.
+ * @return The removals at the given index.
*/
public java.lang.String getRemovals(int index) {
return removals_.get(index);
}
/**
* repeated string removals = 2;
+ * @param index The index of the value to return.
+ * @return The bytes of the removals at the given index.
*/
public akka.protobufv3.internal.ByteString
getRemovalsBytes(int index) {
@@ -705,6 +751,9 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string removals = 2;
+ * @param index The index to set the value at.
+ * @param value The removals to set.
+ * @return This builder for chaining.
*/
public Builder setRemovals(
int index, java.lang.String value) {
@@ -718,6 +767,8 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string removals = 2;
+ * @param value The removals to add.
+ * @return This builder for chaining.
*/
public Builder addRemovals(
java.lang.String value) {
@@ -731,6 +782,8 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string removals = 2;
+ * @param values The removals to add.
+ * @return This builder for chaining.
*/
public Builder addAllRemovals(
java.lang.Iterable values) {
@@ -742,6 +795,7 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string removals = 2;
+ * @return This builder for chaining.
*/
public Builder clearRemovals() {
removals_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -751,6 +805,8 @@ public final class TwoPhaseSetMessages {
}
/**
* repeated string removals = 2;
+ * @param value The bytes of the removals to add.
+ * @return This builder for chaining.
*/
public Builder addRemovalsBytes(
akka.protobufv3.internal.ByteString value) {
@@ -821,19 +877,23 @@ public final class TwoPhaseSetMessages {
/**
* optional bytes adds = 1;
+ * @return Whether the adds field is set.
*/
boolean hasAdds();
/**
* optional bytes adds = 1;
+ * @return The adds.
*/
akka.protobufv3.internal.ByteString getAdds();
/**
* optional bytes removals = 2;
+ * @return Whether the removals field is set.
*/
boolean hasRemovals();
/**
* optional bytes removals = 2;
+ * @return The removals.
*/
akka.protobufv3.internal.ByteString getRemovals();
}
@@ -936,12 +996,14 @@ public final class TwoPhaseSetMessages {
private akka.protobufv3.internal.ByteString adds_;
/**
* optional bytes adds = 1;
+ * @return Whether the adds field is set.
*/
public boolean hasAdds() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional bytes adds = 1;
+ * @return The adds.
*/
public akka.protobufv3.internal.ByteString getAdds() {
return adds_;
@@ -951,12 +1013,14 @@ public final class TwoPhaseSetMessages {
private akka.protobufv3.internal.ByteString removals_;
/**
* optional bytes removals = 2;
+ * @return Whether the removals field is set.
*/
public boolean hasRemovals() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional bytes removals = 2;
+ * @return The removals.
*/
public akka.protobufv3.internal.ByteString getRemovals() {
return removals_;
@@ -1308,18 +1372,22 @@ public final class TwoPhaseSetMessages {
private akka.protobufv3.internal.ByteString adds_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes adds = 1;
+ * @return Whether the adds field is set.
*/
public boolean hasAdds() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional bytes adds = 1;
+ * @return The adds.
*/
public akka.protobufv3.internal.ByteString getAdds() {
return adds_;
}
/**
* optional bytes adds = 1;
+ * @param value The adds to set.
+ * @return This builder for chaining.
*/
public Builder setAdds(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -1332,6 +1400,7 @@ public final class TwoPhaseSetMessages {
}
/**
* optional bytes adds = 1;
+ * @return This builder for chaining.
*/
public Builder clearAdds() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -1343,18 +1412,22 @@ public final class TwoPhaseSetMessages {
private akka.protobufv3.internal.ByteString removals_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes removals = 2;
+ * @return Whether the removals field is set.
*/
public boolean hasRemovals() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional bytes removals = 2;
+ * @return The removals.
*/
public akka.protobufv3.internal.ByteString getRemovals() {
return removals_;
}
/**
* optional bytes removals = 2;
+ * @param value The removals to set.
+ * @return This builder for chaining.
*/
public Builder setRemovals(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -1367,6 +1440,7 @@ public final class TwoPhaseSetMessages {
}
/**
* optional bytes removals = 2;
+ * @return This builder for chaining.
*/
public Builder clearRemovals() {
bitField0_ = (bitField0_ & ~0x00000002);
diff --git a/akka-docs/src/main/java/docs/persistence/proto/FlightAppModels.java b/akka-docs/src/main/java/docs/persistence/proto/FlightAppModels.java
index af99cb8f6a..46f662859e 100644
--- a/akka-docs/src/main/java/docs/persistence/proto/FlightAppModels.java
+++ b/akka-docs/src/main/java/docs/persistence/proto/FlightAppModels.java
@@ -24,24 +24,29 @@ public final class FlightAppModels {
/**
* required string letter = 1;
+ * @return Whether the letter field is set.
*/
boolean hasLetter();
/**
* required string letter = 1;
+ * @return The letter.
*/
java.lang.String getLetter();
/**
* required string letter = 1;
+ * @return The bytes for letter.
*/
akka.protobufv3.internal.ByteString
getLetterBytes();
/**
* required uint32 row = 2;
+ * @return Whether the row field is set.
*/
boolean hasRow();
/**
* required uint32 row = 2;
+ * @return The row.
*/
int getRow();
@@ -51,6 +56,7 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @return Whether the seatType field is set.
*/
boolean hasSeatType();
/**
@@ -59,6 +65,7 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @return The seatType.
*/
java.lang.String getSeatType();
/**
@@ -67,6 +74,7 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @return The bytes for seatType.
*/
akka.protobufv3.internal.ByteString
getSeatTypeBytes();
@@ -173,12 +181,14 @@ public final class FlightAppModels {
private volatile java.lang.Object letter_;
/**
* required string letter = 1;
+ * @return Whether the letter field is set.
*/
public boolean hasLetter() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string letter = 1;
+ * @return The letter.
*/
public java.lang.String getLetter() {
java.lang.Object ref = letter_;
@@ -196,6 +206,7 @@ public final class FlightAppModels {
}
/**
* required string letter = 1;
+ * @return The bytes for letter.
*/
public akka.protobufv3.internal.ByteString
getLetterBytes() {
@@ -215,12 +226,14 @@ public final class FlightAppModels {
private int row_;
/**
* required uint32 row = 2;
+ * @return Whether the row field is set.
*/
public boolean hasRow() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 row = 2;
+ * @return The row.
*/
public int getRow() {
return row_;
@@ -234,6 +247,7 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @return Whether the seatType field is set.
*/
public boolean hasSeatType() {
return ((bitField0_ & 0x00000004) != 0);
@@ -244,6 +258,7 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @return The seatType.
*/
public java.lang.String getSeatType() {
java.lang.Object ref = seatType_;
@@ -265,6 +280,7 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @return The bytes for seatType.
*/
public akka.protobufv3.internal.ByteString
getSeatTypeBytes() {
@@ -663,12 +679,14 @@ public final class FlightAppModels {
private java.lang.Object letter_ = "";
/**
* required string letter = 1;
+ * @return Whether the letter field is set.
*/
public boolean hasLetter() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string letter = 1;
+ * @return The letter.
*/
public java.lang.String getLetter() {
java.lang.Object ref = letter_;
@@ -686,6 +704,7 @@ public final class FlightAppModels {
}
/**
* required string letter = 1;
+ * @return The bytes for letter.
*/
public akka.protobufv3.internal.ByteString
getLetterBytes() {
@@ -702,6 +721,8 @@ public final class FlightAppModels {
}
/**
* required string letter = 1;
+ * @param value The letter to set.
+ * @return This builder for chaining.
*/
public Builder setLetter(
java.lang.String value) {
@@ -715,6 +736,7 @@ public final class FlightAppModels {
}
/**
* required string letter = 1;
+ * @return This builder for chaining.
*/
public Builder clearLetter() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -724,6 +746,8 @@ public final class FlightAppModels {
}
/**
* required string letter = 1;
+ * @param value The bytes for letter to set.
+ * @return This builder for chaining.
*/
public Builder setLetterBytes(
akka.protobufv3.internal.ByteString value) {
@@ -739,18 +763,22 @@ public final class FlightAppModels {
private int row_ ;
/**
* required uint32 row = 2;
+ * @return Whether the row field is set.
*/
public boolean hasRow() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 row = 2;
+ * @return The row.
*/
public int getRow() {
return row_;
}
/**
* required uint32 row = 2;
+ * @param value The row to set.
+ * @return This builder for chaining.
*/
public Builder setRow(int value) {
bitField0_ |= 0x00000002;
@@ -760,6 +788,7 @@ public final class FlightAppModels {
}
/**
* required uint32 row = 2;
+ * @return This builder for chaining.
*/
public Builder clearRow() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -775,6 +804,7 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @return Whether the seatType field is set.
*/
public boolean hasSeatType() {
return ((bitField0_ & 0x00000004) != 0);
@@ -785,6 +815,7 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @return The seatType.
*/
public java.lang.String getSeatType() {
java.lang.Object ref = seatType_;
@@ -806,6 +837,7 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @return The bytes for seatType.
*/
public akka.protobufv3.internal.ByteString
getSeatTypeBytes() {
@@ -826,6 +858,8 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @param value The seatType to set.
+ * @return This builder for chaining.
*/
public Builder setSeatType(
java.lang.String value) {
@@ -843,6 +877,7 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @return This builder for chaining.
*/
public Builder clearSeatType() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -856,6 +891,8 @@ public final class FlightAppModels {
*
*
* optional string seatType = 3;
+ * @param value The bytes for seatType to set.
+ * @return This builder for chaining.
*/
public Builder setSeatTypeBytes(
akka.protobufv3.internal.ByteString value) {
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 b8feedefb6..30cd67fa7a 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
@@ -64,6 +64,8 @@ public final class TestConductorProtocol {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -71,6 +73,10 @@ public final class TestConductorProtocol {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static BarrierOp forNumber(int value) {
switch (value) {
case 1: return Enter;
@@ -188,6 +194,8 @@ public final class TestConductorProtocol {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -195,6 +203,10 @@ public final class TestConductorProtocol {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static FailType forNumber(int value) {
switch (value) {
case 1: return Throttle;
@@ -290,6 +302,8 @@ public final class TestConductorProtocol {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -297,6 +311,10 @@ public final class TestConductorProtocol {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static Direction forNumber(int value) {
switch (value) {
case 1: return Send;
@@ -357,10 +375,12 @@ public final class TestConductorProtocol {
/**
* optional .Hello hello = 1;
+ * @return Whether the hello field is set.
*/
boolean hasHello();
/**
* optional .Hello hello = 1;
+ * @return The hello.
*/
akka.remote.testconductor.TestConductorProtocol.Hello getHello();
/**
@@ -370,10 +390,12 @@ public final class TestConductorProtocol {
/**
* optional .EnterBarrier barrier = 2;
+ * @return Whether the barrier field is set.
*/
boolean hasBarrier();
/**
* optional .EnterBarrier barrier = 2;
+ * @return The barrier.
*/
akka.remote.testconductor.TestConductorProtocol.EnterBarrier getBarrier();
/**
@@ -383,10 +405,12 @@ public final class TestConductorProtocol {
/**
* optional .InjectFailure failure = 3;
+ * @return Whether the failure field is set.
*/
boolean hasFailure();
/**
* optional .InjectFailure failure = 3;
+ * @return The failure.
*/
akka.remote.testconductor.TestConductorProtocol.InjectFailure getFailure();
/**
@@ -396,24 +420,29 @@ public final class TestConductorProtocol {
/**
* optional string done = 4;
+ * @return Whether the done field is set.
*/
boolean hasDone();
/**
* optional string done = 4;
+ * @return The done.
*/
java.lang.String getDone();
/**
* optional string done = 4;
+ * @return The bytes for done.
*/
akka.protobufv3.internal.ByteString
getDoneBytes();
/**
* optional .AddressRequest addr = 5;
+ * @return Whether the addr field is set.
*/
boolean hasAddr();
/**
* optional .AddressRequest addr = 5;
+ * @return The addr.
*/
akka.remote.testconductor.TestConductorProtocol.AddressRequest getAddr();
/**
@@ -563,12 +592,14 @@ public final class TestConductorProtocol {
private akka.remote.testconductor.TestConductorProtocol.Hello hello_;
/**
* optional .Hello hello = 1;
+ * @return Whether the hello field is set.
*/
public boolean hasHello() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .Hello hello = 1;
+ * @return The hello.
*/
public akka.remote.testconductor.TestConductorProtocol.Hello getHello() {
return hello_ == null ? akka.remote.testconductor.TestConductorProtocol.Hello.getDefaultInstance() : hello_;
@@ -584,12 +615,14 @@ public final class TestConductorProtocol {
private akka.remote.testconductor.TestConductorProtocol.EnterBarrier barrier_;
/**
* optional .EnterBarrier barrier = 2;
+ * @return Whether the barrier field is set.
*/
public boolean hasBarrier() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .EnterBarrier barrier = 2;
+ * @return The barrier.
*/
public akka.remote.testconductor.TestConductorProtocol.EnterBarrier getBarrier() {
return barrier_ == null ? akka.remote.testconductor.TestConductorProtocol.EnterBarrier.getDefaultInstance() : barrier_;
@@ -605,12 +638,14 @@ public final class TestConductorProtocol {
private akka.remote.testconductor.TestConductorProtocol.InjectFailure failure_;
/**
* optional .InjectFailure failure = 3;
+ * @return Whether the failure field is set.
*/
public boolean hasFailure() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .InjectFailure failure = 3;
+ * @return The failure.
*/
public akka.remote.testconductor.TestConductorProtocol.InjectFailure getFailure() {
return failure_ == null ? akka.remote.testconductor.TestConductorProtocol.InjectFailure.getDefaultInstance() : failure_;
@@ -626,12 +661,14 @@ public final class TestConductorProtocol {
private volatile java.lang.Object done_;
/**
* optional string done = 4;
+ * @return Whether the done field is set.
*/
public boolean hasDone() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string done = 4;
+ * @return The done.
*/
public java.lang.String getDone() {
java.lang.Object ref = done_;
@@ -649,6 +686,7 @@ public final class TestConductorProtocol {
}
/**
* optional string done = 4;
+ * @return The bytes for done.
*/
public akka.protobufv3.internal.ByteString
getDoneBytes() {
@@ -668,12 +706,14 @@ public final class TestConductorProtocol {
private akka.remote.testconductor.TestConductorProtocol.AddressRequest addr_;
/**
* optional .AddressRequest addr = 5;
+ * @return Whether the addr field is set.
*/
public boolean hasAddr() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .AddressRequest addr = 5;
+ * @return The addr.
*/
public akka.remote.testconductor.TestConductorProtocol.AddressRequest getAddr() {
return addr_ == null ? akka.remote.testconductor.TestConductorProtocol.AddressRequest.getDefaultInstance() : addr_;
@@ -1185,12 +1225,14 @@ public final class TestConductorProtocol {
akka.remote.testconductor.TestConductorProtocol.Hello, akka.remote.testconductor.TestConductorProtocol.Hello.Builder, akka.remote.testconductor.TestConductorProtocol.HelloOrBuilder> helloBuilder_;
/**
* optional .Hello hello = 1;
+ * @return Whether the hello field is set.
*/
public boolean hasHello() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .Hello hello = 1;
+ * @return The hello.
*/
public akka.remote.testconductor.TestConductorProtocol.Hello getHello() {
if (helloBuilder_ == null) {
@@ -1303,12 +1345,14 @@ public final class TestConductorProtocol {
akka.remote.testconductor.TestConductorProtocol.EnterBarrier, akka.remote.testconductor.TestConductorProtocol.EnterBarrier.Builder, akka.remote.testconductor.TestConductorProtocol.EnterBarrierOrBuilder> barrierBuilder_;
/**
* optional .EnterBarrier barrier = 2;
+ * @return Whether the barrier field is set.
*/
public boolean hasBarrier() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .EnterBarrier barrier = 2;
+ * @return The barrier.
*/
public akka.remote.testconductor.TestConductorProtocol.EnterBarrier getBarrier() {
if (barrierBuilder_ == null) {
@@ -1421,12 +1465,14 @@ public final class TestConductorProtocol {
akka.remote.testconductor.TestConductorProtocol.InjectFailure, akka.remote.testconductor.TestConductorProtocol.InjectFailure.Builder, akka.remote.testconductor.TestConductorProtocol.InjectFailureOrBuilder> failureBuilder_;
/**
* optional .InjectFailure failure = 3;
+ * @return Whether the failure field is set.
*/
public boolean hasFailure() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .InjectFailure failure = 3;
+ * @return The failure.
*/
public akka.remote.testconductor.TestConductorProtocol.InjectFailure getFailure() {
if (failureBuilder_ == null) {
@@ -1537,12 +1583,14 @@ public final class TestConductorProtocol {
private java.lang.Object done_ = "";
/**
* optional string done = 4;
+ * @return Whether the done field is set.
*/
public boolean hasDone() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string done = 4;
+ * @return The done.
*/
public java.lang.String getDone() {
java.lang.Object ref = done_;
@@ -1560,6 +1608,7 @@ public final class TestConductorProtocol {
}
/**
* optional string done = 4;
+ * @return The bytes for done.
*/
public akka.protobufv3.internal.ByteString
getDoneBytes() {
@@ -1576,6 +1625,8 @@ public final class TestConductorProtocol {
}
/**
* optional string done = 4;
+ * @param value The done to set.
+ * @return This builder for chaining.
*/
public Builder setDone(
java.lang.String value) {
@@ -1589,6 +1640,7 @@ public final class TestConductorProtocol {
}
/**
* optional string done = 4;
+ * @return This builder for chaining.
*/
public Builder clearDone() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -1598,6 +1650,8 @@ public final class TestConductorProtocol {
}
/**
* optional string done = 4;
+ * @param value The bytes for done to set.
+ * @return This builder for chaining.
*/
public Builder setDoneBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1615,12 +1669,14 @@ public final class TestConductorProtocol {
akka.remote.testconductor.TestConductorProtocol.AddressRequest, akka.remote.testconductor.TestConductorProtocol.AddressRequest.Builder, akka.remote.testconductor.TestConductorProtocol.AddressRequestOrBuilder> addrBuilder_;
/**
* optional .AddressRequest addr = 5;
+ * @return Whether the addr field is set.
*/
public boolean hasAddr() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .AddressRequest addr = 5;
+ * @return The addr.
*/
public akka.remote.testconductor.TestConductorProtocol.AddressRequest getAddr() {
if (addrBuilder_ == null) {
@@ -1786,24 +1842,29 @@ public final class TestConductorProtocol {
/**
* required string name = 1;
+ * @return Whether the name field is set.
*/
boolean hasName();
/**
* required string name = 1;
+ * @return The name.
*/
java.lang.String getName();
/**
* required string name = 1;
+ * @return The bytes for name.
*/
akka.protobufv3.internal.ByteString
getNameBytes();
/**
* required .Address address = 2;
+ * @return Whether the address field is set.
*/
boolean hasAddress();
/**
* required .Address address = 2;
+ * @return The address.
*/
akka.remote.testconductor.TestConductorProtocol.Address getAddress();
/**
@@ -1914,12 +1975,14 @@ public final class TestConductorProtocol {
private volatile java.lang.Object name_;
/**
* required string name = 1;
+ * @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string name = 1;
+ * @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
@@ -1937,6 +2000,7 @@ public final class TestConductorProtocol {
}
/**
* required string name = 1;
+ * @return The bytes for name.
*/
public akka.protobufv3.internal.ByteString
getNameBytes() {
@@ -1956,12 +2020,14 @@ public final class TestConductorProtocol {
private akka.remote.testconductor.TestConductorProtocol.Address address_;
/**
* required .Address address = 2;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Address address = 2;
+ * @return The address.
*/
public akka.remote.testconductor.TestConductorProtocol.Address getAddress() {
return address_ == null ? akka.remote.testconductor.TestConductorProtocol.Address.getDefaultInstance() : address_;
@@ -2346,12 +2412,14 @@ public final class TestConductorProtocol {
private java.lang.Object name_ = "";
/**
* required string name = 1;
+ * @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string name = 1;
+ * @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
@@ -2369,6 +2437,7 @@ public final class TestConductorProtocol {
}
/**
* required string name = 1;
+ * @return The bytes for name.
*/
public akka.protobufv3.internal.ByteString
getNameBytes() {
@@ -2385,6 +2454,8 @@ public final class TestConductorProtocol {
}
/**
* required string name = 1;
+ * @param value The name to set.
+ * @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
@@ -2398,6 +2469,7 @@ public final class TestConductorProtocol {
}
/**
* required string name = 1;
+ * @return This builder for chaining.
*/
public Builder clearName() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -2407,6 +2479,8 @@ public final class TestConductorProtocol {
}
/**
* required string name = 1;
+ * @param value The bytes for name to set.
+ * @return This builder for chaining.
*/
public Builder setNameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -2424,12 +2498,14 @@ public final class TestConductorProtocol {
akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder> addressBuilder_;
/**
* required .Address address = 2;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Address address = 2;
+ * @return The address.
*/
public akka.remote.testconductor.TestConductorProtocol.Address getAddress() {
if (addressBuilder_ == null) {
@@ -2595,33 +2671,40 @@ public final class TestConductorProtocol {
/**
* required string name = 1;
+ * @return Whether the name field is set.
*/
boolean hasName();
/**
* required string name = 1;
+ * @return The name.
*/
java.lang.String getName();
/**
* required string name = 1;
+ * @return The bytes for name.
*/
akka.protobufv3.internal.ByteString
getNameBytes();
/**
* required .BarrierOp op = 2;
+ * @return Whether the op field is set.
*/
boolean hasOp();
/**
* required .BarrierOp op = 2;
+ * @return The op.
*/
akka.remote.testconductor.TestConductorProtocol.BarrierOp getOp();
/**
* optional int64 timeout = 3;
+ * @return Whether the timeout field is set.
*/
boolean hasTimeout();
/**
* optional int64 timeout = 3;
+ * @return The timeout.
*/
long getTimeout();
}
@@ -2733,12 +2816,14 @@ public final class TestConductorProtocol {
private volatile java.lang.Object name_;
/**
* required string name = 1;
+ * @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string name = 1;
+ * @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
@@ -2756,6 +2841,7 @@ public final class TestConductorProtocol {
}
/**
* required string name = 1;
+ * @return The bytes for name.
*/
public akka.protobufv3.internal.ByteString
getNameBytes() {
@@ -2775,12 +2861,14 @@ public final class TestConductorProtocol {
private int op_;
/**
* required .BarrierOp op = 2;
+ * @return Whether the op field is set.
*/
public boolean hasOp() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .BarrierOp op = 2;
+ * @return The op.
*/
public akka.remote.testconductor.TestConductorProtocol.BarrierOp getOp() {
@SuppressWarnings("deprecation")
@@ -2792,12 +2880,14 @@ public final class TestConductorProtocol {
private long timeout_;
/**
* optional int64 timeout = 3;
+ * @return Whether the timeout field is set.
*/
public boolean hasTimeout() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int64 timeout = 3;
+ * @return The timeout.
*/
public long getTimeout() {
return timeout_;
@@ -3185,12 +3275,14 @@ public final class TestConductorProtocol {
private java.lang.Object name_ = "";
/**
* required string name = 1;
+ * @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string name = 1;
+ * @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
@@ -3208,6 +3300,7 @@ public final class TestConductorProtocol {
}
/**
* required string name = 1;
+ * @return The bytes for name.
*/
public akka.protobufv3.internal.ByteString
getNameBytes() {
@@ -3224,6 +3317,8 @@ public final class TestConductorProtocol {
}
/**
* required string name = 1;
+ * @param value The name to set.
+ * @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
@@ -3237,6 +3332,7 @@ public final class TestConductorProtocol {
}
/**
* required string name = 1;
+ * @return This builder for chaining.
*/
public Builder clearName() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -3246,6 +3342,8 @@ public final class TestConductorProtocol {
}
/**
* required string name = 1;
+ * @param value The bytes for name to set.
+ * @return This builder for chaining.
*/
public Builder setNameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -3261,12 +3359,14 @@ public final class TestConductorProtocol {
private int op_ = 1;
/**
* required .BarrierOp op = 2;
+ * @return Whether the op field is set.
*/
public boolean hasOp() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .BarrierOp op = 2;
+ * @return The op.
*/
public akka.remote.testconductor.TestConductorProtocol.BarrierOp getOp() {
@SuppressWarnings("deprecation")
@@ -3275,6 +3375,8 @@ public final class TestConductorProtocol {
}
/**
* required .BarrierOp op = 2;
+ * @param value The op to set.
+ * @return This builder for chaining.
*/
public Builder setOp(akka.remote.testconductor.TestConductorProtocol.BarrierOp value) {
if (value == null) {
@@ -3287,6 +3389,7 @@ public final class TestConductorProtocol {
}
/**
* required .BarrierOp op = 2;
+ * @return This builder for chaining.
*/
public Builder clearOp() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -3298,18 +3401,22 @@ public final class TestConductorProtocol {
private long timeout_ ;
/**
* optional int64 timeout = 3;
+ * @return Whether the timeout field is set.
*/
public boolean hasTimeout() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int64 timeout = 3;
+ * @return The timeout.
*/
public long getTimeout() {
return timeout_;
}
/**
* optional int64 timeout = 3;
+ * @param value The timeout to set.
+ * @return This builder for chaining.
*/
public Builder setTimeout(long value) {
bitField0_ |= 0x00000004;
@@ -3319,6 +3426,7 @@ public final class TestConductorProtocol {
}
/**
* optional int64 timeout = 3;
+ * @return This builder for chaining.
*/
public Builder clearTimeout() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -3385,24 +3493,29 @@ public final class TestConductorProtocol {
/**
* required string node = 1;
+ * @return Whether the node field is set.
*/
boolean hasNode();
/**
* required string node = 1;
+ * @return The node.
*/
java.lang.String getNode();
/**
* required string node = 1;
+ * @return The bytes for node.
*/
akka.protobufv3.internal.ByteString
getNodeBytes();
/**
* optional .Address addr = 2;
+ * @return Whether the addr field is set.
*/
boolean hasAddr();
/**
* optional .Address addr = 2;
+ * @return The addr.
*/
akka.remote.testconductor.TestConductorProtocol.Address getAddr();
/**
@@ -3513,12 +3626,14 @@ public final class TestConductorProtocol {
private volatile java.lang.Object node_;
/**
* required string node = 1;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string node = 1;
+ * @return The node.
*/
public java.lang.String getNode() {
java.lang.Object ref = node_;
@@ -3536,6 +3651,7 @@ public final class TestConductorProtocol {
}
/**
* required string node = 1;
+ * @return The bytes for node.
*/
public akka.protobufv3.internal.ByteString
getNodeBytes() {
@@ -3555,12 +3671,14 @@ public final class TestConductorProtocol {
private akka.remote.testconductor.TestConductorProtocol.Address addr_;
/**
* optional .Address addr = 2;
+ * @return Whether the addr field is set.
*/
public boolean hasAddr() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .Address addr = 2;
+ * @return The addr.
*/
public akka.remote.testconductor.TestConductorProtocol.Address getAddr() {
return addr_ == null ? akka.remote.testconductor.TestConductorProtocol.Address.getDefaultInstance() : addr_;
@@ -3942,12 +4060,14 @@ public final class TestConductorProtocol {
private java.lang.Object node_ = "";
/**
* required string node = 1;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string node = 1;
+ * @return The node.
*/
public java.lang.String getNode() {
java.lang.Object ref = node_;
@@ -3965,6 +4085,7 @@ public final class TestConductorProtocol {
}
/**
* required string node = 1;
+ * @return The bytes for node.
*/
public akka.protobufv3.internal.ByteString
getNodeBytes() {
@@ -3981,6 +4102,8 @@ public final class TestConductorProtocol {
}
/**
* required string node = 1;
+ * @param value The node to set.
+ * @return This builder for chaining.
*/
public Builder setNode(
java.lang.String value) {
@@ -3994,6 +4117,7 @@ public final class TestConductorProtocol {
}
/**
* required string node = 1;
+ * @return This builder for chaining.
*/
public Builder clearNode() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -4003,6 +4127,8 @@ public final class TestConductorProtocol {
}
/**
* required string node = 1;
+ * @param value The bytes for node to set.
+ * @return This builder for chaining.
*/
public Builder setNodeBytes(
akka.protobufv3.internal.ByteString value) {
@@ -4020,12 +4146,14 @@ public final class TestConductorProtocol {
akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder> addrBuilder_;
/**
* optional .Address addr = 2;
+ * @return Whether the addr field is set.
*/
public boolean hasAddr() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .Address addr = 2;
+ * @return The addr.
*/
public akka.remote.testconductor.TestConductorProtocol.Address getAddr() {
if (addrBuilder_ == null) {
@@ -4191,52 +4319,63 @@ public final class TestConductorProtocol {
/**
* required string protocol = 1;
+ * @return Whether the protocol field is set.
*/
boolean hasProtocol();
/**
* required string protocol = 1;
+ * @return The protocol.
*/
java.lang.String getProtocol();
/**
* required string protocol = 1;
+ * @return The bytes for protocol.
*/
akka.protobufv3.internal.ByteString
getProtocolBytes();
/**
* required string system = 2;
+ * @return Whether the system field is set.
*/
boolean hasSystem();
/**
* required string system = 2;
+ * @return The system.
*/
java.lang.String getSystem();
/**
* required string system = 2;
+ * @return The bytes for system.
*/
akka.protobufv3.internal.ByteString
getSystemBytes();
/**
* required string host = 3;
+ * @return Whether the host field is set.
*/
boolean hasHost();
/**
* required string host = 3;
+ * @return The host.
*/
java.lang.String getHost();
/**
* required string host = 3;
+ * @return The bytes for host.
*/
akka.protobufv3.internal.ByteString
getHostBytes();
/**
* required int32 port = 4;
+ * @return Whether the port field is set.
*/
boolean hasPort();
/**
* required int32 port = 4;
+ * @return The port.
*/
int getPort();
}
@@ -4349,12 +4488,14 @@ public final class TestConductorProtocol {
private volatile java.lang.Object protocol_;
/**
* required string protocol = 1;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string protocol = 1;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -4372,6 +4513,7 @@ public final class TestConductorProtocol {
}
/**
* required string protocol = 1;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -4391,12 +4533,14 @@ public final class TestConductorProtocol {
private volatile java.lang.Object system_;
/**
* required string system = 2;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string system = 2;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -4414,6 +4558,7 @@ public final class TestConductorProtocol {
}
/**
* required string system = 2;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -4433,12 +4578,14 @@ public final class TestConductorProtocol {
private volatile java.lang.Object host_;
/**
* required string host = 3;
+ * @return Whether the host field is set.
*/
public boolean hasHost() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string host = 3;
+ * @return The host.
*/
public java.lang.String getHost() {
java.lang.Object ref = host_;
@@ -4456,6 +4603,7 @@ public final class TestConductorProtocol {
}
/**
* required string host = 3;
+ * @return The bytes for host.
*/
public akka.protobufv3.internal.ByteString
getHostBytes() {
@@ -4475,12 +4623,14 @@ public final class TestConductorProtocol {
private int port_;
/**
* required int32 port = 4;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required int32 port = 4;
+ * @return The port.
*/
public int getPort() {
return port_;
@@ -4909,12 +5059,14 @@ public final class TestConductorProtocol {
private java.lang.Object protocol_ = "";
/**
* required string protocol = 1;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string protocol = 1;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -4932,6 +5084,7 @@ public final class TestConductorProtocol {
}
/**
* required string protocol = 1;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -4948,6 +5101,8 @@ public final class TestConductorProtocol {
}
/**
* required string protocol = 1;
+ * @param value The protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocol(
java.lang.String value) {
@@ -4961,6 +5116,7 @@ public final class TestConductorProtocol {
}
/**
* required string protocol = 1;
+ * @return This builder for chaining.
*/
public Builder clearProtocol() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -4970,6 +5126,8 @@ public final class TestConductorProtocol {
}
/**
* required string protocol = 1;
+ * @param value The bytes for protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocolBytes(
akka.protobufv3.internal.ByteString value) {
@@ -4985,12 +5143,14 @@ public final class TestConductorProtocol {
private java.lang.Object system_ = "";
/**
* required string system = 2;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string system = 2;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -5008,6 +5168,7 @@ public final class TestConductorProtocol {
}
/**
* required string system = 2;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -5024,6 +5185,8 @@ public final class TestConductorProtocol {
}
/**
* required string system = 2;
+ * @param value The system to set.
+ * @return This builder for chaining.
*/
public Builder setSystem(
java.lang.String value) {
@@ -5037,6 +5200,7 @@ public final class TestConductorProtocol {
}
/**
* required string system = 2;
+ * @return This builder for chaining.
*/
public Builder clearSystem() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -5046,6 +5210,8 @@ public final class TestConductorProtocol {
}
/**
* required string system = 2;
+ * @param value The bytes for system to set.
+ * @return This builder for chaining.
*/
public Builder setSystemBytes(
akka.protobufv3.internal.ByteString value) {
@@ -5061,12 +5227,14 @@ public final class TestConductorProtocol {
private java.lang.Object host_ = "";
/**
* required string host = 3;
+ * @return Whether the host field is set.
*/
public boolean hasHost() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string host = 3;
+ * @return The host.
*/
public java.lang.String getHost() {
java.lang.Object ref = host_;
@@ -5084,6 +5252,7 @@ public final class TestConductorProtocol {
}
/**
* required string host = 3;
+ * @return The bytes for host.
*/
public akka.protobufv3.internal.ByteString
getHostBytes() {
@@ -5100,6 +5269,8 @@ public final class TestConductorProtocol {
}
/**
* required string host = 3;
+ * @param value The host to set.
+ * @return This builder for chaining.
*/
public Builder setHost(
java.lang.String value) {
@@ -5113,6 +5284,7 @@ public final class TestConductorProtocol {
}
/**
* required string host = 3;
+ * @return This builder for chaining.
*/
public Builder clearHost() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -5122,6 +5294,8 @@ public final class TestConductorProtocol {
}
/**
* required string host = 3;
+ * @param value The bytes for host to set.
+ * @return This builder for chaining.
*/
public Builder setHostBytes(
akka.protobufv3.internal.ByteString value) {
@@ -5137,18 +5311,22 @@ public final class TestConductorProtocol {
private int port_ ;
/**
* required int32 port = 4;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required int32 port = 4;
+ * @return The port.
*/
public int getPort() {
return port_;
}
/**
* required int32 port = 4;
+ * @param value The port to set.
+ * @return This builder for chaining.
*/
public Builder setPort(int value) {
bitField0_ |= 0x00000008;
@@ -5158,6 +5336,7 @@ public final class TestConductorProtocol {
}
/**
* required int32 port = 4;
+ * @return This builder for chaining.
*/
public Builder clearPort() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -5224,28 +5403,34 @@ public final class TestConductorProtocol {
/**
* required .FailType failure = 1;
+ * @return Whether the failure field is set.
*/
boolean hasFailure();
/**
* required .FailType failure = 1;
+ * @return The failure.
*/
akka.remote.testconductor.TestConductorProtocol.FailType getFailure();
/**
* optional .Direction direction = 2;
+ * @return Whether the direction field is set.
*/
boolean hasDirection();
/**
* optional .Direction direction = 2;
+ * @return The direction.
*/
akka.remote.testconductor.TestConductorProtocol.Direction getDirection();
/**
* optional .Address address = 3;
+ * @return Whether the address field is set.
*/
boolean hasAddress();
/**
* optional .Address address = 3;
+ * @return The address.
*/
akka.remote.testconductor.TestConductorProtocol.Address getAddress();
/**
@@ -5255,19 +5440,23 @@ public final class TestConductorProtocol {
/**
* optional float rateMBit = 6;
+ * @return Whether the rateMBit field is set.
*/
boolean hasRateMBit();
/**
* optional float rateMBit = 6;
+ * @return The rateMBit.
*/
float getRateMBit();
/**
* optional int32 exitValue = 7;
+ * @return Whether the exitValue field is set.
*/
boolean hasExitValue();
/**
* optional int32 exitValue = 7;
+ * @return The exitValue.
*/
int getExitValue();
}
@@ -5403,12 +5592,14 @@ public final class TestConductorProtocol {
private int failure_;
/**
* required .FailType failure = 1;
+ * @return Whether the failure field is set.
*/
public boolean hasFailure() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .FailType failure = 1;
+ * @return The failure.
*/
public akka.remote.testconductor.TestConductorProtocol.FailType getFailure() {
@SuppressWarnings("deprecation")
@@ -5420,12 +5611,14 @@ public final class TestConductorProtocol {
private int direction_;
/**
* optional .Direction direction = 2;
+ * @return Whether the direction field is set.
*/
public boolean hasDirection() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .Direction direction = 2;
+ * @return The direction.
*/
public akka.remote.testconductor.TestConductorProtocol.Direction getDirection() {
@SuppressWarnings("deprecation")
@@ -5437,12 +5630,14 @@ public final class TestConductorProtocol {
private akka.remote.testconductor.TestConductorProtocol.Address address_;
/**
* optional .Address address = 3;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .Address address = 3;
+ * @return The address.
*/
public akka.remote.testconductor.TestConductorProtocol.Address getAddress() {
return address_ == null ? akka.remote.testconductor.TestConductorProtocol.Address.getDefaultInstance() : address_;
@@ -5458,12 +5653,14 @@ public final class TestConductorProtocol {
private float rateMBit_;
/**
* optional float rateMBit = 6;
+ * @return Whether the rateMBit field is set.
*/
public boolean hasRateMBit() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional float rateMBit = 6;
+ * @return The rateMBit.
*/
public float getRateMBit() {
return rateMBit_;
@@ -5473,12 +5670,14 @@ public final class TestConductorProtocol {
private int exitValue_;
/**
* optional int32 exitValue = 7;
+ * @return Whether the exitValue field is set.
*/
public boolean hasExitValue() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional int32 exitValue = 7;
+ * @return The exitValue.
*/
public int getExitValue() {
return exitValue_;
@@ -5928,12 +6127,14 @@ public final class TestConductorProtocol {
private int failure_ = 1;
/**
* required .FailType failure = 1;
+ * @return Whether the failure field is set.
*/
public boolean hasFailure() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .FailType failure = 1;
+ * @return The failure.
*/
public akka.remote.testconductor.TestConductorProtocol.FailType getFailure() {
@SuppressWarnings("deprecation")
@@ -5942,6 +6143,8 @@ public final class TestConductorProtocol {
}
/**
* required .FailType failure = 1;
+ * @param value The failure to set.
+ * @return This builder for chaining.
*/
public Builder setFailure(akka.remote.testconductor.TestConductorProtocol.FailType value) {
if (value == null) {
@@ -5954,6 +6157,7 @@ public final class TestConductorProtocol {
}
/**
* required .FailType failure = 1;
+ * @return This builder for chaining.
*/
public Builder clearFailure() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -5965,12 +6169,14 @@ public final class TestConductorProtocol {
private int direction_ = 1;
/**
* optional .Direction direction = 2;
+ * @return Whether the direction field is set.
*/
public boolean hasDirection() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .Direction direction = 2;
+ * @return The direction.
*/
public akka.remote.testconductor.TestConductorProtocol.Direction getDirection() {
@SuppressWarnings("deprecation")
@@ -5979,6 +6185,8 @@ public final class TestConductorProtocol {
}
/**
* optional .Direction direction = 2;
+ * @param value The direction to set.
+ * @return This builder for chaining.
*/
public Builder setDirection(akka.remote.testconductor.TestConductorProtocol.Direction value) {
if (value == null) {
@@ -5991,6 +6199,7 @@ public final class TestConductorProtocol {
}
/**
* optional .Direction direction = 2;
+ * @return This builder for chaining.
*/
public Builder clearDirection() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -6004,12 +6213,14 @@ public final class TestConductorProtocol {
akka.remote.testconductor.TestConductorProtocol.Address, akka.remote.testconductor.TestConductorProtocol.Address.Builder, akka.remote.testconductor.TestConductorProtocol.AddressOrBuilder> addressBuilder_;
/**
* optional .Address address = 3;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .Address address = 3;
+ * @return The address.
*/
public akka.remote.testconductor.TestConductorProtocol.Address getAddress() {
if (addressBuilder_ == null) {
@@ -6120,18 +6331,22 @@ public final class TestConductorProtocol {
private float rateMBit_ ;
/**
* optional float rateMBit = 6;
+ * @return Whether the rateMBit field is set.
*/
public boolean hasRateMBit() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional float rateMBit = 6;
+ * @return The rateMBit.
*/
public float getRateMBit() {
return rateMBit_;
}
/**
* optional float rateMBit = 6;
+ * @param value The rateMBit to set.
+ * @return This builder for chaining.
*/
public Builder setRateMBit(float value) {
bitField0_ |= 0x00000008;
@@ -6141,6 +6356,7 @@ public final class TestConductorProtocol {
}
/**
* optional float rateMBit = 6;
+ * @return This builder for chaining.
*/
public Builder clearRateMBit() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -6152,18 +6368,22 @@ public final class TestConductorProtocol {
private int exitValue_ ;
/**
* optional int32 exitValue = 7;
+ * @return Whether the exitValue field is set.
*/
public boolean hasExitValue() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional int32 exitValue = 7;
+ * @return The exitValue.
*/
public int getExitValue() {
return exitValue_;
}
/**
* optional int32 exitValue = 7;
+ * @param value The exitValue to set.
+ * @return This builder for chaining.
*/
public Builder setExitValue(int value) {
bitField0_ |= 0x00000010;
@@ -6173,6 +6393,7 @@ public final class TestConductorProtocol {
}
/**
* optional int32 exitValue = 7;
+ * @return This builder for chaining.
*/
public Builder clearExitValue() {
bitField0_ = (bitField0_ & ~0x00000010);
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 4afbd47812..42058c76f4 100644
--- a/akka-persistence/src/main/java/akka/persistence/serialization/MessageFormats.java
+++ b/akka-persistence/src/main/java/akka/persistence/serialization/MessageFormats.java
@@ -24,10 +24,12 @@ public final class MessageFormats {
/**
* optional .PersistentPayload payload = 1;
+ * @return Whether the payload field is set.
*/
boolean hasPayload();
/**
* optional .PersistentPayload payload = 1;
+ * @return The payload.
*/
akka.persistence.serialization.MessageFormats.PersistentPayload getPayload();
/**
@@ -37,23 +39,28 @@ public final class MessageFormats {
/**
* optional int64 sequenceNr = 2;
+ * @return Whether the sequenceNr field is set.
*/
boolean hasSequenceNr();
/**
* optional int64 sequenceNr = 2;
+ * @return The sequenceNr.
*/
long getSequenceNr();
/**
* optional string persistenceId = 3;
+ * @return Whether the persistenceId field is set.
*/
boolean hasPersistenceId();
/**
* optional string persistenceId = 3;
+ * @return The persistenceId.
*/
java.lang.String getPersistenceId();
/**
* optional string persistenceId = 3;
+ * @return The bytes for persistenceId.
*/
akka.protobufv3.internal.ByteString
getPersistenceIdBytes();
@@ -64,6 +71,7 @@ public final class MessageFormats {
*
*
* optional bool deleted = 4;
+ * @return Whether the deleted field is set.
*/
boolean hasDeleted();
/**
@@ -72,6 +80,7 @@ public final class MessageFormats {
*
*
* optional bool deleted = 4;
+ * @return The deleted.
*/
boolean getDeleted();
@@ -85,6 +94,7 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @return Whether the sender field is set.
*/
boolean hasSender();
/**
@@ -97,6 +107,7 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @return The sender.
*/
java.lang.String getSender();
/**
@@ -109,34 +120,41 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @return The bytes for sender.
*/
akka.protobufv3.internal.ByteString
getSenderBytes();
/**
* optional string manifest = 12;
+ * @return Whether the manifest field is set.
*/
boolean hasManifest();
/**
* optional string manifest = 12;
+ * @return The manifest.
*/
java.lang.String getManifest();
/**
* optional string manifest = 12;
+ * @return The bytes for manifest.
*/
akka.protobufv3.internal.ByteString
getManifestBytes();
/**
* optional string writerUuid = 13;
+ * @return Whether the writerUuid field is set.
*/
boolean hasWriterUuid();
/**
* optional string writerUuid = 13;
+ * @return The writerUuid.
*/
java.lang.String getWriterUuid();
/**
* optional string writerUuid = 13;
+ * @return The bytes for writerUuid.
*/
akka.protobufv3.internal.ByteString
getWriterUuidBytes();
@@ -275,12 +293,14 @@ public final class MessageFormats {
private akka.persistence.serialization.MessageFormats.PersistentPayload payload_;
/**
* optional .PersistentPayload payload = 1;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .PersistentPayload payload = 1;
+ * @return The payload.
*/
public akka.persistence.serialization.MessageFormats.PersistentPayload getPayload() {
return payload_ == null ? akka.persistence.serialization.MessageFormats.PersistentPayload.getDefaultInstance() : payload_;
@@ -296,12 +316,14 @@ public final class MessageFormats {
private long sequenceNr_;
/**
* optional int64 sequenceNr = 2;
+ * @return Whether the sequenceNr field is set.
*/
public boolean hasSequenceNr() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int64 sequenceNr = 2;
+ * @return The sequenceNr.
*/
public long getSequenceNr() {
return sequenceNr_;
@@ -311,12 +333,14 @@ public final class MessageFormats {
private volatile java.lang.Object persistenceId_;
/**
* optional string persistenceId = 3;
+ * @return Whether the persistenceId field is set.
*/
public boolean hasPersistenceId() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional string persistenceId = 3;
+ * @return The persistenceId.
*/
public java.lang.String getPersistenceId() {
java.lang.Object ref = persistenceId_;
@@ -334,6 +358,7 @@ public final class MessageFormats {
}
/**
* optional string persistenceId = 3;
+ * @return The bytes for persistenceId.
*/
public akka.protobufv3.internal.ByteString
getPersistenceIdBytes() {
@@ -357,6 +382,7 @@ public final class MessageFormats {
*
*
* optional bool deleted = 4;
+ * @return Whether the deleted field is set.
*/
public boolean hasDeleted() {
return ((bitField0_ & 0x00000008) != 0);
@@ -367,6 +393,7 @@ public final class MessageFormats {
*
*
* optional bool deleted = 4;
+ * @return The deleted.
*/
public boolean getDeleted() {
return deleted_;
@@ -384,6 +411,7 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @return Whether the sender field is set.
*/
public boolean hasSender() {
return ((bitField0_ & 0x00000010) != 0);
@@ -398,6 +426,7 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @return The sender.
*/
public java.lang.String getSender() {
java.lang.Object ref = sender_;
@@ -423,6 +452,7 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @return The bytes for sender.
*/
public akka.protobufv3.internal.ByteString
getSenderBytes() {
@@ -442,12 +472,14 @@ public final class MessageFormats {
private volatile java.lang.Object manifest_;
/**
* optional string manifest = 12;
+ * @return Whether the manifest field is set.
*/
public boolean hasManifest() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional string manifest = 12;
+ * @return The manifest.
*/
public java.lang.String getManifest() {
java.lang.Object ref = manifest_;
@@ -465,6 +497,7 @@ public final class MessageFormats {
}
/**
* optional string manifest = 12;
+ * @return The bytes for manifest.
*/
public akka.protobufv3.internal.ByteString
getManifestBytes() {
@@ -484,12 +517,14 @@ public final class MessageFormats {
private volatile java.lang.Object writerUuid_;
/**
* optional string writerUuid = 13;
+ * @return Whether the writerUuid field is set.
*/
public boolean hasWriterUuid() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* optional string writerUuid = 13;
+ * @return The writerUuid.
*/
public java.lang.String getWriterUuid() {
java.lang.Object ref = writerUuid_;
@@ -507,6 +542,7 @@ public final class MessageFormats {
}
/**
* optional string writerUuid = 13;
+ * @return The bytes for writerUuid.
*/
public akka.protobufv3.internal.ByteString
getWriterUuidBytes() {
@@ -1017,12 +1053,14 @@ public final class MessageFormats {
akka.persistence.serialization.MessageFormats.PersistentPayload, akka.persistence.serialization.MessageFormats.PersistentPayload.Builder, akka.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder> payloadBuilder_;
/**
* optional .PersistentPayload payload = 1;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .PersistentPayload payload = 1;
+ * @return The payload.
*/
public akka.persistence.serialization.MessageFormats.PersistentPayload getPayload() {
if (payloadBuilder_ == null) {
@@ -1133,18 +1171,22 @@ public final class MessageFormats {
private long sequenceNr_ ;
/**
* optional int64 sequenceNr = 2;
+ * @return Whether the sequenceNr field is set.
*/
public boolean hasSequenceNr() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional int64 sequenceNr = 2;
+ * @return The sequenceNr.
*/
public long getSequenceNr() {
return sequenceNr_;
}
/**
* optional int64 sequenceNr = 2;
+ * @param value The sequenceNr to set.
+ * @return This builder for chaining.
*/
public Builder setSequenceNr(long value) {
bitField0_ |= 0x00000002;
@@ -1154,6 +1196,7 @@ public final class MessageFormats {
}
/**
* optional int64 sequenceNr = 2;
+ * @return This builder for chaining.
*/
public Builder clearSequenceNr() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -1165,12 +1208,14 @@ public final class MessageFormats {
private java.lang.Object persistenceId_ = "";
/**
* optional string persistenceId = 3;
+ * @return Whether the persistenceId field is set.
*/
public boolean hasPersistenceId() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional string persistenceId = 3;
+ * @return The persistenceId.
*/
public java.lang.String getPersistenceId() {
java.lang.Object ref = persistenceId_;
@@ -1188,6 +1233,7 @@ public final class MessageFormats {
}
/**
* optional string persistenceId = 3;
+ * @return The bytes for persistenceId.
*/
public akka.protobufv3.internal.ByteString
getPersistenceIdBytes() {
@@ -1204,6 +1250,8 @@ public final class MessageFormats {
}
/**
* optional string persistenceId = 3;
+ * @param value The persistenceId to set.
+ * @return This builder for chaining.
*/
public Builder setPersistenceId(
java.lang.String value) {
@@ -1217,6 +1265,7 @@ public final class MessageFormats {
}
/**
* optional string persistenceId = 3;
+ * @return This builder for chaining.
*/
public Builder clearPersistenceId() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -1226,6 +1275,8 @@ public final class MessageFormats {
}
/**
* optional string persistenceId = 3;
+ * @param value The bytes for persistenceId to set.
+ * @return This builder for chaining.
*/
public Builder setPersistenceIdBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1245,6 +1296,7 @@ public final class MessageFormats {
*
*
* optional bool deleted = 4;
+ * @return Whether the deleted field is set.
*/
public boolean hasDeleted() {
return ((bitField0_ & 0x00000008) != 0);
@@ -1255,6 +1307,7 @@ public final class MessageFormats {
*
*
* optional bool deleted = 4;
+ * @return The deleted.
*/
public boolean getDeleted() {
return deleted_;
@@ -1265,6 +1318,8 @@ public final class MessageFormats {
*
*
* optional bool deleted = 4;
+ * @param value The deleted to set.
+ * @return This builder for chaining.
*/
public Builder setDeleted(boolean value) {
bitField0_ |= 0x00000008;
@@ -1278,6 +1333,7 @@ public final class MessageFormats {
*
*
* optional bool deleted = 4;
+ * @return This builder for chaining.
*/
public Builder clearDeleted() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -1297,6 +1353,7 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @return Whether the sender field is set.
*/
public boolean hasSender() {
return ((bitField0_ & 0x00000010) != 0);
@@ -1311,6 +1368,7 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @return The sender.
*/
public java.lang.String getSender() {
java.lang.Object ref = sender_;
@@ -1336,6 +1394,7 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @return The bytes for sender.
*/
public akka.protobufv3.internal.ByteString
getSenderBytes() {
@@ -1360,6 +1419,8 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @param value The sender to set.
+ * @return This builder for chaining.
*/
public Builder setSender(
java.lang.String value) {
@@ -1381,6 +1442,7 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @return This builder for chaining.
*/
public Builder clearSender() {
bitField0_ = (bitField0_ & ~0x00000010);
@@ -1398,6 +1460,8 @@ public final class MessageFormats {
*
*
* optional string sender = 11;
+ * @param value The bytes for sender to set.
+ * @return This builder for chaining.
*/
public Builder setSenderBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1413,12 +1477,14 @@ public final class MessageFormats {
private java.lang.Object manifest_ = "";
/**
* optional string manifest = 12;
+ * @return Whether the manifest field is set.
*/
public boolean hasManifest() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional string manifest = 12;
+ * @return The manifest.
*/
public java.lang.String getManifest() {
java.lang.Object ref = manifest_;
@@ -1436,6 +1502,7 @@ public final class MessageFormats {
}
/**
* optional string manifest = 12;
+ * @return The bytes for manifest.
*/
public akka.protobufv3.internal.ByteString
getManifestBytes() {
@@ -1452,6 +1519,8 @@ public final class MessageFormats {
}
/**
* optional string manifest = 12;
+ * @param value The manifest to set.
+ * @return This builder for chaining.
*/
public Builder setManifest(
java.lang.String value) {
@@ -1465,6 +1534,7 @@ public final class MessageFormats {
}
/**
* optional string manifest = 12;
+ * @return This builder for chaining.
*/
public Builder clearManifest() {
bitField0_ = (bitField0_ & ~0x00000020);
@@ -1474,6 +1544,8 @@ public final class MessageFormats {
}
/**
* optional string manifest = 12;
+ * @param value The bytes for manifest to set.
+ * @return This builder for chaining.
*/
public Builder setManifestBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1489,12 +1561,14 @@ public final class MessageFormats {
private java.lang.Object writerUuid_ = "";
/**
* optional string writerUuid = 13;
+ * @return Whether the writerUuid field is set.
*/
public boolean hasWriterUuid() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* optional string writerUuid = 13;
+ * @return The writerUuid.
*/
public java.lang.String getWriterUuid() {
java.lang.Object ref = writerUuid_;
@@ -1512,6 +1586,7 @@ public final class MessageFormats {
}
/**
* optional string writerUuid = 13;
+ * @return The bytes for writerUuid.
*/
public akka.protobufv3.internal.ByteString
getWriterUuidBytes() {
@@ -1528,6 +1603,8 @@ public final class MessageFormats {
}
/**
* optional string writerUuid = 13;
+ * @param value The writerUuid to set.
+ * @return This builder for chaining.
*/
public Builder setWriterUuid(
java.lang.String value) {
@@ -1541,6 +1618,7 @@ public final class MessageFormats {
}
/**
* optional string writerUuid = 13;
+ * @return This builder for chaining.
*/
public Builder clearWriterUuid() {
bitField0_ = (bitField0_ & ~0x00000040);
@@ -1550,6 +1628,8 @@ public final class MessageFormats {
}
/**
* optional string writerUuid = 13;
+ * @param value The bytes for writerUuid to set.
+ * @return This builder for chaining.
*/
public Builder setWriterUuidBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1620,28 +1700,34 @@ public final class MessageFormats {
/**
* required int32 serializerId = 1;
+ * @return Whether the serializerId field is set.
*/
boolean hasSerializerId();
/**
* required int32 serializerId = 1;
+ * @return The serializerId.
*/
int getSerializerId();
/**
* required bytes payload = 2;
+ * @return Whether the payload field is set.
*/
boolean hasPayload();
/**
* required bytes payload = 2;
+ * @return The payload.
*/
akka.protobufv3.internal.ByteString getPayload();
/**
* optional bytes payloadManifest = 3;
+ * @return Whether the payloadManifest field is set.
*/
boolean hasPayloadManifest();
/**
* optional bytes payloadManifest = 3;
+ * @return The payloadManifest.
*/
akka.protobufv3.internal.ByteString getPayloadManifest();
}
@@ -1745,12 +1831,14 @@ public final class MessageFormats {
private int serializerId_;
/**
* required int32 serializerId = 1;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 serializerId = 1;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
@@ -1760,12 +1848,14 @@ public final class MessageFormats {
private akka.protobufv3.internal.ByteString payload_;
/**
* required bytes payload = 2;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bytes payload = 2;
+ * @return The payload.
*/
public akka.protobufv3.internal.ByteString getPayload() {
return payload_;
@@ -1775,12 +1865,14 @@ public final class MessageFormats {
private akka.protobufv3.internal.ByteString payloadManifest_;
/**
* optional bytes payloadManifest = 3;
+ * @return Whether the payloadManifest field is set.
*/
public boolean hasPayloadManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes payloadManifest = 3;
+ * @return The payloadManifest.
*/
public akka.protobufv3.internal.ByteString getPayloadManifest() {
return payloadManifest_;
@@ -2167,18 +2259,22 @@ public final class MessageFormats {
private int serializerId_ ;
/**
* required int32 serializerId = 1;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int32 serializerId = 1;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
}
/**
* required int32 serializerId = 1;
+ * @param value The serializerId to set.
+ * @return This builder for chaining.
*/
public Builder setSerializerId(int value) {
bitField0_ |= 0x00000001;
@@ -2188,6 +2284,7 @@ public final class MessageFormats {
}
/**
* required int32 serializerId = 1;
+ * @return This builder for chaining.
*/
public Builder clearSerializerId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -2199,18 +2296,22 @@ public final class MessageFormats {
private akka.protobufv3.internal.ByteString payload_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes payload = 2;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bytes payload = 2;
+ * @return The payload.
*/
public akka.protobufv3.internal.ByteString getPayload() {
return payload_;
}
/**
* required bytes payload = 2;
+ * @param value The payload to set.
+ * @return This builder for chaining.
*/
public Builder setPayload(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -2223,6 +2324,7 @@ public final class MessageFormats {
}
/**
* required bytes payload = 2;
+ * @return This builder for chaining.
*/
public Builder clearPayload() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -2234,18 +2336,22 @@ public final class MessageFormats {
private akka.protobufv3.internal.ByteString payloadManifest_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes payloadManifest = 3;
+ * @return Whether the payloadManifest field is set.
*/
public boolean hasPayloadManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes payloadManifest = 3;
+ * @return The payloadManifest.
*/
public akka.protobufv3.internal.ByteString getPayloadManifest() {
return payloadManifest_;
}
/**
* optional bytes payloadManifest = 3;
+ * @param value The payloadManifest to set.
+ * @return This builder for chaining.
*/
public Builder setPayloadManifest(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -2258,6 +2364,7 @@ public final class MessageFormats {
}
/**
* optional bytes payloadManifest = 3;
+ * @return This builder for chaining.
*/
public Builder clearPayloadManifest() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -3123,10 +3230,12 @@ public final class MessageFormats {
/**
* required int64 currentDeliveryId = 1;
+ * @return Whether the currentDeliveryId field is set.
*/
boolean hasCurrentDeliveryId();
/**
* required int64 currentDeliveryId = 1;
+ * @return The currentDeliveryId.
*/
long getCurrentDeliveryId();
@@ -3256,33 +3365,40 @@ public final class MessageFormats {
/**
* required int64 deliveryId = 1;
+ * @return Whether the deliveryId field is set.
*/
boolean hasDeliveryId();
/**
* required int64 deliveryId = 1;
+ * @return The deliveryId.
*/
long getDeliveryId();
/**
* required string destination = 2;
+ * @return Whether the destination field is set.
*/
boolean hasDestination();
/**
* required string destination = 2;
+ * @return The destination.
*/
java.lang.String getDestination();
/**
* required string destination = 2;
+ * @return The bytes for destination.
*/
akka.protobufv3.internal.ByteString
getDestinationBytes();
/**
* required .PersistentPayload payload = 3;
+ * @return Whether the payload field is set.
*/
boolean hasPayload();
/**
* required .PersistentPayload payload = 3;
+ * @return The payload.
*/
akka.persistence.serialization.MessageFormats.PersistentPayload getPayload();
/**
@@ -3398,12 +3514,14 @@ public final class MessageFormats {
private long deliveryId_;
/**
* required int64 deliveryId = 1;
+ * @return Whether the deliveryId field is set.
*/
public boolean hasDeliveryId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 deliveryId = 1;
+ * @return The deliveryId.
*/
public long getDeliveryId() {
return deliveryId_;
@@ -3413,12 +3531,14 @@ public final class MessageFormats {
private volatile java.lang.Object destination_;
/**
* required string destination = 2;
+ * @return Whether the destination field is set.
*/
public boolean hasDestination() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string destination = 2;
+ * @return The destination.
*/
public java.lang.String getDestination() {
java.lang.Object ref = destination_;
@@ -3436,6 +3556,7 @@ public final class MessageFormats {
}
/**
* required string destination = 2;
+ * @return The bytes for destination.
*/
public akka.protobufv3.internal.ByteString
getDestinationBytes() {
@@ -3455,12 +3576,14 @@ public final class MessageFormats {
private akka.persistence.serialization.MessageFormats.PersistentPayload payload_;
/**
* required .PersistentPayload payload = 3;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .PersistentPayload payload = 3;
+ * @return The payload.
*/
public akka.persistence.serialization.MessageFormats.PersistentPayload getPayload() {
return payload_ == null ? akka.persistence.serialization.MessageFormats.PersistentPayload.getDefaultInstance() : payload_;
@@ -3878,18 +4001,22 @@ public final class MessageFormats {
private long deliveryId_ ;
/**
* required int64 deliveryId = 1;
+ * @return Whether the deliveryId field is set.
*/
public boolean hasDeliveryId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 deliveryId = 1;
+ * @return The deliveryId.
*/
public long getDeliveryId() {
return deliveryId_;
}
/**
* required int64 deliveryId = 1;
+ * @param value The deliveryId to set.
+ * @return This builder for chaining.
*/
public Builder setDeliveryId(long value) {
bitField0_ |= 0x00000001;
@@ -3899,6 +4026,7 @@ public final class MessageFormats {
}
/**
* required int64 deliveryId = 1;
+ * @return This builder for chaining.
*/
public Builder clearDeliveryId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -3910,12 +4038,14 @@ public final class MessageFormats {
private java.lang.Object destination_ = "";
/**
* required string destination = 2;
+ * @return Whether the destination field is set.
*/
public boolean hasDestination() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string destination = 2;
+ * @return The destination.
*/
public java.lang.String getDestination() {
java.lang.Object ref = destination_;
@@ -3933,6 +4063,7 @@ public final class MessageFormats {
}
/**
* required string destination = 2;
+ * @return The bytes for destination.
*/
public akka.protobufv3.internal.ByteString
getDestinationBytes() {
@@ -3949,6 +4080,8 @@ public final class MessageFormats {
}
/**
* required string destination = 2;
+ * @param value The destination to set.
+ * @return This builder for chaining.
*/
public Builder setDestination(
java.lang.String value) {
@@ -3962,6 +4095,7 @@ public final class MessageFormats {
}
/**
* required string destination = 2;
+ * @return This builder for chaining.
*/
public Builder clearDestination() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -3971,6 +4105,8 @@ public final class MessageFormats {
}
/**
* required string destination = 2;
+ * @param value The bytes for destination to set.
+ * @return This builder for chaining.
*/
public Builder setDestinationBytes(
akka.protobufv3.internal.ByteString value) {
@@ -3988,12 +4124,14 @@ public final class MessageFormats {
akka.persistence.serialization.MessageFormats.PersistentPayload, akka.persistence.serialization.MessageFormats.PersistentPayload.Builder, akka.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder> payloadBuilder_;
/**
* required .PersistentPayload payload = 3;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .PersistentPayload payload = 3;
+ * @return The payload.
*/
public akka.persistence.serialization.MessageFormats.PersistentPayload getPayload() {
if (payloadBuilder_ == null) {
@@ -4158,12 +4296,14 @@ public final class MessageFormats {
private long currentDeliveryId_;
/**
* required int64 currentDeliveryId = 1;
+ * @return Whether the currentDeliveryId field is set.
*/
public boolean hasCurrentDeliveryId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 currentDeliveryId = 1;
+ * @return The currentDeliveryId.
*/
public long getCurrentDeliveryId() {
return currentDeliveryId_;
@@ -4595,18 +4735,22 @@ public final class MessageFormats {
private long currentDeliveryId_ ;
/**
* required int64 currentDeliveryId = 1;
+ * @return Whether the currentDeliveryId field is set.
*/
public boolean hasCurrentDeliveryId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 currentDeliveryId = 1;
+ * @return The currentDeliveryId.
*/
public long getCurrentDeliveryId() {
return currentDeliveryId_;
}
/**
* required int64 currentDeliveryId = 1;
+ * @param value The currentDeliveryId to set.
+ * @return This builder for chaining.
*/
public Builder setCurrentDeliveryId(long value) {
bitField0_ |= 0x00000001;
@@ -4616,6 +4760,7 @@ public final class MessageFormats {
}
/**
* required int64 currentDeliveryId = 1;
+ * @return This builder for chaining.
*/
public Builder clearCurrentDeliveryId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -4922,14 +5067,17 @@ public final class MessageFormats {
/**
* required string stateIdentifier = 1;
+ * @return Whether the stateIdentifier field is set.
*/
boolean hasStateIdentifier();
/**
* required string stateIdentifier = 1;
+ * @return The stateIdentifier.
*/
java.lang.String getStateIdentifier();
/**
* required string stateIdentifier = 1;
+ * @return The bytes for stateIdentifier.
*/
akka.protobufv3.internal.ByteString
getStateIdentifierBytes();
@@ -4940,6 +5088,7 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @return Whether the timeout field is set.
*/
boolean hasTimeout();
/**
@@ -4948,6 +5097,7 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @return The timeout.
*/
java.lang.String getTimeout();
/**
@@ -4956,16 +5106,19 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @return The bytes for timeout.
*/
akka.protobufv3.internal.ByteString
getTimeoutBytes();
/**
* optional int64 timeoutNanos = 3;
+ * @return Whether the timeoutNanos field is set.
*/
boolean hasTimeoutNanos();
/**
* optional int64 timeoutNanos = 3;
+ * @return The timeoutNanos.
*/
long getTimeoutNanos();
}
@@ -5071,12 +5224,14 @@ public final class MessageFormats {
private volatile java.lang.Object stateIdentifier_;
/**
* required string stateIdentifier = 1;
+ * @return Whether the stateIdentifier field is set.
*/
public boolean hasStateIdentifier() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string stateIdentifier = 1;
+ * @return The stateIdentifier.
*/
public java.lang.String getStateIdentifier() {
java.lang.Object ref = stateIdentifier_;
@@ -5094,6 +5249,7 @@ public final class MessageFormats {
}
/**
* required string stateIdentifier = 1;
+ * @return The bytes for stateIdentifier.
*/
public akka.protobufv3.internal.ByteString
getStateIdentifierBytes() {
@@ -5117,6 +5273,7 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @return Whether the timeout field is set.
*/
public boolean hasTimeout() {
return ((bitField0_ & 0x00000002) != 0);
@@ -5127,6 +5284,7 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @return The timeout.
*/
public java.lang.String getTimeout() {
java.lang.Object ref = timeout_;
@@ -5148,6 +5306,7 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @return The bytes for timeout.
*/
public akka.protobufv3.internal.ByteString
getTimeoutBytes() {
@@ -5167,12 +5326,14 @@ public final class MessageFormats {
private long timeoutNanos_;
/**
* optional int64 timeoutNanos = 3;
+ * @return Whether the timeoutNanos field is set.
*/
public boolean hasTimeoutNanos() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int64 timeoutNanos = 3;
+ * @return The timeoutNanos.
*/
public long getTimeoutNanos() {
return timeoutNanos_;
@@ -5555,12 +5716,14 @@ public final class MessageFormats {
private java.lang.Object stateIdentifier_ = "";
/**
* required string stateIdentifier = 1;
+ * @return Whether the stateIdentifier field is set.
*/
public boolean hasStateIdentifier() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string stateIdentifier = 1;
+ * @return The stateIdentifier.
*/
public java.lang.String getStateIdentifier() {
java.lang.Object ref = stateIdentifier_;
@@ -5578,6 +5741,7 @@ public final class MessageFormats {
}
/**
* required string stateIdentifier = 1;
+ * @return The bytes for stateIdentifier.
*/
public akka.protobufv3.internal.ByteString
getStateIdentifierBytes() {
@@ -5594,6 +5758,8 @@ public final class MessageFormats {
}
/**
* required string stateIdentifier = 1;
+ * @param value The stateIdentifier to set.
+ * @return This builder for chaining.
*/
public Builder setStateIdentifier(
java.lang.String value) {
@@ -5607,6 +5773,7 @@ public final class MessageFormats {
}
/**
* required string stateIdentifier = 1;
+ * @return This builder for chaining.
*/
public Builder clearStateIdentifier() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -5616,6 +5783,8 @@ public final class MessageFormats {
}
/**
* required string stateIdentifier = 1;
+ * @param value The bytes for stateIdentifier to set.
+ * @return This builder for chaining.
*/
public Builder setStateIdentifierBytes(
akka.protobufv3.internal.ByteString value) {
@@ -5635,6 +5804,7 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @return Whether the timeout field is set.
*/
public boolean hasTimeout() {
return ((bitField0_ & 0x00000002) != 0);
@@ -5645,6 +5815,7 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @return The timeout.
*/
public java.lang.String getTimeout() {
java.lang.Object ref = timeout_;
@@ -5666,6 +5837,7 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @return The bytes for timeout.
*/
public akka.protobufv3.internal.ByteString
getTimeoutBytes() {
@@ -5686,6 +5858,8 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @param value The timeout to set.
+ * @return This builder for chaining.
*/
public Builder setTimeout(
java.lang.String value) {
@@ -5703,6 +5877,7 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @return This builder for chaining.
*/
public Builder clearTimeout() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -5716,6 +5891,8 @@ public final class MessageFormats {
*
*
* optional string timeout = 2;
+ * @param value The bytes for timeout to set.
+ * @return This builder for chaining.
*/
public Builder setTimeoutBytes(
akka.protobufv3.internal.ByteString value) {
@@ -5731,18 +5908,22 @@ public final class MessageFormats {
private long timeoutNanos_ ;
/**
* optional int64 timeoutNanos = 3;
+ * @return Whether the timeoutNanos field is set.
*/
public boolean hasTimeoutNanos() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int64 timeoutNanos = 3;
+ * @return The timeoutNanos.
*/
public long getTimeoutNanos() {
return timeoutNanos_;
}
/**
* optional int64 timeoutNanos = 3;
+ * @param value The timeoutNanos to set.
+ * @return This builder for chaining.
*/
public Builder setTimeoutNanos(long value) {
bitField0_ |= 0x00000004;
@@ -5752,6 +5933,7 @@ public final class MessageFormats {
}
/**
* optional int64 timeoutNanos = 3;
+ * @return This builder for chaining.
*/
public Builder clearTimeoutNanos() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -5818,24 +6000,29 @@ public final class MessageFormats {
/**
* required string stateIdentifier = 1;
+ * @return Whether the stateIdentifier field is set.
*/
boolean hasStateIdentifier();
/**
* required string stateIdentifier = 1;
+ * @return The stateIdentifier.
*/
java.lang.String getStateIdentifier();
/**
* required string stateIdentifier = 1;
+ * @return The bytes for stateIdentifier.
*/
akka.protobufv3.internal.ByteString
getStateIdentifierBytes();
/**
* required .PersistentPayload data = 2;
+ * @return Whether the data field is set.
*/
boolean hasData();
/**
* required .PersistentPayload data = 2;
+ * @return The data.
*/
akka.persistence.serialization.MessageFormats.PersistentPayload getData();
/**
@@ -5845,10 +6032,12 @@ public final class MessageFormats {
/**
* optional int64 timeoutNanos = 3;
+ * @return Whether the timeoutNanos field is set.
*/
boolean hasTimeoutNanos();
/**
* optional int64 timeoutNanos = 3;
+ * @return The timeoutNanos.
*/
long getTimeoutNanos();
}
@@ -5960,12 +6149,14 @@ public final class MessageFormats {
private volatile java.lang.Object stateIdentifier_;
/**
* required string stateIdentifier = 1;
+ * @return Whether the stateIdentifier field is set.
*/
public boolean hasStateIdentifier() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string stateIdentifier = 1;
+ * @return The stateIdentifier.
*/
public java.lang.String getStateIdentifier() {
java.lang.Object ref = stateIdentifier_;
@@ -5983,6 +6174,7 @@ public final class MessageFormats {
}
/**
* required string stateIdentifier = 1;
+ * @return The bytes for stateIdentifier.
*/
public akka.protobufv3.internal.ByteString
getStateIdentifierBytes() {
@@ -6002,12 +6194,14 @@ public final class MessageFormats {
private akka.persistence.serialization.MessageFormats.PersistentPayload data_;
/**
* required .PersistentPayload data = 2;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .PersistentPayload data = 2;
+ * @return The data.
*/
public akka.persistence.serialization.MessageFormats.PersistentPayload getData() {
return data_ == null ? akka.persistence.serialization.MessageFormats.PersistentPayload.getDefaultInstance() : data_;
@@ -6023,12 +6217,14 @@ public final class MessageFormats {
private long timeoutNanos_;
/**
* optional int64 timeoutNanos = 3;
+ * @return Whether the timeoutNanos field is set.
*/
public boolean hasTimeoutNanos() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int64 timeoutNanos = 3;
+ * @return The timeoutNanos.
*/
public long getTimeoutNanos() {
return timeoutNanos_;
@@ -6433,12 +6629,14 @@ public final class MessageFormats {
private java.lang.Object stateIdentifier_ = "";
/**
* required string stateIdentifier = 1;
+ * @return Whether the stateIdentifier field is set.
*/
public boolean hasStateIdentifier() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string stateIdentifier = 1;
+ * @return The stateIdentifier.
*/
public java.lang.String getStateIdentifier() {
java.lang.Object ref = stateIdentifier_;
@@ -6456,6 +6654,7 @@ public final class MessageFormats {
}
/**
* required string stateIdentifier = 1;
+ * @return The bytes for stateIdentifier.
*/
public akka.protobufv3.internal.ByteString
getStateIdentifierBytes() {
@@ -6472,6 +6671,8 @@ public final class MessageFormats {
}
/**
* required string stateIdentifier = 1;
+ * @param value The stateIdentifier to set.
+ * @return This builder for chaining.
*/
public Builder setStateIdentifier(
java.lang.String value) {
@@ -6485,6 +6686,7 @@ public final class MessageFormats {
}
/**
* required string stateIdentifier = 1;
+ * @return This builder for chaining.
*/
public Builder clearStateIdentifier() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -6494,6 +6696,8 @@ public final class MessageFormats {
}
/**
* required string stateIdentifier = 1;
+ * @param value The bytes for stateIdentifier to set.
+ * @return This builder for chaining.
*/
public Builder setStateIdentifierBytes(
akka.protobufv3.internal.ByteString value) {
@@ -6511,12 +6715,14 @@ public final class MessageFormats {
akka.persistence.serialization.MessageFormats.PersistentPayload, akka.persistence.serialization.MessageFormats.PersistentPayload.Builder, akka.persistence.serialization.MessageFormats.PersistentPayloadOrBuilder> dataBuilder_;
/**
* required .PersistentPayload data = 2;
+ * @return Whether the data field is set.
*/
public boolean hasData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .PersistentPayload data = 2;
+ * @return The data.
*/
public akka.persistence.serialization.MessageFormats.PersistentPayload getData() {
if (dataBuilder_ == null) {
@@ -6627,18 +6833,22 @@ public final class MessageFormats {
private long timeoutNanos_ ;
/**
* optional int64 timeoutNanos = 3;
+ * @return Whether the timeoutNanos field is set.
*/
public boolean hasTimeoutNanos() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional int64 timeoutNanos = 3;
+ * @return The timeoutNanos.
*/
public long getTimeoutNanos() {
return timeoutNanos_;
}
/**
* optional int64 timeoutNanos = 3;
+ * @param value The timeoutNanos to set.
+ * @return This builder for chaining.
*/
public Builder setTimeoutNanos(long value) {
bitField0_ |= 0x00000004;
@@ -6648,6 +6858,7 @@ public final class MessageFormats {
}
/**
* optional int64 timeoutNanos = 3;
+ * @return This builder for chaining.
*/
public Builder clearTimeoutNanos() {
bitField0_ = (bitField0_ & ~0x00000004);
diff --git a/akka-remote-tests/src/test/java/akka/remote/artery/protobuf/TestMessages.java b/akka-remote-tests/src/test/java/akka/remote/artery/protobuf/TestMessages.java
index 1ecbc39ca3..c2164df8e1 100644
--- a/akka-remote-tests/src/test/java/akka/remote/artery/protobuf/TestMessages.java
+++ b/akka-remote-tests/src/test/java/akka/remote/artery/protobuf/TestMessages.java
@@ -24,56 +24,68 @@ public final class TestMessages {
/**
* required uint64 id = 1;
+ * @return Whether the id field is set.
*/
boolean hasId();
/**
* required uint64 id = 1;
+ * @return The id.
*/
long getId();
/**
* required string name = 2;
+ * @return Whether the name field is set.
*/
boolean hasName();
/**
* required string name = 2;
+ * @return The name.
*/
java.lang.String getName();
/**
* required string name = 2;
+ * @return The bytes for name.
*/
akka.protobufv3.internal.ByteString
getNameBytes();
/**
* required bool status = 3;
+ * @return Whether the status field is set.
*/
boolean hasStatus();
/**
* required bool status = 3;
+ * @return The status.
*/
boolean getStatus();
/**
* optional string description = 4;
+ * @return Whether the description field is set.
*/
boolean hasDescription();
/**
* optional string description = 4;
+ * @return The description.
*/
java.lang.String getDescription();
/**
* optional string description = 4;
+ * @return The bytes for description.
*/
akka.protobufv3.internal.ByteString
getDescriptionBytes();
/**
* optional bytes payload = 5;
+ * @return Whether the payload field is set.
*/
boolean hasPayload();
/**
* optional bytes payload = 5;
+ * @return The payload.
*/
akka.protobufv3.internal.ByteString getPayload();
@@ -227,12 +239,14 @@ public final class TestMessages {
private long id_;
/**
* required uint64 id = 1;
+ * @return Whether the id field is set.
*/
public boolean hasId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 id = 1;
+ * @return The id.
*/
public long getId() {
return id_;
@@ -242,12 +256,14 @@ public final class TestMessages {
private volatile java.lang.Object name_;
/**
* required string name = 2;
+ * @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string name = 2;
+ * @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
@@ -265,6 +281,7 @@ public final class TestMessages {
}
/**
* required string name = 2;
+ * @return The bytes for name.
*/
public akka.protobufv3.internal.ByteString
getNameBytes() {
@@ -284,12 +301,14 @@ public final class TestMessages {
private boolean status_;
/**
* required bool status = 3;
+ * @return Whether the status field is set.
*/
public boolean hasStatus() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool status = 3;
+ * @return The status.
*/
public boolean getStatus() {
return status_;
@@ -299,12 +318,14 @@ public final class TestMessages {
private volatile java.lang.Object description_;
/**
* optional string description = 4;
+ * @return Whether the description field is set.
*/
public boolean hasDescription() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string description = 4;
+ * @return The description.
*/
public java.lang.String getDescription() {
java.lang.Object ref = description_;
@@ -322,6 +343,7 @@ public final class TestMessages {
}
/**
* optional string description = 4;
+ * @return The bytes for description.
*/
public akka.protobufv3.internal.ByteString
getDescriptionBytes() {
@@ -341,12 +363,14 @@ public final class TestMessages {
private akka.protobufv3.internal.ByteString payload_;
/**
* optional bytes payload = 5;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional bytes payload = 5;
+ * @return The payload.
*/
public akka.protobufv3.internal.ByteString getPayload() {
return payload_;
@@ -895,18 +919,22 @@ public final class TestMessages {
private long id_ ;
/**
* required uint64 id = 1;
+ * @return Whether the id field is set.
*/
public boolean hasId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 id = 1;
+ * @return The id.
*/
public long getId() {
return id_;
}
/**
* required uint64 id = 1;
+ * @param value The id to set.
+ * @return This builder for chaining.
*/
public Builder setId(long value) {
bitField0_ |= 0x00000001;
@@ -916,6 +944,7 @@ public final class TestMessages {
}
/**
* required uint64 id = 1;
+ * @return This builder for chaining.
*/
public Builder clearId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -927,12 +956,14 @@ public final class TestMessages {
private java.lang.Object name_ = "";
/**
* required string name = 2;
+ * @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string name = 2;
+ * @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
@@ -950,6 +981,7 @@ public final class TestMessages {
}
/**
* required string name = 2;
+ * @return The bytes for name.
*/
public akka.protobufv3.internal.ByteString
getNameBytes() {
@@ -966,6 +998,8 @@ public final class TestMessages {
}
/**
* required string name = 2;
+ * @param value The name to set.
+ * @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
@@ -979,6 +1013,7 @@ public final class TestMessages {
}
/**
* required string name = 2;
+ * @return This builder for chaining.
*/
public Builder clearName() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -988,6 +1023,8 @@ public final class TestMessages {
}
/**
* required string name = 2;
+ * @param value The bytes for name to set.
+ * @return This builder for chaining.
*/
public Builder setNameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1003,18 +1040,22 @@ public final class TestMessages {
private boolean status_ ;
/**
* required bool status = 3;
+ * @return Whether the status field is set.
*/
public boolean hasStatus() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool status = 3;
+ * @return The status.
*/
public boolean getStatus() {
return status_;
}
/**
* required bool status = 3;
+ * @param value The status to set.
+ * @return This builder for chaining.
*/
public Builder setStatus(boolean value) {
bitField0_ |= 0x00000004;
@@ -1024,6 +1065,7 @@ public final class TestMessages {
}
/**
* required bool status = 3;
+ * @return This builder for chaining.
*/
public Builder clearStatus() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -1035,12 +1077,14 @@ public final class TestMessages {
private java.lang.Object description_ = "";
/**
* optional string description = 4;
+ * @return Whether the description field is set.
*/
public boolean hasDescription() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string description = 4;
+ * @return The description.
*/
public java.lang.String getDescription() {
java.lang.Object ref = description_;
@@ -1058,6 +1102,7 @@ public final class TestMessages {
}
/**
* optional string description = 4;
+ * @return The bytes for description.
*/
public akka.protobufv3.internal.ByteString
getDescriptionBytes() {
@@ -1074,6 +1119,8 @@ public final class TestMessages {
}
/**
* optional string description = 4;
+ * @param value The description to set.
+ * @return This builder for chaining.
*/
public Builder setDescription(
java.lang.String value) {
@@ -1087,6 +1134,7 @@ public final class TestMessages {
}
/**
* optional string description = 4;
+ * @return This builder for chaining.
*/
public Builder clearDescription() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -1096,6 +1144,8 @@ public final class TestMessages {
}
/**
* optional string description = 4;
+ * @param value The bytes for description to set.
+ * @return This builder for chaining.
*/
public Builder setDescriptionBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1111,18 +1161,22 @@ public final class TestMessages {
private akka.protobufv3.internal.ByteString payload_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes payload = 5;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional bytes payload = 5;
+ * @return The payload.
*/
public akka.protobufv3.internal.ByteString getPayload() {
return payload_;
}
/**
* optional bytes payload = 5;
+ * @param value The payload to set.
+ * @return This builder for chaining.
*/
public Builder setPayload(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -1135,6 +1189,7 @@ public final class TestMessages {
}
/**
* optional bytes payload = 5;
+ * @return This builder for chaining.
*/
public Builder clearPayload() {
bitField0_ = (bitField0_ & ~0x00000010);
@@ -1441,23 +1496,28 @@ public final class TestMessages {
/**
* required uint64 id = 1;
+ * @return Whether the id field is set.
*/
boolean hasId();
/**
* required uint64 id = 1;
+ * @return The id.
*/
long getId();
/**
* required string name = 2;
+ * @return Whether the name field is set.
*/
boolean hasName();
/**
* required string name = 2;
+ * @return The name.
*/
java.lang.String getName();
/**
* required string name = 2;
+ * @return The bytes for name.
*/
akka.protobufv3.internal.ByteString
getNameBytes();
@@ -1557,12 +1617,14 @@ public final class TestMessages {
private long id_;
/**
* required uint64 id = 1;
+ * @return Whether the id field is set.
*/
public boolean hasId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 id = 1;
+ * @return The id.
*/
public long getId() {
return id_;
@@ -1572,12 +1634,14 @@ public final class TestMessages {
private volatile java.lang.Object name_;
/**
* required string name = 2;
+ * @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string name = 2;
+ * @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
@@ -1595,6 +1659,7 @@ public final class TestMessages {
}
/**
* required string name = 2;
+ * @return The bytes for name.
*/
public akka.protobufv3.internal.ByteString
getNameBytes() {
@@ -1968,18 +2033,22 @@ public final class TestMessages {
private long id_ ;
/**
* required uint64 id = 1;
+ * @return Whether the id field is set.
*/
public boolean hasId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 id = 1;
+ * @return The id.
*/
public long getId() {
return id_;
}
/**
* required uint64 id = 1;
+ * @param value The id to set.
+ * @return This builder for chaining.
*/
public Builder setId(long value) {
bitField0_ |= 0x00000001;
@@ -1989,6 +2058,7 @@ public final class TestMessages {
}
/**
* required uint64 id = 1;
+ * @return This builder for chaining.
*/
public Builder clearId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -2000,12 +2070,14 @@ public final class TestMessages {
private java.lang.Object name_ = "";
/**
* required string name = 2;
+ * @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string name = 2;
+ * @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
@@ -2023,6 +2095,7 @@ public final class TestMessages {
}
/**
* required string name = 2;
+ * @return The bytes for name.
*/
public akka.protobufv3.internal.ByteString
getNameBytes() {
@@ -2039,6 +2112,8 @@ public final class TestMessages {
}
/**
* required string name = 2;
+ * @param value The name to set.
+ * @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
@@ -2052,6 +2127,7 @@ public final class TestMessages {
}
/**
* required string name = 2;
+ * @return This builder for chaining.
*/
public Builder clearName() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -2061,6 +2137,8 @@ public final class TestMessages {
}
/**
* required string name = 2;
+ * @param value The bytes for name to set.
+ * @return This builder for chaining.
*/
public Builder setNameBytes(
akka.protobufv3.internal.ByteString value) {
diff --git a/akka-remote/src/main/java/akka/remote/ArteryControlFormats.java b/akka-remote/src/main/java/akka/remote/ArteryControlFormats.java
index d312ac3b5e..4d3218e68c 100644
--- a/akka-remote/src/main/java/akka/remote/ArteryControlFormats.java
+++ b/akka-remote/src/main/java/akka/remote/ArteryControlFormats.java
@@ -24,10 +24,12 @@ public final class ArteryControlFormats {
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
boolean hasFrom();
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
akka.remote.ArteryControlFormats.UniqueAddress getFrom();
/**
@@ -37,10 +39,12 @@ public final class ArteryControlFormats {
/**
* required .UniqueAddress to = 2;
+ * @return Whether the to field is set.
*/
boolean hasTo();
/**
* required .UniqueAddress to = 2;
+ * @return The to.
*/
akka.remote.ArteryControlFormats.UniqueAddress getTo();
/**
@@ -157,12 +161,14 @@ public final class ArteryControlFormats {
private akka.remote.ArteryControlFormats.UniqueAddress from_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getFrom() {
return from_ == null ? akka.remote.ArteryControlFormats.UniqueAddress.getDefaultInstance() : from_;
@@ -178,12 +184,14 @@ public final class ArteryControlFormats {
private akka.remote.ArteryControlFormats.UniqueAddress to_;
/**
* required .UniqueAddress to = 2;
+ * @return Whether the to field is set.
*/
public boolean hasTo() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .UniqueAddress to = 2;
+ * @return The to.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getTo() {
return to_ == null ? akka.remote.ArteryControlFormats.UniqueAddress.getDefaultInstance() : to_;
@@ -585,12 +593,14 @@ public final class ArteryControlFormats {
akka.remote.ArteryControlFormats.UniqueAddress, akka.remote.ArteryControlFormats.UniqueAddress.Builder, akka.remote.ArteryControlFormats.UniqueAddressOrBuilder> fromBuilder_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getFrom() {
if (fromBuilder_ == null) {
@@ -703,12 +713,14 @@ public final class ArteryControlFormats {
akka.remote.ArteryControlFormats.UniqueAddress, akka.remote.ArteryControlFormats.UniqueAddress.Builder, akka.remote.ArteryControlFormats.UniqueAddressOrBuilder> toBuilder_;
/**
* required .UniqueAddress to = 2;
+ * @return Whether the to field is set.
*/
public boolean hasTo() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .UniqueAddress to = 2;
+ * @return The to.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getTo() {
if (toBuilder_ == null) {
@@ -874,10 +886,12 @@ public final class ArteryControlFormats {
/**
* required .UniqueAddress address = 1;
+ * @return Whether the address field is set.
*/
boolean hasAddress();
/**
* required .UniqueAddress address = 1;
+ * @return The address.
*/
akka.remote.ArteryControlFormats.UniqueAddress getAddress();
/**
@@ -989,12 +1003,14 @@ public final class ArteryControlFormats {
private akka.remote.ArteryControlFormats.UniqueAddress address_;
/**
* required .UniqueAddress address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress address = 1;
+ * @return The address.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getAddress() {
return address_ == null ? akka.remote.ArteryControlFormats.UniqueAddress.getDefaultInstance() : address_;
@@ -1356,12 +1372,14 @@ public final class ArteryControlFormats {
akka.remote.ArteryControlFormats.UniqueAddress, akka.remote.ArteryControlFormats.UniqueAddress.Builder, akka.remote.ArteryControlFormats.UniqueAddressOrBuilder> addressBuilder_;
/**
* required .UniqueAddress address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress address = 1;
+ * @return The address.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getAddress() {
if (addressBuilder_ == null) {
@@ -1527,10 +1545,12 @@ public final class ArteryControlFormats {
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
boolean hasFrom();
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
akka.remote.ArteryControlFormats.UniqueAddress getFrom();
/**
@@ -1540,10 +1560,12 @@ public final class ArteryControlFormats {
/**
* required .Address to = 2;
+ * @return Whether the to field is set.
*/
boolean hasTo();
/**
* required .Address to = 2;
+ * @return The to.
*/
akka.remote.ArteryControlFormats.Address getTo();
/**
@@ -1660,12 +1682,14 @@ public final class ArteryControlFormats {
private akka.remote.ArteryControlFormats.UniqueAddress from_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getFrom() {
return from_ == null ? akka.remote.ArteryControlFormats.UniqueAddress.getDefaultInstance() : from_;
@@ -1681,12 +1705,14 @@ public final class ArteryControlFormats {
private akka.remote.ArteryControlFormats.Address to_;
/**
* required .Address to = 2;
+ * @return Whether the to field is set.
*/
public boolean hasTo() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Address to = 2;
+ * @return The to.
*/
public akka.remote.ArteryControlFormats.Address getTo() {
return to_ == null ? akka.remote.ArteryControlFormats.Address.getDefaultInstance() : to_;
@@ -2088,12 +2114,14 @@ public final class ArteryControlFormats {
akka.remote.ArteryControlFormats.UniqueAddress, akka.remote.ArteryControlFormats.UniqueAddress.Builder, akka.remote.ArteryControlFormats.UniqueAddressOrBuilder> fromBuilder_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getFrom() {
if (fromBuilder_ == null) {
@@ -2206,12 +2234,14 @@ public final class ArteryControlFormats {
akka.remote.ArteryControlFormats.Address, akka.remote.ArteryControlFormats.Address.Builder, akka.remote.ArteryControlFormats.AddressOrBuilder> toBuilder_;
/**
* required .Address to = 2;
+ * @return Whether the to field is set.
*/
public boolean hasTo() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Address to = 2;
+ * @return The to.
*/
public akka.remote.ArteryControlFormats.Address getTo() {
if (toBuilder_ == null) {
@@ -2377,10 +2407,12 @@ public final class ArteryControlFormats {
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
boolean hasFrom();
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
akka.remote.ArteryControlFormats.UniqueAddress getFrom();
/**
@@ -2390,19 +2422,23 @@ public final class ArteryControlFormats {
/**
* required uint64 originUid = 2;
+ * @return Whether the originUid field is set.
*/
boolean hasOriginUid();
/**
* required uint64 originUid = 2;
+ * @return The originUid.
*/
long getOriginUid();
/**
* required uint32 tableVersion = 3;
+ * @return Whether the tableVersion field is set.
*/
boolean hasTableVersion();
/**
* required uint32 tableVersion = 3;
+ * @return The tableVersion.
*/
int getTableVersion();
@@ -2414,6 +2450,7 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @return A list containing the keys.
*/
java.util.List
getKeysList();
@@ -2425,6 +2462,7 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @return The count of keys.
*/
int getKeysCount();
/**
@@ -2435,6 +2473,8 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @param index The index of the element to return.
+ * @return The keys at the given index.
*/
java.lang.String getKeys(int index);
/**
@@ -2445,20 +2485,26 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @param index The index of the value to return.
+ * @return The bytes of the keys at the given index.
*/
akka.protobufv3.internal.ByteString
getKeysBytes(int index);
/**
* repeated uint32 values = 5;
+ * @return A list containing the values.
*/
java.util.List getValuesList();
/**
* repeated uint32 values = 5;
+ * @return The count of values.
*/
int getValuesCount();
/**
* repeated uint32 values = 5;
+ * @param index The index of the element to return.
+ * @return The values at the given index.
*/
int getValues(int index);
}
@@ -2611,12 +2657,14 @@ public final class ArteryControlFormats {
private akka.remote.ArteryControlFormats.UniqueAddress from_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getFrom() {
return from_ == null ? akka.remote.ArteryControlFormats.UniqueAddress.getDefaultInstance() : from_;
@@ -2632,12 +2680,14 @@ public final class ArteryControlFormats {
private long originUid_;
/**
* required uint64 originUid = 2;
+ * @return Whether the originUid field is set.
*/
public boolean hasOriginUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint64 originUid = 2;
+ * @return The originUid.
*/
public long getOriginUid() {
return originUid_;
@@ -2647,12 +2697,14 @@ public final class ArteryControlFormats {
private int tableVersion_;
/**
* required uint32 tableVersion = 3;
+ * @return Whether the tableVersion field is set.
*/
public boolean hasTableVersion() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 tableVersion = 3;
+ * @return The tableVersion.
*/
public int getTableVersion() {
return tableVersion_;
@@ -2668,6 +2720,7 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @return A list containing the keys.
*/
public akka.protobufv3.internal.ProtocolStringList
getKeysList() {
@@ -2681,6 +2734,7 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @return The count of keys.
*/
public int getKeysCount() {
return keys_.size();
@@ -2693,6 +2747,8 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @param index The index of the element to return.
+ * @return The keys at the given index.
*/
public java.lang.String getKeys(int index) {
return keys_.get(index);
@@ -2705,6 +2761,8 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @param index The index of the value to return.
+ * @return The bytes of the keys at the given index.
*/
public akka.protobufv3.internal.ByteString
getKeysBytes(int index) {
@@ -2715,6 +2773,7 @@ public final class ArteryControlFormats {
private akka.protobufv3.internal.Internal.IntList values_;
/**
* repeated uint32 values = 5;
+ * @return A list containing the values.
*/
public java.util.List
getValuesList() {
@@ -2722,12 +2781,15 @@ public final class ArteryControlFormats {
}
/**
* repeated uint32 values = 5;
+ * @return The count of values.
*/
public int getValuesCount() {
return values_.size();
}
/**
* repeated uint32 values = 5;
+ * @param index The index of the element to return.
+ * @return The values at the given index.
*/
public int getValues(int index) {
return values_.getInt(index);
@@ -3214,12 +3276,14 @@ public final class ArteryControlFormats {
akka.remote.ArteryControlFormats.UniqueAddress, akka.remote.ArteryControlFormats.UniqueAddress.Builder, akka.remote.ArteryControlFormats.UniqueAddressOrBuilder> fromBuilder_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getFrom() {
if (fromBuilder_ == null) {
@@ -3330,18 +3394,22 @@ public final class ArteryControlFormats {
private long originUid_ ;
/**
* required uint64 originUid = 2;
+ * @return Whether the originUid field is set.
*/
public boolean hasOriginUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint64 originUid = 2;
+ * @return The originUid.
*/
public long getOriginUid() {
return originUid_;
}
/**
* required uint64 originUid = 2;
+ * @param value The originUid to set.
+ * @return This builder for chaining.
*/
public Builder setOriginUid(long value) {
bitField0_ |= 0x00000002;
@@ -3351,6 +3419,7 @@ public final class ArteryControlFormats {
}
/**
* required uint64 originUid = 2;
+ * @return This builder for chaining.
*/
public Builder clearOriginUid() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -3362,18 +3431,22 @@ public final class ArteryControlFormats {
private int tableVersion_ ;
/**
* required uint32 tableVersion = 3;
+ * @return Whether the tableVersion field is set.
*/
public boolean hasTableVersion() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 tableVersion = 3;
+ * @return The tableVersion.
*/
public int getTableVersion() {
return tableVersion_;
}
/**
* required uint32 tableVersion = 3;
+ * @param value The tableVersion to set.
+ * @return This builder for chaining.
*/
public Builder setTableVersion(int value) {
bitField0_ |= 0x00000004;
@@ -3383,6 +3456,7 @@ public final class ArteryControlFormats {
}
/**
* required uint32 tableVersion = 3;
+ * @return This builder for chaining.
*/
public Builder clearTableVersion() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -3406,6 +3480,7 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @return A list containing the keys.
*/
public akka.protobufv3.internal.ProtocolStringList
getKeysList() {
@@ -3419,6 +3494,7 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @return The count of keys.
*/
public int getKeysCount() {
return keys_.size();
@@ -3431,6 +3507,8 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @param index The index of the element to return.
+ * @return The keys at the given index.
*/
public java.lang.String getKeys(int index) {
return keys_.get(index);
@@ -3443,6 +3521,8 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @param index The index of the value to return.
+ * @return The bytes of the keys at the given index.
*/
public akka.protobufv3.internal.ByteString
getKeysBytes(int index) {
@@ -3456,6 +3536,9 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @param index The index to set the value at.
+ * @param value The keys to set.
+ * @return This builder for chaining.
*/
public Builder setKeys(
int index, java.lang.String value) {
@@ -3475,6 +3558,8 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @param value The keys to add.
+ * @return This builder for chaining.
*/
public Builder addKeys(
java.lang.String value) {
@@ -3494,6 +3579,8 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @param values The keys to add.
+ * @return This builder for chaining.
*/
public Builder addAllKeys(
java.lang.Iterable values) {
@@ -3511,6 +3598,7 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @return This builder for chaining.
*/
public Builder clearKeys() {
keys_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -3526,6 +3614,8 @@ public final class ArteryControlFormats {
*
*
* repeated string keys = 4;
+ * @param value The bytes of the keys to add.
+ * @return This builder for chaining.
*/
public Builder addKeysBytes(
akka.protobufv3.internal.ByteString value) {
@@ -3547,6 +3637,7 @@ public final class ArteryControlFormats {
}
/**
* repeated uint32 values = 5;
+ * @return A list containing the values.
*/
public java.util.List
getValuesList() {
@@ -3555,18 +3646,24 @@ public final class ArteryControlFormats {
}
/**
* repeated uint32 values = 5;
+ * @return The count of values.
*/
public int getValuesCount() {
return values_.size();
}
/**
* repeated uint32 values = 5;
+ * @param index The index of the element to return.
+ * @return The values at the given index.
*/
public int getValues(int index) {
return values_.getInt(index);
}
/**
* repeated uint32 values = 5;
+ * @param index The index to set the value at.
+ * @param value The values to set.
+ * @return This builder for chaining.
*/
public Builder setValues(
int index, int value) {
@@ -3577,6 +3674,8 @@ public final class ArteryControlFormats {
}
/**
* repeated uint32 values = 5;
+ * @param value The values to add.
+ * @return This builder for chaining.
*/
public Builder addValues(int value) {
ensureValuesIsMutable();
@@ -3586,6 +3685,8 @@ public final class ArteryControlFormats {
}
/**
* repeated uint32 values = 5;
+ * @param values The values to add.
+ * @return This builder for chaining.
*/
public Builder addAllValues(
java.lang.Iterable extends java.lang.Integer> values) {
@@ -3597,6 +3698,7 @@ public final class ArteryControlFormats {
}
/**
* repeated uint32 values = 5;
+ * @return This builder for chaining.
*/
public Builder clearValues() {
values_ = emptyIntList();
@@ -3663,10 +3765,12 @@ public final class ArteryControlFormats {
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
boolean hasFrom();
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
akka.remote.ArteryControlFormats.UniqueAddress getFrom();
/**
@@ -3676,10 +3780,12 @@ public final class ArteryControlFormats {
/**
* required uint32 version = 2;
+ * @return Whether the version field is set.
*/
boolean hasVersion();
/**
* required uint32 version = 2;
+ * @return The version.
*/
int getVersion();
}
@@ -3789,12 +3895,14 @@ public final class ArteryControlFormats {
private akka.remote.ArteryControlFormats.UniqueAddress from_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getFrom() {
return from_ == null ? akka.remote.ArteryControlFormats.UniqueAddress.getDefaultInstance() : from_;
@@ -3810,12 +3918,14 @@ public final class ArteryControlFormats {
private int version_;
/**
* required uint32 version = 2;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 version = 2;
+ * @return The version.
*/
public int getVersion() {
return version_;
@@ -4200,12 +4310,14 @@ public final class ArteryControlFormats {
akka.remote.ArteryControlFormats.UniqueAddress, akka.remote.ArteryControlFormats.UniqueAddress.Builder, akka.remote.ArteryControlFormats.UniqueAddressOrBuilder> fromBuilder_;
/**
* required .UniqueAddress from = 1;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .UniqueAddress from = 1;
+ * @return The from.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getFrom() {
if (fromBuilder_ == null) {
@@ -4316,18 +4428,22 @@ public final class ArteryControlFormats {
private int version_ ;
/**
* required uint32 version = 2;
+ * @return Whether the version field is set.
*/
public boolean hasVersion() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 version = 2;
+ * @return The version.
*/
public int getVersion() {
return version_;
}
/**
* required uint32 version = 2;
+ * @param value The version to set.
+ * @return This builder for chaining.
*/
public Builder setVersion(int value) {
bitField0_ |= 0x00000002;
@@ -4337,6 +4453,7 @@ public final class ArteryControlFormats {
}
/**
* required uint32 version = 2;
+ * @return This builder for chaining.
*/
public Builder clearVersion() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -4403,46 +4520,56 @@ public final class ArteryControlFormats {
/**
* required bytes message = 1;
+ * @return Whether the message field is set.
*/
boolean hasMessage();
/**
* required bytes message = 1;
+ * @return The message.
*/
akka.protobufv3.internal.ByteString getMessage();
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
boolean hasSerializerId();
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
int getSerializerId();
/**
* optional bytes messageManifest = 3;
+ * @return Whether the messageManifest field is set.
*/
boolean hasMessageManifest();
/**
* optional bytes messageManifest = 3;
+ * @return The messageManifest.
*/
akka.protobufv3.internal.ByteString getMessageManifest();
/**
* required uint64 seqNo = 4;
+ * @return Whether the seqNo field is set.
*/
boolean hasSeqNo();
/**
* required uint64 seqNo = 4;
+ * @return The seqNo.
*/
long getSeqNo();
/**
* required .UniqueAddress ackReplyTo = 5;
+ * @return Whether the ackReplyTo field is set.
*/
boolean hasAckReplyTo();
/**
* required .UniqueAddress ackReplyTo = 5;
+ * @return The ackReplyTo.
*/
akka.remote.ArteryControlFormats.UniqueAddress getAckReplyTo();
/**
@@ -4572,12 +4699,14 @@ public final class ArteryControlFormats {
private akka.protobufv3.internal.ByteString message_;
/**
* required bytes message = 1;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes message = 1;
+ * @return The message.
*/
public akka.protobufv3.internal.ByteString getMessage() {
return message_;
@@ -4587,12 +4716,14 @@ public final class ArteryControlFormats {
private int serializerId_;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
@@ -4602,12 +4733,14 @@ public final class ArteryControlFormats {
private akka.protobufv3.internal.ByteString messageManifest_;
/**
* optional bytes messageManifest = 3;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 3;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
@@ -4617,12 +4750,14 @@ public final class ArteryControlFormats {
private long seqNo_;
/**
* required uint64 seqNo = 4;
+ * @return Whether the seqNo field is set.
*/
public boolean hasSeqNo() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required uint64 seqNo = 4;
+ * @return The seqNo.
*/
public long getSeqNo() {
return seqNo_;
@@ -4632,12 +4767,14 @@ public final class ArteryControlFormats {
private akka.remote.ArteryControlFormats.UniqueAddress ackReplyTo_;
/**
* required .UniqueAddress ackReplyTo = 5;
+ * @return Whether the ackReplyTo field is set.
*/
public boolean hasAckReplyTo() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* required .UniqueAddress ackReplyTo = 5;
+ * @return The ackReplyTo.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getAckReplyTo() {
return ackReplyTo_ == null ? akka.remote.ArteryControlFormats.UniqueAddress.getDefaultInstance() : ackReplyTo_;
@@ -5115,18 +5252,22 @@ public final class ArteryControlFormats {
private akka.protobufv3.internal.ByteString message_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes message = 1;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes message = 1;
+ * @return The message.
*/
public akka.protobufv3.internal.ByteString getMessage() {
return message_;
}
/**
* required bytes message = 1;
+ * @param value The message to set.
+ * @return This builder for chaining.
*/
public Builder setMessage(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -5139,6 +5280,7 @@ public final class ArteryControlFormats {
}
/**
* required bytes message = 1;
+ * @return This builder for chaining.
*/
public Builder clearMessage() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -5150,18 +5292,22 @@ public final class ArteryControlFormats {
private int serializerId_ ;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
}
/**
* required int32 serializerId = 2;
+ * @param value The serializerId to set.
+ * @return This builder for chaining.
*/
public Builder setSerializerId(int value) {
bitField0_ |= 0x00000002;
@@ -5171,6 +5317,7 @@ public final class ArteryControlFormats {
}
/**
* required int32 serializerId = 2;
+ * @return This builder for chaining.
*/
public Builder clearSerializerId() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -5182,18 +5329,22 @@ public final class ArteryControlFormats {
private akka.protobufv3.internal.ByteString messageManifest_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes messageManifest = 3;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 3;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
}
/**
* optional bytes messageManifest = 3;
+ * @param value The messageManifest to set.
+ * @return This builder for chaining.
*/
public Builder setMessageManifest(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -5206,6 +5357,7 @@ public final class ArteryControlFormats {
}
/**
* optional bytes messageManifest = 3;
+ * @return This builder for chaining.
*/
public Builder clearMessageManifest() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -5217,18 +5369,22 @@ public final class ArteryControlFormats {
private long seqNo_ ;
/**
* required uint64 seqNo = 4;
+ * @return Whether the seqNo field is set.
*/
public boolean hasSeqNo() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required uint64 seqNo = 4;
+ * @return The seqNo.
*/
public long getSeqNo() {
return seqNo_;
}
/**
* required uint64 seqNo = 4;
+ * @param value The seqNo to set.
+ * @return This builder for chaining.
*/
public Builder setSeqNo(long value) {
bitField0_ |= 0x00000008;
@@ -5238,6 +5394,7 @@ public final class ArteryControlFormats {
}
/**
* required uint64 seqNo = 4;
+ * @return This builder for chaining.
*/
public Builder clearSeqNo() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -5251,12 +5408,14 @@ public final class ArteryControlFormats {
akka.remote.ArteryControlFormats.UniqueAddress, akka.remote.ArteryControlFormats.UniqueAddress.Builder, akka.remote.ArteryControlFormats.UniqueAddressOrBuilder> ackReplyToBuilder_;
/**
* required .UniqueAddress ackReplyTo = 5;
+ * @return Whether the ackReplyTo field is set.
*/
public boolean hasAckReplyTo() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* required .UniqueAddress ackReplyTo = 5;
+ * @return The ackReplyTo.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getAckReplyTo() {
if (ackReplyToBuilder_ == null) {
@@ -5422,19 +5581,23 @@ public final class ArteryControlFormats {
/**
* required uint64 seqNo = 1;
+ * @return Whether the seqNo field is set.
*/
boolean hasSeqNo();
/**
* required uint64 seqNo = 1;
+ * @return The seqNo.
*/
long getSeqNo();
/**
* required .UniqueAddress from = 2;
+ * @return Whether the from field is set.
*/
boolean hasFrom();
/**
* required .UniqueAddress from = 2;
+ * @return The from.
*/
akka.remote.ArteryControlFormats.UniqueAddress getFrom();
/**
@@ -5548,12 +5711,14 @@ public final class ArteryControlFormats {
private long seqNo_;
/**
* required uint64 seqNo = 1;
+ * @return Whether the seqNo field is set.
*/
public boolean hasSeqNo() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 seqNo = 1;
+ * @return The seqNo.
*/
public long getSeqNo() {
return seqNo_;
@@ -5563,12 +5728,14 @@ public final class ArteryControlFormats {
private akka.remote.ArteryControlFormats.UniqueAddress from_;
/**
* required .UniqueAddress from = 2;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .UniqueAddress from = 2;
+ * @return The from.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getFrom() {
return from_ == null ? akka.remote.ArteryControlFormats.UniqueAddress.getDefaultInstance() : from_;
@@ -5958,18 +6125,22 @@ public final class ArteryControlFormats {
private long seqNo_ ;
/**
* required uint64 seqNo = 1;
+ * @return Whether the seqNo field is set.
*/
public boolean hasSeqNo() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 seqNo = 1;
+ * @return The seqNo.
*/
public long getSeqNo() {
return seqNo_;
}
/**
* required uint64 seqNo = 1;
+ * @param value The seqNo to set.
+ * @return This builder for chaining.
*/
public Builder setSeqNo(long value) {
bitField0_ |= 0x00000001;
@@ -5979,6 +6150,7 @@ public final class ArteryControlFormats {
}
/**
* required uint64 seqNo = 1;
+ * @return This builder for chaining.
*/
public Builder clearSeqNo() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -5992,12 +6164,14 @@ public final class ArteryControlFormats {
akka.remote.ArteryControlFormats.UniqueAddress, akka.remote.ArteryControlFormats.UniqueAddress.Builder, akka.remote.ArteryControlFormats.UniqueAddressOrBuilder> fromBuilder_;
/**
* required .UniqueAddress from = 2;
+ * @return Whether the from field is set.
*/
public boolean hasFrom() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .UniqueAddress from = 2;
+ * @return The from.
*/
public akka.remote.ArteryControlFormats.UniqueAddress getFrom() {
if (fromBuilder_ == null) {
@@ -6163,52 +6337,63 @@ public final class ArteryControlFormats {
/**
* required string protocol = 1;
+ * @return Whether the protocol field is set.
*/
boolean hasProtocol();
/**
* required string protocol = 1;
+ * @return The protocol.
*/
java.lang.String getProtocol();
/**
* required string protocol = 1;
+ * @return The bytes for protocol.
*/
akka.protobufv3.internal.ByteString
getProtocolBytes();
/**
* required string system = 2;
+ * @return Whether the system field is set.
*/
boolean hasSystem();
/**
* required string system = 2;
+ * @return The system.
*/
java.lang.String getSystem();
/**
* required string system = 2;
+ * @return The bytes for system.
*/
akka.protobufv3.internal.ByteString
getSystemBytes();
/**
* required string hostname = 3;
+ * @return Whether the hostname field is set.
*/
boolean hasHostname();
/**
* required string hostname = 3;
+ * @return The hostname.
*/
java.lang.String getHostname();
/**
* required string hostname = 3;
+ * @return The bytes for hostname.
*/
akka.protobufv3.internal.ByteString
getHostnameBytes();
/**
* required uint32 port = 4;
+ * @return Whether the port field is set.
*/
boolean hasPort();
/**
* required uint32 port = 4;
+ * @return The port.
*/
int getPort();
}
@@ -6326,12 +6511,14 @@ public final class ArteryControlFormats {
private volatile java.lang.Object protocol_;
/**
* required string protocol = 1;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string protocol = 1;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -6349,6 +6536,7 @@ public final class ArteryControlFormats {
}
/**
* required string protocol = 1;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -6368,12 +6556,14 @@ public final class ArteryControlFormats {
private volatile java.lang.Object system_;
/**
* required string system = 2;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string system = 2;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -6391,6 +6581,7 @@ public final class ArteryControlFormats {
}
/**
* required string system = 2;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -6410,12 +6601,14 @@ public final class ArteryControlFormats {
private volatile java.lang.Object hostname_;
/**
* required string hostname = 3;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string hostname = 3;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -6433,6 +6626,7 @@ public final class ArteryControlFormats {
}
/**
* required string hostname = 3;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -6452,12 +6646,14 @@ public final class ArteryControlFormats {
private int port_;
/**
* required uint32 port = 4;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required uint32 port = 4;
+ * @return The port.
*/
public int getPort() {
return port_;
@@ -6891,12 +7087,14 @@ public final class ArteryControlFormats {
private java.lang.Object protocol_ = "";
/**
* required string protocol = 1;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string protocol = 1;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -6914,6 +7112,7 @@ public final class ArteryControlFormats {
}
/**
* required string protocol = 1;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -6930,6 +7129,8 @@ public final class ArteryControlFormats {
}
/**
* required string protocol = 1;
+ * @param value The protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocol(
java.lang.String value) {
@@ -6943,6 +7144,7 @@ public final class ArteryControlFormats {
}
/**
* required string protocol = 1;
+ * @return This builder for chaining.
*/
public Builder clearProtocol() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -6952,6 +7154,8 @@ public final class ArteryControlFormats {
}
/**
* required string protocol = 1;
+ * @param value The bytes for protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocolBytes(
akka.protobufv3.internal.ByteString value) {
@@ -6967,12 +7171,14 @@ public final class ArteryControlFormats {
private java.lang.Object system_ = "";
/**
* required string system = 2;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string system = 2;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -6990,6 +7196,7 @@ public final class ArteryControlFormats {
}
/**
* required string system = 2;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -7006,6 +7213,8 @@ public final class ArteryControlFormats {
}
/**
* required string system = 2;
+ * @param value The system to set.
+ * @return This builder for chaining.
*/
public Builder setSystem(
java.lang.String value) {
@@ -7019,6 +7228,7 @@ public final class ArteryControlFormats {
}
/**
* required string system = 2;
+ * @return This builder for chaining.
*/
public Builder clearSystem() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -7028,6 +7238,8 @@ public final class ArteryControlFormats {
}
/**
* required string system = 2;
+ * @param value The bytes for system to set.
+ * @return This builder for chaining.
*/
public Builder setSystemBytes(
akka.protobufv3.internal.ByteString value) {
@@ -7043,12 +7255,14 @@ public final class ArteryControlFormats {
private java.lang.Object hostname_ = "";
/**
* required string hostname = 3;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string hostname = 3;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -7066,6 +7280,7 @@ public final class ArteryControlFormats {
}
/**
* required string hostname = 3;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -7082,6 +7297,8 @@ public final class ArteryControlFormats {
}
/**
* required string hostname = 3;
+ * @param value The hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostname(
java.lang.String value) {
@@ -7095,6 +7312,7 @@ public final class ArteryControlFormats {
}
/**
* required string hostname = 3;
+ * @return This builder for chaining.
*/
public Builder clearHostname() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -7104,6 +7322,8 @@ public final class ArteryControlFormats {
}
/**
* required string hostname = 3;
+ * @param value The bytes for hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostnameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -7119,18 +7339,22 @@ public final class ArteryControlFormats {
private int port_ ;
/**
* required uint32 port = 4;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required uint32 port = 4;
+ * @return The port.
*/
public int getPort() {
return port_;
}
/**
* required uint32 port = 4;
+ * @param value The port to set.
+ * @return This builder for chaining.
*/
public Builder setPort(int value) {
bitField0_ |= 0x00000008;
@@ -7140,6 +7364,7 @@ public final class ArteryControlFormats {
}
/**
* required uint32 port = 4;
+ * @return This builder for chaining.
*/
public Builder clearPort() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -7206,10 +7431,12 @@ public final class ArteryControlFormats {
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
boolean hasAddress();
/**
* required .Address address = 1;
+ * @return The address.
*/
akka.remote.ArteryControlFormats.Address getAddress();
/**
@@ -7219,10 +7446,12 @@ public final class ArteryControlFormats {
/**
* required uint64 uid = 2;
+ * @return Whether the uid field is set.
*/
boolean hasUid();
/**
* required uint64 uid = 2;
+ * @return The uid.
*/
long getUid();
}
@@ -7332,12 +7561,14 @@ public final class ArteryControlFormats {
private akka.remote.ArteryControlFormats.Address address_;
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address address = 1;
+ * @return The address.
*/
public akka.remote.ArteryControlFormats.Address getAddress() {
return address_ == null ? akka.remote.ArteryControlFormats.Address.getDefaultInstance() : address_;
@@ -7353,12 +7584,14 @@ public final class ArteryControlFormats {
private long uid_;
/**
* required uint64 uid = 2;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint64 uid = 2;
+ * @return The uid.
*/
public long getUid() {
return uid_;
@@ -7744,12 +7977,14 @@ public final class ArteryControlFormats {
akka.remote.ArteryControlFormats.Address, akka.remote.ArteryControlFormats.Address.Builder, akka.remote.ArteryControlFormats.AddressOrBuilder> addressBuilder_;
/**
* required .Address address = 1;
+ * @return Whether the address field is set.
*/
public boolean hasAddress() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Address address = 1;
+ * @return The address.
*/
public akka.remote.ArteryControlFormats.Address getAddress() {
if (addressBuilder_ == null) {
@@ -7860,18 +8095,22 @@ public final class ArteryControlFormats {
private long uid_ ;
/**
* required uint64 uid = 2;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint64 uid = 2;
+ * @return The uid.
*/
public long getUid() {
return uid_;
}
/**
* required uint64 uid = 2;
+ * @param value The uid to set.
+ * @return This builder for chaining.
*/
public Builder setUid(long value) {
bitField0_ |= 0x00000002;
@@ -7881,6 +8120,7 @@ public final class ArteryControlFormats {
}
/**
* required uint64 uid = 2;
+ * @return This builder for chaining.
*/
public Builder clearUid() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -7947,10 +8187,12 @@ public final class ArteryControlFormats {
/**
* required uint64 uid = 1;
+ * @return Whether the uid field is set.
*/
boolean hasUid();
/**
* required uint64 uid = 1;
+ * @return The uid.
*/
long getUid();
}
@@ -8047,12 +8289,14 @@ public final class ArteryControlFormats {
private long uid_;
/**
* required uint64 uid = 1;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 uid = 1;
+ * @return The uid.
*/
public long getUid() {
return uid_;
@@ -8388,18 +8632,22 @@ public final class ArteryControlFormats {
private long uid_ ;
/**
* required uint64 uid = 1;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 uid = 1;
+ * @return The uid.
*/
public long getUid() {
return uid_;
}
/**
* required uint64 uid = 1;
+ * @param value The uid to set.
+ * @return This builder for chaining.
*/
public Builder setUid(long value) {
bitField0_ |= 0x00000001;
@@ -8409,6 +8657,7 @@ public final class ArteryControlFormats {
}
/**
* required uint64 uid = 1;
+ * @return This builder for chaining.
*/
public Builder clearUid() {
bitField0_ = (bitField0_ & ~0x00000001);
diff --git a/akka-remote/src/main/java/akka/remote/ContainerFormats.java b/akka-remote/src/main/java/akka/remote/ContainerFormats.java
index a81cd080dc..54f31ebd9b 100644
--- a/akka-remote/src/main/java/akka/remote/ContainerFormats.java
+++ b/akka-remote/src/main/java/akka/remote/ContainerFormats.java
@@ -56,6 +56,8 @@ public final class ContainerFormats {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -63,6 +65,10 @@ public final class ContainerFormats {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static PatternType forNumber(int value) {
switch (value) {
case 0: return PARENT;
@@ -123,19 +129,23 @@ public final class ContainerFormats {
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
boolean hasEnclosedMessage();
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
akka.protobufv3.internal.ByteString getEnclosedMessage();
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
boolean hasSerializerId();
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
int getSerializerId();
@@ -165,10 +175,12 @@ public final class ContainerFormats {
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
boolean hasMessageManifest();
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
akka.protobufv3.internal.ByteString getMessageManifest();
@@ -178,6 +190,7 @@ public final class ContainerFormats {
*
*
* optional bool wildcardFanOut = 5;
+ * @return Whether the wildcardFanOut field is set.
*/
boolean hasWildcardFanOut();
/**
@@ -186,6 +199,7 @@ public final class ContainerFormats {
*
*
* optional bool wildcardFanOut = 5;
+ * @return The wildcardFanOut.
*/
boolean getWildcardFanOut();
}
@@ -307,12 +321,14 @@ public final class ContainerFormats {
private akka.protobufv3.internal.ByteString enclosedMessage_;
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
public boolean hasEnclosedMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
public akka.protobufv3.internal.ByteString getEnclosedMessage() {
return enclosedMessage_;
@@ -322,12 +338,14 @@ public final class ContainerFormats {
private int serializerId_;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
@@ -372,12 +390,14 @@ public final class ContainerFormats {
private akka.protobufv3.internal.ByteString messageManifest_;
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
@@ -391,6 +411,7 @@ public final class ContainerFormats {
*
*
* optional bool wildcardFanOut = 5;
+ * @return Whether the wildcardFanOut field is set.
*/
public boolean hasWildcardFanOut() {
return ((bitField0_ & 0x00000008) != 0);
@@ -401,6 +422,7 @@ public final class ContainerFormats {
*
*
* optional bool wildcardFanOut = 5;
+ * @return The wildcardFanOut.
*/
public boolean getWildcardFanOut() {
return wildcardFanOut_;
@@ -879,18 +901,22 @@ public final class ContainerFormats {
private akka.protobufv3.internal.ByteString enclosedMessage_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
public boolean hasEnclosedMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
public akka.protobufv3.internal.ByteString getEnclosedMessage() {
return enclosedMessage_;
}
/**
* required bytes enclosedMessage = 1;
+ * @param value The enclosedMessage to set.
+ * @return This builder for chaining.
*/
public Builder setEnclosedMessage(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -903,6 +929,7 @@ public final class ContainerFormats {
}
/**
* required bytes enclosedMessage = 1;
+ * @return This builder for chaining.
*/
public Builder clearEnclosedMessage() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -914,18 +941,22 @@ public final class ContainerFormats {
private int serializerId_ ;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
}
/**
* required int32 serializerId = 2;
+ * @param value The serializerId to set.
+ * @return This builder for chaining.
*/
public Builder setSerializerId(int value) {
bitField0_ |= 0x00000002;
@@ -935,6 +966,7 @@ public final class ContainerFormats {
}
/**
* required int32 serializerId = 2;
+ * @return This builder for chaining.
*/
public Builder clearSerializerId() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -1186,18 +1218,22 @@ public final class ContainerFormats {
private akka.protobufv3.internal.ByteString messageManifest_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
}
/**
* optional bytes messageManifest = 4;
+ * @param value The messageManifest to set.
+ * @return This builder for chaining.
*/
public Builder setMessageManifest(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -1210,6 +1246,7 @@ public final class ContainerFormats {
}
/**
* optional bytes messageManifest = 4;
+ * @return This builder for chaining.
*/
public Builder clearMessageManifest() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -1225,6 +1262,7 @@ public final class ContainerFormats {
*
*
* optional bool wildcardFanOut = 5;
+ * @return Whether the wildcardFanOut field is set.
*/
public boolean hasWildcardFanOut() {
return ((bitField0_ & 0x00000010) != 0);
@@ -1235,6 +1273,7 @@ public final class ContainerFormats {
*
*
* optional bool wildcardFanOut = 5;
+ * @return The wildcardFanOut.
*/
public boolean getWildcardFanOut() {
return wildcardFanOut_;
@@ -1245,6 +1284,8 @@ public final class ContainerFormats {
*
*
* optional bool wildcardFanOut = 5;
+ * @param value The wildcardFanOut to set.
+ * @return This builder for chaining.
*/
public Builder setWildcardFanOut(boolean value) {
bitField0_ |= 0x00000010;
@@ -1258,6 +1299,7 @@ public final class ContainerFormats {
*
*
* optional bool wildcardFanOut = 5;
+ * @return This builder for chaining.
*/
public Builder clearWildcardFanOut() {
bitField0_ = (bitField0_ & ~0x00000010);
@@ -1324,23 +1366,28 @@ public final class ContainerFormats {
/**
* required .PatternType type = 1;
+ * @return Whether the type field is set.
*/
boolean hasType();
/**
* required .PatternType type = 1;
+ * @return The type.
*/
akka.remote.ContainerFormats.PatternType getType();
/**
* optional string matcher = 2;
+ * @return Whether the matcher field is set.
*/
boolean hasMatcher();
/**
* optional string matcher = 2;
+ * @return The matcher.
*/
java.lang.String getMatcher();
/**
* optional string matcher = 2;
+ * @return The bytes for matcher.
*/
akka.protobufv3.internal.ByteString
getMatcherBytes();
@@ -1448,12 +1495,14 @@ public final class ContainerFormats {
private int type_;
/**
* required .PatternType type = 1;
+ * @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .PatternType type = 1;
+ * @return The type.
*/
public akka.remote.ContainerFormats.PatternType getType() {
@SuppressWarnings("deprecation")
@@ -1465,12 +1514,14 @@ public final class ContainerFormats {
private volatile java.lang.Object matcher_;
/**
* optional string matcher = 2;
+ * @return Whether the matcher field is set.
*/
public boolean hasMatcher() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string matcher = 2;
+ * @return The matcher.
*/
public java.lang.String getMatcher() {
java.lang.Object ref = matcher_;
@@ -1488,6 +1539,7 @@ public final class ContainerFormats {
}
/**
* optional string matcher = 2;
+ * @return The bytes for matcher.
*/
public akka.protobufv3.internal.ByteString
getMatcherBytes() {
@@ -1852,12 +1904,14 @@ public final class ContainerFormats {
private int type_ = 0;
/**
* required .PatternType type = 1;
+ * @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .PatternType type = 1;
+ * @return The type.
*/
public akka.remote.ContainerFormats.PatternType getType() {
@SuppressWarnings("deprecation")
@@ -1866,6 +1920,8 @@ public final class ContainerFormats {
}
/**
* required .PatternType type = 1;
+ * @param value The type to set.
+ * @return This builder for chaining.
*/
public Builder setType(akka.remote.ContainerFormats.PatternType value) {
if (value == null) {
@@ -1878,6 +1934,7 @@ public final class ContainerFormats {
}
/**
* required .PatternType type = 1;
+ * @return This builder for chaining.
*/
public Builder clearType() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -1889,12 +1946,14 @@ public final class ContainerFormats {
private java.lang.Object matcher_ = "";
/**
* optional string matcher = 2;
+ * @return Whether the matcher field is set.
*/
public boolean hasMatcher() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string matcher = 2;
+ * @return The matcher.
*/
public java.lang.String getMatcher() {
java.lang.Object ref = matcher_;
@@ -1912,6 +1971,7 @@ public final class ContainerFormats {
}
/**
* optional string matcher = 2;
+ * @return The bytes for matcher.
*/
public akka.protobufv3.internal.ByteString
getMatcherBytes() {
@@ -1928,6 +1988,8 @@ public final class ContainerFormats {
}
/**
* optional string matcher = 2;
+ * @param value The matcher to set.
+ * @return This builder for chaining.
*/
public Builder setMatcher(
java.lang.String value) {
@@ -1941,6 +2003,7 @@ public final class ContainerFormats {
}
/**
* optional string matcher = 2;
+ * @return This builder for chaining.
*/
public Builder clearMatcher() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -1950,6 +2013,8 @@ public final class ContainerFormats {
}
/**
* optional string matcher = 2;
+ * @param value The bytes for matcher to set.
+ * @return This builder for chaining.
*/
public Builder setMatcherBytes(
akka.protobufv3.internal.ByteString value) {
@@ -2020,10 +2085,12 @@ public final class ContainerFormats {
/**
* required .Payload messageId = 1;
+ * @return Whether the messageId field is set.
*/
boolean hasMessageId();
/**
* required .Payload messageId = 1;
+ * @return The messageId.
*/
akka.remote.ContainerFormats.Payload getMessageId();
/**
@@ -2127,12 +2194,14 @@ public final class ContainerFormats {
private akka.remote.ContainerFormats.Payload messageId_;
/**
* required .Payload messageId = 1;
+ * @return Whether the messageId field is set.
*/
public boolean hasMessageId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Payload messageId = 1;
+ * @return The messageId.
*/
public akka.remote.ContainerFormats.Payload getMessageId() {
return messageId_ == null ? akka.remote.ContainerFormats.Payload.getDefaultInstance() : messageId_;
@@ -2486,12 +2555,14 @@ public final class ContainerFormats {
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> messageIdBuilder_;
/**
* required .Payload messageId = 1;
+ * @return Whether the messageId field is set.
*/
public boolean hasMessageId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Payload messageId = 1;
+ * @return The messageId.
*/
public akka.remote.ContainerFormats.Payload getMessageId() {
if (messageIdBuilder_ == null) {
@@ -2657,10 +2728,12 @@ public final class ContainerFormats {
/**
* required .Payload correlationId = 1;
+ * @return Whether the correlationId field is set.
*/
boolean hasCorrelationId();
/**
* required .Payload correlationId = 1;
+ * @return The correlationId.
*/
akka.remote.ContainerFormats.Payload getCorrelationId();
/**
@@ -2670,10 +2743,12 @@ public final class ContainerFormats {
/**
* optional .ActorRef ref = 2;
+ * @return Whether the ref field is set.
*/
boolean hasRef();
/**
* optional .ActorRef ref = 2;
+ * @return The ref.
*/
akka.remote.ContainerFormats.ActorRef getRef();
/**
@@ -2790,12 +2865,14 @@ public final class ContainerFormats {
private akka.remote.ContainerFormats.Payload correlationId_;
/**
* required .Payload correlationId = 1;
+ * @return Whether the correlationId field is set.
*/
public boolean hasCorrelationId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Payload correlationId = 1;
+ * @return The correlationId.
*/
public akka.remote.ContainerFormats.Payload getCorrelationId() {
return correlationId_ == null ? akka.remote.ContainerFormats.Payload.getDefaultInstance() : correlationId_;
@@ -2811,12 +2888,14 @@ public final class ContainerFormats {
private akka.remote.ContainerFormats.ActorRef ref_;
/**
* optional .ActorRef ref = 2;
+ * @return Whether the ref field is set.
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .ActorRef ref = 2;
+ * @return The ref.
*/
public akka.remote.ContainerFormats.ActorRef getRef() {
return ref_ == null ? akka.remote.ContainerFormats.ActorRef.getDefaultInstance() : ref_;
@@ -3215,12 +3294,14 @@ public final class ContainerFormats {
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> correlationIdBuilder_;
/**
* required .Payload correlationId = 1;
+ * @return Whether the correlationId field is set.
*/
public boolean hasCorrelationId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Payload correlationId = 1;
+ * @return The correlationId.
*/
public akka.remote.ContainerFormats.Payload getCorrelationId() {
if (correlationIdBuilder_ == null) {
@@ -3333,12 +3414,14 @@ public final class ContainerFormats {
akka.remote.ContainerFormats.ActorRef, akka.remote.ContainerFormats.ActorRef.Builder, akka.remote.ContainerFormats.ActorRefOrBuilder> refBuilder_;
/**
* optional .ActorRef ref = 2;
+ * @return Whether the ref field is set.
*/
public boolean hasRef() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .ActorRef ref = 2;
+ * @return The ref.
*/
public akka.remote.ContainerFormats.ActorRef getRef() {
if (refBuilder_ == null) {
@@ -3504,14 +3587,17 @@ public final class ContainerFormats {
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
boolean hasPath();
/**
* required string path = 1;
+ * @return The path.
*/
java.lang.String getPath();
/**
* required string path = 1;
+ * @return The bytes for path.
*/
akka.protobufv3.internal.ByteString
getPathBytes();
@@ -3606,12 +3692,14 @@ public final class ContainerFormats {
private volatile java.lang.Object path_;
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -3629,6 +3717,7 @@ public final class ContainerFormats {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -3969,12 +4058,14 @@ public final class ContainerFormats {
private java.lang.Object path_ = "";
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -3992,6 +4083,7 @@ public final class ContainerFormats {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -4008,6 +4100,8 @@ public final class ContainerFormats {
}
/**
* required string path = 1;
+ * @param value The path to set.
+ * @return This builder for chaining.
*/
public Builder setPath(
java.lang.String value) {
@@ -4021,6 +4115,7 @@ public final class ContainerFormats {
}
/**
* required string path = 1;
+ * @return This builder for chaining.
*/
public Builder clearPath() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -4030,6 +4125,8 @@ public final class ContainerFormats {
}
/**
* required string path = 1;
+ * @param value The bytes for path to set.
+ * @return This builder for chaining.
*/
public Builder setPathBytes(
akka.protobufv3.internal.ByteString value) {
@@ -4100,10 +4197,12 @@ public final class ContainerFormats {
/**
* optional .Payload value = 1;
+ * @return Whether the value field is set.
*/
boolean hasValue();
/**
* optional .Payload value = 1;
+ * @return The value.
*/
akka.remote.ContainerFormats.Payload getValue();
/**
@@ -4207,12 +4306,14 @@ public final class ContainerFormats {
private akka.remote.ContainerFormats.Payload value_;
/**
* optional .Payload value = 1;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .Payload value = 1;
+ * @return The value.
*/
public akka.remote.ContainerFormats.Payload getValue() {
return value_ == null ? akka.remote.ContainerFormats.Payload.getDefaultInstance() : value_;
@@ -4563,12 +4664,14 @@ public final class ContainerFormats {
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> valueBuilder_;
/**
* optional .Payload value = 1;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .Payload value = 1;
+ * @return The value.
*/
public akka.remote.ContainerFormats.Payload getValue() {
if (valueBuilder_ == null) {
@@ -4734,28 +4837,34 @@ public final class ContainerFormats {
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
boolean hasEnclosedMessage();
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
akka.protobufv3.internal.ByteString getEnclosedMessage();
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
boolean hasSerializerId();
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
int getSerializerId();
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
boolean hasMessageManifest();
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
akka.protobufv3.internal.ByteString getMessageManifest();
}
@@ -4859,12 +4968,14 @@ public final class ContainerFormats {
private akka.protobufv3.internal.ByteString enclosedMessage_;
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
public boolean hasEnclosedMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
public akka.protobufv3.internal.ByteString getEnclosedMessage() {
return enclosedMessage_;
@@ -4874,12 +4985,14 @@ public final class ContainerFormats {
private int serializerId_;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
@@ -4889,12 +5002,14 @@ public final class ContainerFormats {
private akka.protobufv3.internal.ByteString messageManifest_;
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
@@ -5281,18 +5396,22 @@ public final class ContainerFormats {
private akka.protobufv3.internal.ByteString enclosedMessage_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
public boolean hasEnclosedMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
public akka.protobufv3.internal.ByteString getEnclosedMessage() {
return enclosedMessage_;
}
/**
* required bytes enclosedMessage = 1;
+ * @param value The enclosedMessage to set.
+ * @return This builder for chaining.
*/
public Builder setEnclosedMessage(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -5305,6 +5424,7 @@ public final class ContainerFormats {
}
/**
* required bytes enclosedMessage = 1;
+ * @return This builder for chaining.
*/
public Builder clearEnclosedMessage() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -5316,18 +5436,22 @@ public final class ContainerFormats {
private int serializerId_ ;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
}
/**
* required int32 serializerId = 2;
+ * @param value The serializerId to set.
+ * @return This builder for chaining.
*/
public Builder setSerializerId(int value) {
bitField0_ |= 0x00000002;
@@ -5337,6 +5461,7 @@ public final class ContainerFormats {
}
/**
* required int32 serializerId = 2;
+ * @return This builder for chaining.
*/
public Builder clearSerializerId() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -5348,18 +5473,22 @@ public final class ContainerFormats {
private akka.protobufv3.internal.ByteString messageManifest_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes messageManifest = 4;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 4;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
}
/**
* optional bytes messageManifest = 4;
+ * @param value The messageManifest to set.
+ * @return This builder for chaining.
*/
public Builder setMessageManifest(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -5372,6 +5501,7 @@ public final class ContainerFormats {
}
/**
* optional bytes messageManifest = 4;
+ * @return This builder for chaining.
*/
public Builder clearMessageManifest() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -5438,10 +5568,12 @@ public final class ContainerFormats {
/**
* required uint64 uid = 1;
+ * @return Whether the uid field is set.
*/
boolean hasUid();
/**
* required uint64 uid = 1;
+ * @return The uid.
*/
long getUid();
}
@@ -5533,12 +5665,14 @@ public final class ContainerFormats {
private long uid_;
/**
* required uint64 uid = 1;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 uid = 1;
+ * @return The uid.
*/
public long getUid() {
return uid_;
@@ -5869,18 +6003,22 @@ public final class ContainerFormats {
private long uid_ ;
/**
* required uint64 uid = 1;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 uid = 1;
+ * @return The uid.
*/
public long getUid() {
return uid_;
}
/**
* required uint64 uid = 1;
+ * @param value The uid to set.
+ * @return This builder for chaining.
*/
public Builder setUid(long value) {
bitField0_ |= 0x00000001;
@@ -5890,6 +6028,7 @@ public final class ContainerFormats {
}
/**
* required uint64 uid = 1;
+ * @return This builder for chaining.
*/
public Builder clearUid() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -5956,38 +6095,46 @@ public final class ContainerFormats {
/**
* required string className = 1;
+ * @return Whether the className field is set.
*/
boolean hasClassName();
/**
* required string className = 1;
+ * @return The className.
*/
java.lang.String getClassName();
/**
* required string className = 1;
+ * @return The bytes for className.
*/
akka.protobufv3.internal.ByteString
getClassNameBytes();
/**
* optional string message = 2;
+ * @return Whether the message field is set.
*/
boolean hasMessage();
/**
* optional string message = 2;
+ * @return The message.
*/
java.lang.String getMessage();
/**
* optional string message = 2;
+ * @return The bytes for message.
*/
akka.protobufv3.internal.ByteString
getMessageBytes();
/**
* optional .Payload cause = 3;
+ * @return Whether the cause field is set.
*/
boolean hasCause();
/**
* optional .Payload cause = 3;
+ * @return The cause.
*/
akka.remote.ContainerFormats.Payload getCause();
/**
@@ -6142,12 +6289,14 @@ public final class ContainerFormats {
private volatile java.lang.Object className_;
/**
* required string className = 1;
+ * @return Whether the className field is set.
*/
public boolean hasClassName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string className = 1;
+ * @return The className.
*/
public java.lang.String getClassName() {
java.lang.Object ref = className_;
@@ -6165,6 +6314,7 @@ public final class ContainerFormats {
}
/**
* required string className = 1;
+ * @return The bytes for className.
*/
public akka.protobufv3.internal.ByteString
getClassNameBytes() {
@@ -6184,12 +6334,14 @@ public final class ContainerFormats {
private volatile java.lang.Object message_;
/**
* optional string message = 2;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string message = 2;
+ * @return The message.
*/
public java.lang.String getMessage() {
java.lang.Object ref = message_;
@@ -6207,6 +6359,7 @@ public final class ContainerFormats {
}
/**
* optional string message = 2;
+ * @return The bytes for message.
*/
public akka.protobufv3.internal.ByteString
getMessageBytes() {
@@ -6226,12 +6379,14 @@ public final class ContainerFormats {
private akka.remote.ContainerFormats.Payload cause_;
/**
* optional .Payload cause = 3;
+ * @return Whether the cause field is set.
*/
public boolean hasCause() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .Payload cause = 3;
+ * @return The cause.
*/
public akka.remote.ContainerFormats.Payload getCause() {
return cause_ == null ? akka.remote.ContainerFormats.Payload.getDefaultInstance() : cause_;
@@ -6740,12 +6895,14 @@ public final class ContainerFormats {
private java.lang.Object className_ = "";
/**
* required string className = 1;
+ * @return Whether the className field is set.
*/
public boolean hasClassName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string className = 1;
+ * @return The className.
*/
public java.lang.String getClassName() {
java.lang.Object ref = className_;
@@ -6763,6 +6920,7 @@ public final class ContainerFormats {
}
/**
* required string className = 1;
+ * @return The bytes for className.
*/
public akka.protobufv3.internal.ByteString
getClassNameBytes() {
@@ -6779,6 +6937,8 @@ public final class ContainerFormats {
}
/**
* required string className = 1;
+ * @param value The className to set.
+ * @return This builder for chaining.
*/
public Builder setClassName(
java.lang.String value) {
@@ -6792,6 +6952,7 @@ public final class ContainerFormats {
}
/**
* required string className = 1;
+ * @return This builder for chaining.
*/
public Builder clearClassName() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -6801,6 +6962,8 @@ public final class ContainerFormats {
}
/**
* required string className = 1;
+ * @param value The bytes for className to set.
+ * @return This builder for chaining.
*/
public Builder setClassNameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -6816,12 +6979,14 @@ public final class ContainerFormats {
private java.lang.Object message_ = "";
/**
* optional string message = 2;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string message = 2;
+ * @return The message.
*/
public java.lang.String getMessage() {
java.lang.Object ref = message_;
@@ -6839,6 +7004,7 @@ public final class ContainerFormats {
}
/**
* optional string message = 2;
+ * @return The bytes for message.
*/
public akka.protobufv3.internal.ByteString
getMessageBytes() {
@@ -6855,6 +7021,8 @@ public final class ContainerFormats {
}
/**
* optional string message = 2;
+ * @param value The message to set.
+ * @return This builder for chaining.
*/
public Builder setMessage(
java.lang.String value) {
@@ -6868,6 +7036,7 @@ public final class ContainerFormats {
}
/**
* optional string message = 2;
+ * @return This builder for chaining.
*/
public Builder clearMessage() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -6877,6 +7046,8 @@ public final class ContainerFormats {
}
/**
* optional string message = 2;
+ * @param value The bytes for message to set.
+ * @return This builder for chaining.
*/
public Builder setMessageBytes(
akka.protobufv3.internal.ByteString value) {
@@ -6894,12 +7065,14 @@ public final class ContainerFormats {
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> causeBuilder_;
/**
* optional .Payload cause = 3;
+ * @return Whether the cause field is set.
*/
public boolean hasCause() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .Payload cause = 3;
+ * @return The cause.
*/
public akka.remote.ContainerFormats.Payload getCause() {
if (causeBuilder_ == null) {
@@ -7305,42 +7478,51 @@ public final class ContainerFormats {
/**
* required string message = 1;
+ * @return Whether the message field is set.
*/
boolean hasMessage();
/**
* required string message = 1;
+ * @return The message.
*/
java.lang.String getMessage();
/**
* required string message = 1;
+ * @return The bytes for message.
*/
akka.protobufv3.internal.ByteString
getMessageBytes();
/**
* required string originalMessage = 2;
+ * @return Whether the originalMessage field is set.
*/
boolean hasOriginalMessage();
/**
* required string originalMessage = 2;
+ * @return The originalMessage.
*/
java.lang.String getOriginalMessage();
/**
* required string originalMessage = 2;
+ * @return The bytes for originalMessage.
*/
akka.protobufv3.internal.ByteString
getOriginalMessageBytes();
/**
* required string originalClassName = 3;
+ * @return Whether the originalClassName field is set.
*/
boolean hasOriginalClassName();
/**
* required string originalClassName = 3;
+ * @return The originalClassName.
*/
java.lang.String getOriginalClassName();
/**
* required string originalClassName = 3;
+ * @return The bytes for originalClassName.
*/
akka.protobufv3.internal.ByteString
getOriginalClassNameBytes();
@@ -7449,12 +7631,14 @@ public final class ContainerFormats {
private volatile java.lang.Object message_;
/**
* required string message = 1;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string message = 1;
+ * @return The message.
*/
public java.lang.String getMessage() {
java.lang.Object ref = message_;
@@ -7472,6 +7656,7 @@ public final class ContainerFormats {
}
/**
* required string message = 1;
+ * @return The bytes for message.
*/
public akka.protobufv3.internal.ByteString
getMessageBytes() {
@@ -7491,12 +7676,14 @@ public final class ContainerFormats {
private volatile java.lang.Object originalMessage_;
/**
* required string originalMessage = 2;
+ * @return Whether the originalMessage field is set.
*/
public boolean hasOriginalMessage() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string originalMessage = 2;
+ * @return The originalMessage.
*/
public java.lang.String getOriginalMessage() {
java.lang.Object ref = originalMessage_;
@@ -7514,6 +7701,7 @@ public final class ContainerFormats {
}
/**
* required string originalMessage = 2;
+ * @return The bytes for originalMessage.
*/
public akka.protobufv3.internal.ByteString
getOriginalMessageBytes() {
@@ -7533,12 +7721,14 @@ public final class ContainerFormats {
private volatile java.lang.Object originalClassName_;
/**
* required string originalClassName = 3;
+ * @return Whether the originalClassName field is set.
*/
public boolean hasOriginalClassName() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string originalClassName = 3;
+ * @return The originalClassName.
*/
public java.lang.String getOriginalClassName() {
java.lang.Object ref = originalClassName_;
@@ -7556,6 +7746,7 @@ public final class ContainerFormats {
}
/**
* required string originalClassName = 3;
+ * @return The bytes for originalClassName.
*/
public akka.protobufv3.internal.ByteString
getOriginalClassNameBytes() {
@@ -7962,12 +8153,14 @@ public final class ContainerFormats {
private java.lang.Object message_ = "";
/**
* required string message = 1;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string message = 1;
+ * @return The message.
*/
public java.lang.String getMessage() {
java.lang.Object ref = message_;
@@ -7985,6 +8178,7 @@ public final class ContainerFormats {
}
/**
* required string message = 1;
+ * @return The bytes for message.
*/
public akka.protobufv3.internal.ByteString
getMessageBytes() {
@@ -8001,6 +8195,8 @@ public final class ContainerFormats {
}
/**
* required string message = 1;
+ * @param value The message to set.
+ * @return This builder for chaining.
*/
public Builder setMessage(
java.lang.String value) {
@@ -8014,6 +8210,7 @@ public final class ContainerFormats {
}
/**
* required string message = 1;
+ * @return This builder for chaining.
*/
public Builder clearMessage() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -8023,6 +8220,8 @@ public final class ContainerFormats {
}
/**
* required string message = 1;
+ * @param value The bytes for message to set.
+ * @return This builder for chaining.
*/
public Builder setMessageBytes(
akka.protobufv3.internal.ByteString value) {
@@ -8038,12 +8237,14 @@ public final class ContainerFormats {
private java.lang.Object originalMessage_ = "";
/**
* required string originalMessage = 2;
+ * @return Whether the originalMessage field is set.
*/
public boolean hasOriginalMessage() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string originalMessage = 2;
+ * @return The originalMessage.
*/
public java.lang.String getOriginalMessage() {
java.lang.Object ref = originalMessage_;
@@ -8061,6 +8262,7 @@ public final class ContainerFormats {
}
/**
* required string originalMessage = 2;
+ * @return The bytes for originalMessage.
*/
public akka.protobufv3.internal.ByteString
getOriginalMessageBytes() {
@@ -8077,6 +8279,8 @@ public final class ContainerFormats {
}
/**
* required string originalMessage = 2;
+ * @param value The originalMessage to set.
+ * @return This builder for chaining.
*/
public Builder setOriginalMessage(
java.lang.String value) {
@@ -8090,6 +8294,7 @@ public final class ContainerFormats {
}
/**
* required string originalMessage = 2;
+ * @return This builder for chaining.
*/
public Builder clearOriginalMessage() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -8099,6 +8304,8 @@ public final class ContainerFormats {
}
/**
* required string originalMessage = 2;
+ * @param value The bytes for originalMessage to set.
+ * @return This builder for chaining.
*/
public Builder setOriginalMessageBytes(
akka.protobufv3.internal.ByteString value) {
@@ -8114,12 +8321,14 @@ public final class ContainerFormats {
private java.lang.Object originalClassName_ = "";
/**
* required string originalClassName = 3;
+ * @return Whether the originalClassName field is set.
*/
public boolean hasOriginalClassName() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string originalClassName = 3;
+ * @return The originalClassName.
*/
public java.lang.String getOriginalClassName() {
java.lang.Object ref = originalClassName_;
@@ -8137,6 +8346,7 @@ public final class ContainerFormats {
}
/**
* required string originalClassName = 3;
+ * @return The bytes for originalClassName.
*/
public akka.protobufv3.internal.ByteString
getOriginalClassNameBytes() {
@@ -8153,6 +8363,8 @@ public final class ContainerFormats {
}
/**
* required string originalClassName = 3;
+ * @param value The originalClassName to set.
+ * @return This builder for chaining.
*/
public Builder setOriginalClassName(
java.lang.String value) {
@@ -8166,6 +8378,7 @@ public final class ContainerFormats {
}
/**
* required string originalClassName = 3;
+ * @return This builder for chaining.
*/
public Builder clearOriginalClassName() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -8175,6 +8388,8 @@ public final class ContainerFormats {
}
/**
* required string originalClassName = 3;
+ * @param value The bytes for originalClassName to set.
+ * @return This builder for chaining.
*/
public Builder setOriginalClassNameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -8245,10 +8460,12 @@ public final class ContainerFormats {
/**
* optional .ActorRef actor = 1;
+ * @return Whether the actor field is set.
*/
boolean hasActor();
/**
* optional .ActorRef actor = 1;
+ * @return The actor.
*/
akka.remote.ContainerFormats.ActorRef getActor();
/**
@@ -8258,24 +8475,29 @@ public final class ContainerFormats {
/**
* required string message = 2;
+ * @return Whether the message field is set.
*/
boolean hasMessage();
/**
* required string message = 2;
+ * @return The message.
*/
java.lang.String getMessage();
/**
* required string message = 2;
+ * @return The bytes for message.
*/
akka.protobufv3.internal.ByteString
getMessageBytes();
/**
* required .Payload cause = 3;
+ * @return Whether the cause field is set.
*/
boolean hasCause();
/**
* required .Payload cause = 3;
+ * @return The cause.
*/
akka.remote.ContainerFormats.Payload getCause();
/**
@@ -8399,12 +8621,14 @@ public final class ContainerFormats {
private akka.remote.ContainerFormats.ActorRef actor_;
/**
* optional .ActorRef actor = 1;
+ * @return Whether the actor field is set.
*/
public boolean hasActor() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .ActorRef actor = 1;
+ * @return The actor.
*/
public akka.remote.ContainerFormats.ActorRef getActor() {
return actor_ == null ? akka.remote.ContainerFormats.ActorRef.getDefaultInstance() : actor_;
@@ -8420,12 +8644,14 @@ public final class ContainerFormats {
private volatile java.lang.Object message_;
/**
* required string message = 2;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string message = 2;
+ * @return The message.
*/
public java.lang.String getMessage() {
java.lang.Object ref = message_;
@@ -8443,6 +8669,7 @@ public final class ContainerFormats {
}
/**
* required string message = 2;
+ * @return The bytes for message.
*/
public akka.protobufv3.internal.ByteString
getMessageBytes() {
@@ -8462,12 +8689,14 @@ public final class ContainerFormats {
private akka.remote.ContainerFormats.Payload cause_;
/**
* required .Payload cause = 3;
+ * @return Whether the cause field is set.
*/
public boolean hasCause() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .Payload cause = 3;
+ * @return The cause.
*/
public akka.remote.ContainerFormats.Payload getCause() {
return cause_ == null ? akka.remote.ContainerFormats.Payload.getDefaultInstance() : cause_;
@@ -8899,12 +9128,14 @@ public final class ContainerFormats {
akka.remote.ContainerFormats.ActorRef, akka.remote.ContainerFormats.ActorRef.Builder, akka.remote.ContainerFormats.ActorRefOrBuilder> actorBuilder_;
/**
* optional .ActorRef actor = 1;
+ * @return Whether the actor field is set.
*/
public boolean hasActor() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .ActorRef actor = 1;
+ * @return The actor.
*/
public akka.remote.ContainerFormats.ActorRef getActor() {
if (actorBuilder_ == null) {
@@ -9015,12 +9246,14 @@ public final class ContainerFormats {
private java.lang.Object message_ = "";
/**
* required string message = 2;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string message = 2;
+ * @return The message.
*/
public java.lang.String getMessage() {
java.lang.Object ref = message_;
@@ -9038,6 +9271,7 @@ public final class ContainerFormats {
}
/**
* required string message = 2;
+ * @return The bytes for message.
*/
public akka.protobufv3.internal.ByteString
getMessageBytes() {
@@ -9054,6 +9288,8 @@ public final class ContainerFormats {
}
/**
* required string message = 2;
+ * @param value The message to set.
+ * @return This builder for chaining.
*/
public Builder setMessage(
java.lang.String value) {
@@ -9067,6 +9303,7 @@ public final class ContainerFormats {
}
/**
* required string message = 2;
+ * @return This builder for chaining.
*/
public Builder clearMessage() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -9076,6 +9313,8 @@ public final class ContainerFormats {
}
/**
* required string message = 2;
+ * @param value The bytes for message to set.
+ * @return This builder for chaining.
*/
public Builder setMessageBytes(
akka.protobufv3.internal.ByteString value) {
@@ -9093,12 +9332,14 @@ public final class ContainerFormats {
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> causeBuilder_;
/**
* required .Payload cause = 3;
+ * @return Whether the cause field is set.
*/
public boolean hasCause() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .Payload cause = 3;
+ * @return The cause.
*/
public akka.remote.ContainerFormats.Payload getCause() {
if (causeBuilder_ == null) {
@@ -9264,52 +9505,63 @@ public final class ContainerFormats {
/**
* required string className = 1;
+ * @return Whether the className field is set.
*/
boolean hasClassName();
/**
* required string className = 1;
+ * @return The className.
*/
java.lang.String getClassName();
/**
* required string className = 1;
+ * @return The bytes for className.
*/
akka.protobufv3.internal.ByteString
getClassNameBytes();
/**
* required string methodName = 2;
+ * @return Whether the methodName field is set.
*/
boolean hasMethodName();
/**
* required string methodName = 2;
+ * @return The methodName.
*/
java.lang.String getMethodName();
/**
* required string methodName = 2;
+ * @return The bytes for methodName.
*/
akka.protobufv3.internal.ByteString
getMethodNameBytes();
/**
* required string fileName = 3;
+ * @return Whether the fileName field is set.
*/
boolean hasFileName();
/**
* required string fileName = 3;
+ * @return The fileName.
*/
java.lang.String getFileName();
/**
* required string fileName = 3;
+ * @return The bytes for fileName.
*/
akka.protobufv3.internal.ByteString
getFileNameBytes();
/**
* required int32 lineNumber = 4;
+ * @return Whether the lineNumber field is set.
*/
boolean hasLineNumber();
/**
* required int32 lineNumber = 4;
+ * @return The lineNumber.
*/
int getLineNumber();
}
@@ -9422,12 +9674,14 @@ public final class ContainerFormats {
private volatile java.lang.Object className_;
/**
* required string className = 1;
+ * @return Whether the className field is set.
*/
public boolean hasClassName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string className = 1;
+ * @return The className.
*/
public java.lang.String getClassName() {
java.lang.Object ref = className_;
@@ -9445,6 +9699,7 @@ public final class ContainerFormats {
}
/**
* required string className = 1;
+ * @return The bytes for className.
*/
public akka.protobufv3.internal.ByteString
getClassNameBytes() {
@@ -9464,12 +9719,14 @@ public final class ContainerFormats {
private volatile java.lang.Object methodName_;
/**
* required string methodName = 2;
+ * @return Whether the methodName field is set.
*/
public boolean hasMethodName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string methodName = 2;
+ * @return The methodName.
*/
public java.lang.String getMethodName() {
java.lang.Object ref = methodName_;
@@ -9487,6 +9744,7 @@ public final class ContainerFormats {
}
/**
* required string methodName = 2;
+ * @return The bytes for methodName.
*/
public akka.protobufv3.internal.ByteString
getMethodNameBytes() {
@@ -9506,12 +9764,14 @@ public final class ContainerFormats {
private volatile java.lang.Object fileName_;
/**
* required string fileName = 3;
+ * @return Whether the fileName field is set.
*/
public boolean hasFileName() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string fileName = 3;
+ * @return The fileName.
*/
public java.lang.String getFileName() {
java.lang.Object ref = fileName_;
@@ -9529,6 +9789,7 @@ public final class ContainerFormats {
}
/**
* required string fileName = 3;
+ * @return The bytes for fileName.
*/
public akka.protobufv3.internal.ByteString
getFileNameBytes() {
@@ -9548,12 +9809,14 @@ public final class ContainerFormats {
private int lineNumber_;
/**
* required int32 lineNumber = 4;
+ * @return Whether the lineNumber field is set.
*/
public boolean hasLineNumber() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required int32 lineNumber = 4;
+ * @return The lineNumber.
*/
public int getLineNumber() {
return lineNumber_;
@@ -9982,12 +10245,14 @@ public final class ContainerFormats {
private java.lang.Object className_ = "";
/**
* required string className = 1;
+ * @return Whether the className field is set.
*/
public boolean hasClassName() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string className = 1;
+ * @return The className.
*/
public java.lang.String getClassName() {
java.lang.Object ref = className_;
@@ -10005,6 +10270,7 @@ public final class ContainerFormats {
}
/**
* required string className = 1;
+ * @return The bytes for className.
*/
public akka.protobufv3.internal.ByteString
getClassNameBytes() {
@@ -10021,6 +10287,8 @@ public final class ContainerFormats {
}
/**
* required string className = 1;
+ * @param value The className to set.
+ * @return This builder for chaining.
*/
public Builder setClassName(
java.lang.String value) {
@@ -10034,6 +10302,7 @@ public final class ContainerFormats {
}
/**
* required string className = 1;
+ * @return This builder for chaining.
*/
public Builder clearClassName() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -10043,6 +10312,8 @@ public final class ContainerFormats {
}
/**
* required string className = 1;
+ * @param value The bytes for className to set.
+ * @return This builder for chaining.
*/
public Builder setClassNameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -10058,12 +10329,14 @@ public final class ContainerFormats {
private java.lang.Object methodName_ = "";
/**
* required string methodName = 2;
+ * @return Whether the methodName field is set.
*/
public boolean hasMethodName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string methodName = 2;
+ * @return The methodName.
*/
public java.lang.String getMethodName() {
java.lang.Object ref = methodName_;
@@ -10081,6 +10354,7 @@ public final class ContainerFormats {
}
/**
* required string methodName = 2;
+ * @return The bytes for methodName.
*/
public akka.protobufv3.internal.ByteString
getMethodNameBytes() {
@@ -10097,6 +10371,8 @@ public final class ContainerFormats {
}
/**
* required string methodName = 2;
+ * @param value The methodName to set.
+ * @return This builder for chaining.
*/
public Builder setMethodName(
java.lang.String value) {
@@ -10110,6 +10386,7 @@ public final class ContainerFormats {
}
/**
* required string methodName = 2;
+ * @return This builder for chaining.
*/
public Builder clearMethodName() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -10119,6 +10396,8 @@ public final class ContainerFormats {
}
/**
* required string methodName = 2;
+ * @param value The bytes for methodName to set.
+ * @return This builder for chaining.
*/
public Builder setMethodNameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -10134,12 +10413,14 @@ public final class ContainerFormats {
private java.lang.Object fileName_ = "";
/**
* required string fileName = 3;
+ * @return Whether the fileName field is set.
*/
public boolean hasFileName() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string fileName = 3;
+ * @return The fileName.
*/
public java.lang.String getFileName() {
java.lang.Object ref = fileName_;
@@ -10157,6 +10438,7 @@ public final class ContainerFormats {
}
/**
* required string fileName = 3;
+ * @return The bytes for fileName.
*/
public akka.protobufv3.internal.ByteString
getFileNameBytes() {
@@ -10173,6 +10455,8 @@ public final class ContainerFormats {
}
/**
* required string fileName = 3;
+ * @param value The fileName to set.
+ * @return This builder for chaining.
*/
public Builder setFileName(
java.lang.String value) {
@@ -10186,6 +10470,7 @@ public final class ContainerFormats {
}
/**
* required string fileName = 3;
+ * @return This builder for chaining.
*/
public Builder clearFileName() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -10195,6 +10480,8 @@ public final class ContainerFormats {
}
/**
* required string fileName = 3;
+ * @param value The bytes for fileName to set.
+ * @return This builder for chaining.
*/
public Builder setFileNameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -10210,18 +10497,22 @@ public final class ContainerFormats {
private int lineNumber_ ;
/**
* required int32 lineNumber = 4;
+ * @return Whether the lineNumber field is set.
*/
public boolean hasLineNumber() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required int32 lineNumber = 4;
+ * @return The lineNumber.
*/
public int getLineNumber() {
return lineNumber_;
}
/**
* required int32 lineNumber = 4;
+ * @param value The lineNumber to set.
+ * @return This builder for chaining.
*/
public Builder setLineNumber(int value) {
bitField0_ |= 0x00000008;
@@ -10231,6 +10522,7 @@ public final class ContainerFormats {
}
/**
* required int32 lineNumber = 4;
+ * @return This builder for chaining.
*/
public Builder clearLineNumber() {
bitField0_ = (bitField0_ & ~0x00000008);
diff --git a/akka-remote/src/main/java/akka/remote/SystemMessageFormats.java b/akka-remote/src/main/java/akka/remote/SystemMessageFormats.java
index 9046001f98..877c44b44d 100644
--- a/akka-remote/src/main/java/akka/remote/SystemMessageFormats.java
+++ b/akka-remote/src/main/java/akka/remote/SystemMessageFormats.java
@@ -24,19 +24,23 @@ public final class SystemMessageFormats {
/**
* required .SystemMessage.Type type = 1;
+ * @return Whether the type field is set.
*/
boolean hasType();
/**
* required .SystemMessage.Type type = 1;
+ * @return The type.
*/
akka.remote.SystemMessageFormats.SystemMessage.Type getType();
/**
* optional .WatchData watchData = 2;
+ * @return Whether the watchData field is set.
*/
boolean hasWatchData();
/**
* optional .WatchData watchData = 2;
+ * @return The watchData.
*/
akka.remote.SystemMessageFormats.WatchData getWatchData();
/**
@@ -46,10 +50,12 @@ public final class SystemMessageFormats {
/**
* optional .Payload causeData = 3;
+ * @return Whether the causeData field is set.
*/
boolean hasCauseData();
/**
* optional .Payload causeData = 3;
+ * @return The causeData.
*/
akka.remote.ContainerFormats.Payload getCauseData();
/**
@@ -59,10 +65,12 @@ public final class SystemMessageFormats {
/**
* optional .SuperviseData superviseData = 5;
+ * @return Whether the superviseData field is set.
*/
boolean hasSuperviseData();
/**
* optional .SuperviseData superviseData = 5;
+ * @return The superviseData.
*/
akka.remote.SystemMessageFormats.SuperviseData getSuperviseData();
/**
@@ -72,10 +80,12 @@ public final class SystemMessageFormats {
/**
* optional .FailedData failedData = 6;
+ * @return Whether the failedData field is set.
*/
boolean hasFailedData();
/**
* optional .FailedData failedData = 6;
+ * @return The failedData.
*/
akka.remote.SystemMessageFormats.FailedData getFailedData();
/**
@@ -85,10 +95,12 @@ public final class SystemMessageFormats {
/**
* optional .DeathWatchNotificationData dwNotificationData = 7;
+ * @return Whether the dwNotificationData field is set.
*/
boolean hasDwNotificationData();
/**
* optional .DeathWatchNotificationData dwNotificationData = 7;
+ * @return The dwNotificationData.
*/
akka.remote.SystemMessageFormats.DeathWatchNotificationData getDwNotificationData();
/**
@@ -346,6 +358,8 @@ public final class SystemMessageFormats {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -353,6 +367,10 @@ public final class SystemMessageFormats {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static Type forNumber(int value) {
switch (value) {
case 0: return CREATE;
@@ -419,12 +437,14 @@ public final class SystemMessageFormats {
private int type_;
/**
* required .SystemMessage.Type type = 1;
+ * @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .SystemMessage.Type type = 1;
+ * @return The type.
*/
public akka.remote.SystemMessageFormats.SystemMessage.Type getType() {
@SuppressWarnings("deprecation")
@@ -436,12 +456,14 @@ public final class SystemMessageFormats {
private akka.remote.SystemMessageFormats.WatchData watchData_;
/**
* optional .WatchData watchData = 2;
+ * @return Whether the watchData field is set.
*/
public boolean hasWatchData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .WatchData watchData = 2;
+ * @return The watchData.
*/
public akka.remote.SystemMessageFormats.WatchData getWatchData() {
return watchData_ == null ? akka.remote.SystemMessageFormats.WatchData.getDefaultInstance() : watchData_;
@@ -457,12 +479,14 @@ public final class SystemMessageFormats {
private akka.remote.ContainerFormats.Payload causeData_;
/**
* optional .Payload causeData = 3;
+ * @return Whether the causeData field is set.
*/
public boolean hasCauseData() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .Payload causeData = 3;
+ * @return The causeData.
*/
public akka.remote.ContainerFormats.Payload getCauseData() {
return causeData_ == null ? akka.remote.ContainerFormats.Payload.getDefaultInstance() : causeData_;
@@ -478,12 +502,14 @@ public final class SystemMessageFormats {
private akka.remote.SystemMessageFormats.SuperviseData superviseData_;
/**
* optional .SuperviseData superviseData = 5;
+ * @return Whether the superviseData field is set.
*/
public boolean hasSuperviseData() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional .SuperviseData superviseData = 5;
+ * @return The superviseData.
*/
public akka.remote.SystemMessageFormats.SuperviseData getSuperviseData() {
return superviseData_ == null ? akka.remote.SystemMessageFormats.SuperviseData.getDefaultInstance() : superviseData_;
@@ -499,12 +525,14 @@ public final class SystemMessageFormats {
private akka.remote.SystemMessageFormats.FailedData failedData_;
/**
* optional .FailedData failedData = 6;
+ * @return Whether the failedData field is set.
*/
public boolean hasFailedData() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .FailedData failedData = 6;
+ * @return The failedData.
*/
public akka.remote.SystemMessageFormats.FailedData getFailedData() {
return failedData_ == null ? akka.remote.SystemMessageFormats.FailedData.getDefaultInstance() : failedData_;
@@ -520,12 +548,14 @@ public final class SystemMessageFormats {
private akka.remote.SystemMessageFormats.DeathWatchNotificationData dwNotificationData_;
/**
* optional .DeathWatchNotificationData dwNotificationData = 7;
+ * @return Whether the dwNotificationData field is set.
*/
public boolean hasDwNotificationData() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional .DeathWatchNotificationData dwNotificationData = 7;
+ * @return The dwNotificationData.
*/
public akka.remote.SystemMessageFormats.DeathWatchNotificationData getDwNotificationData() {
return dwNotificationData_ == null ? akka.remote.SystemMessageFormats.DeathWatchNotificationData.getDefaultInstance() : dwNotificationData_;
@@ -1085,12 +1115,14 @@ public final class SystemMessageFormats {
private int type_ = 0;
/**
* required .SystemMessage.Type type = 1;
+ * @return Whether the type field is set.
*/
public boolean hasType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .SystemMessage.Type type = 1;
+ * @return The type.
*/
public akka.remote.SystemMessageFormats.SystemMessage.Type getType() {
@SuppressWarnings("deprecation")
@@ -1099,6 +1131,8 @@ public final class SystemMessageFormats {
}
/**
* required .SystemMessage.Type type = 1;
+ * @param value The type to set.
+ * @return This builder for chaining.
*/
public Builder setType(akka.remote.SystemMessageFormats.SystemMessage.Type value) {
if (value == null) {
@@ -1111,6 +1145,7 @@ public final class SystemMessageFormats {
}
/**
* required .SystemMessage.Type type = 1;
+ * @return This builder for chaining.
*/
public Builder clearType() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -1124,12 +1159,14 @@ public final class SystemMessageFormats {
akka.remote.SystemMessageFormats.WatchData, akka.remote.SystemMessageFormats.WatchData.Builder, akka.remote.SystemMessageFormats.WatchDataOrBuilder> watchDataBuilder_;
/**
* optional .WatchData watchData = 2;
+ * @return Whether the watchData field is set.
*/
public boolean hasWatchData() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .WatchData watchData = 2;
+ * @return The watchData.
*/
public akka.remote.SystemMessageFormats.WatchData getWatchData() {
if (watchDataBuilder_ == null) {
@@ -1242,12 +1279,14 @@ public final class SystemMessageFormats {
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> causeDataBuilder_;
/**
* optional .Payload causeData = 3;
+ * @return Whether the causeData field is set.
*/
public boolean hasCauseData() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .Payload causeData = 3;
+ * @return The causeData.
*/
public akka.remote.ContainerFormats.Payload getCauseData() {
if (causeDataBuilder_ == null) {
@@ -1360,12 +1399,14 @@ public final class SystemMessageFormats {
akka.remote.SystemMessageFormats.SuperviseData, akka.remote.SystemMessageFormats.SuperviseData.Builder, akka.remote.SystemMessageFormats.SuperviseDataOrBuilder> superviseDataBuilder_;
/**
* optional .SuperviseData superviseData = 5;
+ * @return Whether the superviseData field is set.
*/
public boolean hasSuperviseData() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional .SuperviseData superviseData = 5;
+ * @return The superviseData.
*/
public akka.remote.SystemMessageFormats.SuperviseData getSuperviseData() {
if (superviseDataBuilder_ == null) {
@@ -1478,12 +1519,14 @@ public final class SystemMessageFormats {
akka.remote.SystemMessageFormats.FailedData, akka.remote.SystemMessageFormats.FailedData.Builder, akka.remote.SystemMessageFormats.FailedDataOrBuilder> failedDataBuilder_;
/**
* optional .FailedData failedData = 6;
+ * @return Whether the failedData field is set.
*/
public boolean hasFailedData() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional .FailedData failedData = 6;
+ * @return The failedData.
*/
public akka.remote.SystemMessageFormats.FailedData getFailedData() {
if (failedDataBuilder_ == null) {
@@ -1596,12 +1639,14 @@ public final class SystemMessageFormats {
akka.remote.SystemMessageFormats.DeathWatchNotificationData, akka.remote.SystemMessageFormats.DeathWatchNotificationData.Builder, akka.remote.SystemMessageFormats.DeathWatchNotificationDataOrBuilder> dwNotificationDataBuilder_;
/**
* optional .DeathWatchNotificationData dwNotificationData = 7;
+ * @return Whether the dwNotificationData field is set.
*/
public boolean hasDwNotificationData() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* optional .DeathWatchNotificationData dwNotificationData = 7;
+ * @return The dwNotificationData.
*/
public akka.remote.SystemMessageFormats.DeathWatchNotificationData getDwNotificationData() {
if (dwNotificationDataBuilder_ == null) {
@@ -1767,10 +1812,12 @@ public final class SystemMessageFormats {
/**
* required .ActorRef watchee = 1;
+ * @return Whether the watchee field is set.
*/
boolean hasWatchee();
/**
* required .ActorRef watchee = 1;
+ * @return The watchee.
*/
akka.remote.ContainerFormats.ActorRef getWatchee();
/**
@@ -1780,10 +1827,12 @@ public final class SystemMessageFormats {
/**
* required .ActorRef watcher = 2;
+ * @return Whether the watcher field is set.
*/
boolean hasWatcher();
/**
* required .ActorRef watcher = 2;
+ * @return The watcher.
*/
akka.remote.ContainerFormats.ActorRef getWatcher();
/**
@@ -1900,12 +1949,14 @@ public final class SystemMessageFormats {
private akka.remote.ContainerFormats.ActorRef watchee_;
/**
* required .ActorRef watchee = 1;
+ * @return Whether the watchee field is set.
*/
public boolean hasWatchee() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef watchee = 1;
+ * @return The watchee.
*/
public akka.remote.ContainerFormats.ActorRef getWatchee() {
return watchee_ == null ? akka.remote.ContainerFormats.ActorRef.getDefaultInstance() : watchee_;
@@ -1921,12 +1972,14 @@ public final class SystemMessageFormats {
private akka.remote.ContainerFormats.ActorRef watcher_;
/**
* required .ActorRef watcher = 2;
+ * @return Whether the watcher field is set.
*/
public boolean hasWatcher() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .ActorRef watcher = 2;
+ * @return The watcher.
*/
public akka.remote.ContainerFormats.ActorRef getWatcher() {
return watcher_ == null ? akka.remote.ContainerFormats.ActorRef.getDefaultInstance() : watcher_;
@@ -2328,12 +2381,14 @@ public final class SystemMessageFormats {
akka.remote.ContainerFormats.ActorRef, akka.remote.ContainerFormats.ActorRef.Builder, akka.remote.ContainerFormats.ActorRefOrBuilder> watcheeBuilder_;
/**
* required .ActorRef watchee = 1;
+ * @return Whether the watchee field is set.
*/
public boolean hasWatchee() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef watchee = 1;
+ * @return The watchee.
*/
public akka.remote.ContainerFormats.ActorRef getWatchee() {
if (watcheeBuilder_ == null) {
@@ -2446,12 +2501,14 @@ public final class SystemMessageFormats {
akka.remote.ContainerFormats.ActorRef, akka.remote.ContainerFormats.ActorRef.Builder, akka.remote.ContainerFormats.ActorRefOrBuilder> watcherBuilder_;
/**
* required .ActorRef watcher = 2;
+ * @return Whether the watcher field is set.
*/
public boolean hasWatcher() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .ActorRef watcher = 2;
+ * @return The watcher.
*/
public akka.remote.ContainerFormats.ActorRef getWatcher() {
if (watcherBuilder_ == null) {
@@ -2617,10 +2674,12 @@ public final class SystemMessageFormats {
/**
* required .ActorRef child = 1;
+ * @return Whether the child field is set.
*/
boolean hasChild();
/**
* required .ActorRef child = 1;
+ * @return The child.
*/
akka.remote.ContainerFormats.ActorRef getChild();
/**
@@ -2630,10 +2689,12 @@ public final class SystemMessageFormats {
/**
* required bool async = 2;
+ * @return Whether the async field is set.
*/
boolean hasAsync();
/**
* required bool async = 2;
+ * @return The async.
*/
boolean getAsync();
}
@@ -2738,12 +2799,14 @@ public final class SystemMessageFormats {
private akka.remote.ContainerFormats.ActorRef child_;
/**
* required .ActorRef child = 1;
+ * @return Whether the child field is set.
*/
public boolean hasChild() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef child = 1;
+ * @return The child.
*/
public akka.remote.ContainerFormats.ActorRef getChild() {
return child_ == null ? akka.remote.ContainerFormats.ActorRef.getDefaultInstance() : child_;
@@ -2759,12 +2822,14 @@ public final class SystemMessageFormats {
private boolean async_;
/**
* required bool async = 2;
+ * @return Whether the async field is set.
*/
public boolean hasAsync() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bool async = 2;
+ * @return The async.
*/
public boolean getAsync() {
return async_;
@@ -3145,12 +3210,14 @@ public final class SystemMessageFormats {
akka.remote.ContainerFormats.ActorRef, akka.remote.ContainerFormats.ActorRef.Builder, akka.remote.ContainerFormats.ActorRefOrBuilder> childBuilder_;
/**
* required .ActorRef child = 1;
+ * @return Whether the child field is set.
*/
public boolean hasChild() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef child = 1;
+ * @return The child.
*/
public akka.remote.ContainerFormats.ActorRef getChild() {
if (childBuilder_ == null) {
@@ -3261,18 +3328,22 @@ public final class SystemMessageFormats {
private boolean async_ ;
/**
* required bool async = 2;
+ * @return Whether the async field is set.
*/
public boolean hasAsync() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bool async = 2;
+ * @return The async.
*/
public boolean getAsync() {
return async_;
}
/**
* required bool async = 2;
+ * @param value The async to set.
+ * @return This builder for chaining.
*/
public Builder setAsync(boolean value) {
bitField0_ |= 0x00000002;
@@ -3282,6 +3353,7 @@ public final class SystemMessageFormats {
}
/**
* required bool async = 2;
+ * @return This builder for chaining.
*/
public Builder clearAsync() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -3348,10 +3420,12 @@ public final class SystemMessageFormats {
/**
* required .ActorRef child = 1;
+ * @return Whether the child field is set.
*/
boolean hasChild();
/**
* required .ActorRef child = 1;
+ * @return The child.
*/
akka.remote.ContainerFormats.ActorRef getChild();
/**
@@ -3361,10 +3435,12 @@ public final class SystemMessageFormats {
/**
* required uint64 uid = 2;
+ * @return Whether the uid field is set.
*/
boolean hasUid();
/**
* required uint64 uid = 2;
+ * @return The uid.
*/
long getUid();
}
@@ -3469,12 +3545,14 @@ public final class SystemMessageFormats {
private akka.remote.ContainerFormats.ActorRef child_;
/**
* required .ActorRef child = 1;
+ * @return Whether the child field is set.
*/
public boolean hasChild() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef child = 1;
+ * @return The child.
*/
public akka.remote.ContainerFormats.ActorRef getChild() {
return child_ == null ? akka.remote.ContainerFormats.ActorRef.getDefaultInstance() : child_;
@@ -3490,12 +3568,14 @@ public final class SystemMessageFormats {
private long uid_;
/**
* required uint64 uid = 2;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint64 uid = 2;
+ * @return The uid.
*/
public long getUid() {
return uid_;
@@ -3876,12 +3956,14 @@ public final class SystemMessageFormats {
akka.remote.ContainerFormats.ActorRef, akka.remote.ContainerFormats.ActorRef.Builder, akka.remote.ContainerFormats.ActorRefOrBuilder> childBuilder_;
/**
* required .ActorRef child = 1;
+ * @return Whether the child field is set.
*/
public boolean hasChild() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef child = 1;
+ * @return The child.
*/
public akka.remote.ContainerFormats.ActorRef getChild() {
if (childBuilder_ == null) {
@@ -3992,18 +4074,22 @@ public final class SystemMessageFormats {
private long uid_ ;
/**
* required uint64 uid = 2;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint64 uid = 2;
+ * @return The uid.
*/
public long getUid() {
return uid_;
}
/**
* required uint64 uid = 2;
+ * @param value The uid to set.
+ * @return This builder for chaining.
*/
public Builder setUid(long value) {
bitField0_ |= 0x00000002;
@@ -4013,6 +4099,7 @@ public final class SystemMessageFormats {
}
/**
* required uint64 uid = 2;
+ * @return This builder for chaining.
*/
public Builder clearUid() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -4079,10 +4166,12 @@ public final class SystemMessageFormats {
/**
* required .ActorRef actor = 1;
+ * @return Whether the actor field is set.
*/
boolean hasActor();
/**
* required .ActorRef actor = 1;
+ * @return The actor.
*/
akka.remote.ContainerFormats.ActorRef getActor();
/**
@@ -4092,19 +4181,23 @@ public final class SystemMessageFormats {
/**
* required bool existenceConfirmed = 2;
+ * @return Whether the existenceConfirmed field is set.
*/
boolean hasExistenceConfirmed();
/**
* required bool existenceConfirmed = 2;
+ * @return The existenceConfirmed.
*/
boolean getExistenceConfirmed();
/**
* required bool addressTerminated = 3;
+ * @return Whether the addressTerminated field is set.
*/
boolean hasAddressTerminated();
/**
* required bool addressTerminated = 3;
+ * @return The addressTerminated.
*/
boolean getAddressTerminated();
}
@@ -4214,12 +4307,14 @@ public final class SystemMessageFormats {
private akka.remote.ContainerFormats.ActorRef actor_;
/**
* required .ActorRef actor = 1;
+ * @return Whether the actor field is set.
*/
public boolean hasActor() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef actor = 1;
+ * @return The actor.
*/
public akka.remote.ContainerFormats.ActorRef getActor() {
return actor_ == null ? akka.remote.ContainerFormats.ActorRef.getDefaultInstance() : actor_;
@@ -4235,12 +4330,14 @@ public final class SystemMessageFormats {
private boolean existenceConfirmed_;
/**
* required bool existenceConfirmed = 2;
+ * @return Whether the existenceConfirmed field is set.
*/
public boolean hasExistenceConfirmed() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bool existenceConfirmed = 2;
+ * @return The existenceConfirmed.
*/
public boolean getExistenceConfirmed() {
return existenceConfirmed_;
@@ -4250,12 +4347,14 @@ public final class SystemMessageFormats {
private boolean addressTerminated_;
/**
* required bool addressTerminated = 3;
+ * @return Whether the addressTerminated field is set.
*/
public boolean hasAddressTerminated() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool addressTerminated = 3;
+ * @return The addressTerminated.
*/
public boolean getAddressTerminated() {
return addressTerminated_;
@@ -4669,12 +4768,14 @@ public final class SystemMessageFormats {
akka.remote.ContainerFormats.ActorRef, akka.remote.ContainerFormats.ActorRef.Builder, akka.remote.ContainerFormats.ActorRefOrBuilder> actorBuilder_;
/**
* required .ActorRef actor = 1;
+ * @return Whether the actor field is set.
*/
public boolean hasActor() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef actor = 1;
+ * @return The actor.
*/
public akka.remote.ContainerFormats.ActorRef getActor() {
if (actorBuilder_ == null) {
@@ -4785,18 +4886,22 @@ public final class SystemMessageFormats {
private boolean existenceConfirmed_ ;
/**
* required bool existenceConfirmed = 2;
+ * @return Whether the existenceConfirmed field is set.
*/
public boolean hasExistenceConfirmed() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required bool existenceConfirmed = 2;
+ * @return The existenceConfirmed.
*/
public boolean getExistenceConfirmed() {
return existenceConfirmed_;
}
/**
* required bool existenceConfirmed = 2;
+ * @param value The existenceConfirmed to set.
+ * @return This builder for chaining.
*/
public Builder setExistenceConfirmed(boolean value) {
bitField0_ |= 0x00000002;
@@ -4806,6 +4911,7 @@ public final class SystemMessageFormats {
}
/**
* required bool existenceConfirmed = 2;
+ * @return This builder for chaining.
*/
public Builder clearExistenceConfirmed() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -4817,18 +4923,22 @@ public final class SystemMessageFormats {
private boolean addressTerminated_ ;
/**
* required bool addressTerminated = 3;
+ * @return Whether the addressTerminated field is set.
*/
public boolean hasAddressTerminated() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool addressTerminated = 3;
+ * @return The addressTerminated.
*/
public boolean getAddressTerminated() {
return addressTerminated_;
}
/**
* required bool addressTerminated = 3;
+ * @param value The addressTerminated to set.
+ * @return This builder for chaining.
*/
public Builder setAddressTerminated(boolean value) {
bitField0_ |= 0x00000004;
@@ -4838,6 +4948,7 @@ public final class SystemMessageFormats {
}
/**
* required bool addressTerminated = 3;
+ * @return This builder for chaining.
*/
public Builder clearAddressTerminated() {
bitField0_ = (bitField0_ & ~0x00000004);
diff --git a/akka-remote/src/main/java/akka/remote/WireFormats.java b/akka-remote/src/main/java/akka/remote/WireFormats.java
index 2f18dc48bf..a4bb122eec 100644
--- a/akka-remote/src/main/java/akka/remote/WireFormats.java
+++ b/akka-remote/src/main/java/akka/remote/WireFormats.java
@@ -93,6 +93,8 @@ public final class WireFormats {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -100,6 +102,10 @@ public final class WireFormats {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static CommandType forNumber(int value) {
switch (value) {
case 1: return ASSOCIATE;
@@ -231,6 +237,8 @@ public final class WireFormats {
}
/**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
@@ -238,6 +246,10 @@ public final class WireFormats {
return forNumber(value);
}
+ /**
+ * @param value The numeric wire value of the corresponding enum entry.
+ * @return The enum associated with the given numeric wire value.
+ */
public static TimeUnit forNumber(int value) {
switch (value) {
case 1: return NANOSECONDS;
@@ -302,10 +314,12 @@ public final class WireFormats {
/**
* optional .AcknowledgementInfo ack = 1;
+ * @return Whether the ack field is set.
*/
boolean hasAck();
/**
* optional .AcknowledgementInfo ack = 1;
+ * @return The ack.
*/
akka.remote.WireFormats.AcknowledgementInfo getAck();
/**
@@ -315,10 +329,12 @@ public final class WireFormats {
/**
* optional .RemoteEnvelope envelope = 2;
+ * @return Whether the envelope field is set.
*/
boolean hasEnvelope();
/**
* optional .RemoteEnvelope envelope = 2;
+ * @return The envelope.
*/
akka.remote.WireFormats.RemoteEnvelope getEnvelope();
/**
@@ -435,12 +451,14 @@ public final class WireFormats {
private akka.remote.WireFormats.AcknowledgementInfo ack_;
/**
* optional .AcknowledgementInfo ack = 1;
+ * @return Whether the ack field is set.
*/
public boolean hasAck() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .AcknowledgementInfo ack = 1;
+ * @return The ack.
*/
public akka.remote.WireFormats.AcknowledgementInfo getAck() {
return ack_ == null ? akka.remote.WireFormats.AcknowledgementInfo.getDefaultInstance() : ack_;
@@ -456,12 +474,14 @@ public final class WireFormats {
private akka.remote.WireFormats.RemoteEnvelope envelope_;
/**
* optional .RemoteEnvelope envelope = 2;
+ * @return Whether the envelope field is set.
*/
public boolean hasEnvelope() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .RemoteEnvelope envelope = 2;
+ * @return The envelope.
*/
public akka.remote.WireFormats.RemoteEnvelope getEnvelope() {
return envelope_ == null ? akka.remote.WireFormats.RemoteEnvelope.getDefaultInstance() : envelope_;
@@ -857,12 +877,14 @@ public final class WireFormats {
akka.remote.WireFormats.AcknowledgementInfo, akka.remote.WireFormats.AcknowledgementInfo.Builder, akka.remote.WireFormats.AcknowledgementInfoOrBuilder> ackBuilder_;
/**
* optional .AcknowledgementInfo ack = 1;
+ * @return Whether the ack field is set.
*/
public boolean hasAck() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .AcknowledgementInfo ack = 1;
+ * @return The ack.
*/
public akka.remote.WireFormats.AcknowledgementInfo getAck() {
if (ackBuilder_ == null) {
@@ -975,12 +997,14 @@ public final class WireFormats {
akka.remote.WireFormats.RemoteEnvelope, akka.remote.WireFormats.RemoteEnvelope.Builder, akka.remote.WireFormats.RemoteEnvelopeOrBuilder> envelopeBuilder_;
/**
* optional .RemoteEnvelope envelope = 2;
+ * @return Whether the envelope field is set.
*/
public boolean hasEnvelope() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .RemoteEnvelope envelope = 2;
+ * @return The envelope.
*/
public akka.remote.WireFormats.RemoteEnvelope getEnvelope() {
if (envelopeBuilder_ == null) {
@@ -1146,10 +1170,12 @@ public final class WireFormats {
/**
* required .ActorRefData recipient = 1;
+ * @return Whether the recipient field is set.
*/
boolean hasRecipient();
/**
* required .ActorRefData recipient = 1;
+ * @return The recipient.
*/
akka.remote.WireFormats.ActorRefData getRecipient();
/**
@@ -1159,10 +1185,12 @@ public final class WireFormats {
/**
* required .SerializedMessage message = 2;
+ * @return Whether the message field is set.
*/
boolean hasMessage();
/**
* required .SerializedMessage message = 2;
+ * @return The message.
*/
akka.remote.WireFormats.SerializedMessage getMessage();
/**
@@ -1172,10 +1200,12 @@ public final class WireFormats {
/**
* optional .ActorRefData sender = 4;
+ * @return Whether the sender field is set.
*/
boolean hasSender();
/**
* optional .ActorRefData sender = 4;
+ * @return The sender.
*/
akka.remote.WireFormats.ActorRefData getSender();
/**
@@ -1185,10 +1215,12 @@ public final class WireFormats {
/**
* optional fixed64 seq = 5;
+ * @return Whether the seq field is set.
*/
boolean hasSeq();
/**
* optional fixed64 seq = 5;
+ * @return The seq.
*/
long getSeq();
}
@@ -1324,12 +1356,14 @@ public final class WireFormats {
private akka.remote.WireFormats.ActorRefData recipient_;
/**
* required .ActorRefData recipient = 1;
+ * @return Whether the recipient field is set.
*/
public boolean hasRecipient() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRefData recipient = 1;
+ * @return The recipient.
*/
public akka.remote.WireFormats.ActorRefData getRecipient() {
return recipient_ == null ? akka.remote.WireFormats.ActorRefData.getDefaultInstance() : recipient_;
@@ -1345,12 +1379,14 @@ public final class WireFormats {
private akka.remote.WireFormats.SerializedMessage message_;
/**
* required .SerializedMessage message = 2;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .SerializedMessage message = 2;
+ * @return The message.
*/
public akka.remote.WireFormats.SerializedMessage getMessage() {
return message_ == null ? akka.remote.WireFormats.SerializedMessage.getDefaultInstance() : message_;
@@ -1366,12 +1402,14 @@ public final class WireFormats {
private akka.remote.WireFormats.ActorRefData sender_;
/**
* optional .ActorRefData sender = 4;
+ * @return Whether the sender field is set.
*/
public boolean hasSender() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .ActorRefData sender = 4;
+ * @return The sender.
*/
public akka.remote.WireFormats.ActorRefData getSender() {
return sender_ == null ? akka.remote.WireFormats.ActorRefData.getDefaultInstance() : sender_;
@@ -1387,12 +1425,14 @@ public final class WireFormats {
private long seq_;
/**
* optional fixed64 seq = 5;
+ * @return Whether the seq field is set.
*/
public boolean hasSeq() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional fixed64 seq = 5;
+ * @return The seq.
*/
public long getSeq() {
return seq_;
@@ -1864,12 +1904,14 @@ public final class WireFormats {
akka.remote.WireFormats.ActorRefData, akka.remote.WireFormats.ActorRefData.Builder, akka.remote.WireFormats.ActorRefDataOrBuilder> recipientBuilder_;
/**
* required .ActorRefData recipient = 1;
+ * @return Whether the recipient field is set.
*/
public boolean hasRecipient() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRefData recipient = 1;
+ * @return The recipient.
*/
public akka.remote.WireFormats.ActorRefData getRecipient() {
if (recipientBuilder_ == null) {
@@ -1982,12 +2024,14 @@ public final class WireFormats {
akka.remote.WireFormats.SerializedMessage, akka.remote.WireFormats.SerializedMessage.Builder, akka.remote.WireFormats.SerializedMessageOrBuilder> messageBuilder_;
/**
* required .SerializedMessage message = 2;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .SerializedMessage message = 2;
+ * @return The message.
*/
public akka.remote.WireFormats.SerializedMessage getMessage() {
if (messageBuilder_ == null) {
@@ -2100,12 +2144,14 @@ public final class WireFormats {
akka.remote.WireFormats.ActorRefData, akka.remote.WireFormats.ActorRefData.Builder, akka.remote.WireFormats.ActorRefDataOrBuilder> senderBuilder_;
/**
* optional .ActorRefData sender = 4;
+ * @return Whether the sender field is set.
*/
public boolean hasSender() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional .ActorRefData sender = 4;
+ * @return The sender.
*/
public akka.remote.WireFormats.ActorRefData getSender() {
if (senderBuilder_ == null) {
@@ -2216,18 +2262,22 @@ public final class WireFormats {
private long seq_ ;
/**
* optional fixed64 seq = 5;
+ * @return Whether the seq field is set.
*/
public boolean hasSeq() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional fixed64 seq = 5;
+ * @return The seq.
*/
public long getSeq() {
return seq_;
}
/**
* optional fixed64 seq = 5;
+ * @param value The seq to set.
+ * @return This builder for chaining.
*/
public Builder setSeq(long value) {
bitField0_ |= 0x00000008;
@@ -2237,6 +2287,7 @@ public final class WireFormats {
}
/**
* optional fixed64 seq = 5;
+ * @return This builder for chaining.
*/
public Builder clearSeq() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -2303,23 +2354,29 @@ public final class WireFormats {
/**
* required fixed64 cumulativeAck = 1;
+ * @return Whether the cumulativeAck field is set.
*/
boolean hasCumulativeAck();
/**
* required fixed64 cumulativeAck = 1;
+ * @return The cumulativeAck.
*/
long getCumulativeAck();
/**
* repeated fixed64 nacks = 2;
+ * @return A list containing the nacks.
*/
java.util.List getNacksList();
/**
* repeated fixed64 nacks = 2;
+ * @return The count of nacks.
*/
int getNacksCount();
/**
* repeated fixed64 nacks = 2;
+ * @param index The index of the element to return.
+ * @return The nacks at the given index.
*/
long getNacks(int index);
}
@@ -2436,12 +2493,14 @@ public final class WireFormats {
private long cumulativeAck_;
/**
* required fixed64 cumulativeAck = 1;
+ * @return Whether the cumulativeAck field is set.
*/
public boolean hasCumulativeAck() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required fixed64 cumulativeAck = 1;
+ * @return The cumulativeAck.
*/
public long getCumulativeAck() {
return cumulativeAck_;
@@ -2451,6 +2510,7 @@ public final class WireFormats {
private akka.protobufv3.internal.Internal.LongList nacks_;
/**
* repeated fixed64 nacks = 2;
+ * @return A list containing the nacks.
*/
public java.util.List
getNacksList() {
@@ -2458,12 +2518,15 @@ public final class WireFormats {
}
/**
* repeated fixed64 nacks = 2;
+ * @return The count of nacks.
*/
public int getNacksCount() {
return nacks_.size();
}
/**
* repeated fixed64 nacks = 2;
+ * @param index The index of the element to return.
+ * @return The nacks at the given index.
*/
public long getNacks(int index) {
return nacks_.getLong(index);
@@ -2826,18 +2889,22 @@ public final class WireFormats {
private long cumulativeAck_ ;
/**
* required fixed64 cumulativeAck = 1;
+ * @return Whether the cumulativeAck field is set.
*/
public boolean hasCumulativeAck() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required fixed64 cumulativeAck = 1;
+ * @return The cumulativeAck.
*/
public long getCumulativeAck() {
return cumulativeAck_;
}
/**
* required fixed64 cumulativeAck = 1;
+ * @param value The cumulativeAck to set.
+ * @return This builder for chaining.
*/
public Builder setCumulativeAck(long value) {
bitField0_ |= 0x00000001;
@@ -2847,6 +2914,7 @@ public final class WireFormats {
}
/**
* required fixed64 cumulativeAck = 1;
+ * @return This builder for chaining.
*/
public Builder clearCumulativeAck() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -2864,6 +2932,7 @@ public final class WireFormats {
}
/**
* repeated fixed64 nacks = 2;
+ * @return A list containing the nacks.
*/
public java.util.List
getNacksList() {
@@ -2872,18 +2941,24 @@ public final class WireFormats {
}
/**
* repeated fixed64 nacks = 2;
+ * @return The count of nacks.
*/
public int getNacksCount() {
return nacks_.size();
}
/**
* repeated fixed64 nacks = 2;
+ * @param index The index of the element to return.
+ * @return The nacks at the given index.
*/
public long getNacks(int index) {
return nacks_.getLong(index);
}
/**
* repeated fixed64 nacks = 2;
+ * @param index The index to set the value at.
+ * @param value The nacks to set.
+ * @return This builder for chaining.
*/
public Builder setNacks(
int index, long value) {
@@ -2894,6 +2969,8 @@ public final class WireFormats {
}
/**
* repeated fixed64 nacks = 2;
+ * @param value The nacks to add.
+ * @return This builder for chaining.
*/
public Builder addNacks(long value) {
ensureNacksIsMutable();
@@ -2903,6 +2980,8 @@ public final class WireFormats {
}
/**
* repeated fixed64 nacks = 2;
+ * @param values The nacks to add.
+ * @return This builder for chaining.
*/
public Builder addAllNacks(
java.lang.Iterable extends java.lang.Long> values) {
@@ -2914,6 +2993,7 @@ public final class WireFormats {
}
/**
* repeated fixed64 nacks = 2;
+ * @return This builder for chaining.
*/
public Builder clearNacks() {
nacks_ = emptyLongList();
@@ -2980,14 +3060,17 @@ public final class WireFormats {
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
boolean hasPath();
/**
* required string path = 1;
+ * @return The path.
*/
java.lang.String getPath();
/**
* required string path = 1;
+ * @return The bytes for path.
*/
akka.protobufv3.internal.ByteString
getPathBytes();
@@ -3088,12 +3171,14 @@ public final class WireFormats {
private volatile java.lang.Object path_;
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -3111,6 +3196,7 @@ public final class WireFormats {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -3457,12 +3543,14 @@ public final class WireFormats {
private java.lang.Object path_ = "";
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -3480,6 +3568,7 @@ public final class WireFormats {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -3496,6 +3585,8 @@ public final class WireFormats {
}
/**
* required string path = 1;
+ * @param value The path to set.
+ * @return This builder for chaining.
*/
public Builder setPath(
java.lang.String value) {
@@ -3509,6 +3600,7 @@ public final class WireFormats {
}
/**
* required string path = 1;
+ * @return This builder for chaining.
*/
public Builder clearPath() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -3518,6 +3610,8 @@ public final class WireFormats {
}
/**
* required string path = 1;
+ * @param value The bytes for path to set.
+ * @return This builder for chaining.
*/
public Builder setPathBytes(
akka.protobufv3.internal.ByteString value) {
@@ -3588,28 +3682,34 @@ public final class WireFormats {
/**
* required bytes message = 1;
+ * @return Whether the message field is set.
*/
boolean hasMessage();
/**
* required bytes message = 1;
+ * @return The message.
*/
akka.protobufv3.internal.ByteString getMessage();
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
boolean hasSerializerId();
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
int getSerializerId();
/**
* optional bytes messageManifest = 3;
+ * @return Whether the messageManifest field is set.
*/
boolean hasMessageManifest();
/**
* optional bytes messageManifest = 3;
+ * @return The messageManifest.
*/
akka.protobufv3.internal.ByteString getMessageManifest();
}
@@ -3718,12 +3818,14 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString message_;
/**
* required bytes message = 1;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes message = 1;
+ * @return The message.
*/
public akka.protobufv3.internal.ByteString getMessage() {
return message_;
@@ -3733,12 +3835,14 @@ public final class WireFormats {
private int serializerId_;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
@@ -3748,12 +3852,14 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString messageManifest_;
/**
* optional bytes messageManifest = 3;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 3;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
@@ -4145,18 +4251,22 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString message_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes message = 1;
+ * @return Whether the message field is set.
*/
public boolean hasMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes message = 1;
+ * @return The message.
*/
public akka.protobufv3.internal.ByteString getMessage() {
return message_;
}
/**
* required bytes message = 1;
+ * @param value The message to set.
+ * @return This builder for chaining.
*/
public Builder setMessage(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -4169,6 +4279,7 @@ public final class WireFormats {
}
/**
* required bytes message = 1;
+ * @return This builder for chaining.
*/
public Builder clearMessage() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -4180,18 +4291,22 @@ public final class WireFormats {
private int serializerId_ ;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
}
/**
* required int32 serializerId = 2;
+ * @param value The serializerId to set.
+ * @return This builder for chaining.
*/
public Builder setSerializerId(int value) {
bitField0_ |= 0x00000002;
@@ -4201,6 +4316,7 @@ public final class WireFormats {
}
/**
* required int32 serializerId = 2;
+ * @return This builder for chaining.
*/
public Builder clearSerializerId() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -4212,18 +4328,22 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString messageManifest_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes messageManifest = 3;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 3;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
}
/**
* optional bytes messageManifest = 3;
+ * @param value The messageManifest to set.
+ * @return This builder for chaining.
*/
public Builder setMessageManifest(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -4236,6 +4356,7 @@ public final class WireFormats {
}
/**
* optional bytes messageManifest = 3;
+ * @return This builder for chaining.
*/
public Builder clearMessageManifest() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -4302,10 +4423,12 @@ public final class WireFormats {
/**
* required .PropsData props = 1;
+ * @return Whether the props field is set.
*/
boolean hasProps();
/**
* required .PropsData props = 1;
+ * @return The props.
*/
akka.remote.WireFormats.PropsData getProps();
/**
@@ -4315,10 +4438,12 @@ public final class WireFormats {
/**
* required .DeployData deploy = 2;
+ * @return Whether the deploy field is set.
*/
boolean hasDeploy();
/**
* required .DeployData deploy = 2;
+ * @return The deploy.
*/
akka.remote.WireFormats.DeployData getDeploy();
/**
@@ -4328,24 +4453,29 @@ public final class WireFormats {
/**
* required string path = 3;
+ * @return Whether the path field is set.
*/
boolean hasPath();
/**
* required string path = 3;
+ * @return The path.
*/
java.lang.String getPath();
/**
* required string path = 3;
+ * @return The bytes for path.
*/
akka.protobufv3.internal.ByteString
getPathBytes();
/**
* required .ActorRefData supervisor = 4;
+ * @return Whether the supervisor field is set.
*/
boolean hasSupervisor();
/**
* required .ActorRefData supervisor = 4;
+ * @return The supervisor.
*/
akka.remote.WireFormats.ActorRefData getSupervisor();
/**
@@ -4487,12 +4617,14 @@ public final class WireFormats {
private akka.remote.WireFormats.PropsData props_;
/**
* required .PropsData props = 1;
+ * @return Whether the props field is set.
*/
public boolean hasProps() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .PropsData props = 1;
+ * @return The props.
*/
public akka.remote.WireFormats.PropsData getProps() {
return props_ == null ? akka.remote.WireFormats.PropsData.getDefaultInstance() : props_;
@@ -4508,12 +4640,14 @@ public final class WireFormats {
private akka.remote.WireFormats.DeployData deploy_;
/**
* required .DeployData deploy = 2;
+ * @return Whether the deploy field is set.
*/
public boolean hasDeploy() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .DeployData deploy = 2;
+ * @return The deploy.
*/
public akka.remote.WireFormats.DeployData getDeploy() {
return deploy_ == null ? akka.remote.WireFormats.DeployData.getDefaultInstance() : deploy_;
@@ -4529,12 +4663,14 @@ public final class WireFormats {
private volatile java.lang.Object path_;
/**
* required string path = 3;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string path = 3;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -4552,6 +4688,7 @@ public final class WireFormats {
}
/**
* required string path = 3;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -4571,12 +4708,14 @@ public final class WireFormats {
private akka.remote.WireFormats.ActorRefData supervisor_;
/**
* required .ActorRefData supervisor = 4;
+ * @return Whether the supervisor field is set.
*/
public boolean hasSupervisor() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required .ActorRefData supervisor = 4;
+ * @return The supervisor.
*/
public akka.remote.WireFormats.ActorRefData getSupervisor() {
return supervisor_ == null ? akka.remote.WireFormats.ActorRefData.getDefaultInstance() : supervisor_;
@@ -5064,12 +5203,14 @@ public final class WireFormats {
akka.remote.WireFormats.PropsData, akka.remote.WireFormats.PropsData.Builder, akka.remote.WireFormats.PropsDataOrBuilder> propsBuilder_;
/**
* required .PropsData props = 1;
+ * @return Whether the props field is set.
*/
public boolean hasProps() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .PropsData props = 1;
+ * @return The props.
*/
public akka.remote.WireFormats.PropsData getProps() {
if (propsBuilder_ == null) {
@@ -5182,12 +5323,14 @@ public final class WireFormats {
akka.remote.WireFormats.DeployData, akka.remote.WireFormats.DeployData.Builder, akka.remote.WireFormats.DeployDataOrBuilder> deployBuilder_;
/**
* required .DeployData deploy = 2;
+ * @return Whether the deploy field is set.
*/
public boolean hasDeploy() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .DeployData deploy = 2;
+ * @return The deploy.
*/
public akka.remote.WireFormats.DeployData getDeploy() {
if (deployBuilder_ == null) {
@@ -5298,12 +5441,14 @@ public final class WireFormats {
private java.lang.Object path_ = "";
/**
* required string path = 3;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required string path = 3;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -5321,6 +5466,7 @@ public final class WireFormats {
}
/**
* required string path = 3;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -5337,6 +5483,8 @@ public final class WireFormats {
}
/**
* required string path = 3;
+ * @param value The path to set.
+ * @return This builder for chaining.
*/
public Builder setPath(
java.lang.String value) {
@@ -5350,6 +5498,7 @@ public final class WireFormats {
}
/**
* required string path = 3;
+ * @return This builder for chaining.
*/
public Builder clearPath() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -5359,6 +5508,8 @@ public final class WireFormats {
}
/**
* required string path = 3;
+ * @param value The bytes for path to set.
+ * @return This builder for chaining.
*/
public Builder setPathBytes(
akka.protobufv3.internal.ByteString value) {
@@ -5376,12 +5527,14 @@ public final class WireFormats {
akka.remote.WireFormats.ActorRefData, akka.remote.WireFormats.ActorRefData.Builder, akka.remote.WireFormats.ActorRefDataOrBuilder> supervisorBuilder_;
/**
* required .ActorRefData supervisor = 4;
+ * @return Whether the supervisor field is set.
*/
public boolean hasSupervisor() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required .ActorRefData supervisor = 4;
+ * @return The supervisor.
*/
public akka.remote.WireFormats.ActorRefData getSupervisor() {
if (supervisorBuilder_ == null) {
@@ -5547,10 +5700,12 @@ public final class WireFormats {
/**
* required .DeployData deploy = 2;
+ * @return Whether the deploy field is set.
*/
boolean hasDeploy();
/**
* required .DeployData deploy = 2;
+ * @return The deploy.
*/
akka.remote.WireFormats.DeployData getDeploy();
/**
@@ -5560,28 +5715,35 @@ public final class WireFormats {
/**
* required string clazz = 3;
+ * @return Whether the clazz field is set.
*/
boolean hasClazz();
/**
* required string clazz = 3;
+ * @return The clazz.
*/
java.lang.String getClazz();
/**
* required string clazz = 3;
+ * @return The bytes for clazz.
*/
akka.protobufv3.internal.ByteString
getClazzBytes();
/**
* repeated bytes args = 4;
+ * @return A list containing the args.
*/
java.util.List getArgsList();
/**
* repeated bytes args = 4;
+ * @return The count of args.
*/
int getArgsCount();
/**
* repeated bytes args = 4;
+ * @param index The index of the element to return.
+ * @return The args at the given index.
*/
akka.protobufv3.internal.ByteString getArgs(int index);
@@ -5593,6 +5755,7 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @return A list containing the manifests.
*/
java.util.List
getManifestsList();
@@ -5604,6 +5767,7 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @return The count of manifests.
*/
int getManifestsCount();
/**
@@ -5614,6 +5778,8 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @param index The index of the element to return.
+ * @return The manifests at the given index.
*/
java.lang.String getManifests(int index);
/**
@@ -5624,6 +5790,8 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @param index The index of the value to return.
+ * @return The bytes of the manifests at the given index.
*/
akka.protobufv3.internal.ByteString
getManifestsBytes(int index);
@@ -5634,6 +5802,7 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @return A list containing the serializerIds.
*/
java.util.List getSerializerIdsList();
/**
@@ -5642,6 +5811,7 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @return The count of serializerIds.
*/
int getSerializerIdsCount();
/**
@@ -5650,6 +5820,8 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @param index The index of the element to return.
+ * @return The serializerIds at the given index.
*/
int getSerializerIds(int index);
@@ -5660,6 +5832,7 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @return A list containing the hasManifest.
*/
java.util.List getHasManifestList();
/**
@@ -5669,6 +5842,7 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @return The count of hasManifest.
*/
int getHasManifestCount();
/**
@@ -5678,6 +5852,8 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @param index The index of the element to return.
+ * @return The hasManifest at the given index.
*/
boolean getHasManifest(int index);
}
@@ -5864,12 +6040,14 @@ public final class WireFormats {
private akka.remote.WireFormats.DeployData deploy_;
/**
* required .DeployData deploy = 2;
+ * @return Whether the deploy field is set.
*/
public boolean hasDeploy() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .DeployData deploy = 2;
+ * @return The deploy.
*/
public akka.remote.WireFormats.DeployData getDeploy() {
return deploy_ == null ? akka.remote.WireFormats.DeployData.getDefaultInstance() : deploy_;
@@ -5885,12 +6063,14 @@ public final class WireFormats {
private volatile java.lang.Object clazz_;
/**
* required string clazz = 3;
+ * @return Whether the clazz field is set.
*/
public boolean hasClazz() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string clazz = 3;
+ * @return The clazz.
*/
public java.lang.String getClazz() {
java.lang.Object ref = clazz_;
@@ -5908,6 +6088,7 @@ public final class WireFormats {
}
/**
* required string clazz = 3;
+ * @return The bytes for clazz.
*/
public akka.protobufv3.internal.ByteString
getClazzBytes() {
@@ -5927,6 +6108,7 @@ public final class WireFormats {
private java.util.List args_;
/**
* repeated bytes args = 4;
+ * @return A list containing the args.
*/
public java.util.List
getArgsList() {
@@ -5934,12 +6116,15 @@ public final class WireFormats {
}
/**
* repeated bytes args = 4;
+ * @return The count of args.
*/
public int getArgsCount() {
return args_.size();
}
/**
* repeated bytes args = 4;
+ * @param index The index of the element to return.
+ * @return The args at the given index.
*/
public akka.protobufv3.internal.ByteString getArgs(int index) {
return args_.get(index);
@@ -5955,6 +6140,7 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @return A list containing the manifests.
*/
public akka.protobufv3.internal.ProtocolStringList
getManifestsList() {
@@ -5968,6 +6154,7 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @return The count of manifests.
*/
public int getManifestsCount() {
return manifests_.size();
@@ -5980,6 +6167,8 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @param index The index of the element to return.
+ * @return The manifests at the given index.
*/
public java.lang.String getManifests(int index) {
return manifests_.get(index);
@@ -5992,6 +6181,8 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @param index The index of the value to return.
+ * @return The bytes of the manifests at the given index.
*/
public akka.protobufv3.internal.ByteString
getManifestsBytes(int index) {
@@ -6006,6 +6197,7 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @return A list containing the serializerIds.
*/
public java.util.List
getSerializerIdsList() {
@@ -6017,6 +6209,7 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @return The count of serializerIds.
*/
public int getSerializerIdsCount() {
return serializerIds_.size();
@@ -6027,6 +6220,8 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @param index The index of the element to return.
+ * @return The serializerIds at the given index.
*/
public int getSerializerIds(int index) {
return serializerIds_.getInt(index);
@@ -6041,6 +6236,7 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @return A list containing the hasManifest.
*/
public java.util.List
getHasManifestList() {
@@ -6053,6 +6249,7 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @return The count of hasManifest.
*/
public int getHasManifestCount() {
return hasManifest_.size();
@@ -6064,6 +6261,8 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @param index The index of the element to return.
+ * @return The hasManifest at the given index.
*/
public boolean getHasManifest(int index) {
return hasManifest_.getBoolean(index);
@@ -6585,12 +6784,14 @@ public final class WireFormats {
akka.remote.WireFormats.DeployData, akka.remote.WireFormats.DeployData.Builder, akka.remote.WireFormats.DeployDataOrBuilder> deployBuilder_;
/**
* required .DeployData deploy = 2;
+ * @return Whether the deploy field is set.
*/
public boolean hasDeploy() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .DeployData deploy = 2;
+ * @return The deploy.
*/
public akka.remote.WireFormats.DeployData getDeploy() {
if (deployBuilder_ == null) {
@@ -6701,12 +6902,14 @@ public final class WireFormats {
private java.lang.Object clazz_ = "";
/**
* required string clazz = 3;
+ * @return Whether the clazz field is set.
*/
public boolean hasClazz() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string clazz = 3;
+ * @return The clazz.
*/
public java.lang.String getClazz() {
java.lang.Object ref = clazz_;
@@ -6724,6 +6927,7 @@ public final class WireFormats {
}
/**
* required string clazz = 3;
+ * @return The bytes for clazz.
*/
public akka.protobufv3.internal.ByteString
getClazzBytes() {
@@ -6740,6 +6944,8 @@ public final class WireFormats {
}
/**
* required string clazz = 3;
+ * @param value The clazz to set.
+ * @return This builder for chaining.
*/
public Builder setClazz(
java.lang.String value) {
@@ -6753,6 +6959,7 @@ public final class WireFormats {
}
/**
* required string clazz = 3;
+ * @return This builder for chaining.
*/
public Builder clearClazz() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -6762,6 +6969,8 @@ public final class WireFormats {
}
/**
* required string clazz = 3;
+ * @param value The bytes for clazz to set.
+ * @return This builder for chaining.
*/
public Builder setClazzBytes(
akka.protobufv3.internal.ByteString value) {
@@ -6783,6 +6992,7 @@ public final class WireFormats {
}
/**
* repeated bytes args = 4;
+ * @return A list containing the args.
*/
public java.util.List
getArgsList() {
@@ -6791,18 +7001,24 @@ public final class WireFormats {
}
/**
* repeated bytes args = 4;
+ * @return The count of args.
*/
public int getArgsCount() {
return args_.size();
}
/**
* repeated bytes args = 4;
+ * @param index The index of the element to return.
+ * @return The args at the given index.
*/
public akka.protobufv3.internal.ByteString getArgs(int index) {
return args_.get(index);
}
/**
* repeated bytes args = 4;
+ * @param index The index to set the value at.
+ * @param value The args to set.
+ * @return This builder for chaining.
*/
public Builder setArgs(
int index, akka.protobufv3.internal.ByteString value) {
@@ -6816,6 +7032,8 @@ public final class WireFormats {
}
/**
* repeated bytes args = 4;
+ * @param value The args to add.
+ * @return This builder for chaining.
*/
public Builder addArgs(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -6828,6 +7046,8 @@ public final class WireFormats {
}
/**
* repeated bytes args = 4;
+ * @param values The args to add.
+ * @return This builder for chaining.
*/
public Builder addAllArgs(
java.lang.Iterable extends akka.protobufv3.internal.ByteString> values) {
@@ -6839,6 +7059,7 @@ public final class WireFormats {
}
/**
* repeated bytes args = 4;
+ * @return This builder for chaining.
*/
public Builder clearArgs() {
args_ = java.util.Collections.emptyList();
@@ -6862,6 +7083,7 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @return A list containing the manifests.
*/
public akka.protobufv3.internal.ProtocolStringList
getManifestsList() {
@@ -6875,6 +7097,7 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @return The count of manifests.
*/
public int getManifestsCount() {
return manifests_.size();
@@ -6887,6 +7110,8 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @param index The index of the element to return.
+ * @return The manifests at the given index.
*/
public java.lang.String getManifests(int index) {
return manifests_.get(index);
@@ -6899,6 +7124,8 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @param index The index of the value to return.
+ * @return The bytes of the manifests at the given index.
*/
public akka.protobufv3.internal.ByteString
getManifestsBytes(int index) {
@@ -6912,6 +7139,9 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @param index The index to set the value at.
+ * @param value The manifests to set.
+ * @return This builder for chaining.
*/
public Builder setManifests(
int index, java.lang.String value) {
@@ -6931,6 +7161,8 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @param value The manifests to add.
+ * @return This builder for chaining.
*/
public Builder addManifests(
java.lang.String value) {
@@ -6950,6 +7182,8 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @param values The manifests to add.
+ * @return This builder for chaining.
*/
public Builder addAllManifests(
java.lang.Iterable values) {
@@ -6967,6 +7201,7 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @return This builder for chaining.
*/
public Builder clearManifests() {
manifests_ = akka.protobufv3.internal.LazyStringArrayList.EMPTY;
@@ -6982,6 +7217,8 @@ public final class WireFormats {
*
*
* repeated string manifests = 5;
+ * @param value The bytes of the manifests to add.
+ * @return This builder for chaining.
*/
public Builder addManifestsBytes(
akka.protobufv3.internal.ByteString value) {
@@ -7007,6 +7244,7 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @return A list containing the serializerIds.
*/
public java.util.List
getSerializerIdsList() {
@@ -7019,6 +7257,7 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @return The count of serializerIds.
*/
public int getSerializerIdsCount() {
return serializerIds_.size();
@@ -7029,6 +7268,8 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @param index The index of the element to return.
+ * @return The serializerIds at the given index.
*/
public int getSerializerIds(int index) {
return serializerIds_.getInt(index);
@@ -7039,6 +7280,9 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @param index The index to set the value at.
+ * @param value The serializerIds to set.
+ * @return This builder for chaining.
*/
public Builder setSerializerIds(
int index, int value) {
@@ -7053,6 +7297,8 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @param value The serializerIds to add.
+ * @return This builder for chaining.
*/
public Builder addSerializerIds(int value) {
ensureSerializerIdsIsMutable();
@@ -7066,6 +7312,8 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @param values The serializerIds to add.
+ * @return This builder for chaining.
*/
public Builder addAllSerializerIds(
java.lang.Iterable extends java.lang.Integer> values) {
@@ -7081,6 +7329,7 @@ public final class WireFormats {
*
*
* repeated int32 serializerIds = 6;
+ * @return This builder for chaining.
*/
public Builder clearSerializerIds() {
serializerIds_ = emptyIntList();
@@ -7103,6 +7352,7 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @return A list containing the hasManifest.
*/
public java.util.List
getHasManifestList() {
@@ -7116,6 +7366,7 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @return The count of hasManifest.
*/
public int getHasManifestCount() {
return hasManifest_.size();
@@ -7127,6 +7378,8 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @param index The index of the element to return.
+ * @return The hasManifest at the given index.
*/
public boolean getHasManifest(int index) {
return hasManifest_.getBoolean(index);
@@ -7138,6 +7391,9 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @param index The index to set the value at.
+ * @param value The hasManifest to set.
+ * @return This builder for chaining.
*/
public Builder setHasManifest(
int index, boolean value) {
@@ -7153,6 +7409,8 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @param value The hasManifest to add.
+ * @return This builder for chaining.
*/
public Builder addHasManifest(boolean value) {
ensureHasManifestIsMutable();
@@ -7167,6 +7425,8 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @param values The hasManifest to add.
+ * @return This builder for chaining.
*/
public Builder addAllHasManifest(
java.lang.Iterable extends java.lang.Boolean> values) {
@@ -7183,6 +7443,7 @@ public final class WireFormats {
*
*
* repeated bool hasManifest = 7;
+ * @return This builder for chaining.
*/
public Builder clearHasManifest() {
hasManifest_ = emptyBooleanList();
@@ -7249,55 +7510,67 @@ public final class WireFormats {
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
boolean hasPath();
/**
* required string path = 1;
+ * @return The path.
*/
java.lang.String getPath();
/**
* required string path = 1;
+ * @return The bytes for path.
*/
akka.protobufv3.internal.ByteString
getPathBytes();
/**
* optional bytes config = 2;
+ * @return Whether the config field is set.
*/
boolean hasConfig();
/**
* optional bytes config = 2;
+ * @return The config.
*/
akka.protobufv3.internal.ByteString getConfig();
/**
* optional bytes routerConfig = 3;
+ * @return Whether the routerConfig field is set.
*/
boolean hasRouterConfig();
/**
* optional bytes routerConfig = 3;
+ * @return The routerConfig.
*/
akka.protobufv3.internal.ByteString getRouterConfig();
/**
* optional bytes scope = 4;
+ * @return Whether the scope field is set.
*/
boolean hasScope();
/**
* optional bytes scope = 4;
+ * @return The scope.
*/
akka.protobufv3.internal.ByteString getScope();
/**
* optional string dispatcher = 5;
+ * @return Whether the dispatcher field is set.
*/
boolean hasDispatcher();
/**
* optional string dispatcher = 5;
+ * @return The dispatcher.
*/
java.lang.String getDispatcher();
/**
* optional string dispatcher = 5;
+ * @return The bytes for dispatcher.
*/
akka.protobufv3.internal.ByteString
getDispatcherBytes();
@@ -7309,6 +7582,7 @@ public final class WireFormats {
*
*
* optional int32 scopeSerializerId = 6;
+ * @return Whether the scopeSerializerId field is set.
*/
boolean hasScopeSerializerId();
/**
@@ -7318,65 +7592,79 @@ public final class WireFormats {
*
*
* optional int32 scopeSerializerId = 6;
+ * @return The scopeSerializerId.
*/
int getScopeSerializerId();
/**
* optional string scopeManifest = 7;
+ * @return Whether the scopeManifest field is set.
*/
boolean hasScopeManifest();
/**
* optional string scopeManifest = 7;
+ * @return The scopeManifest.
*/
java.lang.String getScopeManifest();
/**
* optional string scopeManifest = 7;
+ * @return The bytes for scopeManifest.
*/
akka.protobufv3.internal.ByteString
getScopeManifestBytes();
/**
* optional int32 configSerializerId = 8;
+ * @return Whether the configSerializerId field is set.
*/
boolean hasConfigSerializerId();
/**
* optional int32 configSerializerId = 8;
+ * @return The configSerializerId.
*/
int getConfigSerializerId();
/**
* optional string configManifest = 9;
+ * @return Whether the configManifest field is set.
*/
boolean hasConfigManifest();
/**
* optional string configManifest = 9;
+ * @return The configManifest.
*/
java.lang.String getConfigManifest();
/**
* optional string configManifest = 9;
+ * @return The bytes for configManifest.
*/
akka.protobufv3.internal.ByteString
getConfigManifestBytes();
/**
* optional int32 routerConfigSerializerId = 10;
+ * @return Whether the routerConfigSerializerId field is set.
*/
boolean hasRouterConfigSerializerId();
/**
* optional int32 routerConfigSerializerId = 10;
+ * @return The routerConfigSerializerId.
*/
int getRouterConfigSerializerId();
/**
* optional string routerConfigManifest = 11;
+ * @return Whether the routerConfigManifest field is set.
*/
boolean hasRouterConfigManifest();
/**
* optional string routerConfigManifest = 11;
+ * @return The routerConfigManifest.
*/
java.lang.String getRouterConfigManifest();
/**
* optional string routerConfigManifest = 11;
+ * @return The bytes for routerConfigManifest.
*/
akka.protobufv3.internal.ByteString
getRouterConfigManifestBytes();
@@ -7537,12 +7825,14 @@ public final class WireFormats {
private volatile java.lang.Object path_;
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -7560,6 +7850,7 @@ public final class WireFormats {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -7579,12 +7870,14 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString config_;
/**
* optional bytes config = 2;
+ * @return Whether the config field is set.
*/
public boolean hasConfig() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional bytes config = 2;
+ * @return The config.
*/
public akka.protobufv3.internal.ByteString getConfig() {
return config_;
@@ -7594,12 +7887,14 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString routerConfig_;
/**
* optional bytes routerConfig = 3;
+ * @return Whether the routerConfig field is set.
*/
public boolean hasRouterConfig() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes routerConfig = 3;
+ * @return The routerConfig.
*/
public akka.protobufv3.internal.ByteString getRouterConfig() {
return routerConfig_;
@@ -7609,12 +7904,14 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString scope_;
/**
* optional bytes scope = 4;
+ * @return Whether the scope field is set.
*/
public boolean hasScope() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional bytes scope = 4;
+ * @return The scope.
*/
public akka.protobufv3.internal.ByteString getScope() {
return scope_;
@@ -7624,12 +7921,14 @@ public final class WireFormats {
private volatile java.lang.Object dispatcher_;
/**
* optional string dispatcher = 5;
+ * @return Whether the dispatcher field is set.
*/
public boolean hasDispatcher() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional string dispatcher = 5;
+ * @return The dispatcher.
*/
public java.lang.String getDispatcher() {
java.lang.Object ref = dispatcher_;
@@ -7647,6 +7946,7 @@ public final class WireFormats {
}
/**
* optional string dispatcher = 5;
+ * @return The bytes for dispatcher.
*/
public akka.protobufv3.internal.ByteString
getDispatcherBytes() {
@@ -7671,6 +7971,7 @@ public final class WireFormats {
*
*
* optional int32 scopeSerializerId = 6;
+ * @return Whether the scopeSerializerId field is set.
*/
public boolean hasScopeSerializerId() {
return ((bitField0_ & 0x00000020) != 0);
@@ -7682,6 +7983,7 @@ public final class WireFormats {
*
*
* optional int32 scopeSerializerId = 6;
+ * @return The scopeSerializerId.
*/
public int getScopeSerializerId() {
return scopeSerializerId_;
@@ -7691,12 +7993,14 @@ public final class WireFormats {
private volatile java.lang.Object scopeManifest_;
/**
* optional string scopeManifest = 7;
+ * @return Whether the scopeManifest field is set.
*/
public boolean hasScopeManifest() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* optional string scopeManifest = 7;
+ * @return The scopeManifest.
*/
public java.lang.String getScopeManifest() {
java.lang.Object ref = scopeManifest_;
@@ -7714,6 +8018,7 @@ public final class WireFormats {
}
/**
* optional string scopeManifest = 7;
+ * @return The bytes for scopeManifest.
*/
public akka.protobufv3.internal.ByteString
getScopeManifestBytes() {
@@ -7733,12 +8038,14 @@ public final class WireFormats {
private int configSerializerId_;
/**
* optional int32 configSerializerId = 8;
+ * @return Whether the configSerializerId field is set.
*/
public boolean hasConfigSerializerId() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* optional int32 configSerializerId = 8;
+ * @return The configSerializerId.
*/
public int getConfigSerializerId() {
return configSerializerId_;
@@ -7748,12 +8055,14 @@ public final class WireFormats {
private volatile java.lang.Object configManifest_;
/**
* optional string configManifest = 9;
+ * @return Whether the configManifest field is set.
*/
public boolean hasConfigManifest() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* optional string configManifest = 9;
+ * @return The configManifest.
*/
public java.lang.String getConfigManifest() {
java.lang.Object ref = configManifest_;
@@ -7771,6 +8080,7 @@ public final class WireFormats {
}
/**
* optional string configManifest = 9;
+ * @return The bytes for configManifest.
*/
public akka.protobufv3.internal.ByteString
getConfigManifestBytes() {
@@ -7790,12 +8100,14 @@ public final class WireFormats {
private int routerConfigSerializerId_;
/**
* optional int32 routerConfigSerializerId = 10;
+ * @return Whether the routerConfigSerializerId field is set.
*/
public boolean hasRouterConfigSerializerId() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* optional int32 routerConfigSerializerId = 10;
+ * @return The routerConfigSerializerId.
*/
public int getRouterConfigSerializerId() {
return routerConfigSerializerId_;
@@ -7805,12 +8117,14 @@ public final class WireFormats {
private volatile java.lang.Object routerConfigManifest_;
/**
* optional string routerConfigManifest = 11;
+ * @return Whether the routerConfigManifest field is set.
*/
public boolean hasRouterConfigManifest() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* optional string routerConfigManifest = 11;
+ * @return The routerConfigManifest.
*/
public java.lang.String getRouterConfigManifest() {
java.lang.Object ref = routerConfigManifest_;
@@ -7828,6 +8142,7 @@ public final class WireFormats {
}
/**
* optional string routerConfigManifest = 11;
+ * @return The bytes for routerConfigManifest.
*/
public akka.protobufv3.internal.ByteString
getRouterConfigManifestBytes() {
@@ -8427,12 +8742,14 @@ public final class WireFormats {
private java.lang.Object path_ = "";
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -8450,6 +8767,7 @@ public final class WireFormats {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -8466,6 +8784,8 @@ public final class WireFormats {
}
/**
* required string path = 1;
+ * @param value The path to set.
+ * @return This builder for chaining.
*/
public Builder setPath(
java.lang.String value) {
@@ -8479,6 +8799,7 @@ public final class WireFormats {
}
/**
* required string path = 1;
+ * @return This builder for chaining.
*/
public Builder clearPath() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -8488,6 +8809,8 @@ public final class WireFormats {
}
/**
* required string path = 1;
+ * @param value The bytes for path to set.
+ * @return This builder for chaining.
*/
public Builder setPathBytes(
akka.protobufv3.internal.ByteString value) {
@@ -8503,18 +8826,22 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString config_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes config = 2;
+ * @return Whether the config field is set.
*/
public boolean hasConfig() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional bytes config = 2;
+ * @return The config.
*/
public akka.protobufv3.internal.ByteString getConfig() {
return config_;
}
/**
* optional bytes config = 2;
+ * @param value The config to set.
+ * @return This builder for chaining.
*/
public Builder setConfig(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -8527,6 +8854,7 @@ public final class WireFormats {
}
/**
* optional bytes config = 2;
+ * @return This builder for chaining.
*/
public Builder clearConfig() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -8538,18 +8866,22 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString routerConfig_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes routerConfig = 3;
+ * @return Whether the routerConfig field is set.
*/
public boolean hasRouterConfig() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes routerConfig = 3;
+ * @return The routerConfig.
*/
public akka.protobufv3.internal.ByteString getRouterConfig() {
return routerConfig_;
}
/**
* optional bytes routerConfig = 3;
+ * @param value The routerConfig to set.
+ * @return This builder for chaining.
*/
public Builder setRouterConfig(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -8562,6 +8894,7 @@ public final class WireFormats {
}
/**
* optional bytes routerConfig = 3;
+ * @return This builder for chaining.
*/
public Builder clearRouterConfig() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -8573,18 +8906,22 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString scope_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes scope = 4;
+ * @return Whether the scope field is set.
*/
public boolean hasScope() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional bytes scope = 4;
+ * @return The scope.
*/
public akka.protobufv3.internal.ByteString getScope() {
return scope_;
}
/**
* optional bytes scope = 4;
+ * @param value The scope to set.
+ * @return This builder for chaining.
*/
public Builder setScope(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -8597,6 +8934,7 @@ public final class WireFormats {
}
/**
* optional bytes scope = 4;
+ * @return This builder for chaining.
*/
public Builder clearScope() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -8608,12 +8946,14 @@ public final class WireFormats {
private java.lang.Object dispatcher_ = "";
/**
* optional string dispatcher = 5;
+ * @return Whether the dispatcher field is set.
*/
public boolean hasDispatcher() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* optional string dispatcher = 5;
+ * @return The dispatcher.
*/
public java.lang.String getDispatcher() {
java.lang.Object ref = dispatcher_;
@@ -8631,6 +8971,7 @@ public final class WireFormats {
}
/**
* optional string dispatcher = 5;
+ * @return The bytes for dispatcher.
*/
public akka.protobufv3.internal.ByteString
getDispatcherBytes() {
@@ -8647,6 +8988,8 @@ public final class WireFormats {
}
/**
* optional string dispatcher = 5;
+ * @param value The dispatcher to set.
+ * @return This builder for chaining.
*/
public Builder setDispatcher(
java.lang.String value) {
@@ -8660,6 +9003,7 @@ public final class WireFormats {
}
/**
* optional string dispatcher = 5;
+ * @return This builder for chaining.
*/
public Builder clearDispatcher() {
bitField0_ = (bitField0_ & ~0x00000010);
@@ -8669,6 +9013,8 @@ public final class WireFormats {
}
/**
* optional string dispatcher = 5;
+ * @param value The bytes for dispatcher to set.
+ * @return This builder for chaining.
*/
public Builder setDispatcherBytes(
akka.protobufv3.internal.ByteString value) {
@@ -8689,6 +9035,7 @@ public final class WireFormats {
*
*
* optional int32 scopeSerializerId = 6;
+ * @return Whether the scopeSerializerId field is set.
*/
public boolean hasScopeSerializerId() {
return ((bitField0_ & 0x00000020) != 0);
@@ -8700,6 +9047,7 @@ public final class WireFormats {
*
*
* optional int32 scopeSerializerId = 6;
+ * @return The scopeSerializerId.
*/
public int getScopeSerializerId() {
return scopeSerializerId_;
@@ -8711,6 +9059,8 @@ public final class WireFormats {
*
*
* optional int32 scopeSerializerId = 6;
+ * @param value The scopeSerializerId to set.
+ * @return This builder for chaining.
*/
public Builder setScopeSerializerId(int value) {
bitField0_ |= 0x00000020;
@@ -8725,6 +9075,7 @@ public final class WireFormats {
*
*
* optional int32 scopeSerializerId = 6;
+ * @return This builder for chaining.
*/
public Builder clearScopeSerializerId() {
bitField0_ = (bitField0_ & ~0x00000020);
@@ -8736,12 +9087,14 @@ public final class WireFormats {
private java.lang.Object scopeManifest_ = "";
/**
* optional string scopeManifest = 7;
+ * @return Whether the scopeManifest field is set.
*/
public boolean hasScopeManifest() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* optional string scopeManifest = 7;
+ * @return The scopeManifest.
*/
public java.lang.String getScopeManifest() {
java.lang.Object ref = scopeManifest_;
@@ -8759,6 +9112,7 @@ public final class WireFormats {
}
/**
* optional string scopeManifest = 7;
+ * @return The bytes for scopeManifest.
*/
public akka.protobufv3.internal.ByteString
getScopeManifestBytes() {
@@ -8775,6 +9129,8 @@ public final class WireFormats {
}
/**
* optional string scopeManifest = 7;
+ * @param value The scopeManifest to set.
+ * @return This builder for chaining.
*/
public Builder setScopeManifest(
java.lang.String value) {
@@ -8788,6 +9144,7 @@ public final class WireFormats {
}
/**
* optional string scopeManifest = 7;
+ * @return This builder for chaining.
*/
public Builder clearScopeManifest() {
bitField0_ = (bitField0_ & ~0x00000040);
@@ -8797,6 +9154,8 @@ public final class WireFormats {
}
/**
* optional string scopeManifest = 7;
+ * @param value The bytes for scopeManifest to set.
+ * @return This builder for chaining.
*/
public Builder setScopeManifestBytes(
akka.protobufv3.internal.ByteString value) {
@@ -8812,18 +9171,22 @@ public final class WireFormats {
private int configSerializerId_ ;
/**
* optional int32 configSerializerId = 8;
+ * @return Whether the configSerializerId field is set.
*/
public boolean hasConfigSerializerId() {
return ((bitField0_ & 0x00000080) != 0);
}
/**
* optional int32 configSerializerId = 8;
+ * @return The configSerializerId.
*/
public int getConfigSerializerId() {
return configSerializerId_;
}
/**
* optional int32 configSerializerId = 8;
+ * @param value The configSerializerId to set.
+ * @return This builder for chaining.
*/
public Builder setConfigSerializerId(int value) {
bitField0_ |= 0x00000080;
@@ -8833,6 +9196,7 @@ public final class WireFormats {
}
/**
* optional int32 configSerializerId = 8;
+ * @return This builder for chaining.
*/
public Builder clearConfigSerializerId() {
bitField0_ = (bitField0_ & ~0x00000080);
@@ -8844,12 +9208,14 @@ public final class WireFormats {
private java.lang.Object configManifest_ = "";
/**
* optional string configManifest = 9;
+ * @return Whether the configManifest field is set.
*/
public boolean hasConfigManifest() {
return ((bitField0_ & 0x00000100) != 0);
}
/**
* optional string configManifest = 9;
+ * @return The configManifest.
*/
public java.lang.String getConfigManifest() {
java.lang.Object ref = configManifest_;
@@ -8867,6 +9233,7 @@ public final class WireFormats {
}
/**
* optional string configManifest = 9;
+ * @return The bytes for configManifest.
*/
public akka.protobufv3.internal.ByteString
getConfigManifestBytes() {
@@ -8883,6 +9250,8 @@ public final class WireFormats {
}
/**
* optional string configManifest = 9;
+ * @param value The configManifest to set.
+ * @return This builder for chaining.
*/
public Builder setConfigManifest(
java.lang.String value) {
@@ -8896,6 +9265,7 @@ public final class WireFormats {
}
/**
* optional string configManifest = 9;
+ * @return This builder for chaining.
*/
public Builder clearConfigManifest() {
bitField0_ = (bitField0_ & ~0x00000100);
@@ -8905,6 +9275,8 @@ public final class WireFormats {
}
/**
* optional string configManifest = 9;
+ * @param value The bytes for configManifest to set.
+ * @return This builder for chaining.
*/
public Builder setConfigManifestBytes(
akka.protobufv3.internal.ByteString value) {
@@ -8920,18 +9292,22 @@ public final class WireFormats {
private int routerConfigSerializerId_ ;
/**
* optional int32 routerConfigSerializerId = 10;
+ * @return Whether the routerConfigSerializerId field is set.
*/
public boolean hasRouterConfigSerializerId() {
return ((bitField0_ & 0x00000200) != 0);
}
/**
* optional int32 routerConfigSerializerId = 10;
+ * @return The routerConfigSerializerId.
*/
public int getRouterConfigSerializerId() {
return routerConfigSerializerId_;
}
/**
* optional int32 routerConfigSerializerId = 10;
+ * @param value The routerConfigSerializerId to set.
+ * @return This builder for chaining.
*/
public Builder setRouterConfigSerializerId(int value) {
bitField0_ |= 0x00000200;
@@ -8941,6 +9317,7 @@ public final class WireFormats {
}
/**
* optional int32 routerConfigSerializerId = 10;
+ * @return This builder for chaining.
*/
public Builder clearRouterConfigSerializerId() {
bitField0_ = (bitField0_ & ~0x00000200);
@@ -8952,12 +9329,14 @@ public final class WireFormats {
private java.lang.Object routerConfigManifest_ = "";
/**
* optional string routerConfigManifest = 11;
+ * @return Whether the routerConfigManifest field is set.
*/
public boolean hasRouterConfigManifest() {
return ((bitField0_ & 0x00000400) != 0);
}
/**
* optional string routerConfigManifest = 11;
+ * @return The routerConfigManifest.
*/
public java.lang.String getRouterConfigManifest() {
java.lang.Object ref = routerConfigManifest_;
@@ -8975,6 +9354,7 @@ public final class WireFormats {
}
/**
* optional string routerConfigManifest = 11;
+ * @return The bytes for routerConfigManifest.
*/
public akka.protobufv3.internal.ByteString
getRouterConfigManifestBytes() {
@@ -8991,6 +9371,8 @@ public final class WireFormats {
}
/**
* optional string routerConfigManifest = 11;
+ * @param value The routerConfigManifest to set.
+ * @return This builder for chaining.
*/
public Builder setRouterConfigManifest(
java.lang.String value) {
@@ -9004,6 +9386,7 @@ public final class WireFormats {
}
/**
* optional string routerConfigManifest = 11;
+ * @return This builder for chaining.
*/
public Builder clearRouterConfigManifest() {
bitField0_ = (bitField0_ & ~0x00000400);
@@ -9013,6 +9396,8 @@ public final class WireFormats {
}
/**
* optional string routerConfigManifest = 11;
+ * @param value The bytes for routerConfigManifest to set.
+ * @return This builder for chaining.
*/
public Builder setRouterConfigManifestBytes(
akka.protobufv3.internal.ByteString value) {
@@ -9083,19 +9468,23 @@ public final class WireFormats {
/**
* optional bytes payload = 1;
+ * @return Whether the payload field is set.
*/
boolean hasPayload();
/**
* optional bytes payload = 1;
+ * @return The payload.
*/
akka.protobufv3.internal.ByteString getPayload();
/**
* optional .AkkaControlMessage instruction = 2;
+ * @return Whether the instruction field is set.
*/
boolean hasInstruction();
/**
* optional .AkkaControlMessage instruction = 2;
+ * @return The instruction.
*/
akka.remote.WireFormats.AkkaControlMessage getInstruction();
/**
@@ -9211,12 +9600,14 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString payload_;
/**
* optional bytes payload = 1;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional bytes payload = 1;
+ * @return The payload.
*/
public akka.protobufv3.internal.ByteString getPayload() {
return payload_;
@@ -9226,12 +9617,14 @@ public final class WireFormats {
private akka.remote.WireFormats.AkkaControlMessage instruction_;
/**
* optional .AkkaControlMessage instruction = 2;
+ * @return Whether the instruction field is set.
*/
public boolean hasInstruction() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .AkkaControlMessage instruction = 2;
+ * @return The instruction.
*/
public akka.remote.WireFormats.AkkaControlMessage getInstruction() {
return instruction_ == null ? akka.remote.WireFormats.AkkaControlMessage.getDefaultInstance() : instruction_;
@@ -9611,18 +10004,22 @@ public final class WireFormats {
private akka.protobufv3.internal.ByteString payload_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes payload = 1;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional bytes payload = 1;
+ * @return The payload.
*/
public akka.protobufv3.internal.ByteString getPayload() {
return payload_;
}
/**
* optional bytes payload = 1;
+ * @param value The payload to set.
+ * @return This builder for chaining.
*/
public Builder setPayload(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -9635,6 +10032,7 @@ public final class WireFormats {
}
/**
* optional bytes payload = 1;
+ * @return This builder for chaining.
*/
public Builder clearPayload() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -9648,12 +10046,14 @@ public final class WireFormats {
akka.remote.WireFormats.AkkaControlMessage, akka.remote.WireFormats.AkkaControlMessage.Builder, akka.remote.WireFormats.AkkaControlMessageOrBuilder> instructionBuilder_;
/**
* optional .AkkaControlMessage instruction = 2;
+ * @return Whether the instruction field is set.
*/
public boolean hasInstruction() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .AkkaControlMessage instruction = 2;
+ * @return The instruction.
*/
public akka.remote.WireFormats.AkkaControlMessage getInstruction() {
if (instructionBuilder_ == null) {
@@ -9819,19 +10219,23 @@ public final class WireFormats {
/**
* required .CommandType commandType = 1;
+ * @return Whether the commandType field is set.
*/
boolean hasCommandType();
/**
* required .CommandType commandType = 1;
+ * @return The commandType.
*/
akka.remote.WireFormats.CommandType getCommandType();
/**
* optional .AkkaHandshakeInfo handshakeInfo = 2;
+ * @return Whether the handshakeInfo field is set.
*/
boolean hasHandshakeInfo();
/**
* optional .AkkaHandshakeInfo handshakeInfo = 2;
+ * @return The handshakeInfo.
*/
akka.remote.WireFormats.AkkaHandshakeInfo getHandshakeInfo();
/**
@@ -9953,12 +10357,14 @@ public final class WireFormats {
private int commandType_;
/**
* required .CommandType commandType = 1;
+ * @return Whether the commandType field is set.
*/
public boolean hasCommandType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .CommandType commandType = 1;
+ * @return The commandType.
*/
public akka.remote.WireFormats.CommandType getCommandType() {
@SuppressWarnings("deprecation")
@@ -9970,12 +10376,14 @@ public final class WireFormats {
private akka.remote.WireFormats.AkkaHandshakeInfo handshakeInfo_;
/**
* optional .AkkaHandshakeInfo handshakeInfo = 2;
+ * @return Whether the handshakeInfo field is set.
*/
public boolean hasHandshakeInfo() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .AkkaHandshakeInfo handshakeInfo = 2;
+ * @return The handshakeInfo.
*/
public akka.remote.WireFormats.AkkaHandshakeInfo getHandshakeInfo() {
return handshakeInfo_ == null ? akka.remote.WireFormats.AkkaHandshakeInfo.getDefaultInstance() : handshakeInfo_;
@@ -10360,12 +10768,14 @@ public final class WireFormats {
private int commandType_ = 1;
/**
* required .CommandType commandType = 1;
+ * @return Whether the commandType field is set.
*/
public boolean hasCommandType() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .CommandType commandType = 1;
+ * @return The commandType.
*/
public akka.remote.WireFormats.CommandType getCommandType() {
@SuppressWarnings("deprecation")
@@ -10374,6 +10784,8 @@ public final class WireFormats {
}
/**
* required .CommandType commandType = 1;
+ * @param value The commandType to set.
+ * @return This builder for chaining.
*/
public Builder setCommandType(akka.remote.WireFormats.CommandType value) {
if (value == null) {
@@ -10386,6 +10798,7 @@ public final class WireFormats {
}
/**
* required .CommandType commandType = 1;
+ * @return This builder for chaining.
*/
public Builder clearCommandType() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -10399,12 +10812,14 @@ public final class WireFormats {
akka.remote.WireFormats.AkkaHandshakeInfo, akka.remote.WireFormats.AkkaHandshakeInfo.Builder, akka.remote.WireFormats.AkkaHandshakeInfoOrBuilder> handshakeInfoBuilder_;
/**
* optional .AkkaHandshakeInfo handshakeInfo = 2;
+ * @return Whether the handshakeInfo field is set.
*/
public boolean hasHandshakeInfo() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional .AkkaHandshakeInfo handshakeInfo = 2;
+ * @return The handshakeInfo.
*/
public akka.remote.WireFormats.AkkaHandshakeInfo getHandshakeInfo() {
if (handshakeInfoBuilder_ == null) {
@@ -10570,10 +10985,12 @@ public final class WireFormats {
/**
* required .AddressData origin = 1;
+ * @return Whether the origin field is set.
*/
boolean hasOrigin();
/**
* required .AddressData origin = 1;
+ * @return The origin.
*/
akka.remote.WireFormats.AddressData getOrigin();
/**
@@ -10583,23 +11000,28 @@ public final class WireFormats {
/**
* required fixed64 uid = 2;
+ * @return Whether the uid field is set.
*/
boolean hasUid();
/**
* required fixed64 uid = 2;
+ * @return The uid.
*/
long getUid();
/**
* optional string cookie = 3;
+ * @return Whether the cookie field is set.
*/
boolean hasCookie();
/**
* optional string cookie = 3;
+ * @return The cookie.
*/
java.lang.String getCookie();
/**
* optional string cookie = 3;
+ * @return The bytes for cookie.
*/
akka.protobufv3.internal.ByteString
getCookieBytes();
@@ -10712,12 +11134,14 @@ public final class WireFormats {
private akka.remote.WireFormats.AddressData origin_;
/**
* required .AddressData origin = 1;
+ * @return Whether the origin field is set.
*/
public boolean hasOrigin() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .AddressData origin = 1;
+ * @return The origin.
*/
public akka.remote.WireFormats.AddressData getOrigin() {
return origin_ == null ? akka.remote.WireFormats.AddressData.getDefaultInstance() : origin_;
@@ -10733,12 +11157,14 @@ public final class WireFormats {
private long uid_;
/**
* required fixed64 uid = 2;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required fixed64 uid = 2;
+ * @return The uid.
*/
public long getUid() {
return uid_;
@@ -10748,12 +11174,14 @@ public final class WireFormats {
private volatile java.lang.Object cookie_;
/**
* optional string cookie = 3;
+ * @return Whether the cookie field is set.
*/
public boolean hasCookie() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional string cookie = 3;
+ * @return The cookie.
*/
public java.lang.String getCookie() {
java.lang.Object ref = cookie_;
@@ -10771,6 +11199,7 @@ public final class WireFormats {
}
/**
* optional string cookie = 3;
+ * @return The bytes for cookie.
*/
public akka.protobufv3.internal.ByteString
getCookieBytes() {
@@ -11187,12 +11616,14 @@ public final class WireFormats {
akka.remote.WireFormats.AddressData, akka.remote.WireFormats.AddressData.Builder, akka.remote.WireFormats.AddressDataOrBuilder> originBuilder_;
/**
* required .AddressData origin = 1;
+ * @return Whether the origin field is set.
*/
public boolean hasOrigin() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .AddressData origin = 1;
+ * @return The origin.
*/
public akka.remote.WireFormats.AddressData getOrigin() {
if (originBuilder_ == null) {
@@ -11303,18 +11734,22 @@ public final class WireFormats {
private long uid_ ;
/**
* required fixed64 uid = 2;
+ * @return Whether the uid field is set.
*/
public boolean hasUid() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required fixed64 uid = 2;
+ * @return The uid.
*/
public long getUid() {
return uid_;
}
/**
* required fixed64 uid = 2;
+ * @param value The uid to set.
+ * @return This builder for chaining.
*/
public Builder setUid(long value) {
bitField0_ |= 0x00000002;
@@ -11324,6 +11759,7 @@ public final class WireFormats {
}
/**
* required fixed64 uid = 2;
+ * @return This builder for chaining.
*/
public Builder clearUid() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -11335,12 +11771,14 @@ public final class WireFormats {
private java.lang.Object cookie_ = "";
/**
* optional string cookie = 3;
+ * @return Whether the cookie field is set.
*/
public boolean hasCookie() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional string cookie = 3;
+ * @return The cookie.
*/
public java.lang.String getCookie() {
java.lang.Object ref = cookie_;
@@ -11358,6 +11796,7 @@ public final class WireFormats {
}
/**
* optional string cookie = 3;
+ * @return The bytes for cookie.
*/
public akka.protobufv3.internal.ByteString
getCookieBytes() {
@@ -11374,6 +11813,8 @@ public final class WireFormats {
}
/**
* optional string cookie = 3;
+ * @param value The cookie to set.
+ * @return This builder for chaining.
*/
public Builder setCookie(
java.lang.String value) {
@@ -11387,6 +11828,7 @@ public final class WireFormats {
}
/**
* optional string cookie = 3;
+ * @return This builder for chaining.
*/
public Builder clearCookie() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -11396,6 +11838,8 @@ public final class WireFormats {
}
/**
* optional string cookie = 3;
+ * @param value The bytes for cookie to set.
+ * @return This builder for chaining.
*/
public Builder setCookieBytes(
akka.protobufv3.internal.ByteString value) {
@@ -11466,19 +11910,23 @@ public final class WireFormats {
/**
* required int64 value = 1;
+ * @return Whether the value field is set.
*/
boolean hasValue();
/**
* required int64 value = 1;
+ * @return The value.
*/
long getValue();
/**
* required .TimeUnit unit = 2;
+ * @return Whether the unit field is set.
*/
boolean hasUnit();
/**
* required .TimeUnit unit = 2;
+ * @return The unit.
*/
akka.remote.WireFormats.TimeUnit getUnit();
}
@@ -11583,12 +12031,14 @@ public final class WireFormats {
private long value_;
/**
* required int64 value = 1;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 value = 1;
+ * @return The value.
*/
public long getValue() {
return value_;
@@ -11598,12 +12048,14 @@ public final class WireFormats {
private int unit_;
/**
* required .TimeUnit unit = 2;
+ * @return Whether the unit field is set.
*/
public boolean hasUnit() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .TimeUnit unit = 2;
+ * @return The unit.
*/
public akka.remote.WireFormats.TimeUnit getUnit() {
@SuppressWarnings("deprecation")
@@ -11967,18 +12419,22 @@ public final class WireFormats {
private long value_ ;
/**
* required int64 value = 1;
+ * @return Whether the value field is set.
*/
public boolean hasValue() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 value = 1;
+ * @return The value.
*/
public long getValue() {
return value_;
}
/**
* required int64 value = 1;
+ * @param value The value to set.
+ * @return This builder for chaining.
*/
public Builder setValue(long value) {
bitField0_ |= 0x00000001;
@@ -11988,6 +12444,7 @@ public final class WireFormats {
}
/**
* required int64 value = 1;
+ * @return This builder for chaining.
*/
public Builder clearValue() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -11999,12 +12456,14 @@ public final class WireFormats {
private int unit_ = 1;
/**
* required .TimeUnit unit = 2;
+ * @return Whether the unit field is set.
*/
public boolean hasUnit() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .TimeUnit unit = 2;
+ * @return The unit.
*/
public akka.remote.WireFormats.TimeUnit getUnit() {
@SuppressWarnings("deprecation")
@@ -12013,6 +12472,8 @@ public final class WireFormats {
}
/**
* required .TimeUnit unit = 2;
+ * @param value The unit to set.
+ * @return This builder for chaining.
*/
public Builder setUnit(akka.remote.WireFormats.TimeUnit value) {
if (value == null) {
@@ -12025,6 +12486,7 @@ public final class WireFormats {
}
/**
* required .TimeUnit unit = 2;
+ * @return This builder for chaining.
*/
public Builder clearUnit() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -12091,10 +12553,12 @@ public final class WireFormats {
/**
* required .AddressData node = 1;
+ * @return Whether the node field is set.
*/
boolean hasNode();
/**
* required .AddressData node = 1;
+ * @return The node.
*/
akka.remote.WireFormats.AddressData getNode();
/**
@@ -12198,12 +12662,14 @@ public final class WireFormats {
private akka.remote.WireFormats.AddressData node_;
/**
* required .AddressData node = 1;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .AddressData node = 1;
+ * @return The node.
*/
public akka.remote.WireFormats.AddressData getNode() {
return node_ == null ? akka.remote.WireFormats.AddressData.getDefaultInstance() : node_;
@@ -12557,12 +13023,14 @@ public final class WireFormats {
akka.remote.WireFormats.AddressData, akka.remote.WireFormats.AddressData.Builder, akka.remote.WireFormats.AddressDataOrBuilder> nodeBuilder_;
/**
* required .AddressData node = 1;
+ * @return Whether the node field is set.
*/
public boolean hasNode() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .AddressData node = 1;
+ * @return The node.
*/
public akka.remote.WireFormats.AddressData getNode() {
if (nodeBuilder_ == null) {
@@ -12728,64 +13196,78 @@ public final class WireFormats {
/**
* required uint32 lowerBound = 1;
+ * @return Whether the lowerBound field is set.
*/
boolean hasLowerBound();
/**
* required uint32 lowerBound = 1;
+ * @return The lowerBound.
*/
int getLowerBound();
/**
* required uint32 upperBound = 2;
+ * @return Whether the upperBound field is set.
*/
boolean hasUpperBound();
/**
* required uint32 upperBound = 2;
+ * @return The upperBound.
*/
int getUpperBound();
/**
* required uint32 pressureThreshold = 3;
+ * @return Whether the pressureThreshold field is set.
*/
boolean hasPressureThreshold();
/**
* required uint32 pressureThreshold = 3;
+ * @return The pressureThreshold.
*/
int getPressureThreshold();
/**
* required double rampupRate = 4;
+ * @return Whether the rampupRate field is set.
*/
boolean hasRampupRate();
/**
* required double rampupRate = 4;
+ * @return The rampupRate.
*/
double getRampupRate();
/**
* required double backoffThreshold = 5;
+ * @return Whether the backoffThreshold field is set.
*/
boolean hasBackoffThreshold();
/**
* required double backoffThreshold = 5;
+ * @return The backoffThreshold.
*/
double getBackoffThreshold();
/**
* required double backoffRate = 6;
+ * @return Whether the backoffRate field is set.
*/
boolean hasBackoffRate();
/**
* required double backoffRate = 6;
+ * @return The backoffRate.
*/
double getBackoffRate();
/**
* required uint32 messagesPerResize = 7;
+ * @return Whether the messagesPerResize field is set.
*/
boolean hasMessagesPerResize();
/**
* required uint32 messagesPerResize = 7;
+ * @return The messagesPerResize.
*/
int getMessagesPerResize();
}
@@ -12907,12 +13389,14 @@ public final class WireFormats {
private int lowerBound_;
/**
* required uint32 lowerBound = 1;
+ * @return Whether the lowerBound field is set.
*/
public boolean hasLowerBound() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 lowerBound = 1;
+ * @return The lowerBound.
*/
public int getLowerBound() {
return lowerBound_;
@@ -12922,12 +13406,14 @@ public final class WireFormats {
private int upperBound_;
/**
* required uint32 upperBound = 2;
+ * @return Whether the upperBound field is set.
*/
public boolean hasUpperBound() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 upperBound = 2;
+ * @return The upperBound.
*/
public int getUpperBound() {
return upperBound_;
@@ -12937,12 +13423,14 @@ public final class WireFormats {
private int pressureThreshold_;
/**
* required uint32 pressureThreshold = 3;
+ * @return Whether the pressureThreshold field is set.
*/
public boolean hasPressureThreshold() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 pressureThreshold = 3;
+ * @return The pressureThreshold.
*/
public int getPressureThreshold() {
return pressureThreshold_;
@@ -12952,12 +13440,14 @@ public final class WireFormats {
private double rampupRate_;
/**
* required double rampupRate = 4;
+ * @return Whether the rampupRate field is set.
*/
public boolean hasRampupRate() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required double rampupRate = 4;
+ * @return The rampupRate.
*/
public double getRampupRate() {
return rampupRate_;
@@ -12967,12 +13457,14 @@ public final class WireFormats {
private double backoffThreshold_;
/**
* required double backoffThreshold = 5;
+ * @return Whether the backoffThreshold field is set.
*/
public boolean hasBackoffThreshold() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* required double backoffThreshold = 5;
+ * @return The backoffThreshold.
*/
public double getBackoffThreshold() {
return backoffThreshold_;
@@ -12982,12 +13474,14 @@ public final class WireFormats {
private double backoffRate_;
/**
* required double backoffRate = 6;
+ * @return Whether the backoffRate field is set.
*/
public boolean hasBackoffRate() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* required double backoffRate = 6;
+ * @return The backoffRate.
*/
public double getBackoffRate() {
return backoffRate_;
@@ -12997,12 +13491,14 @@ public final class WireFormats {
private int messagesPerResize_;
/**
* required uint32 messagesPerResize = 7;
+ * @return Whether the messagesPerResize field is set.
*/
public boolean hasMessagesPerResize() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* required uint32 messagesPerResize = 7;
+ * @return The messagesPerResize.
*/
public int getMessagesPerResize() {
return messagesPerResize_;
@@ -13530,18 +14026,22 @@ public final class WireFormats {
private int lowerBound_ ;
/**
* required uint32 lowerBound = 1;
+ * @return Whether the lowerBound field is set.
*/
public boolean hasLowerBound() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 lowerBound = 1;
+ * @return The lowerBound.
*/
public int getLowerBound() {
return lowerBound_;
}
/**
* required uint32 lowerBound = 1;
+ * @param value The lowerBound to set.
+ * @return This builder for chaining.
*/
public Builder setLowerBound(int value) {
bitField0_ |= 0x00000001;
@@ -13551,6 +14051,7 @@ public final class WireFormats {
}
/**
* required uint32 lowerBound = 1;
+ * @return This builder for chaining.
*/
public Builder clearLowerBound() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -13562,18 +14063,22 @@ public final class WireFormats {
private int upperBound_ ;
/**
* required uint32 upperBound = 2;
+ * @return Whether the upperBound field is set.
*/
public boolean hasUpperBound() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required uint32 upperBound = 2;
+ * @return The upperBound.
*/
public int getUpperBound() {
return upperBound_;
}
/**
* required uint32 upperBound = 2;
+ * @param value The upperBound to set.
+ * @return This builder for chaining.
*/
public Builder setUpperBound(int value) {
bitField0_ |= 0x00000002;
@@ -13583,6 +14088,7 @@ public final class WireFormats {
}
/**
* required uint32 upperBound = 2;
+ * @return This builder for chaining.
*/
public Builder clearUpperBound() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -13594,18 +14100,22 @@ public final class WireFormats {
private int pressureThreshold_ ;
/**
* required uint32 pressureThreshold = 3;
+ * @return Whether the pressureThreshold field is set.
*/
public boolean hasPressureThreshold() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 pressureThreshold = 3;
+ * @return The pressureThreshold.
*/
public int getPressureThreshold() {
return pressureThreshold_;
}
/**
* required uint32 pressureThreshold = 3;
+ * @param value The pressureThreshold to set.
+ * @return This builder for chaining.
*/
public Builder setPressureThreshold(int value) {
bitField0_ |= 0x00000004;
@@ -13615,6 +14125,7 @@ public final class WireFormats {
}
/**
* required uint32 pressureThreshold = 3;
+ * @return This builder for chaining.
*/
public Builder clearPressureThreshold() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -13626,18 +14137,22 @@ public final class WireFormats {
private double rampupRate_ ;
/**
* required double rampupRate = 4;
+ * @return Whether the rampupRate field is set.
*/
public boolean hasRampupRate() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* required double rampupRate = 4;
+ * @return The rampupRate.
*/
public double getRampupRate() {
return rampupRate_;
}
/**
* required double rampupRate = 4;
+ * @param value The rampupRate to set.
+ * @return This builder for chaining.
*/
public Builder setRampupRate(double value) {
bitField0_ |= 0x00000008;
@@ -13647,6 +14162,7 @@ public final class WireFormats {
}
/**
* required double rampupRate = 4;
+ * @return This builder for chaining.
*/
public Builder clearRampupRate() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -13658,18 +14174,22 @@ public final class WireFormats {
private double backoffThreshold_ ;
/**
* required double backoffThreshold = 5;
+ * @return Whether the backoffThreshold field is set.
*/
public boolean hasBackoffThreshold() {
return ((bitField0_ & 0x00000010) != 0);
}
/**
* required double backoffThreshold = 5;
+ * @return The backoffThreshold.
*/
public double getBackoffThreshold() {
return backoffThreshold_;
}
/**
* required double backoffThreshold = 5;
+ * @param value The backoffThreshold to set.
+ * @return This builder for chaining.
*/
public Builder setBackoffThreshold(double value) {
bitField0_ |= 0x00000010;
@@ -13679,6 +14199,7 @@ public final class WireFormats {
}
/**
* required double backoffThreshold = 5;
+ * @return This builder for chaining.
*/
public Builder clearBackoffThreshold() {
bitField0_ = (bitField0_ & ~0x00000010);
@@ -13690,18 +14211,22 @@ public final class WireFormats {
private double backoffRate_ ;
/**
* required double backoffRate = 6;
+ * @return Whether the backoffRate field is set.
*/
public boolean hasBackoffRate() {
return ((bitField0_ & 0x00000020) != 0);
}
/**
* required double backoffRate = 6;
+ * @return The backoffRate.
*/
public double getBackoffRate() {
return backoffRate_;
}
/**
* required double backoffRate = 6;
+ * @param value The backoffRate to set.
+ * @return This builder for chaining.
*/
public Builder setBackoffRate(double value) {
bitField0_ |= 0x00000020;
@@ -13711,6 +14236,7 @@ public final class WireFormats {
}
/**
* required double backoffRate = 6;
+ * @return This builder for chaining.
*/
public Builder clearBackoffRate() {
bitField0_ = (bitField0_ & ~0x00000020);
@@ -13722,18 +14248,22 @@ public final class WireFormats {
private int messagesPerResize_ ;
/**
* required uint32 messagesPerResize = 7;
+ * @return Whether the messagesPerResize field is set.
*/
public boolean hasMessagesPerResize() {
return ((bitField0_ & 0x00000040) != 0);
}
/**
* required uint32 messagesPerResize = 7;
+ * @return The messagesPerResize.
*/
public int getMessagesPerResize() {
return messagesPerResize_;
}
/**
* required uint32 messagesPerResize = 7;
+ * @param value The messagesPerResize to set.
+ * @return This builder for chaining.
*/
public Builder setMessagesPerResize(int value) {
bitField0_ |= 0x00000040;
@@ -13743,6 +14273,7 @@ public final class WireFormats {
}
/**
* required uint32 messagesPerResize = 7;
+ * @return This builder for chaining.
*/
public Builder clearMessagesPerResize() {
bitField0_ = (bitField0_ & ~0x00000040);
@@ -13809,10 +14340,12 @@ public final class WireFormats {
/**
* optional .Payload resizer = 1;
+ * @return Whether the resizer field is set.
*/
boolean hasResizer();
/**
* optional .Payload resizer = 1;
+ * @return The resizer.
*/
akka.remote.ContainerFormats.Payload getResizer();
/**
@@ -13822,14 +14355,17 @@ public final class WireFormats {
/**
* optional string routerDispatcher = 2;
+ * @return Whether the routerDispatcher field is set.
*/
boolean hasRouterDispatcher();
/**
* optional string routerDispatcher = 2;
+ * @return The routerDispatcher.
*/
java.lang.String getRouterDispatcher();
/**
* optional string routerDispatcher = 2;
+ * @return The bytes for routerDispatcher.
*/
akka.protobufv3.internal.ByteString
getRouterDispatcherBytes();
@@ -13937,12 +14473,14 @@ public final class WireFormats {
private akka.remote.ContainerFormats.Payload resizer_;
/**
* optional .Payload resizer = 1;
+ * @return Whether the resizer field is set.
*/
public boolean hasResizer() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .Payload resizer = 1;
+ * @return The resizer.
*/
public akka.remote.ContainerFormats.Payload getResizer() {
return resizer_ == null ? akka.remote.ContainerFormats.Payload.getDefaultInstance() : resizer_;
@@ -13958,12 +14496,14 @@ public final class WireFormats {
private volatile java.lang.Object routerDispatcher_;
/**
* optional string routerDispatcher = 2;
+ * @return Whether the routerDispatcher field is set.
*/
public boolean hasRouterDispatcher() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string routerDispatcher = 2;
+ * @return The routerDispatcher.
*/
public java.lang.String getRouterDispatcher() {
java.lang.Object ref = routerDispatcher_;
@@ -13981,6 +14521,7 @@ public final class WireFormats {
}
/**
* optional string routerDispatcher = 2;
+ * @return The bytes for routerDispatcher.
*/
public akka.protobufv3.internal.ByteString
getRouterDispatcherBytes() {
@@ -14361,12 +14902,14 @@ public final class WireFormats {
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> resizerBuilder_;
/**
* optional .Payload resizer = 1;
+ * @return Whether the resizer field is set.
*/
public boolean hasResizer() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional .Payload resizer = 1;
+ * @return The resizer.
*/
public akka.remote.ContainerFormats.Payload getResizer() {
if (resizerBuilder_ == null) {
@@ -14477,12 +15020,14 @@ public final class WireFormats {
private java.lang.Object routerDispatcher_ = "";
/**
* optional string routerDispatcher = 2;
+ * @return Whether the routerDispatcher field is set.
*/
public boolean hasRouterDispatcher() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string routerDispatcher = 2;
+ * @return The routerDispatcher.
*/
public java.lang.String getRouterDispatcher() {
java.lang.Object ref = routerDispatcher_;
@@ -14500,6 +15045,7 @@ public final class WireFormats {
}
/**
* optional string routerDispatcher = 2;
+ * @return The bytes for routerDispatcher.
*/
public akka.protobufv3.internal.ByteString
getRouterDispatcherBytes() {
@@ -14516,6 +15062,8 @@ public final class WireFormats {
}
/**
* optional string routerDispatcher = 2;
+ * @param value The routerDispatcher to set.
+ * @return This builder for chaining.
*/
public Builder setRouterDispatcher(
java.lang.String value) {
@@ -14529,6 +15077,7 @@ public final class WireFormats {
}
/**
* optional string routerDispatcher = 2;
+ * @return This builder for chaining.
*/
public Builder clearRouterDispatcher() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -14538,6 +15087,8 @@ public final class WireFormats {
}
/**
* optional string routerDispatcher = 2;
+ * @param value The bytes for routerDispatcher to set.
+ * @return This builder for chaining.
*/
public Builder setRouterDispatcherBytes(
akka.protobufv3.internal.ByteString value) {
@@ -14608,42 +15159,51 @@ public final class WireFormats {
/**
* required uint32 nrOfInstances = 1;
+ * @return Whether the nrOfInstances field is set.
*/
boolean hasNrOfInstances();
/**
* required uint32 nrOfInstances = 1;
+ * @return The nrOfInstances.
*/
int getNrOfInstances();
/**
* optional string routerDispatcher = 2;
+ * @return Whether the routerDispatcher field is set.
*/
boolean hasRouterDispatcher();
/**
* optional string routerDispatcher = 2;
+ * @return The routerDispatcher.
*/
java.lang.String getRouterDispatcher();
/**
* optional string routerDispatcher = 2;
+ * @return The bytes for routerDispatcher.
*/
akka.protobufv3.internal.ByteString
getRouterDispatcherBytes();
/**
* required bool usePoolDispatcher = 3;
+ * @return Whether the usePoolDispatcher field is set.
*/
boolean hasUsePoolDispatcher();
/**
* required bool usePoolDispatcher = 3;
+ * @return The usePoolDispatcher.
*/
boolean getUsePoolDispatcher();
/**
* optional .Payload resizer = 4;
+ * @return Whether the resizer field is set.
*/
boolean hasResizer();
/**
* optional .Payload resizer = 4;
+ * @return The resizer.
*/
akka.remote.ContainerFormats.Payload getResizer();
/**
@@ -14764,12 +15324,14 @@ public final class WireFormats {
private int nrOfInstances_;
/**
* required uint32 nrOfInstances = 1;
+ * @return Whether the nrOfInstances field is set.
*/
public boolean hasNrOfInstances() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 nrOfInstances = 1;
+ * @return The nrOfInstances.
*/
public int getNrOfInstances() {
return nrOfInstances_;
@@ -14779,12 +15341,14 @@ public final class WireFormats {
private volatile java.lang.Object routerDispatcher_;
/**
* optional string routerDispatcher = 2;
+ * @return Whether the routerDispatcher field is set.
*/
public boolean hasRouterDispatcher() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string routerDispatcher = 2;
+ * @return The routerDispatcher.
*/
public java.lang.String getRouterDispatcher() {
java.lang.Object ref = routerDispatcher_;
@@ -14802,6 +15366,7 @@ public final class WireFormats {
}
/**
* optional string routerDispatcher = 2;
+ * @return The bytes for routerDispatcher.
*/
public akka.protobufv3.internal.ByteString
getRouterDispatcherBytes() {
@@ -14821,12 +15386,14 @@ public final class WireFormats {
private boolean usePoolDispatcher_;
/**
* required bool usePoolDispatcher = 3;
+ * @return Whether the usePoolDispatcher field is set.
*/
public boolean hasUsePoolDispatcher() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool usePoolDispatcher = 3;
+ * @return The usePoolDispatcher.
*/
public boolean getUsePoolDispatcher() {
return usePoolDispatcher_;
@@ -14836,12 +15403,14 @@ public final class WireFormats {
private akka.remote.ContainerFormats.Payload resizer_;
/**
* optional .Payload resizer = 4;
+ * @return Whether the resizer field is set.
*/
public boolean hasResizer() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional .Payload resizer = 4;
+ * @return The resizer.
*/
public akka.remote.ContainerFormats.Payload getResizer() {
return resizer_ == null ? akka.remote.ContainerFormats.Payload.getDefaultInstance() : resizer_;
@@ -15281,18 +15850,22 @@ public final class WireFormats {
private int nrOfInstances_ ;
/**
* required uint32 nrOfInstances = 1;
+ * @return Whether the nrOfInstances field is set.
*/
public boolean hasNrOfInstances() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint32 nrOfInstances = 1;
+ * @return The nrOfInstances.
*/
public int getNrOfInstances() {
return nrOfInstances_;
}
/**
* required uint32 nrOfInstances = 1;
+ * @param value The nrOfInstances to set.
+ * @return This builder for chaining.
*/
public Builder setNrOfInstances(int value) {
bitField0_ |= 0x00000001;
@@ -15302,6 +15875,7 @@ public final class WireFormats {
}
/**
* required uint32 nrOfInstances = 1;
+ * @return This builder for chaining.
*/
public Builder clearNrOfInstances() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -15313,12 +15887,14 @@ public final class WireFormats {
private java.lang.Object routerDispatcher_ = "";
/**
* optional string routerDispatcher = 2;
+ * @return Whether the routerDispatcher field is set.
*/
public boolean hasRouterDispatcher() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* optional string routerDispatcher = 2;
+ * @return The routerDispatcher.
*/
public java.lang.String getRouterDispatcher() {
java.lang.Object ref = routerDispatcher_;
@@ -15336,6 +15912,7 @@ public final class WireFormats {
}
/**
* optional string routerDispatcher = 2;
+ * @return The bytes for routerDispatcher.
*/
public akka.protobufv3.internal.ByteString
getRouterDispatcherBytes() {
@@ -15352,6 +15929,8 @@ public final class WireFormats {
}
/**
* optional string routerDispatcher = 2;
+ * @param value The routerDispatcher to set.
+ * @return This builder for chaining.
*/
public Builder setRouterDispatcher(
java.lang.String value) {
@@ -15365,6 +15944,7 @@ public final class WireFormats {
}
/**
* optional string routerDispatcher = 2;
+ * @return This builder for chaining.
*/
public Builder clearRouterDispatcher() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -15374,6 +15954,8 @@ public final class WireFormats {
}
/**
* optional string routerDispatcher = 2;
+ * @param value The bytes for routerDispatcher to set.
+ * @return This builder for chaining.
*/
public Builder setRouterDispatcherBytes(
akka.protobufv3.internal.ByteString value) {
@@ -15389,18 +15971,22 @@ public final class WireFormats {
private boolean usePoolDispatcher_ ;
/**
* required bool usePoolDispatcher = 3;
+ * @return Whether the usePoolDispatcher field is set.
*/
public boolean hasUsePoolDispatcher() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool usePoolDispatcher = 3;
+ * @return The usePoolDispatcher.
*/
public boolean getUsePoolDispatcher() {
return usePoolDispatcher_;
}
/**
* required bool usePoolDispatcher = 3;
+ * @param value The usePoolDispatcher to set.
+ * @return This builder for chaining.
*/
public Builder setUsePoolDispatcher(boolean value) {
bitField0_ |= 0x00000004;
@@ -15410,6 +15996,7 @@ public final class WireFormats {
}
/**
* required bool usePoolDispatcher = 3;
+ * @return This builder for chaining.
*/
public Builder clearUsePoolDispatcher() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -15423,12 +16010,14 @@ public final class WireFormats {
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> resizerBuilder_;
/**
* optional .Payload resizer = 4;
+ * @return Whether the resizer field is set.
*/
public boolean hasResizer() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional .Payload resizer = 4;
+ * @return The resizer.
*/
public akka.remote.ContainerFormats.Payload getResizer() {
if (resizerBuilder_ == null) {
@@ -15594,10 +16183,12 @@ public final class WireFormats {
/**
* required .GenericRoutingPool generic = 1;
+ * @return Whether the generic field is set.
*/
boolean hasGeneric();
/**
* required .GenericRoutingPool generic = 1;
+ * @return The generic.
*/
akka.remote.WireFormats.GenericRoutingPool getGeneric();
/**
@@ -15607,10 +16198,12 @@ public final class WireFormats {
/**
* required .FiniteDuration within = 2;
+ * @return Whether the within field is set.
*/
boolean hasWithin();
/**
* required .FiniteDuration within = 2;
+ * @return The within.
*/
akka.remote.WireFormats.FiniteDuration getWithin();
/**
@@ -15727,12 +16320,14 @@ public final class WireFormats {
private akka.remote.WireFormats.GenericRoutingPool generic_;
/**
* required .GenericRoutingPool generic = 1;
+ * @return Whether the generic field is set.
*/
public boolean hasGeneric() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .GenericRoutingPool generic = 1;
+ * @return The generic.
*/
public akka.remote.WireFormats.GenericRoutingPool getGeneric() {
return generic_ == null ? akka.remote.WireFormats.GenericRoutingPool.getDefaultInstance() : generic_;
@@ -15748,12 +16343,14 @@ public final class WireFormats {
private akka.remote.WireFormats.FiniteDuration within_;
/**
* required .FiniteDuration within = 2;
+ * @return Whether the within field is set.
*/
public boolean hasWithin() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .FiniteDuration within = 2;
+ * @return The within.
*/
public akka.remote.WireFormats.FiniteDuration getWithin() {
return within_ == null ? akka.remote.WireFormats.FiniteDuration.getDefaultInstance() : within_;
@@ -16155,12 +16752,14 @@ public final class WireFormats {
akka.remote.WireFormats.GenericRoutingPool, akka.remote.WireFormats.GenericRoutingPool.Builder, akka.remote.WireFormats.GenericRoutingPoolOrBuilder> genericBuilder_;
/**
* required .GenericRoutingPool generic = 1;
+ * @return Whether the generic field is set.
*/
public boolean hasGeneric() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .GenericRoutingPool generic = 1;
+ * @return The generic.
*/
public akka.remote.WireFormats.GenericRoutingPool getGeneric() {
if (genericBuilder_ == null) {
@@ -16273,12 +16872,14 @@ public final class WireFormats {
akka.remote.WireFormats.FiniteDuration, akka.remote.WireFormats.FiniteDuration.Builder, akka.remote.WireFormats.FiniteDurationOrBuilder> withinBuilder_;
/**
* required .FiniteDuration within = 2;
+ * @return Whether the within field is set.
*/
public boolean hasWithin() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .FiniteDuration within = 2;
+ * @return The within.
*/
public akka.remote.WireFormats.FiniteDuration getWithin() {
if (withinBuilder_ == null) {
@@ -16444,10 +17045,12 @@ public final class WireFormats {
/**
* required .GenericRoutingPool generic = 1;
+ * @return Whether the generic field is set.
*/
boolean hasGeneric();
/**
* required .GenericRoutingPool generic = 1;
+ * @return The generic.
*/
akka.remote.WireFormats.GenericRoutingPool getGeneric();
/**
@@ -16457,10 +17060,12 @@ public final class WireFormats {
/**
* required .FiniteDuration within = 2;
+ * @return Whether the within field is set.
*/
boolean hasWithin();
/**
* required .FiniteDuration within = 2;
+ * @return The within.
*/
akka.remote.WireFormats.FiniteDuration getWithin();
/**
@@ -16470,10 +17075,12 @@ public final class WireFormats {
/**
* required .FiniteDuration interval = 3;
+ * @return Whether the interval field is set.
*/
boolean hasInterval();
/**
* required .FiniteDuration interval = 3;
+ * @return The interval.
*/
akka.remote.WireFormats.FiniteDuration getInterval();
/**
@@ -16603,12 +17210,14 @@ public final class WireFormats {
private akka.remote.WireFormats.GenericRoutingPool generic_;
/**
* required .GenericRoutingPool generic = 1;
+ * @return Whether the generic field is set.
*/
public boolean hasGeneric() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .GenericRoutingPool generic = 1;
+ * @return The generic.
*/
public akka.remote.WireFormats.GenericRoutingPool getGeneric() {
return generic_ == null ? akka.remote.WireFormats.GenericRoutingPool.getDefaultInstance() : generic_;
@@ -16624,12 +17233,14 @@ public final class WireFormats {
private akka.remote.WireFormats.FiniteDuration within_;
/**
* required .FiniteDuration within = 2;
+ * @return Whether the within field is set.
*/
public boolean hasWithin() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .FiniteDuration within = 2;
+ * @return The within.
*/
public akka.remote.WireFormats.FiniteDuration getWithin() {
return within_ == null ? akka.remote.WireFormats.FiniteDuration.getDefaultInstance() : within_;
@@ -16645,12 +17256,14 @@ public final class WireFormats {
private akka.remote.WireFormats.FiniteDuration interval_;
/**
* required .FiniteDuration interval = 3;
+ * @return Whether the interval field is set.
*/
public boolean hasInterval() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .FiniteDuration interval = 3;
+ * @return The interval.
*/
public akka.remote.WireFormats.FiniteDuration getInterval() {
return interval_ == null ? akka.remote.WireFormats.FiniteDuration.getDefaultInstance() : interval_;
@@ -17100,12 +17713,14 @@ public final class WireFormats {
akka.remote.WireFormats.GenericRoutingPool, akka.remote.WireFormats.GenericRoutingPool.Builder, akka.remote.WireFormats.GenericRoutingPoolOrBuilder> genericBuilder_;
/**
* required .GenericRoutingPool generic = 1;
+ * @return Whether the generic field is set.
*/
public boolean hasGeneric() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .GenericRoutingPool generic = 1;
+ * @return The generic.
*/
public akka.remote.WireFormats.GenericRoutingPool getGeneric() {
if (genericBuilder_ == null) {
@@ -17218,12 +17833,14 @@ public final class WireFormats {
akka.remote.WireFormats.FiniteDuration, akka.remote.WireFormats.FiniteDuration.Builder, akka.remote.WireFormats.FiniteDurationOrBuilder> withinBuilder_;
/**
* required .FiniteDuration within = 2;
+ * @return Whether the within field is set.
*/
public boolean hasWithin() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .FiniteDuration within = 2;
+ * @return The within.
*/
public akka.remote.WireFormats.FiniteDuration getWithin() {
if (withinBuilder_ == null) {
@@ -17336,12 +17953,14 @@ public final class WireFormats {
akka.remote.WireFormats.FiniteDuration, akka.remote.WireFormats.FiniteDuration.Builder, akka.remote.WireFormats.FiniteDurationOrBuilder> intervalBuilder_;
/**
* required .FiniteDuration interval = 3;
+ * @return Whether the interval field is set.
*/
public boolean hasInterval() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required .FiniteDuration interval = 3;
+ * @return The interval.
*/
public akka.remote.WireFormats.FiniteDuration getInterval() {
if (intervalBuilder_ == null) {
@@ -17507,51 +18126,62 @@ public final class WireFormats {
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
boolean hasSystem();
/**
* required string system = 1;
+ * @return The system.
*/
java.lang.String getSystem();
/**
* required string system = 1;
+ * @return The bytes for system.
*/
akka.protobufv3.internal.ByteString
getSystemBytes();
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
boolean hasHostname();
/**
* required string hostname = 2;
+ * @return The hostname.
*/
java.lang.String getHostname();
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
akka.protobufv3.internal.ByteString
getHostnameBytes();
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
boolean hasPort();
/**
* required uint32 port = 3;
+ * @return The port.
*/
int getPort();
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
boolean hasProtocol();
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
java.lang.String getProtocol();
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
akka.protobufv3.internal.ByteString
getProtocolBytes();
@@ -17670,12 +18300,14 @@ public final class WireFormats {
private volatile java.lang.Object system_;
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string system = 1;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -17693,6 +18325,7 @@ public final class WireFormats {
}
/**
* required string system = 1;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -17712,12 +18345,14 @@ public final class WireFormats {
private volatile java.lang.Object hostname_;
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string hostname = 2;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -17735,6 +18370,7 @@ public final class WireFormats {
}
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -17754,12 +18390,14 @@ public final class WireFormats {
private int port_;
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 port = 3;
+ * @return The port.
*/
public int getPort() {
return port_;
@@ -17769,12 +18407,14 @@ public final class WireFormats {
private volatile java.lang.Object protocol_;
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -17792,6 +18432,7 @@ public final class WireFormats {
}
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -18228,12 +18869,14 @@ public final class WireFormats {
private java.lang.Object system_ = "";
/**
* required string system = 1;
+ * @return Whether the system field is set.
*/
public boolean hasSystem() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string system = 1;
+ * @return The system.
*/
public java.lang.String getSystem() {
java.lang.Object ref = system_;
@@ -18251,6 +18894,7 @@ public final class WireFormats {
}
/**
* required string system = 1;
+ * @return The bytes for system.
*/
public akka.protobufv3.internal.ByteString
getSystemBytes() {
@@ -18267,6 +18911,8 @@ public final class WireFormats {
}
/**
* required string system = 1;
+ * @param value The system to set.
+ * @return This builder for chaining.
*/
public Builder setSystem(
java.lang.String value) {
@@ -18280,6 +18926,7 @@ public final class WireFormats {
}
/**
* required string system = 1;
+ * @return This builder for chaining.
*/
public Builder clearSystem() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -18289,6 +18936,8 @@ public final class WireFormats {
}
/**
* required string system = 1;
+ * @param value The bytes for system to set.
+ * @return This builder for chaining.
*/
public Builder setSystemBytes(
akka.protobufv3.internal.ByteString value) {
@@ -18304,12 +18953,14 @@ public final class WireFormats {
private java.lang.Object hostname_ = "";
/**
* required string hostname = 2;
+ * @return Whether the hostname field is set.
*/
public boolean hasHostname() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string hostname = 2;
+ * @return The hostname.
*/
public java.lang.String getHostname() {
java.lang.Object ref = hostname_;
@@ -18327,6 +18978,7 @@ public final class WireFormats {
}
/**
* required string hostname = 2;
+ * @return The bytes for hostname.
*/
public akka.protobufv3.internal.ByteString
getHostnameBytes() {
@@ -18343,6 +18995,8 @@ public final class WireFormats {
}
/**
* required string hostname = 2;
+ * @param value The hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostname(
java.lang.String value) {
@@ -18356,6 +19010,7 @@ public final class WireFormats {
}
/**
* required string hostname = 2;
+ * @return This builder for chaining.
*/
public Builder clearHostname() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -18365,6 +19020,8 @@ public final class WireFormats {
}
/**
* required string hostname = 2;
+ * @param value The bytes for hostname to set.
+ * @return This builder for chaining.
*/
public Builder setHostnameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -18380,18 +19037,22 @@ public final class WireFormats {
private int port_ ;
/**
* required uint32 port = 3;
+ * @return Whether the port field is set.
*/
public boolean hasPort() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required uint32 port = 3;
+ * @return The port.
*/
public int getPort() {
return port_;
}
/**
* required uint32 port = 3;
+ * @param value The port to set.
+ * @return This builder for chaining.
*/
public Builder setPort(int value) {
bitField0_ |= 0x00000004;
@@ -18401,6 +19062,7 @@ public final class WireFormats {
}
/**
* required uint32 port = 3;
+ * @return This builder for chaining.
*/
public Builder clearPort() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -18412,12 +19074,14 @@ public final class WireFormats {
private java.lang.Object protocol_ = "";
/**
* optional string protocol = 4;
+ * @return Whether the protocol field is set.
*/
public boolean hasProtocol() {
return ((bitField0_ & 0x00000008) != 0);
}
/**
* optional string protocol = 4;
+ * @return The protocol.
*/
public java.lang.String getProtocol() {
java.lang.Object ref = protocol_;
@@ -18435,6 +19099,7 @@ public final class WireFormats {
}
/**
* optional string protocol = 4;
+ * @return The bytes for protocol.
*/
public akka.protobufv3.internal.ByteString
getProtocolBytes() {
@@ -18451,6 +19116,8 @@ public final class WireFormats {
}
/**
* optional string protocol = 4;
+ * @param value The protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocol(
java.lang.String value) {
@@ -18464,6 +19131,7 @@ public final class WireFormats {
}
/**
* optional string protocol = 4;
+ * @return This builder for chaining.
*/
public Builder clearProtocol() {
bitField0_ = (bitField0_ & ~0x00000008);
@@ -18473,6 +19141,8 @@ public final class WireFormats {
}
/**
* optional string protocol = 4;
+ * @param value The bytes for protocol to set.
+ * @return This builder for chaining.
*/
public Builder setProtocolBytes(
akka.protobufv3.internal.ByteString value) {
@@ -18543,10 +19213,12 @@ public final class WireFormats {
/**
* required .Payload local = 1;
+ * @return Whether the local field is set.
*/
boolean hasLocal();
/**
* required .Payload local = 1;
+ * @return The local.
*/
akka.remote.ContainerFormats.Payload getLocal();
/**
@@ -18687,12 +19359,14 @@ public final class WireFormats {
private akka.remote.ContainerFormats.Payload local_;
/**
* required .Payload local = 1;
+ * @return Whether the local field is set.
*/
public boolean hasLocal() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Payload local = 1;
+ * @return The local.
*/
public akka.remote.ContainerFormats.Payload getLocal() {
return local_ == null ? akka.remote.ContainerFormats.Payload.getDefaultInstance() : local_;
@@ -19147,12 +19821,14 @@ public final class WireFormats {
akka.remote.ContainerFormats.Payload, akka.remote.ContainerFormats.Payload.Builder, akka.remote.ContainerFormats.PayloadOrBuilder> localBuilder_;
/**
* required .Payload local = 1;
+ * @return Whether the local field is set.
*/
public boolean hasLocal() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .Payload local = 1;
+ * @return The local.
*/
public akka.remote.ContainerFormats.Payload getLocal() {
if (localBuilder_ == null) {
diff --git a/akka-remote/src/test/java/akka/remote/ProtobufProtocol.java b/akka-remote/src/test/java/akka/remote/ProtobufProtocol.java
index 1cead2d256..8eb8bacfde 100644
--- a/akka-remote/src/test/java/akka/remote/ProtobufProtocol.java
+++ b/akka-remote/src/test/java/akka/remote/ProtobufProtocol.java
@@ -24,33 +24,40 @@ public final class ProtobufProtocol {
/**
* required uint64 id = 1;
+ * @return Whether the id field is set.
*/
boolean hasId();
/**
* required uint64 id = 1;
+ * @return The id.
*/
long getId();
/**
* required string name = 2;
+ * @return Whether the name field is set.
*/
boolean hasName();
/**
* required string name = 2;
+ * @return The name.
*/
java.lang.String getName();
/**
* required string name = 2;
+ * @return The bytes for name.
*/
akka.protobufv3.internal.ByteString
getNameBytes();
/**
* required bool status = 3;
+ * @return Whether the status field is set.
*/
boolean hasStatus();
/**
* required bool status = 3;
+ * @return The status.
*/
boolean getStatus();
}
@@ -154,12 +161,14 @@ public final class ProtobufProtocol {
private long id_;
/**
* required uint64 id = 1;
+ * @return Whether the id field is set.
*/
public boolean hasId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 id = 1;
+ * @return The id.
*/
public long getId() {
return id_;
@@ -169,12 +178,14 @@ public final class ProtobufProtocol {
private volatile java.lang.Object name_;
/**
* required string name = 2;
+ * @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string name = 2;
+ * @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
@@ -192,6 +203,7 @@ public final class ProtobufProtocol {
}
/**
* required string name = 2;
+ * @return The bytes for name.
*/
public akka.protobufv3.internal.ByteString
getNameBytes() {
@@ -211,12 +223,14 @@ public final class ProtobufProtocol {
private boolean status_;
/**
* required bool status = 3;
+ * @return Whether the status field is set.
*/
public boolean hasStatus() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool status = 3;
+ * @return The status.
*/
public boolean getStatus() {
return status_;
@@ -613,18 +627,22 @@ public final class ProtobufProtocol {
private long id_ ;
/**
* required uint64 id = 1;
+ * @return Whether the id field is set.
*/
public boolean hasId() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required uint64 id = 1;
+ * @return The id.
*/
public long getId() {
return id_;
}
/**
* required uint64 id = 1;
+ * @param value The id to set.
+ * @return This builder for chaining.
*/
public Builder setId(long value) {
bitField0_ |= 0x00000001;
@@ -634,6 +652,7 @@ public final class ProtobufProtocol {
}
/**
* required uint64 id = 1;
+ * @return This builder for chaining.
*/
public Builder clearId() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -645,12 +664,14 @@ public final class ProtobufProtocol {
private java.lang.Object name_ = "";
/**
* required string name = 2;
+ * @return Whether the name field is set.
*/
public boolean hasName() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required string name = 2;
+ * @return The name.
*/
public java.lang.String getName() {
java.lang.Object ref = name_;
@@ -668,6 +689,7 @@ public final class ProtobufProtocol {
}
/**
* required string name = 2;
+ * @return The bytes for name.
*/
public akka.protobufv3.internal.ByteString
getNameBytes() {
@@ -684,6 +706,8 @@ public final class ProtobufProtocol {
}
/**
* required string name = 2;
+ * @param value The name to set.
+ * @return This builder for chaining.
*/
public Builder setName(
java.lang.String value) {
@@ -697,6 +721,7 @@ public final class ProtobufProtocol {
}
/**
* required string name = 2;
+ * @return This builder for chaining.
*/
public Builder clearName() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -706,6 +731,8 @@ public final class ProtobufProtocol {
}
/**
* required string name = 2;
+ * @param value The bytes for name to set.
+ * @return This builder for chaining.
*/
public Builder setNameBytes(
akka.protobufv3.internal.ByteString value) {
@@ -721,18 +748,22 @@ public final class ProtobufProtocol {
private boolean status_ ;
/**
* required bool status = 3;
+ * @return Whether the status field is set.
*/
public boolean hasStatus() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* required bool status = 3;
+ * @return The status.
*/
public boolean getStatus() {
return status_;
}
/**
* required bool status = 3;
+ * @param value The status to set.
+ * @return This builder for chaining.
*/
public Builder setStatus(boolean value) {
bitField0_ |= 0x00000004;
@@ -742,6 +773,7 @@ public final class ProtobufProtocol {
}
/**
* required bool status = 3;
+ * @return This builder for chaining.
*/
public Builder clearStatus() {
bitField0_ = (bitField0_ & ~0x00000004);
diff --git a/akka-remote/src/test/java/akka/remote/protobuf/v3/ProtobufProtocolV3.java b/akka-remote/src/test/java/akka/remote/protobuf/v3/ProtobufProtocolV3.java
index 63baf93af0..5634520642 100644
--- a/akka-remote/src/test/java/akka/remote/protobuf/v3/ProtobufProtocolV3.java
+++ b/akka-remote/src/test/java/akka/remote/protobuf/v3/ProtobufProtocolV3.java
@@ -22,15 +22,31 @@ public final class ProtobufProtocolV3 {
// @@protoc_insertion_point(interface_extends:MyMessageV3)
akka.protobufv3.internal.MessageOrBuilder {
- /** string query = 1; */
+ /**
+ * string query = 1;
+ *
+ * @return The query.
+ */
java.lang.String getQuery();
- /** string query = 1; */
+ /**
+ * string query = 1;
+ *
+ * @return The bytes for query.
+ */
akka.protobufv3.internal.ByteString getQueryBytes();
- /** int32 page_number = 2; */
+ /**
+ * int32 page_number = 2;
+ *
+ * @return The pageNumber.
+ */
int getPageNumber();
- /** int32 result_per_page = 3; */
+ /**
+ * int32 result_per_page = 3;
+ *
+ * @return The resultPerPage.
+ */
int getResultPerPage();
}
/** Protobuf type {@code MyMessageV3} */
@@ -131,7 +147,11 @@ public final class ProtobufProtocolV3 {
public static final int QUERY_FIELD_NUMBER = 1;
private volatile java.lang.Object query_;
- /** string query = 1; */
+ /**
+ * string query = 1;
+ *
+ * @return The query.
+ */
public java.lang.String getQuery() {
java.lang.Object ref = query_;
if (ref instanceof java.lang.String) {
@@ -143,7 +163,11 @@ public final class ProtobufProtocolV3 {
return s;
}
}
- /** string query = 1; */
+ /**
+ * string query = 1;
+ *
+ * @return The bytes for query.
+ */
public akka.protobufv3.internal.ByteString getQueryBytes() {
java.lang.Object ref = query_;
if (ref instanceof java.lang.String) {
@@ -158,14 +182,22 @@ public final class ProtobufProtocolV3 {
public static final int PAGE_NUMBER_FIELD_NUMBER = 2;
private int pageNumber_;
- /** int32 page_number = 2; */
+ /**
+ * int32 page_number = 2;
+ *
+ * @return The pageNumber.
+ */
public int getPageNumber() {
return pageNumber_;
}
public static final int RESULT_PER_PAGE_FIELD_NUMBER = 3;
private int resultPerPage_;
- /** int32 result_per_page = 3; */
+ /**
+ * int32 result_per_page = 3;
+ *
+ * @return The resultPerPage.
+ */
public int getResultPerPage() {
return resultPerPage_;
}
@@ -516,7 +548,11 @@ public final class ProtobufProtocolV3 {
}
private java.lang.Object query_ = "";
- /** string query = 1; */
+ /**
+ * string query = 1;
+ *
+ * @return The query.
+ */
public java.lang.String getQuery() {
java.lang.Object ref = query_;
if (!(ref instanceof java.lang.String)) {
@@ -528,7 +564,11 @@ public final class ProtobufProtocolV3 {
return (java.lang.String) ref;
}
}
- /** string query = 1; */
+ /**
+ * string query = 1;
+ *
+ * @return The bytes for query.
+ */
public akka.protobufv3.internal.ByteString getQueryBytes() {
java.lang.Object ref = query_;
if (ref instanceof String) {
@@ -540,7 +580,12 @@ public final class ProtobufProtocolV3 {
return (akka.protobufv3.internal.ByteString) ref;
}
}
- /** string query = 1; */
+ /**
+ * string query = 1;
+ *
+ * @param value The query to set.
+ * @return This builder for chaining.
+ */
public Builder setQuery(java.lang.String value) {
if (value == null) {
throw new NullPointerException();
@@ -550,14 +595,23 @@ public final class ProtobufProtocolV3 {
onChanged();
return this;
}
- /** string query = 1; */
+ /**
+ * string query = 1;
+ *
+ * @return This builder for chaining.
+ */
public Builder clearQuery() {
query_ = getDefaultInstance().getQuery();
onChanged();
return this;
}
- /** string query = 1; */
+ /**
+ * string query = 1;
+ *
+ * @param value The bytes for query to set.
+ * @return This builder for chaining.
+ */
public Builder setQueryBytes(akka.protobufv3.internal.ByteString value) {
if (value == null) {
throw new NullPointerException();
@@ -570,18 +624,31 @@ public final class ProtobufProtocolV3 {
}
private int pageNumber_;
- /** int32 page_number = 2; */
+ /**
+ * int32 page_number = 2;
+ *
+ * @return The pageNumber.
+ */
public int getPageNumber() {
return pageNumber_;
}
- /** int32 page_number = 2; */
+ /**
+ * int32 page_number = 2;
+ *
+ * @param value The pageNumber to set.
+ * @return This builder for chaining.
+ */
public Builder setPageNumber(int value) {
pageNumber_ = value;
onChanged();
return this;
}
- /** int32 page_number = 2; */
+ /**
+ * int32 page_number = 2;
+ *
+ * @return This builder for chaining.
+ */
public Builder clearPageNumber() {
pageNumber_ = 0;
@@ -590,18 +657,31 @@ public final class ProtobufProtocolV3 {
}
private int resultPerPage_;
- /** int32 result_per_page = 3; */
+ /**
+ * int32 result_per_page = 3;
+ *
+ * @return The resultPerPage.
+ */
public int getResultPerPage() {
return resultPerPage_;
}
- /** int32 result_per_page = 3; */
+ /**
+ * int32 result_per_page = 3;
+ *
+ * @param value The resultPerPage to set.
+ * @return This builder for chaining.
+ */
public Builder setResultPerPage(int value) {
resultPerPage_ = value;
onChanged();
return this;
}
- /** int32 result_per_page = 3; */
+ /**
+ * int32 result_per_page = 3;
+ *
+ * @return This builder for chaining.
+ */
public Builder clearResultPerPage() {
resultPerPage_ = 0;
diff --git a/akka-stream/src/main/java/akka/stream/StreamRefMessages.java b/akka-stream/src/main/java/akka/stream/StreamRefMessages.java
index b6bd14a17f..ee65f651f7 100644
--- a/akka-stream/src/main/java/akka/stream/StreamRefMessages.java
+++ b/akka-stream/src/main/java/akka/stream/StreamRefMessages.java
@@ -24,10 +24,12 @@ public final class StreamRefMessages {
/**
* required .ActorRef targetRef = 1;
+ * @return Whether the targetRef field is set.
*/
boolean hasTargetRef();
/**
* required .ActorRef targetRef = 1;
+ * @return The targetRef.
*/
akka.stream.StreamRefMessages.ActorRef getTargetRef();
/**
@@ -131,12 +133,14 @@ public final class StreamRefMessages {
private akka.stream.StreamRefMessages.ActorRef targetRef_;
/**
* required .ActorRef targetRef = 1;
+ * @return Whether the targetRef field is set.
*/
public boolean hasTargetRef() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef targetRef = 1;
+ * @return The targetRef.
*/
public akka.stream.StreamRefMessages.ActorRef getTargetRef() {
return targetRef_ == null ? akka.stream.StreamRefMessages.ActorRef.getDefaultInstance() : targetRef_;
@@ -490,12 +494,14 @@ public final class StreamRefMessages {
akka.stream.StreamRefMessages.ActorRef, akka.stream.StreamRefMessages.ActorRef.Builder, akka.stream.StreamRefMessages.ActorRefOrBuilder> targetRefBuilder_;
/**
* required .ActorRef targetRef = 1;
+ * @return Whether the targetRef field is set.
*/
public boolean hasTargetRef() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef targetRef = 1;
+ * @return The targetRef.
*/
public akka.stream.StreamRefMessages.ActorRef getTargetRef() {
if (targetRefBuilder_ == null) {
@@ -661,10 +667,12 @@ public final class StreamRefMessages {
/**
* required .ActorRef originRef = 1;
+ * @return Whether the originRef field is set.
*/
boolean hasOriginRef();
/**
* required .ActorRef originRef = 1;
+ * @return The originRef.
*/
akka.stream.StreamRefMessages.ActorRef getOriginRef();
/**
@@ -768,12 +776,14 @@ public final class StreamRefMessages {
private akka.stream.StreamRefMessages.ActorRef originRef_;
/**
* required .ActorRef originRef = 1;
+ * @return Whether the originRef field is set.
*/
public boolean hasOriginRef() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef originRef = 1;
+ * @return The originRef.
*/
public akka.stream.StreamRefMessages.ActorRef getOriginRef() {
return originRef_ == null ? akka.stream.StreamRefMessages.ActorRef.getDefaultInstance() : originRef_;
@@ -1127,12 +1137,14 @@ public final class StreamRefMessages {
akka.stream.StreamRefMessages.ActorRef, akka.stream.StreamRefMessages.ActorRef.Builder, akka.stream.StreamRefMessages.ActorRefOrBuilder> originRefBuilder_;
/**
* required .ActorRef originRef = 1;
+ * @return Whether the originRef field is set.
*/
public boolean hasOriginRef() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef originRef = 1;
+ * @return The originRef.
*/
public akka.stream.StreamRefMessages.ActorRef getOriginRef() {
if (originRefBuilder_ == null) {
@@ -1298,14 +1310,17 @@ public final class StreamRefMessages {
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
boolean hasPath();
/**
* required string path = 1;
+ * @return The path.
*/
java.lang.String getPath();
/**
* required string path = 1;
+ * @return The bytes for path.
*/
akka.protobufv3.internal.ByteString
getPathBytes();
@@ -1400,12 +1415,14 @@ public final class StreamRefMessages {
private volatile java.lang.Object path_;
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -1423,6 +1440,7 @@ public final class StreamRefMessages {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -1763,12 +1781,14 @@ public final class StreamRefMessages {
private java.lang.Object path_ = "";
/**
* required string path = 1;
+ * @return Whether the path field is set.
*/
public boolean hasPath() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required string path = 1;
+ * @return The path.
*/
public java.lang.String getPath() {
java.lang.Object ref = path_;
@@ -1786,6 +1806,7 @@ public final class StreamRefMessages {
}
/**
* required string path = 1;
+ * @return The bytes for path.
*/
public akka.protobufv3.internal.ByteString
getPathBytes() {
@@ -1802,6 +1823,8 @@ public final class StreamRefMessages {
}
/**
* required string path = 1;
+ * @param value The path to set.
+ * @return This builder for chaining.
*/
public Builder setPath(
java.lang.String value) {
@@ -1815,6 +1838,7 @@ public final class StreamRefMessages {
}
/**
* required string path = 1;
+ * @return This builder for chaining.
*/
public Builder clearPath() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -1824,6 +1848,8 @@ public final class StreamRefMessages {
}
/**
* required string path = 1;
+ * @param value The bytes for path to set.
+ * @return This builder for chaining.
*/
public Builder setPathBytes(
akka.protobufv3.internal.ByteString value) {
@@ -1894,28 +1920,34 @@ public final class StreamRefMessages {
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
boolean hasEnclosedMessage();
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
akka.protobufv3.internal.ByteString getEnclosedMessage();
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
boolean hasSerializerId();
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
int getSerializerId();
/**
* optional bytes messageManifest = 3;
+ * @return Whether the messageManifest field is set.
*/
boolean hasMessageManifest();
/**
* optional bytes messageManifest = 3;
+ * @return The messageManifest.
*/
akka.protobufv3.internal.ByteString getMessageManifest();
}
@@ -2019,12 +2051,14 @@ public final class StreamRefMessages {
private akka.protobufv3.internal.ByteString enclosedMessage_;
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
public boolean hasEnclosedMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
public akka.protobufv3.internal.ByteString getEnclosedMessage() {
return enclosedMessage_;
@@ -2034,12 +2068,14 @@ public final class StreamRefMessages {
private int serializerId_;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
@@ -2049,12 +2085,14 @@ public final class StreamRefMessages {
private akka.protobufv3.internal.ByteString messageManifest_;
/**
* optional bytes messageManifest = 3;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 3;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
@@ -2441,18 +2479,22 @@ public final class StreamRefMessages {
private akka.protobufv3.internal.ByteString enclosedMessage_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* required bytes enclosedMessage = 1;
+ * @return Whether the enclosedMessage field is set.
*/
public boolean hasEnclosedMessage() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required bytes enclosedMessage = 1;
+ * @return The enclosedMessage.
*/
public akka.protobufv3.internal.ByteString getEnclosedMessage() {
return enclosedMessage_;
}
/**
* required bytes enclosedMessage = 1;
+ * @param value The enclosedMessage to set.
+ * @return This builder for chaining.
*/
public Builder setEnclosedMessage(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -2465,6 +2507,7 @@ public final class StreamRefMessages {
}
/**
* required bytes enclosedMessage = 1;
+ * @return This builder for chaining.
*/
public Builder clearEnclosedMessage() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -2476,18 +2519,22 @@ public final class StreamRefMessages {
private int serializerId_ ;
/**
* required int32 serializerId = 2;
+ * @return Whether the serializerId field is set.
*/
public boolean hasSerializerId() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required int32 serializerId = 2;
+ * @return The serializerId.
*/
public int getSerializerId() {
return serializerId_;
}
/**
* required int32 serializerId = 2;
+ * @param value The serializerId to set.
+ * @return This builder for chaining.
*/
public Builder setSerializerId(int value) {
bitField0_ |= 0x00000002;
@@ -2497,6 +2544,7 @@ public final class StreamRefMessages {
}
/**
* required int32 serializerId = 2;
+ * @return This builder for chaining.
*/
public Builder clearSerializerId() {
bitField0_ = (bitField0_ & ~0x00000002);
@@ -2508,18 +2556,22 @@ public final class StreamRefMessages {
private akka.protobufv3.internal.ByteString messageManifest_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes messageManifest = 3;
+ * @return Whether the messageManifest field is set.
*/
public boolean hasMessageManifest() {
return ((bitField0_ & 0x00000004) != 0);
}
/**
* optional bytes messageManifest = 3;
+ * @return The messageManifest.
*/
public akka.protobufv3.internal.ByteString getMessageManifest() {
return messageManifest_;
}
/**
* optional bytes messageManifest = 3;
+ * @param value The messageManifest to set.
+ * @return This builder for chaining.
*/
public Builder setMessageManifest(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -2532,6 +2584,7 @@ public final class StreamRefMessages {
}
/**
* optional bytes messageManifest = 3;
+ * @return This builder for chaining.
*/
public Builder clearMessageManifest() {
bitField0_ = (bitField0_ & ~0x00000004);
@@ -2598,10 +2651,12 @@ public final class StreamRefMessages {
/**
* required .ActorRef targetRef = 1;
+ * @return Whether the targetRef field is set.
*/
boolean hasTargetRef();
/**
* required .ActorRef targetRef = 1;
+ * @return The targetRef.
*/
akka.stream.StreamRefMessages.ActorRef getTargetRef();
/**
@@ -2705,12 +2760,14 @@ public final class StreamRefMessages {
private akka.stream.StreamRefMessages.ActorRef targetRef_;
/**
* required .ActorRef targetRef = 1;
+ * @return Whether the targetRef field is set.
*/
public boolean hasTargetRef() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef targetRef = 1;
+ * @return The targetRef.
*/
public akka.stream.StreamRefMessages.ActorRef getTargetRef() {
return targetRef_ == null ? akka.stream.StreamRefMessages.ActorRef.getDefaultInstance() : targetRef_;
@@ -3064,12 +3121,14 @@ public final class StreamRefMessages {
akka.stream.StreamRefMessages.ActorRef, akka.stream.StreamRefMessages.ActorRef.Builder, akka.stream.StreamRefMessages.ActorRefOrBuilder> targetRefBuilder_;
/**
* required .ActorRef targetRef = 1;
+ * @return Whether the targetRef field is set.
*/
public boolean hasTargetRef() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required .ActorRef targetRef = 1;
+ * @return The targetRef.
*/
public akka.stream.StreamRefMessages.ActorRef getTargetRef() {
if (targetRefBuilder_ == null) {
@@ -3235,10 +3294,12 @@ public final class StreamRefMessages {
/**
* required int64 seqNr = 1;
+ * @return Whether the seqNr field is set.
*/
boolean hasSeqNr();
/**
* required int64 seqNr = 1;
+ * @return The seqNr.
*/
long getSeqNr();
}
@@ -3330,12 +3391,14 @@ public final class StreamRefMessages {
private long seqNr_;
/**
* required int64 seqNr = 1;
+ * @return Whether the seqNr field is set.
*/
public boolean hasSeqNr() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 seqNr = 1;
+ * @return The seqNr.
*/
public long getSeqNr() {
return seqNr_;
@@ -3666,18 +3729,22 @@ public final class StreamRefMessages {
private long seqNr_ ;
/**
* required int64 seqNr = 1;
+ * @return Whether the seqNr field is set.
*/
public boolean hasSeqNr() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 seqNr = 1;
+ * @return The seqNr.
*/
public long getSeqNr() {
return seqNr_;
}
/**
* required int64 seqNr = 1;
+ * @param value The seqNr to set.
+ * @return This builder for chaining.
*/
public Builder setSeqNr(long value) {
bitField0_ |= 0x00000001;
@@ -3687,6 +3754,7 @@ public final class StreamRefMessages {
}
/**
* required int64 seqNr = 1;
+ * @return This builder for chaining.
*/
public Builder clearSeqNr() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -3753,19 +3821,23 @@ public final class StreamRefMessages {
/**
* required int64 seqNr = 1;
+ * @return Whether the seqNr field is set.
*/
boolean hasSeqNr();
/**
* required int64 seqNr = 1;
+ * @return The seqNr.
*/
long getSeqNr();
/**
* required .Payload payload = 2;
+ * @return Whether the payload field is set.
*/
boolean hasPayload();
/**
* required .Payload payload = 2;
+ * @return The payload.
*/
akka.stream.StreamRefMessages.Payload getPayload();
/**
@@ -3874,12 +3946,14 @@ public final class StreamRefMessages {
private long seqNr_;
/**
* required int64 seqNr = 1;
+ * @return Whether the seqNr field is set.
*/
public boolean hasSeqNr() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 seqNr = 1;
+ * @return The seqNr.
*/
public long getSeqNr() {
return seqNr_;
@@ -3889,12 +3963,14 @@ public final class StreamRefMessages {
private akka.stream.StreamRefMessages.Payload payload_;
/**
* required .Payload payload = 2;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Payload payload = 2;
+ * @return The payload.
*/
public akka.stream.StreamRefMessages.Payload getPayload() {
return payload_ == null ? akka.stream.StreamRefMessages.Payload.getDefaultInstance() : payload_;
@@ -4279,18 +4355,22 @@ public final class StreamRefMessages {
private long seqNr_ ;
/**
* required int64 seqNr = 1;
+ * @return Whether the seqNr field is set.
*/
public boolean hasSeqNr() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 seqNr = 1;
+ * @return The seqNr.
*/
public long getSeqNr() {
return seqNr_;
}
/**
* required int64 seqNr = 1;
+ * @param value The seqNr to set.
+ * @return This builder for chaining.
*/
public Builder setSeqNr(long value) {
bitField0_ |= 0x00000001;
@@ -4300,6 +4380,7 @@ public final class StreamRefMessages {
}
/**
* required int64 seqNr = 1;
+ * @return This builder for chaining.
*/
public Builder clearSeqNr() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -4313,12 +4394,14 @@ public final class StreamRefMessages {
akka.stream.StreamRefMessages.Payload, akka.stream.StreamRefMessages.Payload.Builder, akka.stream.StreamRefMessages.PayloadOrBuilder> payloadBuilder_;
/**
* required .Payload payload = 2;
+ * @return Whether the payload field is set.
*/
public boolean hasPayload() {
return ((bitField0_ & 0x00000002) != 0);
}
/**
* required .Payload payload = 2;
+ * @return The payload.
*/
public akka.stream.StreamRefMessages.Payload getPayload() {
if (payloadBuilder_ == null) {
@@ -4484,10 +4567,12 @@ public final class StreamRefMessages {
/**
* optional bytes cause = 1;
+ * @return Whether the cause field is set.
*/
boolean hasCause();
/**
* optional bytes cause = 1;
+ * @return The cause.
*/
akka.protobufv3.internal.ByteString getCause();
}
@@ -4580,12 +4665,14 @@ public final class StreamRefMessages {
private akka.protobufv3.internal.ByteString cause_;
/**
* optional bytes cause = 1;
+ * @return Whether the cause field is set.
*/
public boolean hasCause() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional bytes cause = 1;
+ * @return The cause.
*/
public akka.protobufv3.internal.ByteString getCause() {
return cause_;
@@ -4908,18 +4995,22 @@ public final class StreamRefMessages {
private akka.protobufv3.internal.ByteString cause_ = akka.protobufv3.internal.ByteString.EMPTY;
/**
* optional bytes cause = 1;
+ * @return Whether the cause field is set.
*/
public boolean hasCause() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* optional bytes cause = 1;
+ * @return The cause.
*/
public akka.protobufv3.internal.ByteString getCause() {
return cause_;
}
/**
* optional bytes cause = 1;
+ * @param value The cause to set.
+ * @return This builder for chaining.
*/
public Builder setCause(akka.protobufv3.internal.ByteString value) {
if (value == null) {
@@ -4932,6 +5023,7 @@ public final class StreamRefMessages {
}
/**
* optional bytes cause = 1;
+ * @return This builder for chaining.
*/
public Builder clearCause() {
bitField0_ = (bitField0_ & ~0x00000001);
@@ -4998,10 +5090,12 @@ public final class StreamRefMessages {
/**
* required int64 seqNr = 1;
+ * @return Whether the seqNr field is set.
*/
boolean hasSeqNr();
/**
* required int64 seqNr = 1;
+ * @return The seqNr.
*/
long getSeqNr();
}
@@ -5093,12 +5187,14 @@ public final class StreamRefMessages {
private long seqNr_;
/**
* required int64 seqNr = 1;
+ * @return Whether the seqNr field is set.
*/
public boolean hasSeqNr() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 seqNr = 1;
+ * @return The seqNr.
*/
public long getSeqNr() {
return seqNr_;
@@ -5429,18 +5525,22 @@ public final class StreamRefMessages {
private long seqNr_ ;
/**
* required int64 seqNr = 1;
+ * @return Whether the seqNr field is set.
*/
public boolean hasSeqNr() {
return ((bitField0_ & 0x00000001) != 0);
}
/**
* required int64 seqNr = 1;
+ * @return The seqNr.
*/
public long getSeqNr() {
return seqNr_;
}
/**
* required int64 seqNr = 1;
+ * @param value The seqNr to set.
+ * @return This builder for chaining.
*/
public Builder setSeqNr(long value) {
bitField0_ |= 0x00000001;
@@ -5450,6 +5550,7 @@ public final class StreamRefMessages {
}
/**
* required int64 seqNr = 1;
+ * @return This builder for chaining.
*/
public Builder clearSeqNr() {
bitField0_ = (bitField0_ & ~0x00000001);
diff --git a/project/Protobuf.scala b/project/Protobuf.scala
index e1b99f89f5..66d30cbe42 100644
--- a/project/Protobuf.scala
+++ b/project/Protobuf.scala
@@ -32,7 +32,7 @@ object Protobuf {
Compile / unmanagedJars ++= Seq(
baseDirectory.value / ".." / "akka-protobuf-v3" / "target" / s"akka-protobuf-v3-assembly-${version.value}.jar"),
protoc := "protoc",
- protocVersion := "3.9.0",
+ protocVersion := "3.10.0",
generate := {
val sourceDirs = paths.value
val targetDirs = outputPaths.value