Uses of Class
com.google.cloud.run.v2.Task
-
Packages that use Task Package Description com.google.cloud.run.v2 A client to Cloud Run Admin APIcom.google.cloud.run.v2.stub -
-
Uses of Task in com.google.cloud.run.v2
Methods in com.google.cloud.run.v2 that return Task Modifier and Type Method Description Task
Task.Builder. build()
Task
Task.Builder. buildPartial()
static Task
Task. getDefaultInstance()
Task
Task.Builder. getDefaultInstanceForType()
Task
Task. getDefaultInstanceForType()
Task
TasksClient. getTask(GetTaskRequest request)
Gets information about a Task.Task
TasksClient. getTask(TaskName name)
Gets information about a Task.Task
TasksClient. getTask(String name)
Gets information about a Task.Task
TasksGrpc.TasksBlockingStub. getTask(GetTaskRequest request)
Gets information about a Task.Task
ListTasksResponse.Builder. getTasks(int index)
The resulting list of Tasks.Task
ListTasksResponse. getTasks(int index)
The resulting list of Tasks.Task
ListTasksResponseOrBuilder. getTasks(int index)
The resulting list of Tasks.static Task
Task. parseDelimitedFrom(InputStream input)
static Task
Task. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Task
Task. parseFrom(byte[] data)
static Task
Task. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Task
Task. parseFrom(com.google.protobuf.ByteString data)
static Task
Task. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Task
Task. parseFrom(com.google.protobuf.CodedInputStream input)
static Task
Task. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Task
Task. parseFrom(InputStream input)
static Task
Task. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Task
Task. parseFrom(ByteBuffer data)
static Task
Task. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.run.v2 that return types with arguments of type Task Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTaskRequest,Task>
TasksGrpc. getGetTaskMethod()
com.google.protobuf.Parser<Task>
Task. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Task>
TasksGrpc.TasksFutureStub. getTask(GetTaskRequest request)
Gets information about a Task.com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>
TasksClient. getTaskCallable()
Gets information about a Task.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaskRequest,Task>
TasksSettings.Builder. getTaskSettings()
Returns the builder for the settings used for calls to getTask.com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task>
TasksSettings. getTaskSettings()
Returns the object with the settings used for calls to getTask.List<Task>
ListTasksResponse.Builder. getTasksList()
The resulting list of Tasks.List<Task>
ListTasksResponse. getTasksList()
The resulting list of Tasks.List<Task>
ListTasksResponseOrBuilder. getTasksList()
The resulting list of Tasks.static com.google.protobuf.Parser<Task>
Task. parser()
Methods in com.google.cloud.run.v2 with parameters of type Task Modifier and Type Method Description ListTasksResponse.Builder
ListTasksResponse.Builder. addTasks(int index, Task value)
The resulting list of Tasks.ListTasksResponse.Builder
ListTasksResponse.Builder. addTasks(Task value)
The resulting list of Tasks.Task.Builder
Task.Builder. mergeFrom(Task other)
static Task.Builder
Task. newBuilder(Task prototype)
ListTasksResponse.Builder
ListTasksResponse.Builder. setTasks(int index, Task value)
The resulting list of Tasks.Method parameters in com.google.cloud.run.v2 with type arguments of type Task Modifier and Type Method Description ListTasksResponse.Builder
ListTasksResponse.Builder. addAllTasks(Iterable<? extends Task> values)
The resulting list of Tasks.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)
default void
TasksGrpc.AsyncService. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)
Gets information about a Task.void
TasksGrpc.TasksStub. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)
Gets information about a Task. -
Uses of Task in com.google.cloud.run.v2.stub
Methods in com.google.cloud.run.v2.stub that return types with arguments of type Task Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>
GrpcTasksStub. getTaskCallable()
com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>
HttpJsonTasksStub. getTaskCallable()
com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>
TasksStub. getTaskCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaskRequest,Task>
TasksStubSettings.Builder. getTaskSettings()
Returns the builder for the settings used for calls to getTask.com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task>
TasksStubSettings. getTaskSettings()
Returns the object with the settings used for calls to getTask.
-