Uses of Class
com.google.cloud.batch.v1alpha.Task
-
Packages that use Task Package Description com.google.cloud.batch.v1alpha A client to Batch APIcom.google.cloud.batch.v1alpha.stub -
-
Uses of Task in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha 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
BatchServiceClient. getTask(GetTaskRequest request)
Return a single Task.Task
BatchServiceClient. getTask(TaskName name)
Return a single Task.Task
BatchServiceClient. getTask(String name)
Return a single Task.Task
BatchServiceGrpc.BatchServiceBlockingStub. getTask(GetTaskRequest request)
Return a single Task.Task
ListTasksResponse.Builder. getTasks(int index)
Tasks.Task
ListTasksResponse. getTasks(int index)
Tasks.Task
ListTasksResponseOrBuilder. getTasks(int index)
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.batch.v1alpha 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.v1alpha with parameters of type Task Modifier and Type Method Description ListTasksResponse.Builder
ListTasksResponse.Builder. addTasks(int index, Task value)
Tasks.ListTasksResponse.Builder
ListTasksResponse.Builder. addTasks(Task value)
Tasks.Task.Builder
Task.Builder. mergeFrom(Task other)
static Task.Builder
Task. newBuilder(Task prototype)
ListTasksResponse.Builder
ListTasksResponse.Builder. setTasks(int index, Task value)
Tasks.Method parameters in com.google.cloud.batch.v1alpha with type arguments of type Task Modifier and Type Method Description ListTasksResponse.Builder
ListTasksResponse.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.ListTasksPage
BatchServiceClient.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 void
BatchServiceGrpc.AsyncService. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)
Return a single Task.void
BatchServiceGrpc.BatchServiceStub. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)
Return a single Task. -
Uses of Task in com.google.cloud.batch.v1alpha.stub
Methods in com.google.cloud.batch.v1alpha.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.
-