Uses of Class
org.acme.proto.a.PingRequestA
Packages that use PingRequestA
-
Uses of PingRequestA in org.acme.proto.a
Methods in org.acme.proto.a that return PingRequestAModifier and TypeMethodDescriptionPingRequestA.Builder.build()PingRequestA.Builder.buildPartial()static PingRequestAPingRequestA.getDefaultInstance()PingRequestA.Builder.getDefaultInstanceForType()PingRequestA.getDefaultInstanceForType()static PingRequestAPingRequestA.parseDelimitedFrom(InputStream input) static PingRequestAPingRequestA.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestAPingRequestA.parseFrom(byte[] data) static PingRequestAPingRequestA.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestAPingRequestA.parseFrom(com.google.protobuf.ByteString data) static PingRequestAPingRequestA.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestAPingRequestA.parseFrom(com.google.protobuf.CodedInputStream input) static PingRequestAPingRequestA.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestAPingRequestA.parseFrom(InputStream input) static PingRequestAPingRequestA.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static PingRequestAPingRequestA.parseFrom(ByteBuffer data) static PingRequestAPingRequestA.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.acme.proto.a that return types with arguments of type PingRequestAModifier and TypeMethodDescriptioncom.google.protobuf.Parser<PingRequestA>PingRequestA.getParserForType()static io.grpc.MethodDescriptor<PingRequestA,PongResponseA> TestAGrpc.getPingSyncSyncMethod()static com.google.protobuf.Parser<PingRequestA>PingRequestA.parser()Methods in org.acme.proto.a with parameters of type PingRequestAModifier and TypeMethodDescriptionPingRequestA.Builder.mergeFrom(PingRequestA other) static PingRequestA.BuilderPingRequestA.newBuilder(PingRequestA prototype) default voidTestAGrpc.AsyncService.pingSyncSync(PingRequestA request, io.grpc.stub.StreamObserver<PongResponseA> responseObserver) TestAGrpc.TestABlockingStub.pingSyncSync(PingRequestA request) com.google.common.util.concurrent.ListenableFuture<PongResponseA>TestAGrpc.TestAFutureStub.pingSyncSync(PingRequestA request) voidTestAGrpc.TestAStub.pingSyncSync(PingRequestA request, io.grpc.stub.StreamObserver<PongResponseA> responseObserver)