Uses of Class
com.google.cloud.dataplex.v1.ListDataScanJobsRequest
-
Packages that use ListDataScanJobsRequest Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of ListDataScanJobsRequest in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ListDataScanJobsRequest Modifier and Type Method Description ListDataScanJobsRequestListDataScanJobsRequest.Builder. build()ListDataScanJobsRequestListDataScanJobsRequest.Builder. buildPartial()static ListDataScanJobsRequestListDataScanJobsRequest. getDefaultInstance()ListDataScanJobsRequestListDataScanJobsRequest.Builder. getDefaultInstanceForType()ListDataScanJobsRequestListDataScanJobsRequest. getDefaultInstanceForType()static ListDataScanJobsRequestListDataScanJobsRequest. parseDelimitedFrom(InputStream input)static ListDataScanJobsRequestListDataScanJobsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataScanJobsRequestListDataScanJobsRequest. parseFrom(byte[] data)static ListDataScanJobsRequestListDataScanJobsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataScanJobsRequestListDataScanJobsRequest. parseFrom(com.google.protobuf.ByteString data)static ListDataScanJobsRequestListDataScanJobsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataScanJobsRequestListDataScanJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListDataScanJobsRequestListDataScanJobsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataScanJobsRequestListDataScanJobsRequest. parseFrom(InputStream input)static ListDataScanJobsRequestListDataScanJobsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListDataScanJobsRequestListDataScanJobsRequest. parseFrom(ByteBuffer data)static ListDataScanJobsRequestListDataScanJobsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ListDataScanJobsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListDataScanJobsRequest,ListDataScanJobsResponse>DataScanServiceGrpc. getListDataScanJobsMethod()com.google.protobuf.Parser<ListDataScanJobsRequest>ListDataScanJobsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListDataScanJobsRequest,ListDataScanJobsResponse>DataScanServiceClient. listDataScanJobsCallable()Lists DataScanJobs under the given DataScan.com.google.api.gax.rpc.UnaryCallable<ListDataScanJobsRequest,DataScanServiceClient.ListDataScanJobsPagedResponse>DataScanServiceClient. listDataScanJobsPagedCallable()Lists DataScanJobs under the given DataScan.com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanServiceClient.ListDataScanJobsPagedResponse>DataScanServiceSettings.Builder. listDataScanJobsSettings()Returns the builder for the settings used for calls to listDataScanJobs.com.google.api.gax.rpc.PagedCallSettings<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanServiceClient.ListDataScanJobsPagedResponse>DataScanServiceSettings. listDataScanJobsSettings()Returns the object with the settings used for calls to listDataScanJobs.static com.google.protobuf.Parser<ListDataScanJobsRequest>ListDataScanJobsRequest. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type ListDataScanJobsRequest Modifier and Type Method Description DataScanServiceClient.ListDataScanJobsPagedResponseDataScanServiceClient. listDataScanJobs(ListDataScanJobsRequest request)Lists DataScanJobs under the given DataScan.default voidDataScanServiceGrpc.AsyncService. listDataScanJobs(ListDataScanJobsRequest request, io.grpc.stub.StreamObserver<ListDataScanJobsResponse> responseObserver)Lists DataScanJobs under the given DataScan.ListDataScanJobsResponseDataScanServiceGrpc.DataScanServiceBlockingStub. listDataScanJobs(ListDataScanJobsRequest request)Lists DataScanJobs under the given DataScan.com.google.common.util.concurrent.ListenableFuture<ListDataScanJobsResponse>DataScanServiceGrpc.DataScanServiceFutureStub. listDataScanJobs(ListDataScanJobsRequest request)Lists DataScanJobs under the given DataScan.voidDataScanServiceGrpc.DataScanServiceStub. listDataScanJobs(ListDataScanJobsRequest request, io.grpc.stub.StreamObserver<ListDataScanJobsResponse> responseObserver)Lists DataScanJobs under the given DataScan.ListDataScanJobsRequest.BuilderListDataScanJobsRequest.Builder. mergeFrom(ListDataScanJobsRequest other)static ListDataScanJobsRequest.BuilderListDataScanJobsRequest. newBuilder(ListDataScanJobsRequest prototype)Method parameters in com.google.cloud.dataplex.v1 with type arguments of type ListDataScanJobsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DataScanServiceClient.ListDataScanJobsPagedResponse>DataScanServiceClient.ListDataScanJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanJob> context, com.google.api.core.ApiFuture<ListDataScanJobsResponse> futureResponse)protected DataScanServiceClient.ListDataScanJobsPageDataScanServiceClient.ListDataScanJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanJob> context, ListDataScanJobsResponse response)com.google.api.core.ApiFuture<DataScanServiceClient.ListDataScanJobsPage>DataScanServiceClient.ListDataScanJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListDataScanJobsRequest,ListDataScanJobsResponse,DataScanJob> context, com.google.api.core.ApiFuture<ListDataScanJobsResponse> futureResponse) -
Uses of ListDataScanJobsRequest in com.google.cloud.dataplex.v1.stub
-