Uses of Class
com.google.cloud.tasks.v2.RunTaskRequest
-
Packages that use RunTaskRequest Package Description com.google.cloud.tasks.v2 A client to Cloud Tasks APIcom.google.cloud.tasks.v2.stub -
-
Uses of RunTaskRequest in com.google.cloud.tasks.v2
Methods in com.google.cloud.tasks.v2 that return RunTaskRequest Modifier and Type Method Description RunTaskRequest
RunTaskRequest.Builder. build()
RunTaskRequest
RunTaskRequest.Builder. buildPartial()
static RunTaskRequest
RunTaskRequest. getDefaultInstance()
RunTaskRequest
RunTaskRequest.Builder. getDefaultInstanceForType()
RunTaskRequest
RunTaskRequest. getDefaultInstanceForType()
static RunTaskRequest
RunTaskRequest. parseDelimitedFrom(InputStream input)
static RunTaskRequest
RunTaskRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTaskRequest
RunTaskRequest. parseFrom(byte[] data)
static RunTaskRequest
RunTaskRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTaskRequest
RunTaskRequest. parseFrom(com.google.protobuf.ByteString data)
static RunTaskRequest
RunTaskRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTaskRequest
RunTaskRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RunTaskRequest
RunTaskRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTaskRequest
RunTaskRequest. parseFrom(InputStream input)
static RunTaskRequest
RunTaskRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RunTaskRequest
RunTaskRequest. parseFrom(ByteBuffer data)
static RunTaskRequest
RunTaskRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.tasks.v2 that return types with arguments of type RunTaskRequest Modifier and Type Method Description com.google.protobuf.Parser<RunTaskRequest>
RunTaskRequest. getParserForType()
static io.grpc.MethodDescriptor<RunTaskRequest,Task>
CloudTasksGrpc. getRunTaskMethod()
static com.google.protobuf.Parser<RunTaskRequest>
RunTaskRequest. parser()
com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,Task>
CloudTasksClient. runTaskCallable()
Forces a task to run now.com.google.api.gax.rpc.UnaryCallSettings.Builder<RunTaskRequest,Task>
CloudTasksSettings.Builder. runTaskSettings()
Returns the builder for the settings used for calls to runTask.com.google.api.gax.rpc.UnaryCallSettings<RunTaskRequest,Task>
CloudTasksSettings. runTaskSettings()
Returns the object with the settings used for calls to runTask.Methods in com.google.cloud.tasks.v2 with parameters of type RunTaskRequest Modifier and Type Method Description RunTaskRequest.Builder
RunTaskRequest.Builder. mergeFrom(RunTaskRequest other)
static RunTaskRequest.Builder
RunTaskRequest. newBuilder(RunTaskRequest prototype)
Task
CloudTasksClient. runTask(RunTaskRequest request)
Forces a task to run now.default void
CloudTasksGrpc.AsyncService. runTask(RunTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)
Forces a task to run now.Task
CloudTasksGrpc.CloudTasksBlockingStub. runTask(RunTaskRequest request)
Forces a task to run now.com.google.common.util.concurrent.ListenableFuture<Task>
CloudTasksGrpc.CloudTasksFutureStub. runTask(RunTaskRequest request)
Forces a task to run now.void
CloudTasksGrpc.CloudTasksStub. runTask(RunTaskRequest request, io.grpc.stub.StreamObserver<Task> responseObserver)
Forces a task to run now. -
Uses of RunTaskRequest in com.google.cloud.tasks.v2.stub
Methods in com.google.cloud.tasks.v2.stub that return types with arguments of type RunTaskRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,Task>
CloudTasksStub. runTaskCallable()
com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,Task>
GrpcCloudTasksStub. runTaskCallable()
com.google.api.gax.rpc.UnaryCallable<RunTaskRequest,Task>
HttpJsonCloudTasksStub. runTaskCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RunTaskRequest,Task>
CloudTasksStubSettings.Builder. runTaskSettings()
Returns the builder for the settings used for calls to runTask.com.google.api.gax.rpc.UnaryCallSettings<RunTaskRequest,Task>
CloudTasksStubSettings. runTaskSettings()
Returns the object with the settings used for calls to runTask.
-