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:
Eric Anderson 2015-05-07 14:36:19 -07:00
parent 2f7497133d
commit 8c9cc91844
10 changed files with 341 additions and 837 deletions

File diff suppressed because it is too large Load Diff

View File

@ -29,7 +29,8 @@ public final class HelloRequest extends
}
private HelloRequest(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -55,11 +56,10 @@ public final class HelloRequest extends
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -82,16 +82,7 @@ public final class HelloRequest extends
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new HelloRequest(input, extensionRegistry);
}
};
@ -148,6 +139,7 @@ public final class HelloRequest extends
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (!getNameBytes().isEmpty()) {
output.writeBytes(1, getNameBytes());
}
@ -221,17 +213,12 @@ public final class HelloRequest extends
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.examples.helloworld.HelloRequest prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -432,8 +419,7 @@ public final class HelloRequest extends
}
// @@protoc_insertion_point(class_scope:helloworld.HelloRequest)
private static final io.grpc.examples.helloworld.HelloRequest defaultInstance;
static {
private static final io.grpc.examples.helloworld.HelloRequest defaultInstance;static {
defaultInstance = new io.grpc.examples.helloworld.HelloRequest();
}
@ -445,7 +431,5 @@ public final class HelloRequest extends
return defaultInstance;
}
static {
}
}

View File

@ -29,7 +29,8 @@ public final class HelloResponse extends
}
private HelloResponse(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -55,11 +56,10 @@ public final class HelloResponse extends
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -82,16 +82,7 @@ public final class HelloResponse extends
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new HelloResponse(input, extensionRegistry);
}
};
@ -148,6 +139,7 @@ public final class HelloResponse extends
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (!getMessageBytes().isEmpty()) {
output.writeBytes(1, getMessageBytes());
}
@ -221,17 +213,12 @@ public final class HelloResponse extends
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.examples.helloworld.HelloResponse prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -432,8 +419,7 @@ public final class HelloResponse extends
}
// @@protoc_insertion_point(class_scope:helloworld.HelloResponse)
private static final io.grpc.examples.helloworld.HelloResponse defaultInstance;
static {
private static final io.grpc.examples.helloworld.HelloResponse defaultInstance;static {
defaultInstance = new io.grpc.examples.helloworld.HelloResponse();
}
@ -445,7 +431,5 @@ public final class HelloResponse extends
return defaultInstance;
}
static {
}
}

View File

@ -30,7 +30,8 @@ public final class Feature extends
}
private Feature(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -69,11 +70,10 @@ public final class Feature extends
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -96,16 +96,7 @@ public final class Feature extends
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new Feature(input, extensionRegistry);
}
};
@ -203,6 +194,7 @@ public final class Feature extends
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (!getNameBytes().isEmpty()) {
output.writeBytes(1, getNameBytes());
}
@ -283,17 +275,12 @@ public final class Feature extends
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.examples.routeguide.Feature prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -682,8 +669,7 @@ public final class Feature extends
}
// @@protoc_insertion_point(class_scope:routeguide.Feature)
private static final io.grpc.examples.routeguide.Feature defaultInstance;
static {
private static final io.grpc.examples.routeguide.Feature defaultInstance;static {
defaultInstance = new io.grpc.examples.routeguide.Feature();
}
@ -695,7 +681,5 @@ public final class Feature extends
return defaultInstance;
}
static {
}
}

View File

@ -33,7 +33,8 @@ public final class Point extends
}
private Point(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -63,11 +64,10 @@ public final class Point extends
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -90,16 +90,7 @@ public final class Point extends
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new Point(input, extensionRegistry);
}
};
@ -138,6 +129,7 @@ public final class Point extends
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (latitude_ != 0) {
output.writeInt32(1, latitude_);
}
@ -218,17 +210,12 @@ public final class Point extends
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.examples.routeguide.Point prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -419,8 +406,7 @@ public final class Point extends
}
// @@protoc_insertion_point(class_scope:routeguide.Point)
private static final io.grpc.examples.routeguide.Point defaultInstance;
static {
private static final io.grpc.examples.routeguide.Point defaultInstance;static {
defaultInstance = new io.grpc.examples.routeguide.Point();
}
@ -432,7 +418,5 @@ public final class Point extends
return defaultInstance;
}
static {
}
}

