Uses of Class
com.google.cloud.run.v2.ListTasksResponse
-
Packages that use ListTasksResponse Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of ListTasksResponse in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return ListTasksResponse Modifier and Type Method Description ListTasksResponse
ListTasksResponse.Builder. build()
ListTasksResponse
ListTasksResponse.Builder. buildPartial()
static ListTasksResponse
ListTasksResponse. getDefaultInstance()
ListTasksResponse
ListTasksResponse.Builder. getDefaultInstanceForType()
ListTasksResponse
ListTasksResponse. getDefaultInstanceForType()
ListTasksResponse
TasksGrpc.TasksBlockingStub. listTasks(ListTasksRequest request)
Lists Tasks from an Execution of a Job.static ListTasksResponse
ListTasksResponse. parseDelimitedFrom(InputStream input)
static ListTasksResponse
ListTasksResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTasksResponse
ListTasksResponse. parseFrom(byte[] data)
static ListTasksResponse
ListTasksResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTasksResponse
ListTasksResponse. parseFrom(com.google.protobuf.ByteString data)
static ListTasksResponse
ListTasksResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTasksResponse
ListTasksResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListTasksResponse
ListTasksResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTasksResponse
ListTasksResponse. parseFrom(InputStream input)
static ListTasksResponse
ListTasksResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListTasksResponse
ListTasksResponse. parseFrom(ByteBuffer data)
static ListTasksResponse
ListTasksResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.run.v2 that return types with arguments of type ListTasksResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListTasksRequest,ListTasksResponse>
TasksGrpc. getListTasksMethod()
com.google.protobuf.Parser<ListTasksResponse>
ListTasksResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListTasksResponse>
TasksGrpc.TasksFutureStub. listTasks(ListTasksRequest request)
Lists Tasks from an Execution of a Job.com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
TasksClient. listTasksCallable()
Lists Tasks from an Execution of a Job.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse>
TasksSettings.Builder. listTasksSettings()
Returns the builder for the settings used for calls to listTasks.com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse>
TasksSettings. listTasksSettings()
Returns the object with the settings used for calls to listTasks.static com.google.protobuf.Parser<ListTasksResponse>
ListTasksResponse. parser()
Methods in com.google.cloud.run.v2 with parameters of type ListTasksResponse Modifier and Type Method Description protected TasksClient.ListTasksPage
TasksClient.ListTasksPage. createPage(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, ListTasksResponse response)
ListTasksResponse.Builder
ListTasksResponse.Builder. mergeFrom(ListTasksResponse other)
static ListTasksResponse.Builder
ListTasksResponse. newBuilder(ListTasksResponse prototype)
Method parameters in com.google.cloud.run.v2 with type arguments of type ListTasksResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<TasksClient.ListTasksPagedResponse>
TasksClient.ListTasksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)
static com.google.api.core.ApiFuture<TasksClient.ListTasksPagedResponse>
TasksClient.ListTasksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)
protected TasksClient.ListTasksPage
TasksClient.ListTasksPage. createPage(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, ListTasksResponse response)
com.google.api.core.ApiFuture<TasksClient.ListTasksPage>
TasksClient.ListTasksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)
com.google.api.core.ApiFuture<TasksClient.ListTasksPage>
TasksClient.ListTasksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)
default void
TasksGrpc.AsyncService. listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver)
Lists Tasks from an Execution of a Job.void
TasksGrpc.TasksStub. listTasks(ListTasksRequest request, io.grpc.stub.StreamObserver<ListTasksResponse> responseObserver)
Lists Tasks from an Execution of a Job. -
Uses of ListTasksResponse in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type ListTasksResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
GrpcTasksStub. listTasksCallable()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
HttpJsonTasksStub. listTasksCallable()
com.google.api.gax.rpc.UnaryCallable<ListTasksRequest,ListTasksResponse>
TasksStub. listTasksCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse>
TasksStubSettings.Builder. listTasksSettings()
Returns the builder for the settings used for calls to listTasks.com.google.api.gax.rpc.PagedCallSettings<ListTasksRequest,ListTasksResponse,TasksClient.ListTasksPagedResponse>
TasksStubSettings. listTasksSettings()
Returns the object with the settings used for calls to listTasks.
-