Uses of Class
com.google.cloud.dataproc.v1.ListJobsResponse
-
Packages that use ListJobsResponse Package Description com.google.cloud.dataproc.v1 A client to Cloud Dataproc APIcom.google.cloud.dataproc.v1.stub -
-
Uses of ListJobsResponse in com.google.cloud.dataproc.v1
Methods in com.google.cloud.dataproc.v1 that return ListJobsResponse Modifier and Type Method Description ListJobsResponse
ListJobsResponse.Builder. build()
ListJobsResponse
ListJobsResponse.Builder. buildPartial()
static ListJobsResponse
ListJobsResponse. getDefaultInstance()
ListJobsResponse
ListJobsResponse.Builder. getDefaultInstanceForType()
ListJobsResponse
ListJobsResponse. getDefaultInstanceForType()
ListJobsResponse
JobControllerGrpc.JobControllerBlockingStub. listJobs(ListJobsRequest request)
Lists regions/{region}/jobs in a project.static ListJobsResponse
ListJobsResponse. parseDelimitedFrom(InputStream input)
static ListJobsResponse
ListJobsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobsResponse
ListJobsResponse. parseFrom(byte[] data)
static ListJobsResponse
ListJobsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobsResponse
ListJobsResponse. parseFrom(com.google.protobuf.ByteString data)
static ListJobsResponse
ListJobsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobsResponse
ListJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListJobsResponse
ListJobsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobsResponse
ListJobsResponse. parseFrom(InputStream input)
static ListJobsResponse
ListJobsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListJobsResponse
ListJobsResponse. parseFrom(ByteBuffer data)
static ListJobsResponse
ListJobsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.dataproc.v1 that return types with arguments of type ListJobsResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListJobsRequest,ListJobsResponse>
JobControllerGrpc. getListJobsMethod()
com.google.protobuf.Parser<ListJobsResponse>
ListJobsResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListJobsResponse>
JobControllerGrpc.JobControllerFutureStub. listJobs(ListJobsRequest request)
Lists regions/{region}/jobs in a project.com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>
JobControllerClient. listJobsCallable()
Lists regions/{region}/jobs in a project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse>
JobControllerSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse>
JobControllerSettings. 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.dataproc.v1 with parameters of type ListJobsResponse Modifier and Type Method Description protected JobControllerClient.ListJobsPage
JobControllerClient.ListJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
ListJobsResponse.Builder
ListJobsResponse.Builder. mergeFrom(ListJobsResponse other)
static ListJobsResponse.Builder
ListJobsResponse. newBuilder(ListJobsResponse prototype)
Method parameters in com.google.cloud.dataproc.v1 with type arguments of type ListJobsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<JobControllerClient.ListJobsPagedResponse>
JobControllerClient.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<JobControllerClient.ListJobsPagedResponse>
JobControllerClient.ListJobsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
protected JobControllerClient.ListJobsPage
JobControllerClient.ListJobsPage. createPage(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, ListJobsResponse response)
com.google.api.core.ApiFuture<JobControllerClient.ListJobsPage>
JobControllerClient.ListJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
com.google.api.core.ApiFuture<JobControllerClient.ListJobsPage>
JobControllerClient.ListJobsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListJobsRequest,ListJobsResponse,Job> context, com.google.api.core.ApiFuture<ListJobsResponse> futureResponse)
default void
JobControllerGrpc.AsyncService. listJobs(ListJobsRequest request, io.grpc.stub.StreamObserver<ListJobsResponse> responseObserver)
Lists regions/{region}/jobs in a project.void
JobControllerGrpc.JobControllerStub. listJobs(ListJobsRequest request, io.grpc.stub.StreamObserver<ListJobsResponse> responseObserver)
Lists regions/{region}/jobs in a project. -
Uses of ListJobsResponse in com.google.cloud.dataproc.v1.stub
Methods in com.google.cloud.dataproc.v1.stub that return types with arguments of type ListJobsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>
GrpcJobControllerStub. listJobsCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>
HttpJsonJobControllerStub. listJobsCallable()
com.google.api.gax.rpc.UnaryCallable<ListJobsRequest,ListJobsResponse>
JobControllerStub. listJobsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse>
JobControllerStubSettings.Builder. listJobsSettings()
Returns the builder for the settings used for calls to listJobs.com.google.api.gax.rpc.PagedCallSettings<ListJobsRequest,ListJobsResponse,JobControllerClient.ListJobsPagedResponse>
JobControllerStubSettings. listJobsSettings()
Returns the object with the settings used for calls to listJobs.
-