Class SqlEventsServiceGrpc.SqlEventsServiceBlockingStub (0.1.0)

public static final class SqlEventsServiceGrpc.SqlEventsServiceBlockingStub extends AbstractBlockingStub<SqlEventsServiceGrpc.SqlEventsServiceBlockingStub>

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

Service that exposes Cloud SQL event information. This service is only used internally.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > SqlEventsServiceGrpc.SqlEventsServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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