Class: Google::Cloud::Tasks::V2beta3::BufferTaskResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Tasks::V2beta3::BufferTaskResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb
Overview
Response message for BufferTask.
Instance Attribute Summary collapse
-
#task ⇒ ::Google::Cloud::Tasks::V2beta3::Task
The created task.
Instance Attribute Details
#task ⇒ ::Google::Cloud::Tasks::V2beta3::Task
Returns The created task.
422 423 424 425 |
# File 'proto_docs/google/cloud/tasks/v2beta3/cloudtasks.rb', line 422 class BufferTaskResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |