ProjectsLocationsQueuesTasksResource class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
buffer(BufferTaskRequest request, String queue, String taskId, {String? $fields})
→ Future<BufferTaskResponse>
-
Creates and buffers a new task without the need to explicitly define a
Task message.
-
create(CreateTaskRequest request, String parent, {String? $fields})
→ Future<Task>
-
Creates a task and adds it to a queue.
-
delete(String name, {String? $fields})
→ Future<Empty>
-
Deletes a task.
-
get(String name, {String? responseView, String? $fields})
→ Future<Task>
-
Gets a task.
-
list(String parent, {int? pageSize, String? pageToken, String? responseView, String? $fields})
→ Future<ListTasksResponse>
-
Lists the tasks in a queue.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
run(RunTaskRequest request, String name, {String? $fields})
→ Future<Task>
-
Forces a task to run now.
-
toString()
→ String
-
A string representation of this object.
inherited