aboutsummaryrefslogtreecommitdiff
path: root/services
diff options
context:
space:
mode:
authorjbingham-google <40675267+jbingham-google@users.noreply.github.com>2018-07-10 14:24:50 -0600
committerCarl Mastrangelo <notcarl@google.com>2018-07-10 13:24:50 -0700
commitffcb3b964bd908dda5793daf82cd0e2556b54592 (patch)
treea5049e753767a1808721b8fa27654860471da911 /services
parent32d50eb3b3ed9d0701ad352dacc7d71e2d6425f1 (diff)
downloadgrpc-grpc-java-ffcb3b964bd908dda5793daf82cd0e2556b54592.tar.gz
compiler, stub: Rename inputType and outputType in @RpcMethod
Diffstat (limited to 'services')
-rw-r--r--services/src/generated/main/grpc/io/grpc/channelz/v1/ChannelzGrpc.java24
-rw-r--r--services/src/generated/main/grpc/io/grpc/health/v1/HealthGrpc.java4
-rw-r--r--services/src/generated/main/grpc/io/grpc/reflection/v1alpha/ServerReflectionGrpc.java4
-rw-r--r--services/src/generated/test/grpc/io/grpc/reflection/testing/AnotherDynamicServiceGrpc.java4
-rw-r--r--services/src/generated/test/grpc/io/grpc/reflection/testing/DynamicServiceGrpc.java4
-rw-r--r--services/src/generated/test/grpc/io/grpc/reflection/testing/ReflectableServiceGrpc.java4
6 files changed, 22 insertions, 22 deletions
diff --git a/services/src/generated/main/grpc/io/grpc/channelz/v1/ChannelzGrpc.java b/services/src/generated/main/grpc/io/grpc/channelz/v1/ChannelzGrpc.java
index a85bc8a8e..abeefb0ab 100644
--- a/services/src/generated/main/grpc/io/grpc/channelz/v1/ChannelzGrpc.java
+++ b/services/src/generated/main/grpc/io/grpc/channelz/v1/ChannelzGrpc.java
@@ -37,8 +37,8 @@ public final class ChannelzGrpc {
@io.grpc.stub.annotations.RpcMethod(
fullServiceName = "grpc.channelz.v1.Channelz",
methodName = "GetTopChannels",
- inputType = io.grpc.channelz.v1.GetTopChannelsRequest.class,
- outputType = io.grpc.channelz.v1.GetTopChannelsResponse.class,
+ requestType = io.grpc.channelz.v1.GetTopChannelsRequest.class,
+ responseType = io.grpc.channelz.v1.GetTopChannelsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<io.grpc.channelz.v1.GetTopChannelsRequest,
io.grpc.channelz.v1.GetTopChannelsResponse> getGetTopChannelsMethod() {
@@ -70,8 +70,8 @@ public final class ChannelzGrpc {
@io.grpc.stub.annotations.RpcMethod(
fullServiceName = "grpc.channelz.v1.Channelz",
methodName = "GetServers",
- inputType = io.grpc.channelz.v1.GetServersRequest.class,
- outputType = io.grpc.channelz.v1.GetServersResponse.class,
+ requestType = io.grpc.channelz.v1.GetServersRequest.class,
+ responseType = io.grpc.channelz.v1.GetServersResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<io.grpc.channelz.v1.GetServersRequest,
io.grpc.channelz.v1.GetServersResponse> getGetServersMethod() {
@@ -103,8 +103,8 @@ public final class ChannelzGrpc {
@io.grpc.stub.annotations.RpcMethod(
fullServiceName = "grpc.channelz.v1.Channelz",
methodName = "GetServerSockets",
- inputType = io.grpc.channelz.v1.GetServerSocketsRequest.class,
- outputType = io.grpc.channelz.v1.GetServerSocketsResponse.class,
+ requestType = io.grpc.channelz.v1.GetServerSocketsRequest.class,
+ responseType = io.grpc.channelz.v1.GetServerSocketsResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<io.grpc.channelz.v1.GetServerSocketsRequest,
io.grpc.channelz.v1.GetServerSocketsResponse> getGetServerSocketsMethod() {
@@ -136,8 +136,8 @@ public final class ChannelzGrpc {
@io.grpc.stub.annotations.RpcMethod(
fullServiceName = "grpc.channelz.v1.Channelz",
methodName = "GetChannel",
- inputType = io.grpc.channelz.v1.GetChannelRequest.class,
- outputType = io.grpc.channelz.v1.GetChannelResponse.class,
+ requestType = io.grpc.channelz.v1.GetChannelRequest.class,
+ responseType = io.grpc.channelz.v1.GetChannelResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<io.grpc.channelz.v1.GetChannelRequest,
io.grpc.channelz.v1.GetChannelResponse> getGetChannelMethod() {
@@ -169,8 +169,8 @@ public final class ChannelzGrpc {
@io.grpc.stub.annotations.RpcMethod(
fullServiceName = "grpc.channelz.v1.Channelz",
methodName = "GetSubchannel",
- inputType = io.grpc.channelz.v1.GetSubchannelRequest.class,
- outputType = io.grpc.channelz.v1.GetSubchannelResponse.class,
+ requestType = io.grpc.channelz.v1.GetSubchannelRequest.class,
+ responseType = io.grpc.channelz.v1.GetSubchannelResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<io.grpc.channelz.v1.GetSubchannelRequest,
io.grpc.channelz.v1.GetSubchannelResponse> getGetSubchannelMethod() {
@@ -202,8 +202,8 @@ public final class ChannelzGrpc {
@io.grpc.stub.annotations.RpcMethod(
fullServiceName = "grpc.channelz.v1.Channelz",
methodName = "GetSocket",
- inputType = io.grpc.channelz.v1.GetSocketRequest.class,
- outputType = io.grpc.channelz.v1.GetSocketResponse.class,
+ requestType = io.grpc.channelz.v1.GetSocketRequest.class,
+ responseType = io.grpc.channelz.v1.GetSocketResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<io.grpc.channelz.v1.GetSocketRequest,
io.grpc.channelz.v1.GetSocketResponse> getGetSocketMethod() {
diff --git a/services/src/generated/main/grpc/io/grpc/health/v1/HealthGrpc.java b/services/src/generated/main/grpc/io/grpc/health/v1/HealthGrpc.java
index 0ec948320..11ce8dd07 100644
--- a/services/src/generated/main/grpc/io/grpc/health/v1/HealthGrpc.java
+++ b/services/src/generated/main/grpc/io/grpc/health/v1/HealthGrpc.java
@@ -33,8 +33,8 @@ public final class HealthGrpc {
@io.grpc.stub.annotations.RpcMethod(
fullServiceName = "grpc.health.v1.Health",
methodName = "Check",
- inputType = io.grpc.health.v1.HealthCheckRequest.class,
- outputType = io.grpc.health.v1.HealthCheckResponse.class,
+ requestType = io.grpc.health.v1.HealthCheckRequest.class,
+ responseType = io.grpc.health.v1.HealthCheckResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<io.grpc.health.v1.HealthCheckRequest,
io.grpc.health.v1.HealthCheckResponse> getCheckMethod() {
diff --git a/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/ServerReflectionGrpc.java b/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/ServerReflectionGrpc.java
index 273f45868..e67b03a5b 100644
--- a/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/ServerReflectionGrpc.java
+++ b/services/src/generated/main/grpc/io/grpc/reflection/v1alpha/ServerReflectionGrpc.java
@@ -33,8 +33,8 @@ public final class ServerReflectionGrpc {
@io.grpc.stub.annotations.RpcMethod(
fullServiceName = "grpc.reflection.v1alpha.ServerReflection",
methodName = "ServerReflectionInfo",
- inputType = io.grpc.reflection.v1alpha.ServerReflectionRequest.class,
- outputType = io.grpc.reflection.v1alpha.ServerReflectionResponse.class,
+ requestType = io.grpc.reflection.v1alpha.ServerReflectionRequest.class,
+ responseType = io.grpc.reflection.v1alpha.ServerReflectionResponse.class,
methodType = io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING)
public static io.grpc.MethodDescriptor<io.grpc.reflection.v1alpha.ServerReflectionRequest,
io.grpc.reflection.v1alpha.ServerReflectionResponse> getServerReflectionInfoMethod() {
diff --git a/services/src/generated/test/grpc/io/grpc/reflection/testing/AnotherDynamicServiceGrpc.java b/services/src/generated/test/grpc/io/grpc/reflection/testing/AnotherDynamicServiceGrpc.java
index 786c8b6c3..f38cc3cf2 100644
--- a/services/src/generated/test/grpc/io/grpc/reflection/testing/AnotherDynamicServiceGrpc.java
+++ b/services/src/generated/test/grpc/io/grpc/reflection/testing/AnotherDynamicServiceGrpc.java
@@ -36,8 +36,8 @@ public final class AnotherDynamicServiceGrpc {
@io.grpc.stub.annotations.RpcMethod(
fullServiceName = "grpc.reflection.testing.AnotherDynamicService",
methodName = "Method",
- inputType = io.grpc.reflection.testing.DynamicRequest.class,
- outputType = io.grpc.reflection.testing.DynamicReply.class,
+ requestType = io.grpc.reflection.testing.DynamicRequest.class,
+ responseType = io.grpc.reflection.testing.DynamicReply.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<io.grpc.reflection.testing.DynamicRequest,
io.grpc.reflection.testing.DynamicReply> getMethodMethod() {
diff --git a/services/src/generated/test/grpc/io/grpc/reflection/testing/DynamicServiceGrpc.java b/services/src/generated/test/grpc/io/grpc/reflection/testing/DynamicServiceGrpc.java
index 9909078d8..a3e528243 100644
--- a/services/src/generated/test/grpc/io/grpc/reflection/testing/DynamicServiceGrpc.java
+++ b/services/src/generated/test/grpc/io/grpc/reflection/testing/DynamicServiceGrpc.java
@@ -36,8 +36,8 @@ public final class DynamicServiceGrpc {
@io.grpc.stub.annotations.RpcMethod(
fullServiceName = "grpc.reflection.testing.DynamicService",
methodName = "Method",
- inputType = io.grpc.reflection.testing.DynamicRequest.class,
- outputType = io.grpc.reflection.testing.DynamicReply.class,
+ requestType = io.grpc.reflection.testing.DynamicRequest.class,
+ responseType = io.grpc.reflection.testing.DynamicReply.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<io.grpc.reflection.testing.DynamicRequest,
io.grpc.reflection.testing.DynamicReply> getMethodMethod() {
diff --git a/services/src/generated/test/grpc/io/grpc/reflection/testing/ReflectableServiceGrpc.java b/services/src/generated/test/grpc/io/grpc/reflection/testing/ReflectableServiceGrpc.java
index 097ea2918..45f364c09 100644
--- a/services/src/generated/test/grpc/io/grpc/reflection/testing/ReflectableServiceGrpc.java
+++ b/services/src/generated/test/grpc/io/grpc/reflection/testing/ReflectableServiceGrpc.java
@@ -33,8 +33,8 @@ public final class ReflectableServiceGrpc {
@io.grpc.stub.annotations.RpcMethod(
fullServiceName = "grpc.reflection.testing.ReflectableService",
methodName = "Method",
- inputType = io.grpc.reflection.testing.Request.class,
- outputType = io.grpc.reflection.testing.Reply.class,
+ requestType = io.grpc.reflection.testing.Request.class,
+ responseType = io.grpc.reflection.testing.Reply.class,
methodType = io.grpc.MethodDescriptor.MethodType.UNARY)
public static io.grpc.MethodDescriptor<io.grpc.reflection.testing.Request,
io.grpc.reflection.testing.Reply> getMethodMethod() {