Class: Google::Cloud::Tasks::V2beta3::BufferTaskResponse

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#task::Google::Cloud::Tasks::V2beta3::Task

Returns The created task.

Returns:



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