Class: Google::Cloud::Tasks::V2beta3::BufferTaskRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta3::BufferTaskRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb
Overview
Request message for BufferTask.
Instance Attribute Summary collapse
-
#body ⇒ ::Google::Api::HttpBody
Optional.
-
#queue ⇒ ::String
Required.
-
#task_id ⇒ ::String
Optional.
Instance Attribute Details
#body ⇒ ::Google::Api::HttpBody
Returns Optional. Body of the HTTP request.
The body can take any generic value. The value is written to the [HttpRequest][payload] of the [Task].
412 413 414 415 |
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 412 class BufferTaskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#queue ⇒ ::String
Returns Required. The parent queue name. For example: projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID`
The queue must already exist.
412 413 414 415 |
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 412 class BufferTaskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#task_id ⇒ ::String
Returns Optional. Task ID for the task being created. If not provided, a random task ID is assigned to the task.
412 413 414 415 |
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 412 class BufferTaskRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |