Uses of Class
org.acme.proto.b.PingRequestB
Packages that use PingRequestB
-
Uses of PingRequestB in org.acme.proto.b
Methods in org.acme.proto.b that return PingRequestBModifier and TypeMethodDescriptionPingRequestB.Builder.build()PingRequestB.Builder.buildPartial()static PingRequestBPingRequestB.getDefaultInstance()PingRequestB.Builder.getDefaultInstanceForType()PingRequestB.getDefaultInstanceForType()static PingRequestBPingRequestB.parseDelimitedFrom(InputStream input) static PingRequestBPingRequestB.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestBPingRequestB.parseFrom(byte[] data) static PingRequestBPingRequestB.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestBPingRequestB.parseFrom(com.google.protobuf.ByteString data) static PingRequestBPingRequestB.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestBPingRequestB.parseFrom(com.google.protobuf.CodedInputStream input) static PingRequestBPingRequestB.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestBPingRequestB.parseFrom(InputStream input) static PingRequestBPingRequestB.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestBPingRequestB.parseFrom(ByteBuffer data) static PingRequestBPingRequestB.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.acme.proto.b that return types with arguments of type PingRequestBModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PingRequestB>PingRequestB.getParserForType()static io.grpc.MethodDescriptor<PingRequestB,PongResponseB> TestBGrpc.getPingSyncSyncMethod()static com.google.protobuf.Parser<PingRequestB>PingRequestB.parser()Methods in org.acme.proto.b with parameters of type PingRequestBModifier and TypeMethodDescriptionPingRequestB.Builder.mergeFrom(PingRequestB other) static PingRequestB.BuilderPingRequestB.newBuilder(PingRequestB prototype) default voidTestBGrpc.AsyncService.pingSyncSync(PingRequestB request, io.grpc.stub.StreamObserver<PongResponseB> responseObserver) TestBGrpc.TestBBlockingStub.pingSyncSync(PingRequestB request) com.google.common.util.concurrent.ListenableFuture<PongResponseB>TestBGrpc.TestBFutureStub.pingSyncSync(PingRequestB request) voidTestBGrpc.TestBStub.pingSyncSync(PingRequestB request, io.grpc.stub.StreamObserver<PongResponseB> responseObserver)