Lines Matching refs:MethodDescriptor
10 import static io.grpc.MethodDescriptor.generateFullMethodName;
39 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
42 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
74 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
76 io.grpc.MethodDescriptor<MyGame.Example.Monster, MyGame.Example.Stat> getStoreMethod; in getStoreMethod()
81 io.grpc.MethodDescriptor.<MyGame.Example.Monster, MyGame.Example.Stat>newBuilder() in getStoreMethod()
82 .setType(io.grpc.MethodDescriptor.MethodType.UNARY) in getStoreMethod()
100 public static final io.grpc.MethodDescriptor<MyGame.Example.Stat,
103 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Stat,
107 public static io.grpc.MethodDescriptor<MyGame.Example.Stat,
109 io.grpc.MethodDescriptor<MyGame.Example.Stat, MyGame.Example.Monster> getRetrieveMethod; in getRetrieveMethod()
114 io.grpc.MethodDescriptor.<MyGame.Example.Stat, MyGame.Example.Monster>newBuilder() in getRetrieveMethod()
115 .setType(io.grpc.MethodDescriptor.MethodType.SERVER_STREAMING) in getRetrieveMethod()
133 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
136 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
140 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
142 io.grpc.MethodDescriptor<MyGame.Example.Monster, MyGame.Example.Stat> getGetMaxHitPointMethod; in getGetMaxHitPointMethod()
147 io.grpc.MethodDescriptor.<MyGame.Example.Monster, MyGame.Example.Stat>newBuilder() in getGetMaxHitPointMethod()
148 .setType(io.grpc.MethodDescriptor.MethodType.CLIENT_STREAMING) in getGetMaxHitPointMethod()
166 public static final io.grpc.MethodDescriptor<MyGame.Example.Monster,
169 private static volatile io.grpc.MethodDescriptor<MyGame.Example.Monster,
173 public static io.grpc.MethodDescriptor<MyGame.Example.Monster,
175 … io.grpc.MethodDescriptor<MyGame.Example.Monster, MyGame.Example.Stat> getGetMinMaxHitPointsMethod; in getGetMinMaxHitPointsMethod()
180 io.grpc.MethodDescriptor.<MyGame.Example.Monster, MyGame.Example.Stat>newBuilder() in getGetMinMaxHitPointsMethod()
181 .setType(io.grpc.MethodDescriptor.MethodType.BIDI_STREAMING) in getGetMinMaxHitPointsMethod()