Skip to content

Commit af413a1

Browse files
Generation refresh - Cloud Tasks (#3453)
1 parent 53c155f commit af413a1

File tree

9 files changed

+154
-361
lines changed

9 files changed

+154
-361
lines changed

google-api-grpc/grpc-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksGrpc.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ public void getQueue(com.google.cloud.tasks.v2beta2.GetQueueRequest request,
833833
* WARNING: Using this method may have unintended side effects if you are
834834
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
835835
* Read
836-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
836+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
837837
* before using this method.
838838
* </pre>
839839
*/
@@ -853,7 +853,7 @@ public void createQueue(com.google.cloud.tasks.v2beta2.CreateQueueRequest reques
853853
* WARNING: Using this method may have unintended side effects if you are
854854
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
855855
* Read
856-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
856+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
857857
* before using this method.
858858
* </pre>
859859
*/
@@ -871,7 +871,7 @@ public void updateQueue(com.google.cloud.tasks.v2beta2.UpdateQueueRequest reques
871871
* WARNING: Using this method may have unintended side effects if you are
872872
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
873873
* Read
874-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
874+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
875875
* before using this method.
876876
* </pre>
877877
*/
@@ -919,7 +919,7 @@ public void pauseQueue(com.google.cloud.tasks.v2beta2.PauseQueueRequest request,
919919
* WARNING: Resuming many high-QPS queues at the same time can
920920
* lead to target overloading. If you are resuming high-QPS
921921
* queues, follow the 500/50/5 pattern described in
922-
* [Managing Cloud Tasks Scaling Risks](/cloud-tasks/pdfs/managing-cloud-tasks-scaling-risks-2017-06-05.pdf).
922+
* [Managing Cloud Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling).
923923
* </pre>
924924
*/
925925
public void resumeQueue(com.google.cloud.tasks.v2beta2.ResumeQueueRequest request,
@@ -1330,7 +1330,7 @@ public void getQueue(com.google.cloud.tasks.v2beta2.GetQueueRequest request,
13301330
* WARNING: Using this method may have unintended side effects if you are
13311331
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
13321332
* Read
1333-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
1333+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
13341334
* before using this method.
13351335
* </pre>
13361336
*/
@@ -1351,7 +1351,7 @@ public void createQueue(com.google.cloud.tasks.v2beta2.CreateQueueRequest reques
13511351
* WARNING: Using this method may have unintended side effects if you are
13521352
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
13531353
* Read
1354-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
1354+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
13551355
* before using this method.
13561356
* </pre>
13571357
*/
@@ -1370,7 +1370,7 @@ public void updateQueue(com.google.cloud.tasks.v2beta2.UpdateQueueRequest reques
13701370
* WARNING: Using this method may have unintended side effects if you are
13711371
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
13721372
* Read
1373-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
1373+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
13741374
* before using this method.
13751375
* </pre>
13761376
*/
@@ -1421,7 +1421,7 @@ public void pauseQueue(com.google.cloud.tasks.v2beta2.PauseQueueRequest request,
14211421
* WARNING: Resuming many high-QPS queues at the same time can
14221422
* lead to target overloading. If you are resuming high-QPS
14231423
* queues, follow the 500/50/5 pattern described in
1424-
* [Managing Cloud Tasks Scaling Risks](/cloud-tasks/pdfs/managing-cloud-tasks-scaling-risks-2017-06-05.pdf).
1424+
* [Managing Cloud Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling).
14251425
* </pre>
14261426
*/
14271427
public void resumeQueue(com.google.cloud.tasks.v2beta2.ResumeQueueRequest request,
@@ -1698,7 +1698,7 @@ public com.google.cloud.tasks.v2beta2.Queue getQueue(com.google.cloud.tasks.v2be
16981698
* WARNING: Using this method may have unintended side effects if you are
16991699
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
17001700
* Read
1701-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
1701+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
17021702
* before using this method.
17031703
* </pre>
17041704
*/
@@ -1718,7 +1718,7 @@ public com.google.cloud.tasks.v2beta2.Queue createQueue(com.google.cloud.tasks.v
17181718
* WARNING: Using this method may have unintended side effects if you are
17191719
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
17201720
* Read
1721-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
1721+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
17221722
* before using this method.
17231723
* </pre>
17241724
*/
@@ -1736,7 +1736,7 @@ public com.google.cloud.tasks.v2beta2.Queue updateQueue(com.google.cloud.tasks.v
17361736
* WARNING: Using this method may have unintended side effects if you are
17371737
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
17381738
* Read
1739-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
1739+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
17401740
* before using this method.
17411741
* </pre>
17421742
*/
@@ -1784,7 +1784,7 @@ public com.google.cloud.tasks.v2beta2.Queue pauseQueue(com.google.cloud.tasks.v2
17841784
* WARNING: Resuming many high-QPS queues at the same time can
17851785
* lead to target overloading. If you are resuming high-QPS
17861786
* queues, follow the 500/50/5 pattern described in
1787-
* [Managing Cloud Tasks Scaling Risks](/cloud-tasks/pdfs/managing-cloud-tasks-scaling-risks-2017-06-05.pdf).
1787+
* [Managing Cloud Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling).
17881788
* </pre>
17891789
*/
17901790
public com.google.cloud.tasks.v2beta2.Queue resumeQueue(com.google.cloud.tasks.v2beta2.ResumeQueueRequest request) {
@@ -2050,7 +2050,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks
20502050
* WARNING: Using this method may have unintended side effects if you are
20512051
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
20522052
* Read
2053-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
2053+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
20542054
* before using this method.
20552055
* </pre>
20562056
*/
@@ -2071,7 +2071,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks
20712071
* WARNING: Using this method may have unintended side effects if you are
20722072
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
20732073
* Read
2074-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
2074+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
20752075
* before using this method.
20762076
* </pre>
20772077
*/
@@ -2090,7 +2090,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks
20902090
* WARNING: Using this method may have unintended side effects if you are
20912091
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
20922092
* Read
2093-
* [Overview of Queue Management and queue.yaml](/cloud-tasks/docs/queue-yaml)
2093+
* [Overview of Queue Management and queue.yaml](/tasks/docs/queue-yaml)
20942094
* before using this method.
20952095
* </pre>
20962096
*/
@@ -2141,7 +2141,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks
21412141
* WARNING: Resuming many high-QPS queues at the same time can
21422142
* lead to target overloading. If you are resuming high-QPS
21432143
* queues, follow the 500/50/5 pattern described in
2144-
* [Managing Cloud Tasks Scaling Risks](/cloud-tasks/pdfs/managing-cloud-tasks-scaling-risks-2017-06-05.pdf).
2144+
* [Managing Cloud Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling).
21452145
* </pre>
21462146
*/
21472147
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2beta2.Queue> resumeQueue(

0 commit comments

Comments
 (0)