| Modifier and Type | Field and Description |
|---|---|
protected TestServiceGrpc.TestServiceBlockingStub |
AbstractInteropTest.blockingStub |
| Modifier and Type | Method and Description |
|---|---|
protected TestServiceGrpc.TestServiceBlockingStub |
TestServiceGrpc.TestServiceBlockingStub.build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
static TestServiceGrpc.TestServiceBlockingStub |
TestServiceGrpc.newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractInteropTest.computeEngineChannelCredentials(String defaultServiceAccount,
TestServiceGrpc.TestServiceBlockingStub computeEngineStub)
Sends an unary rpc with ComputeEngineChannelBuilder.
|
void |
AbstractInteropTest.googleDefaultCredentials(String defaultServiceAccount,
TestServiceGrpc.TestServiceBlockingStub googleDefaultStub)
Sends an unary rpc with "google default credentials".
|