lib/google/cloud/tasks/v2beta3/cloudtasks_services_pb.rb in google-cloud-tasks-v2beta3-0.12.1 vs lib/google/cloud/tasks/v2beta3/cloudtasks_services_pb.rb in google-cloud-tasks-v2beta3-0.12.2

- old
+ new

@@ -196,21 +196,9 @@ # # [RunTask][google.cloud.tasks.v2beta3.CloudTasks.RunTask] returns # [NOT_FOUND][google.rpc.Code.NOT_FOUND] when it is called on a # task that has already succeeded or permanently failed. rpc :RunTask, ::Google::Cloud::Tasks::V2beta3::RunTaskRequest, ::Google::Cloud::Tasks::V2beta3::Task - # Creates and buffers a new task without the need to explicitly define a Task - # message. The queue must have [HTTP - # target][google.cloud.tasks.v2beta3.HttpTarget]. To create the task with a - # custom ID, use the following format and set TASK_ID to your desired ID: - # projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks/TASK_ID:buffer - # To create the task with an automatically generated ID, use the following - # format: - # projects/PROJECT_ID/locations/LOCATION_ID/queues/QUEUE_ID/tasks:buffer. - # Note: This feature is in its experimental stage. You must request access to - # the API through the [Cloud Tasks BufferTask Experiment Signup - # form](https://forms.gle/X8Zr5hiXH5tTGFqh8). - rpc :BufferTask, ::Google::Cloud::Tasks::V2beta3::BufferTaskRequest, ::Google::Cloud::Tasks::V2beta3::BufferTaskResponse end Stub = Service.rpc_stub_class end end