Package com.google.cloud.dataplex.v1
Class DataplexServiceGrpc
- java.lang.Object
-
- com.google.cloud.dataplex.v1.DataplexServiceGrpc
-
@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/dataplex/v1/service.proto") public final class DataplexServiceGrpc extends Object
Dataplex service provides data lakes as a service. The primary resources offered by this service are Lakes, Zones and Assets which collectively allow a data administrator to organize, manage, secure and catalog data across their organization located across cloud projects in a variety of storage systems including Cloud Storage and BigQuery.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDataplexServiceGrpc.AsyncServiceDataplex service provides data lakes as a service.static classDataplexServiceGrpc.DataplexServiceBlockingStubA stub to allow clients to do synchronous rpc calls to service DataplexService.static classDataplexServiceGrpc.DataplexServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service DataplexService.static classDataplexServiceGrpc.DataplexServiceImplBaseBase class for the server implementation of the service DataplexService.static classDataplexServiceGrpc.DataplexServiceStubA stub to allow clients to do asynchronous rpc calls to service DataplexService.
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(DataplexServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<CancelJobRequest,com.google.protobuf.Empty>getCancelJobMethod()static io.grpc.MethodDescriptor<CreateAssetRequest,com.google.longrunning.Operation>getCreateAssetMethod()static io.grpc.MethodDescriptor<CreateEnvironmentRequest,com.google.longrunning.Operation>getCreateEnvironmentMethod()static io.grpc.MethodDescriptor<CreateLakeRequest,com.google.longrunning.Operation>getCreateLakeMethod()static io.grpc.MethodDescriptor<CreateTaskRequest,com.google.longrunning.Operation>getCreateTaskMethod()static io.grpc.MethodDescriptor<CreateZoneRequest,com.google.longrunning.Operation>getCreateZoneMethod()static io.grpc.MethodDescriptor<DeleteAssetRequest,com.google.longrunning.Operation>getDeleteAssetMethod()static io.grpc.MethodDescriptor<DeleteEnvironmentRequest,com.google.longrunning.Operation>getDeleteEnvironmentMethod()static io.grpc.MethodDescriptor<DeleteLakeRequest,com.google.longrunning.Operation>getDeleteLakeMethod()static io.grpc.MethodDescriptor<DeleteTaskRequest,com.google.longrunning.Operation>getDeleteTaskMethod()static io.grpc.MethodDescriptor<DeleteZoneRequest,com.google.longrunning.Operation>getDeleteZoneMethod()static io.grpc.MethodDescriptor<GetAssetRequest,Asset>getGetAssetMethod()static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment>getGetEnvironmentMethod()static io.grpc.MethodDescriptor<GetJobRequest,Job>getGetJobMethod()static io.grpc.MethodDescriptor<GetLakeRequest,Lake>getGetLakeMethod()static io.grpc.MethodDescriptor<GetTaskRequest,Task>getGetTaskMethod()static io.grpc.MethodDescriptor<GetZoneRequest,Zone>getGetZoneMethod()static io.grpc.MethodDescriptor<ListAssetActionsRequest,ListActionsResponse>getListAssetActionsMethod()static io.grpc.MethodDescriptor<ListAssetsRequest,ListAssetsResponse>getListAssetsMethod()static io.grpc.MethodDescriptor<ListEnvironmentsRequest,ListEnvironmentsResponse>getListEnvironmentsMethod()static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>getListJobsMethod()static io.grpc.MethodDescriptor<ListLakeActionsRequest,ListActionsResponse>getListLakeActionsMethod()static io.grpc.MethodDescriptor<ListLakesRequest,ListLakesResponse>getListLakesMethod()static io.grpc.MethodDescriptor<ListSessionsRequest,ListSessionsResponse>getListSessionsMethod()static io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse>getListTasksMethod()static io.grpc.MethodDescriptor<ListZoneActionsRequest,ListActionsResponse>getListZoneActionsMethod()static io.grpc.MethodDescriptor<ListZonesRequest,ListZonesResponse>getListZonesMethod()static io.grpc.MethodDescriptor<RunTaskRequest,RunTaskResponse>getRunTaskMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static io.grpc.MethodDescriptor<UpdateAssetRequest,com.google.longrunning.Operation>getUpdateAssetMethod()static io.grpc.MethodDescriptor<UpdateEnvironmentRequest,com.google.longrunning.Operation>getUpdateEnvironmentMethod()static io.grpc.MethodDescriptor<UpdateLakeRequest,com.google.longrunning.Operation>getUpdateLakeMethod()static io.grpc.MethodDescriptor<UpdateTaskRequest,com.google.longrunning.Operation>getUpdateTaskMethod()static io.grpc.MethodDescriptor<UpdateZoneRequest,com.google.longrunning.Operation>getUpdateZoneMethod()static DataplexServiceGrpc.DataplexServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic DataplexServiceGrpc.DataplexServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic DataplexServiceGrpc.DataplexServiceStubnewStub(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
-
getCreateLakeMethod
public static io.grpc.MethodDescriptor<CreateLakeRequest,com.google.longrunning.Operation> getCreateLakeMethod()
-
getUpdateLakeMethod
public static io.grpc.MethodDescriptor<UpdateLakeRequest,com.google.longrunning.Operation> getUpdateLakeMethod()
-
getDeleteLakeMethod
public static io.grpc.MethodDescriptor<DeleteLakeRequest,com.google.longrunning.Operation> getDeleteLakeMethod()
-
getListLakesMethod
public static io.grpc.MethodDescriptor<ListLakesRequest,ListLakesResponse> getListLakesMethod()
-
getGetLakeMethod
public static io.grpc.MethodDescriptor<GetLakeRequest,Lake> getGetLakeMethod()
-
getListLakeActionsMethod
public static io.grpc.MethodDescriptor<ListLakeActionsRequest,ListActionsResponse> getListLakeActionsMethod()
-
getCreateZoneMethod
public static io.grpc.MethodDescriptor<CreateZoneRequest,com.google.longrunning.Operation> getCreateZoneMethod()
-
getUpdateZoneMethod
public static io.grpc.MethodDescriptor<UpdateZoneRequest,com.google.longrunning.Operation> getUpdateZoneMethod()
-
getDeleteZoneMethod
public static io.grpc.MethodDescriptor<DeleteZoneRequest,com.google.longrunning.Operation> getDeleteZoneMethod()
-
getListZonesMethod
public static io.grpc.MethodDescriptor<ListZonesRequest,ListZonesResponse> getListZonesMethod()
-
getGetZoneMethod
public static io.grpc.MethodDescriptor<GetZoneRequest,Zone> getGetZoneMethod()
-
getListZoneActionsMethod
public static io.grpc.MethodDescriptor<ListZoneActionsRequest,ListActionsResponse> getListZoneActionsMethod()
-
getCreateAssetMethod
public static io.grpc.MethodDescriptor<CreateAssetRequest,com.google.longrunning.Operation> getCreateAssetMethod()
-
getUpdateAssetMethod
public static io.grpc.MethodDescriptor<UpdateAssetRequest,com.google.longrunning.Operation> getUpdateAssetMethod()
-
getDeleteAssetMethod
public static io.grpc.MethodDescriptor<DeleteAssetRequest,com.google.longrunning.Operation> getDeleteAssetMethod()
-
getListAssetsMethod
public static io.grpc.MethodDescriptor<ListAssetsRequest,ListAssetsResponse> getListAssetsMethod()
-
getGetAssetMethod
public static io.grpc.MethodDescriptor<GetAssetRequest,Asset> getGetAssetMethod()
-
getListAssetActionsMethod
public static io.grpc.MethodDescriptor<ListAssetActionsRequest,ListActionsResponse> getListAssetActionsMethod()
-
getCreateTaskMethod
public static io.grpc.MethodDescriptor<CreateTaskRequest,com.google.longrunning.Operation> getCreateTaskMethod()
-
getUpdateTaskMethod
public static io.grpc.MethodDescriptor<UpdateTaskRequest,com.google.longrunning.Operation> getUpdateTaskMethod()
-
getDeleteTaskMethod
public static io.grpc.MethodDescriptor<DeleteTaskRequest,com.google.longrunning.Operation> getDeleteTaskMethod()
-
getListTasksMethod
public static io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse> getListTasksMethod()
-
getGetTaskMethod
public static io.grpc.MethodDescriptor<GetTaskRequest,Task> getGetTaskMethod()
-
getListJobsMethod
public static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse> getListJobsMethod()
-
getRunTaskMethod
public static io.grpc.MethodDescriptor<RunTaskRequest,RunTaskResponse> getRunTaskMethod()
-
getGetJobMethod
public static io.grpc.MethodDescriptor<GetJobRequest,Job> getGetJobMethod()
-
getCancelJobMethod
public static io.grpc.MethodDescriptor<CancelJobRequest,com.google.protobuf.Empty> getCancelJobMethod()
-
getCreateEnvironmentMethod
public static io.grpc.MethodDescriptor<CreateEnvironmentRequest,com.google.longrunning.Operation> getCreateEnvironmentMethod()
-
getUpdateEnvironmentMethod
public static io.grpc.MethodDescriptor<UpdateEnvironmentRequest,com.google.longrunning.Operation> getUpdateEnvironmentMethod()
-
getDeleteEnvironmentMethod
public static io.grpc.MethodDescriptor<DeleteEnvironmentRequest,com.google.longrunning.Operation> getDeleteEnvironmentMethod()
-
getListEnvironmentsMethod
public static io.grpc.MethodDescriptor<ListEnvironmentsRequest,ListEnvironmentsResponse> getListEnvironmentsMethod()
-
getGetEnvironmentMethod
public static io.grpc.MethodDescriptor<GetEnvironmentRequest,Environment> getGetEnvironmentMethod()
-
getListSessionsMethod
public static io.grpc.MethodDescriptor<ListSessionsRequest,ListSessionsResponse> getListSessionsMethod()
-
newStub
public static DataplexServiceGrpc.DataplexServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static DataplexServiceGrpc.DataplexServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static DataplexServiceGrpc.DataplexServiceFutureStub 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(DataplexServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-