Class ContentServiceGrpc (1.39.0)

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

bindService(ContentServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(ContentServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceContentServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

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>

getGetIamPolicyMethod()

public static MethodDescriptor<GetIamPolicyRequest,Policy> getGetIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getListContentMethod()

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

getServiceDescriptor()

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

getSetIamPolicyMethod()

public static MethodDescriptor<SetIamPolicyRequest,Policy> getSetIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

getTestIamPermissionsMethod()

public static MethodDescriptor<TestIamPermissionsRequest,TestIamPermissionsResponse> getTestIamPermissionsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

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