Uses of Class
com.google.cloud.batch.v1alpha.GetTaskRequest
-
Packages that use GetTaskRequest Package Description com.google.cloud.batch.v1alpha A client to Batch APIcom.google.cloud.batch.v1alpha.stub -
-
Uses of GetTaskRequest in com.google.cloud.batch.v1alpha
Methods in com.google.cloud.batch.v1alpha that return GetTaskRequest Modifier and Type Method Description GetTaskRequestGetTaskRequest.Builder. build()GetTaskRequestGetTaskRequest.Builder. buildPartial()static GetTaskRequestGetTaskRequest. getDefaultInstance()GetTaskRequestGetTaskRequest.Builder. getDefaultInstanceForType()GetTaskRequestGetTaskRequest. getDefaultInstanceForType()static GetTaskRequestGetTaskRequest. parseDelimitedFrom(InputStream input)static GetTaskRequestGetTaskRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTaskRequestGetTaskRequest. parseFrom(byte[] data)static GetTaskRequestGetTaskRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTaskRequestGetTaskRequest. parseFrom(com.google.protobuf.ByteString data)static GetTaskRequestGetTaskRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTaskRequestGetTaskRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetTaskRequestGetTaskRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTaskRequestGetTaskRequest. parseFrom(InputStream input)static GetTaskRequestGetTaskRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetTaskRequestGetTaskRequest. parseFrom(ByteBuffer data)static GetTaskRequestGetTaskRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.batch.v1alpha that return types with arguments of type GetTaskRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetTaskRequest,Task>BatchServiceGrpc. getGetTaskMethod()com.google.protobuf.Parser<GetTaskRequest>GetTaskRequest. getParserForType()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.static com.google.protobuf.Parser<GetTaskRequest>GetTaskRequest. parser()Methods in com.google.cloud.batch.v1alpha with parameters of type GetTaskRequest Modifier and Type Method Description TaskBatchServiceClient. getTask(GetTaskRequest request)Return a single Task.default voidBatchServiceGrpc.AsyncService. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Return a single Task.TaskBatchServiceGrpc.BatchServiceBlockingStub. getTask(GetTaskRequest request)Return a single Task.com.google.common.util.concurrent.ListenableFuture<Task>BatchServiceGrpc.BatchServiceFutureStub. getTask(GetTaskRequest request)Return a single Task.voidBatchServiceGrpc.BatchServiceStub. getTask(GetTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)Return a single Task.GetTaskRequest.BuilderGetTaskRequest.Builder. mergeFrom(GetTaskRequest other)static GetTaskRequest.BuilderGetTaskRequest. newBuilder(GetTaskRequest prototype) -
Uses of GetTaskRequest in com.google.cloud.batch.v1alpha.stub
Methods in com.google.cloud.batch.v1alpha.stub that return types with arguments of type GetTaskRequest 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.
-