Class: Google::Cloud::Tasks::V2::CreateTaskRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2::CreateTaskRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2/cloudtasks.rb
Overview
Request message for CreateTask.
Instance Attribute Summary collapse
-
#parent ⇒ ::String
Required.
-
#response_view ⇒ ::Google::Cloud::Tasks::V2::Task::View
The response_view specifies which subset of the Task will be returned.
-
#task ⇒ ::Google::Cloud::Tasks::V2::Task
Required.
Instance Attribute Details
#parent ⇒ ::String
318 319 320 321 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 318 class CreateTaskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#response_view ⇒ ::Google::Cloud::Tasks::V2::Task::View
318 319 320 321 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 318 class CreateTaskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#task ⇒ ::Google::Cloud::Tasks::V2::Task
318 319 320 321 |
# File 'proto_docs/google/cloud/tasks/v2/cloudtasks.rb', line 318 class CreateTaskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |