Uses of Class
com.google.cloud.dataplex.v1.ListDataScansRequest
-
Packages that use ListDataScansRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of ListDataScansRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ListDataScansRequest Modifier and Type Method Description ListDataScansRequest
ListDataScansRequest.Builder. build()
ListDataScansRequest
ListDataScansRequest.Builder. buildPartial()
static ListDataScansRequest
ListDataScansRequest. getDefaultInstance()
ListDataScansRequest
ListDataScansRequest.Builder. getDefaultInstanceForType()
ListDataScansRequest
ListDataScansRequest. getDefaultInstanceForType()
static ListDataScansRequest
ListDataScansRequest. parseDelimitedFrom(InputStream input)
static ListDataScansRequest
ListDataScansRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataScansRequest
ListDataScansRequest. parseFrom(byte[] data)
static ListDataScansRequest
ListDataScansRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataScansRequest
ListDataScansRequest. parseFrom(com.google.protobuf.ByteString data)
static ListDataScansRequest
ListDataScansRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataScansRequest
ListDataScansRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListDataScansRequest
ListDataScansRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataScansRequest
ListDataScansRequest. parseFrom(InputStream input)
static ListDataScansRequest
ListDataScansRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListDataScansRequest
ListDataScansRequest. parseFrom(ByteBuffer data)
static ListDataScansRequest
ListDataScansRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ListDataScansRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDataScansRequest,ListDataScansResponse>
DataScanServiceGrpc. getListDataScansMethod()
com.google.protobuf.Parser<ListDataScansRequest>
ListDataScansRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,ListDataScansResponse>
DataScanServiceClient. listDataScansCallable()
Lists DataScans.com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceClient. listDataScansPagedCallable()
Lists DataScans.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataScansRequest,ListDataScansResponse,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceSettings.Builder. listDataScansSettings()
Returns the builder for the settings used for calls to listDataScans.com.google.api.gax.rpc.PagedCallSettings<ListDataScansRequest,ListDataScansResponse,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceSettings. listDataScansSettings()
Returns the object with the settings used for calls to listDataScans.static com.google.protobuf.Parser<ListDataScansRequest>
ListDataScansRequest. parser()
Methods in com.google.cloud.dataplex.v1 with parameters of type ListDataScansRequest Modifier and Type Method Description DataScanServiceClient.ListDataScansPagedResponse
DataScanServiceClient. listDataScans(ListDataScansRequest request)
Lists DataScans.default void
DataScanServiceGrpc.AsyncService. listDataScans(ListDataScansRequest request, io.grpc.stub.StreamObserver<ListDataScansResponse> responseObserver)
Lists DataScans.ListDataScansResponse
DataScanServiceGrpc.DataScanServiceBlockingStub. listDataScans(ListDataScansRequest request)
Lists DataScans.com.google.common.util.concurrent.ListenableFuture<ListDataScansResponse>
DataScanServiceGrpc.DataScanServiceFutureStub. listDataScans(ListDataScansRequest request)
Lists DataScans.void
DataScanServiceGrpc.DataScanServiceStub. listDataScans(ListDataScansRequest request, io.grpc.stub.StreamObserver<ListDataScansResponse> responseObserver)
Lists DataScans.ListDataScansRequest.Builder
ListDataScansRequest.Builder. mergeFrom(ListDataScansRequest other)
static ListDataScansRequest.Builder
ListDataScansRequest. newBuilder(ListDataScansRequest prototype)
Method parameters in com.google.cloud.dataplex.v1 with type arguments of type ListDataScansRequest Modifier and Type Method Description 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)
-
Uses of ListDataScansRequest in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type ListDataScansRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,ListDataScansResponse>
DataScanServiceStub. listDataScansCallable()
com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,ListDataScansResponse>
GrpcDataScanServiceStub. listDataScansCallable()
com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,ListDataScansResponse>
HttpJsonDataScanServiceStub. listDataScansCallable()
com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceStub. listDataScansPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,DataScanServiceClient.ListDataScansPagedResponse>
GrpcDataScanServiceStub. listDataScansPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListDataScansRequest,DataScanServiceClient.ListDataScansPagedResponse>
HttpJsonDataScanServiceStub. listDataScansPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataScansRequest,ListDataScansResponse,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceStubSettings.Builder. listDataScansSettings()
Returns the builder for the settings used for calls to listDataScans.com.google.api.gax.rpc.PagedCallSettings<ListDataScansRequest,ListDataScansResponse,DataScanServiceClient.ListDataScansPagedResponse>
DataScanServiceStubSettings. listDataScansSettings()
Returns the object with the settings used for calls to listDataScans.
-