mirror of https://github.com/grpc/grpc-java.git
Update generated proto output
The previous output was not generated with proto3-alpha-2. This has been regenerated using protoc on Maven Central, so it should be the same output everywhere.
This commit is contained in:
parent
2f7497133d
commit
8c9cc91844
File diff suppressed because it is too large
Load Diff
|
|
@ -29,7 +29,8 @@ public final class HelloRequest extends
|
||||||
}
|
}
|
||||||
private HelloRequest(
|
private HelloRequest(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -55,11 +56,10 @@ public final class HelloRequest extends
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -82,16 +82,7 @@ public final class HelloRequest extends
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new HelloRequest(input, extensionRegistry);
|
||||||
return new HelloRequest(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -148,6 +139,7 @@ public final class HelloRequest extends
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (!getNameBytes().isEmpty()) {
|
if (!getNameBytes().isEmpty()) {
|
||||||
output.writeBytes(1, getNameBytes());
|
output.writeBytes(1, getNameBytes());
|
||||||
}
|
}
|
||||||
|
|
@ -221,17 +213,12 @@ public final class HelloRequest extends
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.examples.helloworld.HelloRequest prototype) {
|
public static Builder newBuilder(io.grpc.examples.helloworld.HelloRequest prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -432,8 +419,7 @@ public final class HelloRequest extends
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:helloworld.HelloRequest)
|
// @@protoc_insertion_point(class_scope:helloworld.HelloRequest)
|
||||||
private static final io.grpc.examples.helloworld.HelloRequest defaultInstance;
|
private static final io.grpc.examples.helloworld.HelloRequest defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.examples.helloworld.HelloRequest();
|
defaultInstance = new io.grpc.examples.helloworld.HelloRequest();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -445,7 +431,5 @@ public final class HelloRequest extends
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,8 @@ public final class HelloResponse extends
|
||||||
}
|
}
|
||||||
private HelloResponse(
|
private HelloResponse(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -55,11 +56,10 @@ public final class HelloResponse extends
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -82,16 +82,7 @@ public final class HelloResponse extends
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new HelloResponse(input, extensionRegistry);
|
||||||
return new HelloResponse(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -148,6 +139,7 @@ public final class HelloResponse extends
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (!getMessageBytes().isEmpty()) {
|
if (!getMessageBytes().isEmpty()) {
|
||||||
output.writeBytes(1, getMessageBytes());
|
output.writeBytes(1, getMessageBytes());
|
||||||
}
|
}
|
||||||
|
|
@ -221,17 +213,12 @@ public final class HelloResponse extends
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.examples.helloworld.HelloResponse prototype) {
|
public static Builder newBuilder(io.grpc.examples.helloworld.HelloResponse prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -432,8 +419,7 @@ public final class HelloResponse extends
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:helloworld.HelloResponse)
|
// @@protoc_insertion_point(class_scope:helloworld.HelloResponse)
|
||||||
private static final io.grpc.examples.helloworld.HelloResponse defaultInstance;
|
private static final io.grpc.examples.helloworld.HelloResponse defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.examples.helloworld.HelloResponse();
|
defaultInstance = new io.grpc.examples.helloworld.HelloResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -445,7 +431,5 @@ public final class HelloResponse extends
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -30,7 +30,8 @@ public final class Feature extends
|
||||||
}
|
}
|
||||||
private Feature(
|
private Feature(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -69,11 +70,10 @@ public final class Feature extends
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -96,16 +96,7 @@ public final class Feature extends
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new Feature(input, extensionRegistry);
|
||||||
return new Feature(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -203,6 +194,7 @@ public final class Feature extends
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (!getNameBytes().isEmpty()) {
|
if (!getNameBytes().isEmpty()) {
|
||||||
output.writeBytes(1, getNameBytes());
|
output.writeBytes(1, getNameBytes());
|
||||||
}
|
}
|
||||||
|
|
@ -283,17 +275,12 @@ public final class Feature extends
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.examples.routeguide.Feature prototype) {
|
public static Builder newBuilder(io.grpc.examples.routeguide.Feature prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -682,8 +669,7 @@ public final class Feature extends
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:routeguide.Feature)
|
// @@protoc_insertion_point(class_scope:routeguide.Feature)
|
||||||
private static final io.grpc.examples.routeguide.Feature defaultInstance;
|
private static final io.grpc.examples.routeguide.Feature defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.examples.routeguide.Feature();
|
defaultInstance = new io.grpc.examples.routeguide.Feature();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -695,7 +681,5 @@ public final class Feature extends
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,8 @@ public final class Point extends
|
||||||
}
|
}
|
||||||
private Point(
|
private Point(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -63,11 +64,10 @@ public final class Point extends
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -90,16 +90,7 @@ public final class Point extends
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new Point(input, extensionRegistry);
|
||||||
return new Point(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -138,6 +129,7 @@ public final class Point extends
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (latitude_ != 0) {
|
if (latitude_ != 0) {
|
||||||
output.writeInt32(1, latitude_);
|
output.writeInt32(1, latitude_);
|
||||||
}
|
}
|
||||||
|
|
@ -218,17 +210,12 @@ public final class Point extends
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.examples.routeguide.Point prototype) {
|
public static Builder newBuilder(io.grpc.examples.routeguide.Point prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -419,8 +406,7 @@ public final class Point extends
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:routeguide.Point)
|
// @@protoc_insertion_point(class_scope:routeguide.Point)
|
||||||
private static final io.grpc.examples.routeguide.Point defaultInstance;
|
private static final io.grpc.examples.routeguide.Point defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.examples.routeguide.Point();
|
defaultInstance = new io.grpc.examples.routeguide.Point();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -432,7 +418,5 @@ public final class Point extends
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,8 @@ public final class Rectangle extends
|
||||||
}
|
}
|
||||||
private Rectangle(
|
private Rectangle(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -75,11 +76,10 @@ public final class Rectangle extends
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -102,16 +102,7 @@ public final class Rectangle extends
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new Rectangle(input, extensionRegistry);
|
||||||
return new Rectangle(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -198,6 +189,7 @@ public final class Rectangle extends
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (lo_ != null) {
|
if (lo_ != null) {
|
||||||
output.writeMessage(1, getLo());
|
output.writeMessage(1, getLo());
|
||||||
}
|
}
|
||||||
|
|
@ -278,17 +270,12 @@ public final class Rectangle extends
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.examples.routeguide.Rectangle prototype) {
|
public static Builder newBuilder(io.grpc.examples.routeguide.Rectangle prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -747,8 +734,7 @@ public final class Rectangle extends
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:routeguide.Rectangle)
|
// @@protoc_insertion_point(class_scope:routeguide.Rectangle)
|
||||||
private static final io.grpc.examples.routeguide.Rectangle defaultInstance;
|
private static final io.grpc.examples.routeguide.Rectangle defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.examples.routeguide.Rectangle();
|
defaultInstance = new io.grpc.examples.routeguide.Rectangle();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -760,7 +746,5 @@ public final class Rectangle extends
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,8 @@ public final class RouteNote extends
|
||||||
}
|
}
|
||||||
private RouteNote(
|
private RouteNote(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -68,11 +69,10 @@ public final class RouteNote extends
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -95,16 +95,7 @@ public final class RouteNote extends
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new RouteNote(input, extensionRegistry);
|
||||||
return new RouteNote(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -202,6 +193,7 @@ public final class RouteNote extends
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (location_ != null) {
|
if (location_ != null) {
|
||||||
output.writeMessage(1, getLocation());
|
output.writeMessage(1, getLocation());
|
||||||
}
|
}
|
||||||
|
|
@ -282,17 +274,12 @@ public final class RouteNote extends
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.examples.routeguide.RouteNote prototype) {
|
public static Builder newBuilder(io.grpc.examples.routeguide.RouteNote prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -680,8 +667,7 @@ public final class RouteNote extends
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:routeguide.RouteNote)
|
// @@protoc_insertion_point(class_scope:routeguide.RouteNote)
|
||||||
private static final io.grpc.examples.routeguide.RouteNote defaultInstance;
|
private static final io.grpc.examples.routeguide.RouteNote defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.examples.routeguide.RouteNote();
|
defaultInstance = new io.grpc.examples.routeguide.RouteNote();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -693,7 +679,5 @@ public final class RouteNote extends
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -35,7 +35,8 @@ public final class RouteSummary extends
|
||||||
}
|
}
|
||||||
private RouteSummary(
|
private RouteSummary(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -75,11 +76,10 @@ public final class RouteSummary extends
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -102,16 +102,7 @@ public final class RouteSummary extends
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new RouteSummary(input, extensionRegistry);
|
||||||
return new RouteSummary(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -184,6 +175,7 @@ public final class RouteSummary extends
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (pointCount_ != 0) {
|
if (pointCount_ != 0) {
|
||||||
output.writeInt32(1, pointCount_);
|
output.writeInt32(1, pointCount_);
|
||||||
}
|
}
|
||||||
|
|
@ -278,17 +270,12 @@ public final class RouteSummary extends
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.examples.routeguide.RouteSummary prototype) {
|
public static Builder newBuilder(io.grpc.examples.routeguide.RouteSummary prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -591,8 +578,7 @@ public final class RouteSummary extends
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:routeguide.RouteSummary)
|
// @@protoc_insertion_point(class_scope:routeguide.RouteSummary)
|
||||||
private static final io.grpc.examples.routeguide.RouteSummary defaultInstance;
|
private static final io.grpc.examples.routeguide.RouteSummary defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.examples.routeguide.RouteSummary();
|
defaultInstance = new io.grpc.examples.routeguide.RouteSummary();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -604,7 +590,5 @@ public final class RouteSummary extends
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -42,7 +42,8 @@ public final class EmptyProtos {
|
||||||
}
|
}
|
||||||
private Empty(
|
private Empty(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
|
||||||
com.google.protobuf.UnknownFieldSet.newBuilder();
|
com.google.protobuf.UnknownFieldSet.newBuilder();
|
||||||
|
|
@ -64,11 +65,10 @@ public final class EmptyProtos {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
this.unknownFields = unknownFields.build();
|
this.unknownFields = unknownFields.build();
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
|
|
@ -92,16 +92,7 @@ public final class EmptyProtos {
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new Empty(input, extensionRegistry);
|
||||||
return new Empty(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -122,6 +113,7 @@ public final class EmptyProtos {
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
unknownFields.writeTo(output);
|
unknownFields.writeTo(output);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -190,17 +182,12 @@ public final class EmptyProtos {
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(com.google.protobuf.EmptyProtos.Empty prototype) {
|
public static Builder newBuilder(com.google.protobuf.EmptyProtos.Empty prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -320,8 +307,7 @@ public final class EmptyProtos {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:grpc.testing.Empty)
|
// @@protoc_insertion_point(class_scope:grpc.testing.Empty)
|
||||||
private static final com.google.protobuf.EmptyProtos.Empty defaultInstance;
|
private static final com.google.protobuf.EmptyProtos.Empty defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new com.google.protobuf.EmptyProtos.Empty();
|
defaultInstance = new com.google.protobuf.EmptyProtos.Empty();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -333,8 +319,6 @@ public final class EmptyProtos {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final com.google.protobuf.Descriptors.Descriptor
|
private static final com.google.protobuf.Descriptors.Descriptor
|
||||||
|
|
|
||||||
|
|
@ -194,7 +194,8 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
private Payload(
|
private Payload(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -225,11 +226,10 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -252,16 +252,7 @@ public final class Messages {
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new Payload(input, extensionRegistry);
|
||||||
return new Payload(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -319,6 +310,7 @@ public final class Messages {
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (type_ != io.grpc.testing.integration.Messages.PayloadType.COMPRESSABLE.getNumber()) {
|
if (type_ != io.grpc.testing.integration.Messages.PayloadType.COMPRESSABLE.getNumber()) {
|
||||||
output.writeEnum(1, type_);
|
output.writeEnum(1, type_);
|
||||||
}
|
}
|
||||||
|
|
@ -399,17 +391,12 @@ public final class Messages {
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.testing.integration.Messages.Payload prototype) {
|
public static Builder newBuilder(io.grpc.testing.integration.Messages.Payload prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -650,8 +637,7 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:grpc.testing.Payload)
|
// @@protoc_insertion_point(class_scope:grpc.testing.Payload)
|
||||||
private static final io.grpc.testing.integration.Messages.Payload defaultInstance;
|
private static final io.grpc.testing.integration.Messages.Payload defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.testing.integration.Messages.Payload();
|
defaultInstance = new io.grpc.testing.integration.Messages.Payload();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -663,8 +649,6 @@ public final class Messages {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface SimpleRequestOrBuilder extends
|
public interface SimpleRequestOrBuilder extends
|
||||||
|
|
@ -772,7 +756,8 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
private SimpleRequest(
|
private SimpleRequest(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -826,11 +811,10 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -853,16 +837,7 @@ public final class Messages {
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new SimpleRequest(input, extensionRegistry);
|
||||||
return new SimpleRequest(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -982,6 +957,7 @@ public final class Messages {
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (responseType_ != io.grpc.testing.integration.Messages.PayloadType.COMPRESSABLE.getNumber()) {
|
if (responseType_ != io.grpc.testing.integration.Messages.PayloadType.COMPRESSABLE.getNumber()) {
|
||||||
output.writeEnum(1, responseType_);
|
output.writeEnum(1, responseType_);
|
||||||
}
|
}
|
||||||
|
|
@ -1083,17 +1059,12 @@ public final class Messages {
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.testing.integration.Messages.SimpleRequest prototype) {
|
public static Builder newBuilder(io.grpc.testing.integration.Messages.SimpleRequest prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -1594,8 +1565,7 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:grpc.testing.SimpleRequest)
|
// @@protoc_insertion_point(class_scope:grpc.testing.SimpleRequest)
|
||||||
private static final io.grpc.testing.integration.Messages.SimpleRequest defaultInstance;
|
private static final io.grpc.testing.integration.Messages.SimpleRequest defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.testing.integration.Messages.SimpleRequest();
|
defaultInstance = new io.grpc.testing.integration.Messages.SimpleRequest();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -1607,8 +1577,6 @@ public final class Messages {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface SimpleResponseOrBuilder extends
|
public interface SimpleResponseOrBuilder extends
|
||||||
|
|
@ -1705,7 +1673,8 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
private SimpleResponse(
|
private SimpleResponse(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -1750,11 +1719,10 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -1777,16 +1745,7 @@ public final class Messages {
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new SimpleResponse(input, extensionRegistry);
|
||||||
return new SimpleResponse(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -1930,6 +1889,7 @@ public final class Messages {
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (payload_ != null) {
|
if (payload_ != null) {
|
||||||
output.writeMessage(1, getPayload());
|
output.writeMessage(1, getPayload());
|
||||||
}
|
}
|
||||||
|
|
@ -2017,17 +1977,12 @@ public final class Messages {
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.testing.integration.Messages.SimpleResponse prototype) {
|
public static Builder newBuilder(io.grpc.testing.integration.Messages.SimpleResponse prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -2517,8 +2472,7 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:grpc.testing.SimpleResponse)
|
// @@protoc_insertion_point(class_scope:grpc.testing.SimpleResponse)
|
||||||
private static final io.grpc.testing.integration.Messages.SimpleResponse defaultInstance;
|
private static final io.grpc.testing.integration.Messages.SimpleResponse defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.testing.integration.Messages.SimpleResponse();
|
defaultInstance = new io.grpc.testing.integration.Messages.SimpleResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2530,8 +2484,6 @@ public final class Messages {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface SimpleContextOrBuilder extends
|
public interface SimpleContextOrBuilder extends
|
||||||
|
|
@ -2570,7 +2522,8 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
private SimpleContext(
|
private SimpleContext(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -2596,11 +2549,10 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -2623,16 +2575,7 @@ public final class Messages {
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new SimpleContext(input, extensionRegistry);
|
||||||
return new SimpleContext(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -2689,6 +2632,7 @@ public final class Messages {
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (!getValueBytes().isEmpty()) {
|
if (!getValueBytes().isEmpty()) {
|
||||||
output.writeBytes(1, getValueBytes());
|
output.writeBytes(1, getValueBytes());
|
||||||
}
|
}
|
||||||
|
|
@ -2762,17 +2706,12 @@ public final class Messages {
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.testing.integration.Messages.SimpleContext prototype) {
|
public static Builder newBuilder(io.grpc.testing.integration.Messages.SimpleContext prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -2969,8 +2908,7 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:grpc.testing.SimpleContext)
|
// @@protoc_insertion_point(class_scope:grpc.testing.SimpleContext)
|
||||||
private static final io.grpc.testing.integration.Messages.SimpleContext defaultInstance;
|
private static final io.grpc.testing.integration.Messages.SimpleContext defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.testing.integration.Messages.SimpleContext();
|
defaultInstance = new io.grpc.testing.integration.Messages.SimpleContext();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -2982,8 +2920,6 @@ public final class Messages {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface StreamingInputCallRequestOrBuilder extends
|
public interface StreamingInputCallRequestOrBuilder extends
|
||||||
|
|
@ -3040,7 +2976,8 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
private StreamingInputCallRequest(
|
private StreamingInputCallRequest(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -3073,11 +3010,10 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -3100,16 +3036,7 @@ public final class Messages {
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new StreamingInputCallRequest(input, extensionRegistry);
|
||||||
return new StreamingInputCallRequest(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -3163,6 +3090,7 @@ public final class Messages {
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (payload_ != null) {
|
if (payload_ != null) {
|
||||||
output.writeMessage(1, getPayload());
|
output.writeMessage(1, getPayload());
|
||||||
}
|
}
|
||||||
|
|
@ -3236,17 +3164,12 @@ public final class Messages {
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingInputCallRequest prototype) {
|
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingInputCallRequest prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -3537,8 +3460,7 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingInputCallRequest)
|
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingInputCallRequest)
|
||||||
private static final io.grpc.testing.integration.Messages.StreamingInputCallRequest defaultInstance;
|
private static final io.grpc.testing.integration.Messages.StreamingInputCallRequest defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.testing.integration.Messages.StreamingInputCallRequest();
|
defaultInstance = new io.grpc.testing.integration.Messages.StreamingInputCallRequest();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -3550,8 +3472,6 @@ public final class Messages {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface StreamingInputCallResponseOrBuilder extends
|
public interface StreamingInputCallResponseOrBuilder extends
|
||||||
|
|
@ -3593,7 +3513,8 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
private StreamingInputCallResponse(
|
private StreamingInputCallResponse(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -3618,11 +3539,10 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -3645,16 +3565,7 @@ public final class Messages {
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new StreamingInputCallResponse(input, extensionRegistry);
|
||||||
return new StreamingInputCallResponse(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -3688,6 +3599,7 @@ public final class Messages {
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (aggregatedPayloadSize_ != 0) {
|
if (aggregatedPayloadSize_ != 0) {
|
||||||
output.writeInt32(1, aggregatedPayloadSize_);
|
output.writeInt32(1, aggregatedPayloadSize_);
|
||||||
}
|
}
|
||||||
|
|
@ -3761,17 +3673,12 @@ public final class Messages {
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingInputCallResponse prototype) {
|
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingInputCallResponse prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -3939,8 +3846,7 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingInputCallResponse)
|
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingInputCallResponse)
|
||||||
private static final io.grpc.testing.integration.Messages.StreamingInputCallResponse defaultInstance;
|
private static final io.grpc.testing.integration.Messages.StreamingInputCallResponse defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.testing.integration.Messages.StreamingInputCallResponse();
|
defaultInstance = new io.grpc.testing.integration.Messages.StreamingInputCallResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -3952,8 +3858,6 @@ public final class Messages {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface ResponseParametersOrBuilder extends
|
public interface ResponseParametersOrBuilder extends
|
||||||
|
|
@ -4007,7 +3911,8 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
private ResponseParameters(
|
private ResponseParameters(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -4037,11 +3942,10 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -4064,16 +3968,7 @@ public final class Messages {
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new ResponseParameters(input, extensionRegistry);
|
||||||
return new ResponseParameters(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -4122,6 +4017,7 @@ public final class Messages {
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (size_ != 0) {
|
if (size_ != 0) {
|
||||||
output.writeInt32(1, size_);
|
output.writeInt32(1, size_);
|
||||||
}
|
}
|
||||||
|
|
@ -4202,17 +4098,12 @@ public final class Messages {
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.testing.integration.Messages.ResponseParameters prototype) {
|
public static Builder newBuilder(io.grpc.testing.integration.Messages.ResponseParameters prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -4430,8 +4321,7 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:grpc.testing.ResponseParameters)
|
// @@protoc_insertion_point(class_scope:grpc.testing.ResponseParameters)
|
||||||
private static final io.grpc.testing.integration.Messages.ResponseParameters defaultInstance;
|
private static final io.grpc.testing.integration.Messages.ResponseParameters defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.testing.integration.Messages.ResponseParameters();
|
defaultInstance = new io.grpc.testing.integration.Messages.ResponseParameters();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -4443,8 +4333,6 @@ public final class Messages {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface StreamingOutputCallRequestOrBuilder extends
|
public interface StreamingOutputCallRequestOrBuilder extends
|
||||||
|
|
@ -4570,7 +4458,8 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
private StreamingOutputCallRequest(
|
private StreamingOutputCallRequest(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -4617,11 +4506,10 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
|
if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
|
||||||
responseParameters_ = java.util.Collections.unmodifiableList(responseParameters_);
|
responseParameters_ = java.util.Collections.unmodifiableList(responseParameters_);
|
||||||
|
|
@ -4647,16 +4535,7 @@ public final class Messages {
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new StreamingOutputCallRequest(input, extensionRegistry);
|
||||||
return new StreamingOutputCallRequest(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -4796,6 +4675,7 @@ public final class Messages {
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (responseType_ != io.grpc.testing.integration.Messages.PayloadType.COMPRESSABLE.getNumber()) {
|
if (responseType_ != io.grpc.testing.integration.Messages.PayloadType.COMPRESSABLE.getNumber()) {
|
||||||
output.writeEnum(1, responseType_);
|
output.writeEnum(1, responseType_);
|
||||||
}
|
}
|
||||||
|
|
@ -4883,17 +4763,12 @@ public final class Messages {
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingOutputCallRequest prototype) {
|
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingOutputCallRequest prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -5627,8 +5502,7 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingOutputCallRequest)
|
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingOutputCallRequest)
|
||||||
private static final io.grpc.testing.integration.Messages.StreamingOutputCallRequest defaultInstance;
|
private static final io.grpc.testing.integration.Messages.StreamingOutputCallRequest defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.testing.integration.Messages.StreamingOutputCallRequest();
|
defaultInstance = new io.grpc.testing.integration.Messages.StreamingOutputCallRequest();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -5640,8 +5514,6 @@ public final class Messages {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public interface StreamingOutputCallResponseOrBuilder extends
|
public interface StreamingOutputCallResponseOrBuilder extends
|
||||||
|
|
@ -5698,7 +5570,8 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
private StreamingOutputCallResponse(
|
private StreamingOutputCallResponse(
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
this();
|
this();
|
||||||
int mutable_bitField0_ = 0;
|
int mutable_bitField0_ = 0;
|
||||||
try {
|
try {
|
||||||
|
|
@ -5731,11 +5604,10 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
||||||
throw new RuntimeException(e.setUnfinishedMessage(this));
|
throw e.setUnfinishedMessage(this);
|
||||||
} catch (java.io.IOException e) {
|
} catch (java.io.IOException e) {
|
||||||
throw new RuntimeException(
|
throw new com.google.protobuf.InvalidProtocolBufferException(
|
||||||
new com.google.protobuf.InvalidProtocolBufferException(
|
e.getMessage()).setUnfinishedMessage(this);
|
||||||
e.getMessage()).setUnfinishedMessage(this));
|
|
||||||
} finally {
|
} finally {
|
||||||
makeExtensionsImmutable();
|
makeExtensionsImmutable();
|
||||||
}
|
}
|
||||||
|
|
@ -5758,16 +5630,7 @@ public final class Messages {
|
||||||
com.google.protobuf.CodedInputStream input,
|
com.google.protobuf.CodedInputStream input,
|
||||||
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
||||||
throws com.google.protobuf.InvalidProtocolBufferException {
|
throws com.google.protobuf.InvalidProtocolBufferException {
|
||||||
try {
|
return new StreamingOutputCallResponse(input, extensionRegistry);
|
||||||
return new StreamingOutputCallResponse(input, extensionRegistry);
|
|
||||||
} catch (RuntimeException e) {
|
|
||||||
if (e.getCause() instanceof
|
|
||||||
com.google.protobuf.InvalidProtocolBufferException) {
|
|
||||||
throw (com.google.protobuf.InvalidProtocolBufferException)
|
|
||||||
e.getCause();
|
|
||||||
}
|
|
||||||
throw e;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -5821,6 +5684,7 @@ public final class Messages {
|
||||||
|
|
||||||
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
||||||
throws java.io.IOException {
|
throws java.io.IOException {
|
||||||
|
getSerializedSize();
|
||||||
if (payload_ != null) {
|
if (payload_ != null) {
|
||||||
output.writeMessage(1, getPayload());
|
output.writeMessage(1, getPayload());
|
||||||
}
|
}
|
||||||
|
|
@ -5894,17 +5758,12 @@ public final class Messages {
|
||||||
return PARSER.parseFrom(input, extensionRegistry);
|
return PARSER.parseFrom(input, extensionRegistry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static Builder newBuilder() { return new Builder(); }
|
||||||
public Builder newBuilderForType() { return newBuilder(); }
|
public Builder newBuilderForType() { return newBuilder(); }
|
||||||
public static Builder newBuilder() {
|
|
||||||
return defaultInstance.toBuilder();
|
|
||||||
}
|
|
||||||
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingOutputCallResponse prototype) {
|
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingOutputCallResponse prototype) {
|
||||||
return defaultInstance.toBuilder().mergeFrom(prototype);
|
return newBuilder().mergeFrom(prototype);
|
||||||
}
|
|
||||||
public Builder toBuilder() {
|
|
||||||
return this == defaultInstance
|
|
||||||
? new Builder() : new Builder().mergeFrom(this);
|
|
||||||
}
|
}
|
||||||
|
public Builder toBuilder() { return newBuilder(this); }
|
||||||
|
|
||||||
@java.lang.Override
|
@java.lang.Override
|
||||||
protected Builder newBuilderForType(
|
protected Builder newBuilderForType(
|
||||||
|
|
@ -6195,8 +6054,7 @@ public final class Messages {
|
||||||
}
|
}
|
||||||
|
|
||||||
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingOutputCallResponse)
|
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingOutputCallResponse)
|
||||||
private static final io.grpc.testing.integration.Messages.StreamingOutputCallResponse defaultInstance;
|
private static final io.grpc.testing.integration.Messages.StreamingOutputCallResponse defaultInstance;static {
|
||||||
static {
|
|
||||||
defaultInstance = new io.grpc.testing.integration.Messages.StreamingOutputCallResponse();
|
defaultInstance = new io.grpc.testing.integration.Messages.StreamingOutputCallResponse();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -6208,8 +6066,6 @@ public final class Messages {
|
||||||
return defaultInstance;
|
return defaultInstance;
|
||||||
}
|
}
|
||||||
|
|
||||||
static {
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final com.google.protobuf.Descriptors.Descriptor
|
private static final com.google.protobuf.Descriptors.Descriptor
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue