Class SqlDataServiceGrpc.SqlDataServiceBlockingStub (0.1.0)

public static final class SqlDataServiceGrpc.SqlDataServiceBlockingStub extends AbstractBlockingStub<SqlDataServiceGrpc.SqlDataServiceBlockingStub>

A stub to allow clients to do limited synchronous rpc calls to service SqlDataService.

Service for streaming data to and from Cloud SQL instances.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > SqlDataServiceGrpc.SqlDataServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected SqlDataServiceGrpc.SqlDataServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
SqlDataServiceGrpc.SqlDataServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)