Class: Google::Cloud::Tasks::V2beta3::RunTaskRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta3::RunTaskRequest
- Defined in:
- lib/google/cloud/tasks/v2beta3/doc/google/cloud/tasks/v2beta3/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::V2beta3::Task::View
The response_view specifies which subset of the Task will be returned.
Instance Attribute Details
#name ⇒ String
336 |
# File 'lib/google/cloud/tasks/v2beta3/doc/google/cloud/tasks/v2beta3/cloudtasks.rb', line 336 class RunTaskRequest; end |
#response_view ⇒ Google::Cloud::Tasks::V2beta3::Task::View
336 |
# File 'lib/google/cloud/tasks/v2beta3/doc/google/cloud/tasks/v2beta3/cloudtasks.rb', line 336 class RunTaskRequest; end |