View File

@ -29,7 +29,8 @@ public final class Rectangle extends
}
private Rectangle(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -75,11 +76,10 @@ public final class Rectangle extends
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -102,16 +102,7 @@ public final class Rectangle extends
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new Rectangle(input, extensionRegistry);
}
};
@ -198,6 +189,7 @@ public final class Rectangle extends
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (lo_ != null) {
output.writeMessage(1, getLo());
}
@ -278,17 +270,12 @@ public final class Rectangle extends
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.examples.routeguide.Rectangle prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -747,8 +734,7 @@ public final class Rectangle extends
}
// @@protoc_insertion_point(class_scope:routeguide.Rectangle)
private static final io.grpc.examples.routeguide.Rectangle defaultInstance;
static {
private static final io.grpc.examples.routeguide.Rectangle defaultInstance;static {
defaultInstance = new io.grpc.examples.routeguide.Rectangle();
}
@ -760,7 +746,5 @@ public final class Rectangle extends
return defaultInstance;
}
static {
}
}

View File

@ -29,7 +29,8 @@ public final class RouteNote extends
}
private RouteNote(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -68,11 +69,10 @@ public final class RouteNote extends
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -95,16 +95,7 @@ public final class RouteNote extends
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new RouteNote(input, extensionRegistry);
}
};
@ -202,6 +193,7 @@ public final class RouteNote extends
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (location_ != null) {
output.writeMessage(1, getLocation());
}
@ -282,17 +274,12 @@ public final class RouteNote extends
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.examples.routeguide.RouteNote prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -680,8 +667,7 @@ public final class RouteNote extends
}
// @@protoc_insertion_point(class_scope:routeguide.RouteNote)
private static final io.grpc.examples.routeguide.RouteNote defaultInstance;
static {
private static final io.grpc.examples.routeguide.RouteNote defaultInstance;static {
defaultInstance = new io.grpc.examples.routeguide.RouteNote();
}
@ -693,7 +679,5 @@ public final class RouteNote extends
return defaultInstance;
}
static {
}
}

View File

@ -35,7 +35,8 @@ public final class RouteSummary extends
}
private RouteSummary(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -75,11 +76,10 @@ public final class RouteSummary extends
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -102,16 +102,7 @@ public final class RouteSummary extends
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new RouteSummary(input, extensionRegistry);
}
};
@ -184,6 +175,7 @@ public final class RouteSummary extends
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (pointCount_ != 0) {
output.writeInt32(1, pointCount_);
}
@ -278,17 +270,12 @@ public final class RouteSummary extends
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.examples.routeguide.RouteSummary prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -591,8 +578,7 @@ public final class RouteSummary extends
}
// @@protoc_insertion_point(class_scope:routeguide.RouteSummary)
private static final io.grpc.examples.routeguide.RouteSummary defaultInstance;
static {
private static final io.grpc.examples.routeguide.RouteSummary defaultInstance;static {
defaultInstance = new io.grpc.examples.routeguide.RouteSummary();
}
@ -604,7 +590,5 @@ public final class RouteSummary extends
return defaultInstance;
}
static {
}
}

View File

