lib/google/cloud/tasks/v2beta3/cloudtasks_services_pb.rb in google-cloud-tasks-0.7.1 vs lib/google/cloud/tasks/v2beta3/cloudtasks_services_pb.rb in google-cloud-tasks-1.0.0

- old
+ new

@@ -49,12 +49,13 @@ # it was dispatched or not. # # WARNING: Using this method may have unintended side effects if you are # using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. # Read - # [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - # before using this method. + # [Overview of Queue Management and + # queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + # this method. rpc :CreateQueue, CreateQueueRequest, Queue # Updates a queue. # # This method creates the queue if it does not exist and updates # the queue if it does exist. @@ -64,12 +65,13 @@ # it was dispatched or not. # # WARNING: Using this method may have unintended side effects if you are # using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. # Read - # [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - # before using this method. + # [Overview of Queue Management and + # queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + # this method. rpc :UpdateQueue, UpdateQueueRequest, Queue # Deletes a queue. # # This command will delete the queue even if it has tasks in it. # @@ -77,12 +79,13 @@ # for 7 days. # # WARNING: Using this method may have unintended side effects if you are # using an App Engine `queue.yaml` or `queue.xml` file to manage your queues. # Read - # [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) - # before using this method. + # [Overview of Queue Management and + # queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using + # this method. rpc :DeleteQueue, DeleteQueueRequest, Google::Protobuf::Empty # Purges a queue by deleting all of its tasks. # # All tasks created before this method is called are permanently deleted. # @@ -106,11 +109,12 @@ # will be set to [RUNNING][google.cloud.tasks.v2beta3.Queue.State.RUNNING]. # # WARNING: Resuming many high-QPS queues at the same time can # lead to target overloading. If you are resuming high-QPS # queues, follow the 500/50/5 pattern described in - # [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). + # [Managing Cloud Tasks Scaling + # Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling). rpc :ResumeQueue, ResumeQueueRequest, Queue # Gets the access control policy for a [Queue][google.cloud.tasks.v2beta3.Queue]. # Returns an empty policy if the resource exists and does not have a policy # set. # @@ -154,11 +158,10 @@ rpc :GetTask, GetTaskRequest, Task # Creates a task and adds it to a queue. # # Tasks cannot be updated after creation; there is no UpdateTask command. # - # * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum task size is - # 100KB. + # * The maximum task size is 100KB. rpc :CreateTask, CreateTaskRequest, Task # Deletes a task. # # A task can be deleted if it is scheduled or dispatched. A task # cannot be deleted if it has executed successfully or permanently