Uses of Class
com.google.cloud.dataplex.v1.RunDataScanResponse
-
Packages that use RunDataScanResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of RunDataScanResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return RunDataScanResponse Modifier and Type Method Description RunDataScanResponse
RunDataScanResponse.Builder. build()
RunDataScanResponse
RunDataScanResponse.Builder. buildPartial()
static RunDataScanResponse
RunDataScanResponse. getDefaultInstance()
RunDataScanResponse
RunDataScanResponse.Builder. getDefaultInstanceForType()
RunDataScanResponse
RunDataScanResponse. getDefaultInstanceForType()
static RunDataScanResponse
RunDataScanResponse. parseDelimitedFrom(InputStream input)
static RunDataScanResponse
RunDataScanResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunDataScanResponse
RunDataScanResponse. parseFrom(byte[] data)
static RunDataScanResponse
RunDataScanResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunDataScanResponse
RunDataScanResponse. parseFrom(com.google.protobuf.ByteString data)
static RunDataScanResponse
RunDataScanResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunDataScanResponse
RunDataScanResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RunDataScanResponse
RunDataScanResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunDataScanResponse
RunDataScanResponse. parseFrom(InputStream input)
static RunDataScanResponse
RunDataScanResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunDataScanResponse
RunDataScanResponse. parseFrom(ByteBuffer data)
static RunDataScanResponse
RunDataScanResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RunDataScanResponse
DataScanServiceClient. runDataScan(DataScanName name)
Runs an on-demand execution of a DataScanRunDataScanResponse
DataScanServiceClient. runDataScan(RunDataScanRequest request)
Runs an on-demand execution of a DataScanRunDataScanResponse
DataScanServiceClient. runDataScan(String name)
Runs an on-demand execution of a DataScanRunDataScanResponse
DataScanServiceGrpc.DataScanServiceBlockingStub. runDataScan(RunDataScanRequest request)
Runs an on-demand execution of a DataScanMethods in com.google.cloud.dataplex.v1 that return types with arguments of type RunDataScanResponse Modifier and Type Method Description com.google.protobuf.Parser<RunDataScanResponse>
RunDataScanResponse. getParserForType()
static io.grpc.MethodDescriptor<RunDataScanRequest,RunDataScanResponse>
DataScanServiceGrpc. getRunDataScanMethod()
static com.google.protobuf.Parser<RunDataScanResponse>
RunDataScanResponse. parser()
com.google.common.util.concurrent.ListenableFuture<RunDataScanResponse>
DataScanServiceGrpc.DataScanServiceFutureStub. runDataScan(RunDataScanRequest request)
Runs an on-demand execution of a DataScancom.google.api.gax.rpc.UnaryCallable<RunDataScanRequest,RunDataScanResponse>
DataScanServiceClient. runDataScanCallable()
Runs an on-demand execution of a DataScancom.google.api.gax.rpc.UnaryCallSettings.Builder<RunDataScanRequest,RunDataScanResponse>
DataScanServiceSettings.Builder. runDataScanSettings()
Returns the builder for the settings used for calls to runDataScan.com.google.api.gax.rpc.UnaryCallSettings<RunDataScanRequest,RunDataScanResponse>
DataScanServiceSettings. runDataScanSettings()
Returns the object with the settings used for calls to runDataScan.Methods in com.google.cloud.dataplex.v1 with parameters of type RunDataScanResponse Modifier and Type Method Description RunDataScanResponse.Builder
RunDataScanResponse.Builder. mergeFrom(RunDataScanResponse other)
static RunDataScanResponse.Builder
RunDataScanResponse. newBuilder(RunDataScanResponse prototype)
Method parameters in com.google.cloud.dataplex.v1 with type arguments of type RunDataScanResponse Modifier and Type Method Description default void
DataScanServiceGrpc.AsyncService. runDataScan(RunDataScanRequest request, io.grpc.stub.StreamObserver<RunDataScanResponse> responseObserver)
Runs an on-demand execution of a DataScanvoid
DataScanServiceGrpc.DataScanServiceStub. runDataScan(RunDataScanRequest request, io.grpc.stub.StreamObserver<RunDataScanResponse> responseObserver)
Runs an on-demand execution of a DataScan -
Uses of RunDataScanResponse in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type RunDataScanResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RunDataScanRequest,RunDataScanResponse>
DataScanServiceStub. runDataScanCallable()
com.google.api.gax.rpc.UnaryCallable<RunDataScanRequest,RunDataScanResponse>
GrpcDataScanServiceStub. runDataScanCallable()
com.google.api.gax.rpc.UnaryCallable<RunDataScanRequest,RunDataScanResponse>
HttpJsonDataScanServiceStub. runDataScanCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RunDataScanRequest,RunDataScanResponse>
DataScanServiceStubSettings.Builder. runDataScanSettings()
Returns the builder for the settings used for calls to runDataScan.com.google.api.gax.rpc.UnaryCallSettings<RunDataScanRequest,RunDataScanResponse>
DataScanServiceStubSettings. runDataScanSettings()
Returns the object with the settings used for calls to runDataScan.
-