Uses of Class
org.acme.proto.c.sub.dir.PingRequestC
Packages that use PingRequestC
-
Uses of PingRequestC in org.acme.proto.c.sub.dir
Methods in org.acme.proto.c.sub.dir that return PingRequestCModifier and TypeMethodDescriptionPingRequestC.Builder.build()PingRequestC.Builder.buildPartial()static PingRequestCPingRequestC.getDefaultInstance()PingRequestC.Builder.getDefaultInstanceForType()PingRequestC.getDefaultInstanceForType()static PingRequestCPingRequestC.parseDelimitedFrom(InputStream input) static PingRequestCPingRequestC.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestCPingRequestC.parseFrom(byte[] data) static PingRequestCPingRequestC.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestCPingRequestC.parseFrom(com.google.protobuf.ByteString data) static PingRequestCPingRequestC.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestCPingRequestC.parseFrom(com.google.protobuf.CodedInputStream input) static PingRequestCPingRequestC.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestCPingRequestC.parseFrom(InputStream input) static PingRequestCPingRequestC.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestCPingRequestC.parseFrom(ByteBuffer data) static PingRequestCPingRequestC.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.acme.proto.c.sub.dir that return types with arguments of type PingRequestCModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PingRequestC>PingRequestC.getParserForType()static io.grpc.MethodDescriptor<PingRequestC,PongResponseC> TestCGrpc.getPingSyncSyncMethod()static com.google.protobuf.Parser<PingRequestC>PingRequestC.parser()Methods in org.acme.proto.c.sub.dir with parameters of type PingRequestCModifier and TypeMethodDescriptionPingRequestC.Builder.mergeFrom(PingRequestC other) static PingRequestC.BuilderPingRequestC.newBuilder(PingRequestC prototype) default voidTestCGrpc.AsyncService.pingSyncSync(PingRequestC request, io.grpc.stub.StreamObserver<PongResponseC> responseObserver) TestCGrpc.TestCBlockingStub.pingSyncSync(PingRequestC request) com.google.common.util.concurrent.ListenableFuture<PongResponseC>TestCGrpc.TestCFutureStub.pingSyncSync(PingRequestC request) voidTestCGrpc.TestCStub.pingSyncSync(PingRequestC request, io.grpc.stub.StreamObserver<PongResponseC> responseObserver)