Uses of Class
com.google.cloud.batch.v1.Task
-
Packages that use Task Package Description com.google.cloud.batch.v1 A client to Batch APIcom.google.cloud.batch.v1.stub -
-
Uses of Task in com.google.cloud.batch.v1
Methods in com.google.cloud.batch.v1 that return Task Modifier and Type Method Description TaskTask.Builder. build()TaskTask.Builder. buildPartial()static TaskTask. getDefaultInstance()TaskTask.Builder. getDefaultInstanceForType()TaskTask. getDefaultInstanceForType()TaskBatchServiceClient. getTask(GetTaskRequest request)Return a single Task.TaskBatchServiceClient. getTask(TaskName name)Return a single Task.TaskBatchServiceClient. getTask(String name)Return a single Task.TaskBatchServiceGrpc.BatchServiceBlockingStub. getTask(GetTaskRequest request)Return a single Task.TaskListTasksResponse.Builder. getTasks(int index)Tasks.TaskListTasksResponse. getTasks(int index)Tasks.TaskListTasksResponseOrBuilder. getTasks(int index)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.batch.v1 that return types with arguments of type Task Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTaskRequest,Task>BatchServiceGrpc. getGetTaskMethod()com.google.protobuf.Parser<Task>Task. getParserForType()com.google.common.util.concurrent.ListenableFuture<Task>BatchServiceGrpc.BatchServiceFutureStub. getTask(GetTaskRequest request)Return a single Task.com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>BatchServiceClient. getTaskCallable()Return a single Task.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaskRequest,Task>BatchServiceSettings.Builder. getTaskSettings()Returns the builder for the settings used for calls to getTask.com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task>BatchServiceSettings. getTaskSettings()Returns the object with the settings used for calls to getTask.List<Task>ListTasksResponse.Builder. getTasksList()Tasks.List<Task>ListTasksResponse. getTasksList()Tasks.List<Task>ListTasksResponseOrBuilder. getTasksList()Tasks.static com.google.protobuf.Parser<Task>Task. parser()Methods in com.google.cloud.batch.v1 with parameters of type Task Modifier and Type Method Description ListTasksResponse.BuilderListTasksResponse.Builder. addTasks(int index, Task value)Tasks.ListTasksResponse.BuilderListTasksResponse.Builder. addTasks(Task value)Tasks.Task.BuilderTask.Builder. mergeFrom(Task other)static Task.BuilderTask. newBuilder(Task prototype)ListTasksResponse.BuilderListTasksResponse.Builder. setTasks(int index, Task value)Tasks.Method parameters in com.google.cloud.batch.v1 with type arguments of type Task Modifier and Type Method Description ListTasksResponse.BuilderListTasksResponse.Builder. addAllTasks(Iterable<? extends Task> values)Tasks.static com.google.api.core.ApiFuture<BatchServiceClient.ListTasksPagedResponse>BatchServiceClient.ListTasksPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)protected BatchServiceClient.ListTasksPageBatchServiceClient.ListTasksPage. createPage(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, ListTasksResponse response)com.google.api.core.ApiFuture<BatchServiceClient.ListTasksPage>BatchServiceClient.ListTasksPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTasksRequest,ListTasksResponse,Task> context, com.google.api.core.ApiFuture<ListTasksResponse> futureResponse)default voidBatchServiceGrpc.AsyncService. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Return a single Task.voidBatchServiceGrpc.BatchServiceStub. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Return a single Task. -
Uses of Task in com.google.cloud.batch.v1.stub
Methods in com.google.cloud.batch.v1.stub that return types with arguments of type Task Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>BatchServiceStub. getTaskCallable()com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>GrpcBatchServiceStub. getTaskCallable()com.google.api.gax.rpc.UnaryCallable<GetTaskRequest,Task>HttpJsonBatchServiceStub. getTaskCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetTaskRequest,Task>BatchServiceStubSettings.Builder. getTaskSettings()Returns the builder for the settings used for calls to getTask.com.google.api.gax.rpc.UnaryCallSettings<GetTaskRequest,Task>BatchServiceStubSettings. getTaskSettings()Returns the object with the settings used for calls to getTask.
-