Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: ShardingMessages.proto
// Protobuf Java Version: 4.35.0
// Protobuf Java Version: 4.36.0

package org.apache.pekko.cluster.sharding.typed.internal.protobuf;

Expand All @@ -25,7 +25,7 @@ private ShardingMessages() {}
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 35,
/* minor= */ 36,
/* patch= */ 0,
/* suffix= */ "",
"ShardingMessages");
Expand Down Expand Up @@ -87,7 +87,7 @@ public static final class ShardingEnvelope extends
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 35,
/* minor= */ 36,
/* patch= */ 0,
/* suffix= */ "",
"ShardingEnvelope");
Expand Down Expand Up @@ -524,9 +524,7 @@ public Builder mergeFrom(
org.apache.pekko.protobufv3.internal.CodedInputStream input,
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
java.util.Objects.requireNonNull(extensionRegistry);
try {
boolean done = false;
while (!done) {
Expand Down Expand Up @@ -614,7 +612,7 @@ public java.lang.String getEntityId() {
*/
public Builder setEntityId(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
java.util.Objects.requireNonNull(value);
entityId_ = value;
bitField0_ |= 0x00000001;
onChanged();
Expand All @@ -637,7 +635,7 @@ public Builder clearEntityId() {
*/
public Builder setEntityIdBytes(
org.apache.pekko.protobufv3.internal.ByteString value) {
if (value == null) { throw new NullPointerException(); }
java.util.Objects.requireNonNull(value);
entityId_ = value;
bitField0_ |= 0x00000001;
onChanged();
Expand Down Expand Up @@ -670,9 +668,7 @@ public org.apache.pekko.remote.ContainerFormats.Payload getMessage() {
*/
public Builder setMessage(org.apache.pekko.remote.ContainerFormats.Payload value) {
if (messageBuilder_ == null) {
if (value == null) {
throw new NullPointerException();
}
java.util.Objects.requireNonNull(value);
message_ = value;
} else {
messageBuilder_.setMessage(value);
Expand Down Expand Up @@ -876,7 +872,7 @@ public static final class DaemonProcessScaleState extends
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 35,
/* minor= */ 36,
/* patch= */ 0,
/* suffix= */ "",
"DaemonProcessScaleState");
Expand Down Expand Up @@ -1358,9 +1354,7 @@ public Builder mergeFrom(
org.apache.pekko.protobufv3.internal.CodedInputStream input,
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
java.util.Objects.requireNonNull(extensionRegistry);
try {
boolean done = false;
while (!done) {
Expand Down Expand Up @@ -1661,7 +1655,7 @@ public static final class ChangeNumberOfProcesses extends
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 35,
/* minor= */ 36,
/* patch= */ 0,
/* suffix= */ "",
"ChangeNumberOfProcesses");
Expand Down Expand Up @@ -2072,9 +2066,7 @@ public Builder mergeFrom(
org.apache.pekko.protobufv3.internal.CodedInputStream input,
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
java.util.Objects.requireNonNull(extensionRegistry);
try {
boolean done = false;
while (!done) {
Expand Down Expand Up @@ -2200,7 +2192,7 @@ public java.lang.String getReplyTo() {
*/
public Builder setReplyTo(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
java.util.Objects.requireNonNull(value);
replyTo_ = value;
bitField0_ |= 0x00000002;
onChanged();
Expand All @@ -2223,7 +2215,7 @@ public Builder clearReplyTo() {
*/
public Builder setReplyToBytes(
org.apache.pekko.protobufv3.internal.ByteString value) {
if (value == null) { throw new NullPointerException(); }
java.util.Objects.requireNonNull(value);
replyTo_ = value;
bitField0_ |= 0x00000002;
onChanged();
Expand Down Expand Up @@ -2314,7 +2306,7 @@ public static final class GetNumberOfProcesses extends
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 35,
/* minor= */ 36,
/* patch= */ 0,
/* suffix= */ "",
"GetNumberOfProcesses");
Expand Down Expand Up @@ -2675,9 +2667,7 @@ public Builder mergeFrom(
org.apache.pekko.protobufv3.internal.CodedInputStream input,
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
java.util.Objects.requireNonNull(extensionRegistry);
try {
boolean done = false;
while (!done) {
Expand Down Expand Up @@ -2758,7 +2748,7 @@ public java.lang.String getReplyTo() {
*/
public Builder setReplyTo(
java.lang.String value) {
if (value == null) { throw new NullPointerException(); }
java.util.Objects.requireNonNull(value);
replyTo_ = value;
bitField0_ |= 0x00000001;
onChanged();
Expand All @@ -2781,7 +2771,7 @@ public Builder clearReplyTo() {
*/
public Builder setReplyToBytes(
org.apache.pekko.protobufv3.internal.ByteString value) {
if (value == null) { throw new NullPointerException(); }
java.util.Objects.requireNonNull(value);
replyTo_ = value;
bitField0_ |= 0x00000001;
onChanged();
Expand Down Expand Up @@ -2899,7 +2889,7 @@ public static final class GetNumberOfProcessesReply extends
org.apache.pekko.protobufv3.internal.RuntimeVersion.validateProtobufGencodeVersion(
org.apache.pekko.protobufv3.internal.RuntimeVersion.RuntimeDomain.PUBLIC,
/* major= */ 4,
/* minor= */ 35,
/* minor= */ 36,
/* patch= */ 0,
/* suffix= */ "",
"GetNumberOfProcessesReply");
Expand Down Expand Up @@ -3381,9 +3371,7 @@ public Builder mergeFrom(
org.apache.pekko.protobufv3.internal.CodedInputStream input,
org.apache.pekko.protobufv3.internal.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
if (extensionRegistry == null) {
throw new java.lang.NullPointerException();
}
java.util.Objects.requireNonNull(extensionRegistry);
try {
boolean done = false;
while (!done) {
Expand Down
Loading