Uses of Interface
com.google.cloud.dataplex.v1.DataScanOrBuilder
-
Packages that use DataScanOrBuilder Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex API -
-
Uses of DataScanOrBuilder in com.google.cloud.dataplex.v1
Classes in com.google.cloud.dataplex.v1 that implement DataScanOrBuilder Modifier and Type Class Description class
DataScan
Represents a user-visible job which provides the insights for the related data source.static class
DataScan.Builder
Represents a user-visible job which provides the insights for the related data source.Methods in com.google.cloud.dataplex.v1 that return DataScanOrBuilder Modifier and Type Method Description DataScanOrBuilder
CreateDataScanRequest.Builder. getDataScanOrBuilder()
Required.DataScanOrBuilder
CreateDataScanRequest. getDataScanOrBuilder()
Required.DataScanOrBuilder
CreateDataScanRequestOrBuilder. getDataScanOrBuilder()
Required.DataScanOrBuilder
UpdateDataScanRequest.Builder. getDataScanOrBuilder()
Required.DataScanOrBuilder
UpdateDataScanRequest. getDataScanOrBuilder()
Required.DataScanOrBuilder
UpdateDataScanRequestOrBuilder. getDataScanOrBuilder()
Required.DataScanOrBuilder
ListDataScansResponse.Builder. getDataScansOrBuilder(int index)
DataScans (`BASIC` view only) under the given parent location.DataScanOrBuilder
ListDataScansResponse. getDataScansOrBuilder(int index)
DataScans (`BASIC` view only) under the given parent location.DataScanOrBuilder
ListDataScansResponseOrBuilder. getDataScansOrBuilder(int index)
DataScans (`BASIC` view only) under the given parent location.Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataScanOrBuilder Modifier and Type Method Description List<? extends DataScanOrBuilder>
ListDataScansResponse.Builder. getDataScansOrBuilderList()
DataScans (`BASIC` view only) under the given parent location.List<? extends DataScanOrBuilder>
ListDataScansResponse. getDataScansOrBuilderList()
DataScans (`BASIC` view only) under the given parent location.List<? extends DataScanOrBuilder>
ListDataScansResponseOrBuilder. getDataScansOrBuilderList()
DataScans (`BASIC` view only) under the given parent location.
-