Package com.google.cloud.dataplex.v1
Class DataScanServiceGrpc
- java.lang.Object
-
- com.google.cloud.dataplex.v1.DataScanServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dataplex/v1/datascans.proto") public final class DataScanServiceGrpc extends Object
DataScanService manages DataScan resources which can be configured to run various types of data scanning workload and generate enriched metadata (e.g. Data Profile, Data Quality) for the data source.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DataScanServiceGrpc.AsyncService
DataScanService manages DataScan resources which can be configured to run various types of data scanning workload and generate enriched metadata (e.g.static class
DataScanServiceGrpc.DataScanServiceBlockingStub
A stub to allow clients to do synchronous rpc calls to service DataScanService.static class
DataScanServiceGrpc.DataScanServiceFutureStub
A stub to allow clients to do ListenableFuture-style rpc calls to service DataScanService.static class
DataScanServiceGrpc.DataScanServiceImplBase
Base class for the server implementation of the service DataScanService.static class
DataScanServiceGrpc.DataScanServiceStub
A stub to allow clients to do asynchronous rpc calls to service DataScanService.
-
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(DataScanServiceGrpc.AsyncService service)
static io.grpc.MethodDescriptor<CreateDataScanRequest,com.google.longrunning.Operation>
getCreateDataScanMethod()
static io.grpc.MethodDescriptor<DeleteDataScanRequest,com.google.longrunning.Operation>
getDeleteDataScanMethod()
static io.grpc.MethodDescriptor<GetDataScanJobRequest,DataScanJob>
getGetDataScanJobMethod()
static io.grpc.MethodDescriptor<GetDataScanRequest,DataScan>
getGetDataScanMethod()
static io.grpc.MethodDescriptor<ListDataScanJobsRequest,ListDataScanJobsResponse>
getListDataScanJobsMethod()
static io.grpc.MethodDescriptor<ListDataScansRequest,ListDataScansResponse>
getListDataScansMethod()
static io.grpc.MethodDescriptor<RunDataScanRequest,RunDataScanResponse>
getRunDataScanMethod()
static io.grpc.ServiceDescriptor
getServiceDescriptor()
static io.grpc.MethodDescriptor<UpdateDataScanRequest,com.google.longrunning.Operation>
getUpdateDataScanMethod()
static DataScanServiceGrpc.DataScanServiceBlockingStub
newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DataScanServiceGrpc.DataScanServiceFutureStub
newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DataScanServiceGrpc.DataScanServiceStub
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
-
getCreateDataScanMethod
public static io.grpc.MethodDescriptor<CreateDataScanRequest,com.google.longrunning.Operation> getCreateDataScanMethod()
-
getUpdateDataScanMethod
public static io.grpc.MethodDescriptor<UpdateDataScanRequest,com.google.longrunning.Operation> getUpdateDataScanMethod()
-
getDeleteDataScanMethod
public static io.grpc.MethodDescriptor<DeleteDataScanRequest,com.google.longrunning.Operation> getDeleteDataScanMethod()
-
getGetDataScanMethod
public static io.grpc.MethodDescriptor<GetDataScanRequest,DataScan> getGetDataScanMethod()
-
getListDataScansMethod
public static io.grpc.MethodDescriptor<ListDataScansRequest,ListDataScansResponse> getListDataScansMethod()
-
getRunDataScanMethod
public static io.grpc.MethodDescriptor<RunDataScanRequest,RunDataScanResponse> getRunDataScanMethod()
-
getGetDataScanJobMethod
public static io.grpc.MethodDescriptor<GetDataScanJobRequest,DataScanJob> getGetDataScanJobMethod()
-
getListDataScanJobsMethod
public static io.grpc.MethodDescriptor<ListDataScanJobsRequest,ListDataScanJobsResponse> getListDataScanJobsMethod()
-
newStub
public static DataScanServiceGrpc.DataScanServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DataScanServiceGrpc.DataScanServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DataScanServiceGrpc.DataScanServiceFutureStub 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(DataScanServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-