Uses of Class
io.grpc.testing.integration.TestServiceGrpc.TestServiceBlockingStub
-
-
Uses of TestServiceGrpc.TestServiceBlockingStub in io.grpc.testing.integration
Fields in io.grpc.testing.integration declared as TestServiceGrpc.TestServiceBlockingStub Modifier and Type Field Description protected TestServiceGrpc.TestServiceBlockingStubAbstractInteropTest. blockingStubMethods in io.grpc.testing.integration that return TestServiceGrpc.TestServiceBlockingStub Modifier and Type Method Description protected TestServiceGrpc.TestServiceBlockingStubTestServiceGrpc.TestServiceBlockingStub. build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)static TestServiceGrpc.TestServiceBlockingStubTestServiceGrpc. newBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the serviceMethods in io.grpc.testing.integration with parameters of type TestServiceGrpc.TestServiceBlockingStub Modifier and Type Method Description voidAbstractInteropTest. computeEngineChannelCredentials(java.lang.String defaultServiceAccount, TestServiceGrpc.TestServiceBlockingStub computeEngineStub)Sends an unary rpc with ComputeEngineChannelBuilder.voidAbstractInteropTest. googleDefaultCredentials(java.lang.String defaultServiceAccount, TestServiceGrpc.TestServiceBlockingStub googleDefaultStub)Sends an unary rpc with "google default credentials".
-