Reference documentation and code samples for the Cloud Tasks V2beta3 API class Google::Cloud::Tasks::V2beta3::BatchCreateTasksResponse.
Response message for [BatchCreateTasks].
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#tasks
def tasks() -> ::Array<::Google::Cloud::Tasks::V2beta3::Task>
Returns
- (::Array<::Google::Cloud::Tasks::V2beta3::Task>) — The tasks that were successfully created.
#tasks=
def tasks=(value) -> ::Array<::Google::Cloud::Tasks::V2beta3::Task>
Parameter
- value (::Array<::Google::Cloud::Tasks::V2beta3::Task>) — The tasks that were successfully created.
Returns
- (::Array<::Google::Cloud::Tasks::V2beta3::Task>) — The tasks that were successfully created.