- 1.51.0 (latest)
- 1.50.0
- 1.49.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.37.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.25.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.2
- 1.0.1
- 0.2.2
public class GrpcDataplexServiceStub extends DataplexServiceStub
gRPC stub implementation for the DataplexService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcDataplexServiceStub create(ClientContext clientContext)
Parameter | |
---|---|
Name | Description |
clientContext | ClientContext |
Returns | |
---|---|
Type | Description |
GrpcDataplexServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcDataplexServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters | |
---|---|
Name | Description |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Returns | |
---|---|
Type | Description |
GrpcDataplexServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
create(DataplexServiceStubSettings settings)
public static final GrpcDataplexServiceStub create(DataplexServiceStubSettings settings)
Parameter | |
---|---|
Name | Description |
settings | DataplexServiceStubSettings |
Returns | |
---|---|
Type | Description |
GrpcDataplexServiceStub |
Exceptions | |
---|---|
Type | Description |
IOException |
Constructors
GrpcDataplexServiceStub(DataplexServiceStubSettings settings, ClientContext clientContext)
protected GrpcDataplexServiceStub(DataplexServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcDataplexServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings | DataplexServiceStubSettings |
clientContext | ClientContext |
GrpcDataplexServiceStub(DataplexServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcDataplexServiceStub(DataplexServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcDataplexServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.
Parameters | |
---|---|
Name | Description |
settings | DataplexServiceStubSettings |
clientContext | ClientContext |
callableFactory | GrpcStubCallableFactory |
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
Parameters | |
---|---|
Name | Description |
duration | long |
unit | TimeUnit |
Returns | |
---|---|
Type | Description |
boolean |
Exceptions | |
---|---|
Type | Description |
InterruptedException |
cancelJobCallable()
public UnaryCallable<CancelJobRequest,Empty> cancelJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CancelJobRequest,Empty> |
close()
public final void close()
createAssetCallable()
public UnaryCallable<CreateAssetRequest,Operation> createAssetCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateAssetRequest,Operation> |
createAssetOperationCallable()
public OperationCallable<CreateAssetRequest,Asset,OperationMetadata> createAssetOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateAssetRequest,Asset,OperationMetadata> |
createEnvironmentCallable()
public UnaryCallable<CreateEnvironmentRequest,Operation> createEnvironmentCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateEnvironmentRequest,Operation> |
createEnvironmentOperationCallable()
public OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata> createEnvironmentOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateEnvironmentRequest,Environment,OperationMetadata> |
createLakeCallable()
public UnaryCallable<CreateLakeRequest,Operation> createLakeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateLakeRequest,Operation> |
createLakeOperationCallable()
public OperationCallable<CreateLakeRequest,Lake,OperationMetadata> createLakeOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateLakeRequest,Lake,OperationMetadata> |
createTaskCallable()
public UnaryCallable<CreateTaskRequest,Operation> createTaskCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateTaskRequest,Operation> |
createTaskOperationCallable()
public OperationCallable<CreateTaskRequest,Task,OperationMetadata> createTaskOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateTaskRequest,Task,OperationMetadata> |
createZoneCallable()
public UnaryCallable<CreateZoneRequest,Operation> createZoneCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<CreateZoneRequest,Operation> |
createZoneOperationCallable()
public OperationCallable<CreateZoneRequest,Zone,OperationMetadata> createZoneOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<CreateZoneRequest,Zone,OperationMetadata> |
deleteAssetCallable()
public UnaryCallable<DeleteAssetRequest,Operation> deleteAssetCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteAssetRequest,Operation> |
deleteAssetOperationCallable()
public OperationCallable<DeleteAssetRequest,Empty,OperationMetadata> deleteAssetOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteAssetRequest,Empty,OperationMetadata> |
deleteEnvironmentCallable()
public UnaryCallable<DeleteEnvironmentRequest,Operation> deleteEnvironmentCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteEnvironmentRequest,Operation> |
deleteEnvironmentOperationCallable()
public OperationCallable<DeleteEnvironmentRequest,Empty,OperationMetadata> deleteEnvironmentOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteEnvironmentRequest,Empty,OperationMetadata> |
deleteLakeCallable()
public UnaryCallable<DeleteLakeRequest,Operation> deleteLakeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteLakeRequest,Operation> |
deleteLakeOperationCallable()
public OperationCallable<DeleteLakeRequest,Empty,OperationMetadata> deleteLakeOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteLakeRequest,Empty,OperationMetadata> |
deleteTaskCallable()
public UnaryCallable<DeleteTaskRequest,Operation> deleteTaskCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteTaskRequest,Operation> |
deleteTaskOperationCallable()
public OperationCallable<DeleteTaskRequest,Empty,OperationMetadata> deleteTaskOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteTaskRequest,Empty,OperationMetadata> |
deleteZoneCallable()
public UnaryCallable<DeleteZoneRequest,Operation> deleteZoneCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<DeleteZoneRequest,Operation> |
deleteZoneOperationCallable()
public OperationCallable<DeleteZoneRequest,Empty,OperationMetadata> deleteZoneOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<DeleteZoneRequest,Empty,OperationMetadata> |
getAssetCallable()
public UnaryCallable<GetAssetRequest,Asset> getAssetCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetAssetRequest,Asset> |
getEnvironmentCallable()
public UnaryCallable<GetEnvironmentRequest,Environment> getEnvironmentCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetEnvironmentRequest,Environment> |
getJobCallable()
public UnaryCallable<GetJobRequest,Job> getJobCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetJobRequest,Job> |
getLakeCallable()
public UnaryCallable<GetLakeRequest,Lake> getLakeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetLakeRequest,Lake> |
getLocationCallable()
public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> |
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Returns | |
---|---|
Type | Description |
GrpcOperationsStub |
getTaskCallable()
public UnaryCallable<GetTaskRequest,Task> getTaskCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetTaskRequest,Task> |
getZoneCallable()
public UnaryCallable<GetZoneRequest,Zone> getZoneCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<GetZoneRequest,Zone> |
isShutdown()
public boolean isShutdown()
Returns | |
---|---|
Type | Description |
boolean |
isTerminated()
public boolean isTerminated()
Returns | |
---|---|
Type | Description |
boolean |
listAssetActionsCallable()
public UnaryCallable<ListAssetActionsRequest,ListActionsResponse> listAssetActionsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAssetActionsRequest,ListActionsResponse> |
listAssetActionsPagedCallable()
public UnaryCallable<ListAssetActionsRequest,DataplexServiceClient.ListAssetActionsPagedResponse> listAssetActionsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAssetActionsRequest,ListAssetActionsPagedResponse> |
listAssetsCallable()
public UnaryCallable<ListAssetsRequest,ListAssetsResponse> listAssetsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAssetsRequest,ListAssetsResponse> |
listAssetsPagedCallable()
public UnaryCallable<ListAssetsRequest,DataplexServiceClient.ListAssetsPagedResponse> listAssetsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListAssetsRequest,ListAssetsPagedResponse> |
listEnvironmentsCallable()
public UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> listEnvironmentsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsResponse> |
listEnvironmentsPagedCallable()
public UnaryCallable<ListEnvironmentsRequest,DataplexServiceClient.ListEnvironmentsPagedResponse> listEnvironmentsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListEnvironmentsRequest,ListEnvironmentsPagedResponse> |
listJobsCallable()
public UnaryCallable<ListJobsRequest,ListJobsResponse> listJobsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListJobsRequest,ListJobsResponse> |
listJobsPagedCallable()
public UnaryCallable<ListJobsRequest,DataplexServiceClient.ListJobsPagedResponse> listJobsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListJobsRequest,ListJobsPagedResponse> |
listLakeActionsCallable()
public UnaryCallable<ListLakeActionsRequest,ListActionsResponse> listLakeActionsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListLakeActionsRequest,ListActionsResponse> |
listLakeActionsPagedCallable()
public UnaryCallable<ListLakeActionsRequest,DataplexServiceClient.ListLakeActionsPagedResponse> listLakeActionsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListLakeActionsRequest,ListLakeActionsPagedResponse> |
listLakesCallable()
public UnaryCallable<ListLakesRequest,ListLakesResponse> listLakesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListLakesRequest,ListLakesResponse> |
listLakesPagedCallable()
public UnaryCallable<ListLakesRequest,DataplexServiceClient.ListLakesPagedResponse> listLakesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListLakesRequest,ListLakesPagedResponse> |
listLocationsCallable()
public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> |
listLocationsPagedCallable()
public UnaryCallable<ListLocationsRequest,DataplexServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse> |
listSessionsCallable()
public UnaryCallable<ListSessionsRequest,ListSessionsResponse> listSessionsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListSessionsRequest,ListSessionsResponse> |
listSessionsPagedCallable()
public UnaryCallable<ListSessionsRequest,DataplexServiceClient.ListSessionsPagedResponse> listSessionsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListSessionsRequest,ListSessionsPagedResponse> |
listTasksCallable()
public UnaryCallable<ListTasksRequest,ListTasksResponse> listTasksCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListTasksRequest,ListTasksResponse> |
listTasksPagedCallable()
public UnaryCallable<ListTasksRequest,DataplexServiceClient.ListTasksPagedResponse> listTasksPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListTasksRequest,ListTasksPagedResponse> |
listZoneActionsCallable()
public UnaryCallable<ListZoneActionsRequest,ListActionsResponse> listZoneActionsCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListZoneActionsRequest,ListActionsResponse> |
listZoneActionsPagedCallable()
public UnaryCallable<ListZoneActionsRequest,DataplexServiceClient.ListZoneActionsPagedResponse> listZoneActionsPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListZoneActionsRequest,ListZoneActionsPagedResponse> |
listZonesCallable()
public UnaryCallable<ListZonesRequest,ListZonesResponse> listZonesCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListZonesRequest,ListZonesResponse> |
listZonesPagedCallable()
public UnaryCallable<ListZonesRequest,DataplexServiceClient.ListZonesPagedResponse> listZonesPagedCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<ListZonesRequest,ListZonesPagedResponse> |
shutdown()
public void shutdown()
shutdownNow()
public void shutdownNow()
updateAssetCallable()
public UnaryCallable<UpdateAssetRequest,Operation> updateAssetCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateAssetRequest,Operation> |
updateAssetOperationCallable()
public OperationCallable<UpdateAssetRequest,Asset,OperationMetadata> updateAssetOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<UpdateAssetRequest,Asset,OperationMetadata> |
updateEnvironmentCallable()
public UnaryCallable<UpdateEnvironmentRequest,Operation> updateEnvironmentCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateEnvironmentRequest,Operation> |
updateEnvironmentOperationCallable()
public OperationCallable<UpdateEnvironmentRequest,Environment,OperationMetadata> updateEnvironmentOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<UpdateEnvironmentRequest,Environment,OperationMetadata> |
updateLakeCallable()
public UnaryCallable<UpdateLakeRequest,Operation> updateLakeCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateLakeRequest,Operation> |
updateLakeOperationCallable()
public OperationCallable<UpdateLakeRequest,Lake,OperationMetadata> updateLakeOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<UpdateLakeRequest,Lake,OperationMetadata> |
updateTaskCallable()
public UnaryCallable<UpdateTaskRequest,Operation> updateTaskCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateTaskRequest,Operation> |
updateTaskOperationCallable()
public OperationCallable<UpdateTaskRequest,Task,OperationMetadata> updateTaskOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<UpdateTaskRequest,Task,OperationMetadata> |
updateZoneCallable()
public UnaryCallable<UpdateZoneRequest,Operation> updateZoneCallable()
Returns | |
---|---|
Type | Description |
UnaryCallable<UpdateZoneRequest,Operation> |
updateZoneOperationCallable()
public OperationCallable<UpdateZoneRequest,Zone,OperationMetadata> updateZoneOperationCallable()
Returns | |
---|---|
Type | Description |
OperationCallable<UpdateZoneRequest,Zone,OperationMetadata> |