Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generation refresh - Cloud Tasks #3453

Merged
merged 1 commit into from
Jul 12, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ public void getQueue(com.google.cloud.tasks.v2beta2.GetQueueRequest request,
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand All @@ -853,7 +853,7 @@ public void createQueue(com.google.cloud.tasks.v2beta2.CreateQueueRequest reques
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand All @@ -871,7 +871,7 @@ public void updateQueue(com.google.cloud.tasks.v2beta2.UpdateQueueRequest reques
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand Down Expand Up @@ -919,7 +919,7 @@ public void pauseQueue(com.google.cloud.tasks.v2beta2.PauseQueueRequest request,
* 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](/cloud-tasks/pdfs/managing-cloud-tasks-scaling-risks-2017-06-05.pdf).
* [Managing Cloud Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling).
* </pre>
*/
public void resumeQueue(com.google.cloud.tasks.v2beta2.ResumeQueueRequest request,
Expand Down Expand Up @@ -1330,7 +1330,7 @@ public void getQueue(com.google.cloud.tasks.v2beta2.GetQueueRequest request,
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand All @@ -1351,7 +1351,7 @@ public void createQueue(com.google.cloud.tasks.v2beta2.CreateQueueRequest reques
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand All @@ -1370,7 +1370,7 @@ public void updateQueue(com.google.cloud.tasks.v2beta2.UpdateQueueRequest reques
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand Down Expand Up @@ -1421,7 +1421,7 @@ public void pauseQueue(com.google.cloud.tasks.v2beta2.PauseQueueRequest request,
* 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](/cloud-tasks/pdfs/managing-cloud-tasks-scaling-risks-2017-06-05.pdf).
* [Managing Cloud Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling).
* </pre>
*/
public void resumeQueue(com.google.cloud.tasks.v2beta2.ResumeQueueRequest request,
Expand Down Expand Up @@ -1698,7 +1698,7 @@ public com.google.cloud.tasks.v2beta2.Queue getQueue(com.google.cloud.tasks.v2be
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand All @@ -1718,7 +1718,7 @@ public com.google.cloud.tasks.v2beta2.Queue createQueue(com.google.cloud.tasks.v
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand All @@ -1736,7 +1736,7 @@ public com.google.cloud.tasks.v2beta2.Queue updateQueue(com.google.cloud.tasks.v
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand Down Expand Up @@ -1784,7 +1784,7 @@ public com.google.cloud.tasks.v2beta2.Queue pauseQueue(com.google.cloud.tasks.v2
* 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](/cloud-tasks/pdfs/managing-cloud-tasks-scaling-risks-2017-06-05.pdf).
* [Managing Cloud Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling).
* </pre>
*/
public com.google.cloud.tasks.v2beta2.Queue resumeQueue(com.google.cloud.tasks.v2beta2.ResumeQueueRequest request) {
Expand Down Expand Up @@ -2050,7 +2050,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand All @@ -2071,7 +2071,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand All @@ -2090,7 +2090,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks
* 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](/cloud-tasks/docs/queue-yaml)
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
* before using this method.
* </pre>
*/
Expand Down Expand Up @@ -2141,7 +2141,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks
* 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](/cloud-tasks/pdfs/managing-cloud-tasks-scaling-risks-2017-06-05.pdf).
* [Managing Cloud Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling).
* </pre>
*/
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2beta2.Queue> resumeQueue(
Expand Down
Loading