Uses of Class
com.google.cloud.dataplex.v1.DataplexServiceClient.ListLakesPagedResponse
-
Packages that use DataplexServiceClient.ListLakesPagedResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of DataplexServiceClient.ListLakesPagedResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataplexServiceClient.ListLakesPagedResponse Modifier and Type Method Description DataplexServiceClient.ListLakesPagedResponse
DataplexServiceClient. listLakes(ListLakesRequest request)
Lists lake resources in a project and location.DataplexServiceClient.ListLakesPagedResponse
DataplexServiceClient. listLakes(LocationName parent)
Lists lake resources in a project and location.DataplexServiceClient.ListLakesPagedResponse
DataplexServiceClient. listLakes(String parent)
Lists lake resources in a project and location.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataplexServiceClient.ListLakesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceClient.ListLakesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListLakesRequest,ListLakesResponse,Lake> context, com.google.api.core.ApiFuture<ListLakesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceClient. listLakesPagedCallable()
Lists lake resources in a project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceSettings.Builder. listLakesSettings()
Returns the builder for the settings used for calls to listLakes.com.google.api.gax.rpc.PagedCallSettings<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceSettings. listLakesSettings()
Returns the object with the settings used for calls to listLakes. -
Uses of DataplexServiceClient.ListLakesPagedResponse in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type DataplexServiceClient.ListLakesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceStub. listLakesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,DataplexServiceClient.ListLakesPagedResponse>
GrpcDataplexServiceStub. listLakesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListLakesRequest,DataplexServiceClient.ListLakesPagedResponse>
HttpJsonDataplexServiceStub. listLakesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceStubSettings.Builder. listLakesSettings()
Returns the builder for the settings used for calls to listLakes.com.google.api.gax.rpc.PagedCallSettings<ListLakesRequest,ListLakesResponse,DataplexServiceClient.ListLakesPagedResponse>
DataplexServiceStubSettings. listLakesSettings()
Returns the object with the settings used for calls to listLakes.
-