Class ContentServiceGrpc.ContentServiceBlockingStub (1.86.0)

public static final class ContentServiceGrpc.ContentServiceBlockingStub extends AbstractBlockingStub<ContentServiceGrpc.ContentServiceBlockingStub>

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

ContentService manages Notebook and SQL Scripts for Dataplex Universal Catalog.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > ContentServiceGrpc.ContentServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

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