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 TaskTask.Builder. build()TaskTask.Builder. buildPartial()static TaskTask. getDefaultInstance()TaskTask.Builder. getDefaultInstanceForType()TaskTask. getDefaultInstanceForType()TaskTasksClient. getTask(GetTaskRequest request)Gets information about a Task.TaskTasksClient. getTask(TaskName name)Gets information about a Task.TaskTasksClient. getTask(String name)Gets information about a Task.TaskTasksGrpc.TasksBlockingStub. getTask(GetTaskRequest request)Gets information about a Task.TaskListTasksResponse.Builder. getTasks(int index)The resulting list of Tasks.TaskListTasksResponse. getTasks(int index)The resulting list of Tasks.TaskListTasksResponseOrBuilder. getTasks(int index)The resulting list of Tasks.static TaskTask. parseDelimitedFrom(InputStream input)static TaskTask. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskTask. parseFrom(byte[] data)static TaskTask. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskTask. parseFrom(com.google.protobuf.ByteString data)static TaskTask. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskTask. parseFrom(com.google.protobuf.CodedInputStream input)static TaskTask. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskTask. parseFrom(InputStream input)static TaskTask. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TaskTask. parseFrom(ByteBuffer data)static TaskTask. 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.BuilderListTasksResponse.Builder. addTasks(int index, Task value)The resulting list of Tasks.ListTasksResponse.BuilderListTasksResponse.Builder. addTasks(Task value)The resulting list of Tasks.Task.BuilderTask.Builder. mergeFrom(Task other)static Task.BuilderTask. newBuilder(Task prototype)ListTasksResponse.BuilderListTasksResponse.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.BuilderListTasksResponse.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.ListTasksPageTasksClient.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 voidTasksGrpc.AsyncService. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Gets information about a Task.voidTasksGrpc.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.
-