Uses of Class
com.google.cloud.dataplex.v1.GetDataScanRequest
-
Packages that use GetDataScanRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of GetDataScanRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return GetDataScanRequest Modifier and Type Method Description GetDataScanRequestGetDataScanRequest.Builder. build()GetDataScanRequestGetDataScanRequest.Builder. buildPartial()static GetDataScanRequestGetDataScanRequest. getDefaultInstance()GetDataScanRequestGetDataScanRequest.Builder. getDefaultInstanceForType()GetDataScanRequestGetDataScanRequest. getDefaultInstanceForType()static GetDataScanRequestGetDataScanRequest. parseDelimitedFrom(InputStream input)static GetDataScanRequestGetDataScanRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataScanRequestGetDataScanRequest. parseFrom(byte[] data)static GetDataScanRequestGetDataScanRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataScanRequestGetDataScanRequest. parseFrom(com.google.protobuf.ByteString data)static GetDataScanRequestGetDataScanRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataScanRequestGetDataScanRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetDataScanRequestGetDataScanRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataScanRequestGetDataScanRequest. parseFrom(InputStream input)static GetDataScanRequestGetDataScanRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetDataScanRequestGetDataScanRequest. parseFrom(ByteBuffer data)static GetDataScanRequestGetDataScanRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type GetDataScanRequest Modifier and Type Method Description 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.static io.grpc.MethodDescriptor<GetDataScanRequest,DataScan>DataScanServiceGrpc. getGetDataScanMethod()com.google.protobuf.Parser<GetDataScanRequest>GetDataScanRequest. getParserForType()static com.google.protobuf.Parser<GetDataScanRequest>GetDataScanRequest. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type GetDataScanRequest Modifier and Type Method Description DataScanDataScanServiceClient. getDataScan(GetDataScanRequest request)Gets a DataScan resource.default voidDataScanServiceGrpc.AsyncService. getDataScan(GetDataScanRequest request, io.grpc.stub.StreamObserver<DataScan> responseObserver)Gets a DataScan resource.DataScanDataScanServiceGrpc.DataScanServiceBlockingStub. getDataScan(GetDataScanRequest request)Gets a DataScan resource.com.google.common.util.concurrent.ListenableFuture<DataScan>DataScanServiceGrpc.DataScanServiceFutureStub. getDataScan(GetDataScanRequest request)Gets a DataScan resource.voidDataScanServiceGrpc.DataScanServiceStub. getDataScan(GetDataScanRequest request, io.grpc.stub.StreamObserver<DataScan> responseObserver)Gets a DataScan resource.GetDataScanRequest.BuilderGetDataScanRequest.Builder. mergeFrom(GetDataScanRequest other)static GetDataScanRequest.BuilderGetDataScanRequest. newBuilder(GetDataScanRequest prototype) -
Uses of GetDataScanRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type GetDataScanRequest Modifier and Type Method Description 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.
-