Package com.google.cloud.dataplex.v1
Class ContentServiceGrpc
- java.lang.Object
-
- com.google.cloud.dataplex.v1.ContentServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dataplex/v1/content.proto") public final class ContentServiceGrpc extends Object
ContentService manages Notebook and SQL Scripts for Dataplex.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ContentServiceGrpc.AsyncService
ContentService manages Notebook and SQL Scripts for Dataplex.static class
ContentServiceGrpc.ContentServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service ContentService.static class
ContentServiceGrpc.ContentServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service ContentService.static class
ContentServiceGrpc.ContentServiceImplBase
Base class for the server implementation of the service ContentService.static class
ContentServiceGrpc.ContentServiceStub
A stub to allow clients to do asynchronous rpc calls to service ContentService.
-
Field Summary
Fields Modifier and Type Field Description static String
SERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinition
bindService(ContentServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateContentRequest,Content>
getCreateContentMethod()
static io.grpc.MethodDescriptor<DeleteContentRequest,com.google.protobuf.Empty>
getDeleteContentMethod()
static io.grpc.MethodDescriptor<GetContentRequest,Content>
getGetContentMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>
getGetIamPolicyMethod()
static io.grpc.MethodDescriptor<ListContentRequest,ListContentResponse>
getListContentMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>
getSetIamPolicyMethod()
static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>
getTestIamPermissionsMethod()
static io.grpc.MethodDescriptor<UpdateContentRequest,Content>
getUpdateContentMethod()
static ContentServiceGrpc.ContentServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic ContentServiceGrpc.ContentServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic ContentServiceGrpc.ContentServiceStub
newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getCreateContentMethod
public static io.grpc.MethodDescriptor<CreateContentRequest,Content> getCreateContentMethod()
-
getUpdateContentMethod
public static io.grpc.MethodDescriptor<UpdateContentRequest,Content> getUpdateContentMethod()
-
getDeleteContentMethod
public static io.grpc.MethodDescriptor<DeleteContentRequest,com.google.protobuf.Empty> getDeleteContentMethod()
-
getGetContentMethod
public static io.grpc.MethodDescriptor<GetContentRequest,Content> getGetContentMethod()
-
getGetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy> getGetIamPolicyMethod()
-
getSetIamPolicyMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy> getSetIamPolicyMethod()
-
getTestIamPermissionsMethod
public static io.grpc.MethodDescriptor<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse> getTestIamPermissionsMethod()
-
getListContentMethod
public static io.grpc.MethodDescriptor<ListContentRequest,ListContentResponse> getListContentMethod()
-
newStub
public static ContentServiceGrpc.ContentServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static ContentServiceGrpc.ContentServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static ContentServiceGrpc.ContentServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(ContentServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-