Uses of Class
org.acme.proto.e.PingRequestE
Packages that use PingRequestE
-
Uses of PingRequestE in org.acme.proto.e
Methods in org.acme.proto.e that return PingRequestEModifier and TypeMethodDescriptionPingRequestE.Builder.build()PingRequestE.Builder.buildPartial()static PingRequestEPingRequestE.getDefaultInstance()PingRequestE.Builder.getDefaultInstanceForType()PingRequestE.getDefaultInstanceForType()static PingRequestEPingRequestE.parseDelimitedFrom(InputStream input) static PingRequestEPingRequestE.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestEPingRequestE.parseFrom(byte[] data) static PingRequestEPingRequestE.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestEPingRequestE.parseFrom(com.google.protobuf.ByteString data) static PingRequestEPingRequestE.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestEPingRequestE.parseFrom(com.google.protobuf.CodedInputStream input) static PingRequestEPingRequestE.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestEPingRequestE.parseFrom(InputStream input) static PingRequestEPingRequestE.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestEPingRequestE.parseFrom(ByteBuffer data) static PingRequestEPingRequestE.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.acme.proto.e that return types with arguments of type PingRequestEModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PingRequestE>PingRequestE.getParserForType()static io.grpc.MethodDescriptor<PingRequestE,PongResponseE> TestEGrpc.getPingSyncSyncMethod()static com.google.protobuf.Parser<PingRequestE>PingRequestE.parser()Methods in org.acme.proto.e with parameters of type PingRequestEModifier and TypeMethodDescriptionPingRequestE.Builder.mergeFrom(PingRequestE other) static PingRequestE.BuilderPingRequestE.newBuilder(PingRequestE prototype) default voidTestEGrpc.AsyncService.pingSyncSync(PingRequestE request, io.grpc.stub.StreamObserver<PongResponseE> responseObserver) TestEGrpc.TestEBlockingStub.pingSyncSync(PingRequestE request) com.google.common.util.concurrent.ListenableFuture<PongResponseE>TestEGrpc.TestEFutureStub.pingSyncSync(PingRequestE request) voidTestEGrpc.TestEStub.pingSyncSync(PingRequestE request, io.grpc.stub.StreamObserver<PongResponseE> responseObserver)