Uses of Class
com.google.cloud.dataplex.v1.ListJobsResponse
-
Packages that use ListJobsResponse Package Description com.google.cloud.dataplex.v1 A client to Cloud Dataplex APIcom.google.cloud.dataplex.v1.stub -
-
Uses of ListJobsResponse in com.google.cloud.dataplex.v1
Methods in com.google.cloud.dataplex.v1 that return ListJobsResponse Modifier and Type Method Description ListJobsResponseListJobsResponse.Builder. build()ListJobsResponseListJobsResponse.Builder. buildPartial()static ListJobsResponseListJobsResponse. getDefaultInstance()ListJobsResponseListJobsResponse.Builder. getDefaultInstanceForType()ListJobsResponseListJobsResponse. getDefaultInstanceForType()ListJobsResponseDataplexServiceGrpc.DataplexServiceBlockingStub. listJobs(ListJobsRequest request)Lists Jobs under the given task.static ListJobsResponseListJobsResponse. parseDelimitedFrom(InputStream input)static ListJobsResponseListJobsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListJobsResponseListJobsResponse. parseFrom(byte[] data)static ListJobsResponseListJobsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListJobsResponseListJobsResponse. parseFrom(com.google.protobuf.ByteString data)static ListJobsResponseListJobsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListJobsResponseListJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListJobsResponseListJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListJobsResponseListJobsResponse. parseFrom(InputStream input)static ListJobsResponseListJobsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListJobsResponseListJobsResponse. parseFrom(ByteBuffer data)static ListJobsResponseListJobsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.dataplex.v1 that return types with arguments of type ListJobsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>DataplexServiceGrpc. getListJobsMethod()com.google.protobuf.Parser<ListJobsResponse>ListJobsResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListJobsResponse>DataplexServiceGrpc.DataplexServiceFutureStub. listJobs(ListJobsRequest request)Lists Jobs under the given task.com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>DataplexServiceClient. listJobsCallable()Lists Jobs under the given task.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse>DataplexServiceSettings.Builder. listJobsSettings()Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse>DataplexServiceSettings. listJobsSettings()Returns the object with the settings used for calls to listJobs.static com.google.protobuf.Parser<ListJobsResponse>ListJobsResponse. parser()Methods in com.google.cloud.dataplex.v1 with parameters of type ListJobsResponse Modifier and Type Method Description protected DataplexServiceClient.ListJobsPageDataplexServiceClient.ListJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)ListJobsResponse.BuilderListJobsResponse.Builder. mergeFrom(ListJobsResponse other)static ListJobsResponse.BuilderListJobsResponse. newBuilder(ListJobsResponse prototype)Method parameters in com.google.cloud.dataplex.v1 with type arguments of type ListJobsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DataplexServiceClient.ListJobsPagedResponse>DataplexServiceClient.ListJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)static com.google.api.core.ApiFuture<DataplexServiceClient.ListJobsPagedResponse>DataplexServiceClient.ListJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)protected DataplexServiceClient.ListJobsPageDataplexServiceClient.ListJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)com.google.api.core.ApiFuture<DataplexServiceClient.ListJobsPage>DataplexServiceClient.ListJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)com.google.api.core.ApiFuture<DataplexServiceClient.ListJobsPage>DataplexServiceClient.ListJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)default voidDataplexServiceGrpc.AsyncService. listJobs(ListJobsRequest request, io.grpc.stub.StreamObserver<ListJobsResponse> responseObserver)Lists Jobs under the given task.voidDataplexServiceGrpc.DataplexServiceStub. listJobs(ListJobsRequest request, io.grpc.stub.StreamObserver<ListJobsResponse> responseObserver)Lists Jobs under the given task. -
Uses of ListJobsResponse in com.google.cloud.dataplex.v1.stub
Methods in com.google.cloud.dataplex.v1.stub that return types with arguments of type ListJobsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>DataplexServiceStub. listJobsCallable()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>GrpcDataplexServiceStub. listJobsCallable()com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>HttpJsonDataplexServiceStub. listJobsCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse>DataplexServiceStubSettings.Builder. listJobsSettings()Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,DataplexServiceClient.ListJobsPagedResponse>DataplexServiceStubSettings. listJobsSettings()Returns the object with the settings used for calls to listJobs.
-