Uses of Class
com.google.cloud.dataplex.v1.DataScanServiceClient.ListDataScansPagedResponse
-
Packages that use DataScanServiceClient.ListDataScansPagedResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of DataScanServiceClient.ListDataScansPagedResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataScanServiceClient.ListDataScansPagedResponse Modifier and Type Method Description DataScanServiceClient.ListDataScansPagedResponse
DataScanServiceClient. listDataScans(ListDataScansRequest request)
Lists DataScans.DataScanServiceClient.ListDataScansPagedResponse
DataScanServiceClient. listDataScans(LocationName parent)
Lists DataScans.DataScanServiceClient.ListDataScansPagedResponse
DataScanServiceClient. listDataScans(String parent)
Lists DataScans.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataScanServiceClient.ListDataScansPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceClient.ListDataScansPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDataScansRequest,ListDataScansResponse,DataScan> context, com.google.api.core.ApiFuture<ListDataScansResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceClient. listDataScansPagedCallable()
Lists DataScans.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataScansRequest,ListDataScansResponse,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceSettings.Builder. listDataScansSettings()
Returns the builder for the settings used for calls to listDataScans.com.google.api.gax.rpc.PagedCallSettings<ListDataScansRequest,ListDataScansResponse,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceSettings. listDataScansSettings()
Returns the object with the settings used for calls to listDataScans. -
Uses of DataScanServiceClient.ListDataScansPagedResponse in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type DataScanServiceClient.ListDataScansPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceStub. listDataScansPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,DataScanServiceClient.ListDataScansPagedResponse>
GrpcDataScanServiceStub. listDataScansPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,DataScanServiceClient.ListDataScansPagedResponse>
HttpJsonDataScanServiceStub. listDataScansPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataScansRequest,ListDataScansResponse,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceStubSettings.Builder. listDataScansSettings()
Returns the builder for the settings used for calls to listDataScans.com.google.api.gax.rpc.PagedCallSettings<ListDataScansRequest,ListDataScansResponse,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceStubSettings. listDataScansSettings()
Returns the object with the settings used for calls to listDataScans.
-