@ -42,7 +42,8 @@ public final class EmptyProtos {
}
private Empty(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
com.google.protobuf.UnknownFieldSet.Builder unknownFields =
com.google.protobuf.UnknownFieldSet.newBuilder();
@ -64,11 +65,10 @@ public final class EmptyProtos {
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
this.unknownFields = unknownFields.build();
makeExtensionsImmutable();
@ -92,16 +92,7 @@ public final class EmptyProtos {
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new Empty(input, extensionRegistry);
}
};
@ -122,6 +113,7 @@ public final class EmptyProtos {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
unknownFields.writeTo(output);
}
@ -190,17 +182,12 @@ public final class EmptyProtos {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(com.google.protobuf.EmptyProtos.Empty prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -320,8 +307,7 @@ public final class EmptyProtos {
}
// @@protoc_insertion_point(class_scope:grpc.testing.Empty)
private static final com.google.protobuf.EmptyProtos.Empty defaultInstance;
static {
private static final com.google.protobuf.EmptyProtos.Empty defaultInstance;static {
defaultInstance = new com.google.protobuf.EmptyProtos.Empty();
}
@ -333,8 +319,6 @@ public final class EmptyProtos {
return defaultInstance;
}
static {
}
}
private static final com.google.protobuf.Descriptors.Descriptor

View File

@ -194,7 +194,8 @@ public final class Messages {
}
private Payload(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -225,11 +226,10 @@ public final class Messages {
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -252,16 +252,7 @@ public final class Messages {
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new Payload(input, extensionRegistry);
}
};
@ -319,6 +310,7 @@ public final class Messages {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (type_ != io.grpc.testing.integration.Messages.PayloadType.COMPRESSABLE.getNumber()) {
output.writeEnum(1, type_);
}
@ -399,17 +391,12 @@ public final class Messages {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.testing.integration.Messages.Payload prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -650,8 +637,7 @@ public final class Messages {
}
// @@protoc_insertion_point(class_scope:grpc.testing.Payload)
private static final io.grpc.testing.integration.Messages.Payload defaultInstance;
static {
private static final io.grpc.testing.integration.Messages.Payload defaultInstance;static {
defaultInstance = new io.grpc.testing.integration.Messages.Payload();
}
@ -663,8 +649,6 @@ public final class Messages {
return defaultInstance;
}
static {
}
}
public interface SimpleRequestOrBuilder extends
@ -772,7 +756,8 @@ public final class Messages {
}
private SimpleRequest(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -826,11 +811,10 @@ public final class Messages {
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -853,16 +837,7 @@ public final class Messages {
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new SimpleRequest(input, extensionRegistry);
}
};
@ -982,6 +957,7 @@ public final class Messages {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (responseType_ != io.grpc.testing.integration.Messages.PayloadType.COMPRESSABLE.getNumber()) {
output.writeEnum(1, responseType_);
}
@ -1083,17 +1059,12 @@ public final class Messages {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.testing.integration.Messages.SimpleRequest prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -1594,8 +1565,7 @@ public final class Messages {
}
// @@protoc_insertion_point(class_scope:grpc.testing.SimpleRequest)
private static final io.grpc.testing.integration.Messages.SimpleRequest defaultInstance;
static {
private static final io.grpc.testing.integration.Messages.SimpleRequest defaultInstance;static {
defaultInstance = new io.grpc.testing.integration.Messages.SimpleRequest();
}
@ -1607,8 +1577,6 @@ public final class Messages {
return defaultInstance;
}
static {
}
}
public interface SimpleResponseOrBuilder extends
@ -1705,7 +1673,8 @@ public final class Messages {
}
private SimpleResponse(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -1750,11 +1719,10 @@ public final class Messages {
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -1777,16 +1745,7 @@ public final class Messages {
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new SimpleResponse(input, extensionRegistry);
}
};
@ -1930,6 +1889,7 @@ public final class Messages {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (payload_ != null) {
output.writeMessage(1, getPayload());
}
@ -2017,17 +1977,12 @@ public final class Messages {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.testing.integration.Messages.SimpleResponse prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -2517,8 +2472,7 @@ public final class Messages {
}
// @@protoc_insertion_point(class_scope:grpc.testing.SimpleResponse)
private static final io.grpc.testing.integration.Messages.SimpleResponse defaultInstance;
static {
private static final io.grpc.testing.integration.Messages.SimpleResponse defaultInstance;static {
defaultInstance = new io.grpc.testing.integration.Messages.SimpleResponse();
}
@ -2530,8 +2484,6 @@ public final class Messages {
return defaultInstance;
}
static {
}
}
public interface SimpleContextOrBuilder extends
@ -2570,7 +2522,8 @@ public final class Messages {
}
private SimpleContext(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -2596,11 +2549,10 @@ public final class Messages {
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -2623,16 +2575,7 @@ public final class Messages {
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new SimpleContext(input, extensionRegistry);
}
};
@ -2689,6 +2632,7 @@ public final class Messages {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (!getValueBytes().isEmpty()) {
output.writeBytes(1, getValueBytes());
}
@ -2762,17 +2706,12 @@ public final class Messages {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.testing.integration.Messages.SimpleContext prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -2969,8 +2908,7 @@ public final class Messages {
}
// @@protoc_insertion_point(class_scope:grpc.testing.SimpleContext)
private static final io.grpc.testing.integration.Messages.SimpleContext defaultInstance;
static {
private static final io.grpc.testing.integration.Messages.SimpleContext defaultInstance;static {
defaultInstance = new io.grpc.testing.integration.Messages.SimpleContext();
}
@ -2982,8 +2920,6 @@ public final class Messages {
return defaultInstance;
}
static {
}
}
public interface StreamingInputCallRequestOrBuilder extends
@ -3040,7 +2976,8 @@ public final class Messages {
}
private StreamingInputCallRequest(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -3073,11 +3010,10 @@ public final class Messages {
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -3100,16 +3036,7 @@ public final class Messages {
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new StreamingInputCallRequest(input, extensionRegistry);
}
};
@ -3163,6 +3090,7 @@ public final class Messages {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (payload_ != null) {
output.writeMessage(1, getPayload());
}
@ -3236,17 +3164,12 @@ public final class Messages {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingInputCallRequest prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -3537,8 +3460,7 @@ public final class Messages {
}
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingInputCallRequest)
private static final io.grpc.testing.integration.Messages.StreamingInputCallRequest defaultInstance;
static {
private static final io.grpc.testing.integration.Messages.StreamingInputCallRequest defaultInstance;static {
defaultInstance = new io.grpc.testing.integration.Messages.StreamingInputCallRequest();
}
@ -3550,8 +3472,6 @@ public final class Messages {
return defaultInstance;
}
static {
}
}
public interface StreamingInputCallResponseOrBuilder extends
@ -3593,7 +3513,8 @@ public final class Messages {
}
private StreamingInputCallResponse(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -3618,11 +3539,10 @@ public final class Messages {
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -3645,16 +3565,7 @@ public final class Messages {
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new StreamingInputCallResponse(input, extensionRegistry);
}
};
@ -3688,6 +3599,7 @@ public final class Messages {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (aggregatedPayloadSize_ != 0) {
output.writeInt32(1, aggregatedPayloadSize_);
}
@ -3761,17 +3673,12 @@ public final class Messages {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingInputCallResponse prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -3939,8 +3846,7 @@ public final class Messages {
}
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingInputCallResponse)
private static final io.grpc.testing.integration.Messages.StreamingInputCallResponse defaultInstance;
static {
private static final io.grpc.testing.integration.Messages.StreamingInputCallResponse defaultInstance;static {
defaultInstance = new io.grpc.testing.integration.Messages.StreamingInputCallResponse();
}
@ -3952,8 +3858,6 @@ public final class Messages {
return defaultInstance;
}
static {
}
}
public interface ResponseParametersOrBuilder extends
@ -4007,7 +3911,8 @@ public final class Messages {
}
private ResponseParameters(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -4037,11 +3942,10 @@ public final class Messages {
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -4064,16 +3968,7 @@ public final class Messages {
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new ResponseParameters(input, extensionRegistry);
}
};
@ -4122,6 +4017,7 @@ public final class Messages {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (size_ != 0) {
output.writeInt32(1, size_);
}
@ -4202,17 +4098,12 @@ public final class Messages {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.testing.integration.Messages.ResponseParameters prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -4430,8 +4321,7 @@ public final class Messages {
}
// @@protoc_insertion_point(class_scope:grpc.testing.ResponseParameters)
private static final io.grpc.testing.integration.Messages.ResponseParameters defaultInstance;
static {
private static final io.grpc.testing.integration.Messages.ResponseParameters defaultInstance;static {
defaultInstance = new io.grpc.testing.integration.Messages.ResponseParameters();
}
@ -4443,8 +4333,6 @@ public final class Messages {
return defaultInstance;
}
static {
}
}
public interface StreamingOutputCallRequestOrBuilder extends
@ -4570,7 +4458,8 @@ public final class Messages {
}
private StreamingOutputCallRequest(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -4617,11 +4506,10 @@ public final class Messages {
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
if (((mutable_bitField0_ & 0x00000002) == 0x00000002)) {
responseParameters_ = java.util.Collections.unmodifiableList(responseParameters_);
@ -4647,16 +4535,7 @@ public final class Messages {
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new StreamingOutputCallRequest(input, extensionRegistry);
}
};
@ -4796,6 +4675,7 @@ public final class Messages {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (responseType_ != io.grpc.testing.integration.Messages.PayloadType.COMPRESSABLE.getNumber()) {
output.writeEnum(1, responseType_);
}
@ -4883,17 +4763,12 @@ public final class Messages {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingOutputCallRequest prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -5627,8 +5502,7 @@ public final class Messages {
}
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingOutputCallRequest)
private static final io.grpc.testing.integration.Messages.StreamingOutputCallRequest defaultInstance;
static {
private static final io.grpc.testing.integration.Messages.StreamingOutputCallRequest defaultInstance;static {
defaultInstance = new io.grpc.testing.integration.Messages.StreamingOutputCallRequest();
}
@ -5640,8 +5514,6 @@ public final class Messages {
return defaultInstance;
}
static {
}
}
public interface StreamingOutputCallResponseOrBuilder extends
@ -5698,7 +5570,8 @@ public final class Messages {
}
private StreamingOutputCallResponse(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) {
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
this();
int mutable_bitField0_ = 0;
try {
@ -5731,11 +5604,10 @@ public final class Messages {
}
}
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
throw new RuntimeException(e.setUnfinishedMessage(this));
throw e.setUnfinishedMessage(this);
} catch (java.io.IOException e) {
throw new RuntimeException(
new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this));
throw new com.google.protobuf.InvalidProtocolBufferException(
e.getMessage()).setUnfinishedMessage(this);
} finally {
makeExtensionsImmutable();
}
@ -5758,16 +5630,7 @@ public final class Messages {
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
try {
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;
}
return new StreamingOutputCallResponse(input, extensionRegistry);
}
};
@ -5821,6 +5684,7 @@ public final class Messages {
public void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException {
getSerializedSize();
if (payload_ != null) {
output.writeMessage(1, getPayload());
}
@ -5894,17 +5758,12 @@ public final class Messages {
return PARSER.parseFrom(input, extensionRegistry);
}
public static Builder newBuilder() { return new Builder(); }
public Builder newBuilderForType() { return newBuilder(); }
public static Builder newBuilder() {
return defaultInstance.toBuilder();
}
public static Builder newBuilder(io.grpc.testing.integration.Messages.StreamingOutputCallResponse prototype) {
return defaultInstance.toBuilder().mergeFrom(prototype);
}
public Builder toBuilder() {
return this == defaultInstance
? new Builder() : new Builder().mergeFrom(this);
return newBuilder().mergeFrom(prototype);
}
public Builder toBuilder() { return newBuilder(this); }
@java.lang.Override
protected Builder newBuilderForType(
@ -6195,8 +6054,7 @@ public final class Messages {
}
// @@protoc_insertion_point(class_scope:grpc.testing.StreamingOutputCallResponse)
private static final io.grpc.testing.integration.Messages.StreamingOutputCallResponse defaultInstance;
static {
private static final io.grpc.testing.integration.Messages.StreamingOutputCallResponse defaultInstance;static {
defaultInstance = new io.grpc.testing.integration.Messages.StreamingOutputCallResponse();
}
@ -6208,8 +6066,6 @@ public final class Messages {
return defaultInstance;
}
static {
}
}
private static final com.google.protobuf.Descriptors.Descriptor