You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: google-api-grpc/grpc-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksGrpc.java
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -833,7 +833,7 @@ public void getQueue(com.google.cloud.tasks.v2beta2.GetQueueRequest request,
833
833
* WARNING: Using this method may have unintended side effects if you are
834
834
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
835
835
* 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)
837
837
* before using this method.
838
838
* </pre>
839
839
*/
@@ -853,7 +853,7 @@ public void createQueue(com.google.cloud.tasks.v2beta2.CreateQueueRequest reques
853
853
* WARNING: Using this method may have unintended side effects if you are
854
854
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
855
855
* 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)
857
857
* before using this method.
858
858
* </pre>
859
859
*/
@@ -871,7 +871,7 @@ public void updateQueue(com.google.cloud.tasks.v2beta2.UpdateQueueRequest reques
871
871
* WARNING: Using this method may have unintended side effects if you are
872
872
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
873
873
* 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)
875
875
* before using this method.
876
876
* </pre>
877
877
*/
@@ -919,7 +919,7 @@ public void pauseQueue(com.google.cloud.tasks.v2beta2.PauseQueueRequest request,
919
919
* WARNING: Resuming many high-QPS queues at the same time can
920
920
* lead to target overloading. If you are resuming high-QPS
921
921
* queues, follow the 500/50/5 pattern described in
0 commit comments