Uses of Class
com.google.cloud.dataplex.v1.DataplexServiceClient.ListLakeActionsPagedResponse
-
Packages that use DataplexServiceClient.ListLakeActionsPagedResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of DataplexServiceClient.ListLakeActionsPagedResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataplexServiceClient.ListLakeActionsPagedResponse Modifier and Type Method Description DataplexServiceClient.ListLakeActionsPagedResponse
DataplexServiceClient. listLakeActions(LakeName parent)
Lists action resources in a lake.DataplexServiceClient.ListLakeActionsPagedResponse
DataplexServiceClient. listLakeActions(ListLakeActionsRequest request)
Lists action resources in a lake.DataplexServiceClient.ListLakeActionsPagedResponse
DataplexServiceClient. listLakeActions(String parent)
Lists action resources in a lake.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataplexServiceClient.ListLakeActionsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataplexServiceClient.ListLakeActionsPagedResponse>
DataplexServiceClient.ListLakeActionsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLakeActionsRequest,ListActionsResponse,Action> context, com.google.api.core.ApiFuture<ListActionsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListLakeActionsRequest,DataplexServiceClient.ListLakeActionsPagedResponse>
DataplexServiceClient. listLakeActionsPagedCallable()
Lists action resources in a lake.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLakeActionsRequest,ListActionsResponse,DataplexServiceClient.ListLakeActionsPagedResponse>
DataplexServiceSettings.Builder. listLakeActionsSettings()
Returns the builder for the settings used for calls to listLakeActions.com.google.api.gax.rpc.PagedCallSettings<ListLakeActionsRequest,ListActionsResponse,DataplexServiceClient.ListLakeActionsPagedResponse>
DataplexServiceSettings. listLakeActionsSettings()
Returns the object with the settings used for calls to listLakeActions. -
Uses of DataplexServiceClient.ListLakeActionsPagedResponse in com.google.cloud.dataplex.v1.stub
-