Uses of Class
com.google.cloud.dataplex.v1.DataScan
-
Packages that use DataScan Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of DataScan in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return DataScan Modifier and Type Method Description DataScan
DataScan.Builder. build()
DataScan
DataScan.Builder. buildPartial()
DataScan
CreateDataScanRequest.Builder. getDataScan()
Required.DataScan
CreateDataScanRequest. getDataScan()
Required.DataScan
CreateDataScanRequestOrBuilder. getDataScan()
Required.DataScan
DataScanServiceClient. getDataScan(DataScanName name)
Gets a DataScan resource.DataScan
DataScanServiceClient. getDataScan(GetDataScanRequest request)
Gets a DataScan resource.DataScan
DataScanServiceClient. getDataScan(String name)
Gets a DataScan resource.DataScan
DataScanServiceGrpc.DataScanServiceBlockingStub. getDataScan(GetDataScanRequest request)
Gets a DataScan resource.DataScan
UpdateDataScanRequest.Builder. getDataScan()
Required.DataScan
UpdateDataScanRequest. getDataScan()
Required.DataScan
UpdateDataScanRequestOrBuilder. getDataScan()
Required.DataScan
ListDataScansResponse.Builder. getDataScans(int index)
DataScans (`BASIC` view only) under the given parent location.DataScan
ListDataScansResponse. getDataScans(int index)
DataScans (`BASIC` view only) under the given parent location.DataScan
ListDataScansResponseOrBuilder. getDataScans(int index)
DataScans (`BASIC` view only) under the given parent location.static DataScan
DataScan. getDefaultInstance()
DataScan
DataScan.Builder. getDefaultInstanceForType()
DataScan
DataScan. getDefaultInstanceForType()
static DataScan
DataScan. parseDelimitedFrom(InputStream input)
static DataScan
DataScan. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataScan
DataScan. parseFrom(byte[] data)
static DataScan
DataScan. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataScan
DataScan. parseFrom(com.google.protobuf.ByteString data)
static DataScan
DataScan. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataScan
DataScan. parseFrom(com.google.protobuf.CodedInputStream input)
static DataScan
DataScan. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataScan
DataScan. parseFrom(InputStream input)
static DataScan
DataScan. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DataScan
DataScan. parseFrom(ByteBuffer data)
static DataScan
DataScan. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type DataScan Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<DataScan,OperationMetadata>
DataScanServiceClient. createDataScanAsync(CreateDataScanRequest request)
Creates a DataScan resource.com.google.api.gax.longrunning.OperationFuture<DataScan,OperationMetadata>
DataScanServiceClient. createDataScanAsync(LocationName parent, DataScan dataScan, String dataScanId)
Creates a DataScan resource.com.google.api.gax.longrunning.OperationFuture<DataScan,OperationMetadata>
DataScanServiceClient. createDataScanAsync(String parent, DataScan dataScan, String dataScanId)
Creates a DataScan resource.com.google.api.gax.rpc.OperationCallable<CreateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceClient. createDataScanOperationCallable()
Creates a DataScan resource.com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceSettings.Builder. createDataScanOperationSettings()
Returns the builder for the settings used for calls to createDataScan.com.google.api.gax.rpc.OperationCallSettings<CreateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceSettings. createDataScanOperationSettings()
Returns the object with the settings used for calls to createDataScan.com.google.common.util.concurrent.ListenableFuture<DataScan>
DataScanServiceGrpc.DataScanServiceFutureStub. getDataScan(GetDataScanRequest request)
Gets a DataScan resource.com.google.api.gax.rpc.UnaryCallable<GetDataScanRequest,DataScan>
DataScanServiceClient. getDataScanCallable()
Gets a DataScan resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataScanRequest,DataScan>
DataScanServiceSettings.Builder. getDataScanSettings()
Returns the builder for the settings used for calls to getDataScan.com.google.api.gax.rpc.UnaryCallSettings<GetDataScanRequest,DataScan>
DataScanServiceSettings. getDataScanSettings()
Returns the object with the settings used for calls to getDataScan.List<DataScan>
ListDataScansResponse.Builder. getDataScansList()
DataScans (`BASIC` view only) under the given parent location.List<DataScan>
ListDataScansResponse. getDataScansList()
DataScans (`BASIC` view only) under the given parent location.List<DataScan>
ListDataScansResponseOrBuilder. getDataScansList()
DataScans (`BASIC` view only) under the given parent location.static io.grpc.MethodDescriptor<GetDataScanRequest,DataScan>
DataScanServiceGrpc. getGetDataScanMethod()
com.google.protobuf.Parser<DataScan>
DataScan. getParserForType()
static com.google.protobuf.Parser<DataScan>
DataScan. parser()
com.google.api.gax.longrunning.OperationFuture<DataScan,OperationMetadata>
DataScanServiceClient. updateDataScanAsync(DataScan dataScan, com.google.protobuf.FieldMask updateMask)
Updates a DataScan resource.com.google.api.gax.longrunning.OperationFuture<DataScan,OperationMetadata>
DataScanServiceClient. updateDataScanAsync(UpdateDataScanRequest request)
Updates a DataScan resource.com.google.api.gax.rpc.OperationCallable<UpdateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceClient. updateDataScanOperationCallable()
Updates a DataScan resource.com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceSettings.Builder. updateDataScanOperationSettings()
Returns the builder for the settings used for calls to updateDataScan.com.google.api.gax.rpc.OperationCallSettings<UpdateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceSettings. updateDataScanOperationSettings()
Returns the object with the settings used for calls to updateDataScan.Methods in com.google.cloud.dataplex.v1 with parameters of type DataScan Modifier and Type Method Description ListDataScansResponse.Builder
ListDataScansResponse.Builder. addDataScans(int index, DataScan value)
DataScans (`BASIC` view only) under the given parent location.ListDataScansResponse.Builder
ListDataScansResponse.Builder. addDataScans(DataScan value)
DataScans (`BASIC` view only) under the given parent location.com.google.api.gax.longrunning.OperationFuture<DataScan,OperationMetadata>
DataScanServiceClient. createDataScanAsync(LocationName parent, DataScan dataScan, String dataScanId)
Creates a DataScan resource.com.google.api.gax.longrunning.OperationFuture<DataScan,OperationMetadata>
DataScanServiceClient. createDataScanAsync(String parent, DataScan dataScan, String dataScanId)
Creates a DataScan resource.CreateDataScanRequest.Builder
CreateDataScanRequest.Builder. mergeDataScan(DataScan value)
Required.UpdateDataScanRequest.Builder
UpdateDataScanRequest.Builder. mergeDataScan(DataScan value)
Required.DataScan.Builder
DataScan.Builder. mergeFrom(DataScan other)
static DataScan.Builder
DataScan. newBuilder(DataScan prototype)
CreateDataScanRequest.Builder
CreateDataScanRequest.Builder. setDataScan(DataScan value)
Required.UpdateDataScanRequest.Builder
UpdateDataScanRequest.Builder. setDataScan(DataScan value)
Required.ListDataScansResponse.Builder
ListDataScansResponse.Builder. setDataScans(int index, DataScan value)
DataScans (`BASIC` view only) under the given parent location.com.google.api.gax.longrunning.OperationFuture<DataScan,OperationMetadata>
DataScanServiceClient. updateDataScanAsync(DataScan dataScan, com.google.protobuf.FieldMask updateMask)
Updates a DataScan resource.Method parameters in com.google.cloud.dataplex.v1 with type arguments of type DataScan Modifier and Type Method Description ListDataScansResponse.Builder
ListDataScansResponse.Builder. addAllDataScans(Iterable<? extends DataScan> values)
DataScans (`BASIC` view only) under the given parent location.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)
protected DataScanServiceClient.ListDataScansPage
DataScanServiceClient.ListDataScansPage. createPage(com.google.api.gax.rpc.PageContext<ListDataScansRequest,ListDataScansResponse,DataScan> context, ListDataScansResponse response)
com.google.api.core.ApiFuture<DataScanServiceClient.ListDataScansPage>
DataScanServiceClient.ListDataScansPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDataScansRequest,ListDataScansResponse,DataScan> context, com.google.api.core.ApiFuture<ListDataScansResponse> futureResponse)
default void
DataScanServiceGrpc.AsyncService. getDataScan(GetDataScanRequest request, io.grpc.stub.StreamObserver<DataScan> responseObserver)
Gets a DataScan resource.void
DataScanServiceGrpc.DataScanServiceStub. getDataScan(GetDataScanRequest request, io.grpc.stub.StreamObserver<DataScan> responseObserver)
Gets a DataScan resource. -
Uses of DataScan in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type DataScan Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceStub. createDataScanOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateDataScanRequest,DataScan,OperationMetadata>
GrpcDataScanServiceStub. createDataScanOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateDataScanRequest,DataScan,OperationMetadata>
HttpJsonDataScanServiceStub. createDataScanOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceStubSettings.Builder. createDataScanOperationSettings()
Returns the builder for the settings used for calls to createDataScan.com.google.api.gax.rpc.OperationCallSettings<CreateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceStubSettings. createDataScanOperationSettings()
Returns the object with the settings used for calls to createDataScan.com.google.api.gax.rpc.UnaryCallable<GetDataScanRequest,DataScan>
DataScanServiceStub. getDataScanCallable()
com.google.api.gax.rpc.UnaryCallable<GetDataScanRequest,DataScan>
GrpcDataScanServiceStub. getDataScanCallable()
com.google.api.gax.rpc.UnaryCallable<GetDataScanRequest,DataScan>
HttpJsonDataScanServiceStub. getDataScanCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetDataScanRequest,DataScan>
DataScanServiceStubSettings.Builder. getDataScanSettings()
Returns the builder for the settings used for calls to getDataScan.com.google.api.gax.rpc.UnaryCallSettings<GetDataScanRequest,DataScan>
DataScanServiceStubSettings. getDataScanSettings()
Returns the object with the settings used for calls to getDataScan.com.google.api.gax.rpc.OperationCallable<UpdateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceStub. updateDataScanOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateDataScanRequest,DataScan,OperationMetadata>
GrpcDataScanServiceStub. updateDataScanOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateDataScanRequest,DataScan,OperationMetadata>
HttpJsonDataScanServiceStub. updateDataScanOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceStubSettings.Builder. updateDataScanOperationSettings()
Returns the builder for the settings used for calls to updateDataScan.com.google.api.gax.rpc.OperationCallSettings<UpdateDataScanRequest,DataScan,OperationMetadata>
DataScanServiceStubSettings. updateDataScanOperationSettings()
Returns the object with the settings used for calls to updateDataScan.
-