Uses of Class
com.google.cloud.dataplex.v1.DataplexServiceClient.ListZonesPagedResponse
-
Packages that use DataplexServiceClient.ListZonesPagedResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of DataplexServiceClient.ListZonesPagedResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataplexServiceClient.ListZonesPagedResponse Modifier and Type Method Description DataplexServiceClient.ListZonesPagedResponseDataplexServiceClient. listZones(LakeName parent)Lists zone resources in a lake.DataplexServiceClient.ListZonesPagedResponseDataplexServiceClient. listZones(ListZonesRequest request)Lists zone resources in a lake.DataplexServiceClient.ListZonesPagedResponseDataplexServiceClient. listZones(String parent)Lists zone resources in a lake.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataplexServiceClient.ListZonesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataplexServiceClient.ListZonesPagedResponse>DataplexServiceClient.ListZonesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListZonesRequest,ListZonesResponse,Zone> context, com.google.api.core.ApiFuture<ListZonesResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,DataplexServiceClient.ListZonesPagedResponse>DataplexServiceClient. listZonesPagedCallable()Lists zone resources in a lake.com.google.api.gax.rpc.PagedCallSettings.Builder<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse>DataplexServiceSettings.Builder. listZonesSettings()Returns the builder for the settings used for calls to listZones.com.google.api.gax.rpc.PagedCallSettings<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse>DataplexServiceSettings. listZonesSettings()Returns the object with the settings used for calls to listZones. -
Uses of DataplexServiceClient.ListZonesPagedResponse in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type DataplexServiceClient.ListZonesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,DataplexServiceClient.ListZonesPagedResponse>DataplexServiceStub. listZonesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,DataplexServiceClient.ListZonesPagedResponse>GrpcDataplexServiceStub. listZonesPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListZonesRequest,DataplexServiceClient.ListZonesPagedResponse>HttpJsonDataplexServiceStub. listZonesPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse>DataplexServiceStubSettings.Builder. listZonesSettings()Returns the builder for the settings used for calls to listZones.com.google.api.gax.rpc.PagedCallSettings<ListZonesRequest,ListZonesResponse,DataplexServiceClient.ListZonesPagedResponse>DataplexServiceStubSettings. listZonesSettings()Returns the object with the settings used for calls to listZones.
-