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 GetDataScanRequest
GetDataScanRequest.Builder. build()
GetDataScanRequest
GetDataScanRequest.Builder. buildPartial()
static GetDataScanRequest
GetDataScanRequest. getDefaultInstance()
GetDataScanRequest
GetDataScanRequest.Builder. getDefaultInstanceForType()
GetDataScanRequest
GetDataScanRequest. getDefaultInstanceForType()
static GetDataScanRequest
GetDataScanRequest. parseDelimitedFrom(InputStream input)
static GetDataScanRequest
GetDataScanRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataScanRequest
GetDataScanRequest. parseFrom(byte[] data)
static GetDataScanRequest
GetDataScanRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataScanRequest
GetDataScanRequest. parseFrom(com.google.protobuf.ByteString data)
static GetDataScanRequest
GetDataScanRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataScanRequest
GetDataScanRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetDataScanRequest
GetDataScanRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataScanRequest
GetDataScanRequest. parseFrom(InputStream input)
static GetDataScanRequest
GetDataScanRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetDataScanRequest
GetDataScanRequest. parseFrom(ByteBuffer data)
static GetDataScanRequest
GetDataScanRequest. 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 DataScan
DataScanServiceClient. getDataScan(GetDataScanRequest request)
Gets a DataScan resource.default void
DataScanServiceGrpc.AsyncService. getDataScan(GetDataScanRequest request, io.grpc.stub.StreamObserver<DataScan> responseObserver)
Gets a DataScan resource.DataScan
DataScanServiceGrpc.DataScanServiceBlockingStub. getDataScan(GetDataScanRequest request)
Gets a DataScan resource.com.google.common.util.concurrent.ListenableFuture<DataScan>
DataScanServiceGrpc.DataScanServiceFutureStub. getDataScan(GetDataScanRequest request)
Gets a DataScan resource.void
DataScanServiceGrpc.DataScanServiceStub. getDataScan(GetDataScanRequest request, io.grpc.stub.StreamObserver<DataScan> responseObserver)
Gets a DataScan resource.GetDataScanRequest.Builder
GetDataScanRequest.Builder. mergeFrom(GetDataScanRequest other)
static GetDataScanRequest.Builder
GetDataScanRequest. 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.
-