Class ContentServiceGrpc (1.0.1)

public final class ContentServiceGrpc

ContentService manages Notebook and SQL Scripts for Dataplex.

Inheritance

java.lang.Object > ContentServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getCreateContentMethod()

public static MethodDescriptor<CreateContentRequest,Content> getCreateContentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateContentRequest,Content>

getDeleteContentMethod()

public static MethodDescriptor<DeleteContentRequest,Empty> getDeleteContentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteContentRequest,Empty>

getGetContentMethod()

public static MethodDescriptor<GetContentRequest,Content> getGetContentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetContentRequest,Content>

getListContentMethod()

public static MethodDescriptor<ListContentRequest,ListContentResponse> getListContentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListContentRequest,ListContentResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateContentMethod()

public static MethodDescriptor<UpdateContentRequest,Content> getUpdateContentMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateContentRequest,Content>

newBlockingStub(Channel channel)

public static ContentServiceGrpc.ContentServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ContentServiceGrpc.ContentServiceBlockingStub

newFutureStub(Channel channel)

public static ContentServiceGrpc.ContentServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ContentServiceGrpc.ContentServiceFutureStub

newStub(Channel channel)

public static ContentServiceGrpc.ContentServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
ContentServiceGrpc.ContentServiceStub