Class: Google::Cloud::Tasks::V2beta2::RunTaskRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta2::RunTaskRequest
- Defined in:
- lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/cloudtasks.rb
Overview
Request message for forcing a task to run now using RunTask.
Instance Attribute Summary collapse
-
#name ⇒ String
Required.
-
#response_view ⇒ Google::Cloud::Tasks::V2beta2::Task::View
The response_view specifies which subset of the Task will be returned.
Instance Attribute Details
#name ⇒ String
541 |
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/cloudtasks.rb', line 541 class RunTaskRequest; end |
#response_view ⇒ Google::Cloud::Tasks::V2beta2::Task::View
541 |
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/cloudtasks.rb', line 541 class RunTaskRequest; end |