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