diff --git a/google-api-grpc/grpc-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksGrpc.java b/google-api-grpc/grpc-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksGrpc.java index 08b5c1c2153a..e86c9401970a 100644 --- a/google-api-grpc/grpc-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksGrpc.java +++ b/google-api-grpc/grpc-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksGrpc.java @@ -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. * */ @@ -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. * */ @@ -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. * */ @@ -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). * */ public void resumeQueue(com.google.cloud.tasks.v2beta2.ResumeQueueRequest request, @@ -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. * */ @@ -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. * */ @@ -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. * */ @@ -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). * */ 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 * 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. * */ @@ -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. * */ @@ -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. * */ @@ -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). * */ 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 */ @@ -2071,7 +2071,7 @@ public com.google.common.util.concurrent.ListenableFuture */ @@ -2090,7 +2090,7 @@ public com.google.common.util.concurrent.ListenableFuture */ @@ -2141,7 +2141,7 @@ public com.google.common.util.concurrent.ListenableFuture */ public com.google.common.util.concurrent.ListenableFuture resumeQueue( diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksProto.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksProto.java index 3c96c8a4dc72..73dd9e403309 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksProto.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksProto.java @@ -147,126 +147,125 @@ public static void registerAllExtensions( "Request\022\014\n\004name\030\001 \001(\t\"!\n\021PurgeQueueReque" + "st\022\014\n\004name\030\001 \001(\t\"!\n\021PauseQueueRequest\022\014\n" + "\004name\030\001 \001(\t\"\"\n\022ResumeQueueRequest\022\014\n\004nam" + - "e\030\001 \001(\t\"\231\001\n\020ListTasksRequest\022\016\n\006parent\030\001" + + "e\030\001 \001(\t\"\207\001\n\020ListTasksRequest\022\016\n\006parent\030\001" + " \001(\t\022<\n\rresponse_view\030\002 \001(\0162%.google.clo" + - "ud.tasks.v2beta2.Task.View\022\020\n\010order_by\030\003" + - " \001(\t\022\021\n\tpage_size\030\004 \001(\005\022\022\n\npage_token\030\005 " + - "\001(\t\"]\n\021ListTasksResponse\022/\n\005tasks\030\001 \003(\0132" + - " .google.cloud.tasks.v2beta2.Task\022\027\n\017nex" + - "t_page_token\030\002 \001(\t\"\\\n\016GetTaskRequest\022\014\n\004" + - "name\030\001 \001(\t\022<\n\rresponse_view\030\002 \001(\0162%.goog" + - "le.cloud.tasks.v2beta2.Task.View\"\221\001\n\021Cre" + - "ateTaskRequest\022\016\n\006parent\030\001 \001(\t\022.\n\004task\030\002" + - " \001(\0132 .google.cloud.tasks.v2beta2.Task\022<" + - "\n\rresponse_view\030\003 \001(\0162%.google.cloud.tas" + - "ks.v2beta2.Task.View\"!\n\021DeleteTaskReques" + - "t\022\014\n\004name\030\001 \001(\t\"\267\001\n\021LeaseTasksRequest\022\016\n" + - "\006parent\030\001 \001(\t\022\021\n\tmax_tasks\030\002 \001(\005\0221\n\016leas" + + "ud.tasks.v2beta2.Task.View\022\021\n\tpage_size\030" + + "\004 \001(\005\022\022\n\npage_token\030\005 \001(\t\"]\n\021ListTasksRe" + + "sponse\022/\n\005tasks\030\001 \003(\0132 .google.cloud.tas" + + "ks.v2beta2.Task\022\027\n\017next_page_token\030\002 \001(\t" + + "\"\\\n\016GetTaskRequest\022\014\n\004name\030\001 \001(\t\022<\n\rresp" + + "onse_view\030\002 \001(\0162%.google.cloud.tasks.v2b" + + "eta2.Task.View\"\221\001\n\021CreateTaskRequest\022\016\n\006" + + "parent\030\001 \001(\t\022.\n\004task\030\002 \001(\0132 .google.clou" + + "d.tasks.v2beta2.Task\022<\n\rresponse_view\030\003 " + + "\001(\0162%.google.cloud.tasks.v2beta2.Task.Vi" + + "ew\"!\n\021DeleteTaskRequest\022\014\n\004name\030\001 \001(\t\"\267\001" + + "\n\021LeaseTasksRequest\022\016\n\006parent\030\001 \001(\t\022\021\n\tm" + + "ax_tasks\030\002 \001(\005\0221\n\016lease_duration\030\003 \001(\0132\031" + + ".google.protobuf.Duration\022<\n\rresponse_vi" + + "ew\030\004 \001(\0162%.google.cloud.tasks.v2beta2.Ta" + + "sk.View\022\016\n\006filter\030\005 \001(\t\"E\n\022LeaseTasksRes" + + "ponse\022/\n\005tasks\030\001 \003(\0132 .google.cloud.task" + + "s.v2beta2.Task\"Y\n\026AcknowledgeTaskRequest" + + "\022\014\n\004name\030\001 \001(\t\0221\n\rschedule_time\030\002 \001(\0132\032." + + "google.protobuf.Timestamp\"\305\001\n\021RenewLease" + + "Request\022\014\n\004name\030\001 \001(\t\0221\n\rschedule_time\030\002" + + " \001(\0132\032.google.protobuf.Timestamp\0221\n\016leas" + "e_duration\030\003 \001(\0132\031.google.protobuf.Durat" + "ion\022<\n\rresponse_view\030\004 \001(\0162%.google.clou" + - "d.tasks.v2beta2.Task.View\022\016\n\006filter\030\005 \001(" + - "\t\"E\n\022LeaseTasksResponse\022/\n\005tasks\030\001 \003(\0132 " + - ".google.cloud.tasks.v2beta2.Task\"Y\n\026Ackn" + - "owledgeTaskRequest\022\014\n\004name\030\001 \001(\t\0221\n\rsche" + - "dule_time\030\002 \001(\0132\032.google.protobuf.Timest" + - "amp\"\305\001\n\021RenewLeaseRequest\022\014\n\004name\030\001 \001(\t\022" + - "1\n\rschedule_time\030\002 \001(\0132\032.google.protobuf" + - ".Timestamp\0221\n\016lease_duration\030\003 \001(\0132\031.goo" + - "gle.protobuf.Duration\022<\n\rresponse_view\030\004" + - " \001(\0162%.google.cloud.tasks.v2beta2.Task.V" + - "iew\"\223\001\n\022CancelLeaseRequest\022\014\n\004name\030\001 \001(\t" + - "\0221\n\rschedule_time\030\002 \001(\0132\032.google.protobu" + - "f.Timestamp\022<\n\rresponse_view\030\003 \001(\0162%.goo" + - "gle.cloud.tasks.v2beta2.Task.View\"\\\n\016Run" + - "TaskRequest\022\014\n\004name\030\001 \001(\t\022<\n\rresponse_vi" + - "ew\030\002 \001(\0162%.google.cloud.tasks.v2beta2.Ta" + - "sk.View2\360\031\n\nCloudTasks\022\244\001\n\nListQueues\022-." + - "google.cloud.tasks.v2beta2.ListQueuesReq" + - "uest\032..google.cloud.tasks.v2beta2.ListQu" + - "euesResponse\"7\202\323\344\223\0021\022//v2beta2/{parent=p" + - "rojects/*/locations/*}/queues\022\223\001\n\010GetQue" + - "ue\022+.google.cloud.tasks.v2beta2.GetQueue" + - "Request\032!.google.cloud.tasks.v2beta2.Que" + - "ue\"7\202\323\344\223\0021\022//v2beta2/{name=projects/*/lo" + - "cations/*/queues/*}\022\240\001\n\013CreateQueue\022..go" + - "ogle.cloud.tasks.v2beta2.CreateQueueRequ" + - "est\032!.google.cloud.tasks.v2beta2.Queue\">" + - "\202\323\344\223\0028\"//v2beta2/{parent=projects/*/loca" + - "tions/*}/queues:\005queue\022\246\001\n\013UpdateQueue\022." + - ".google.cloud.tasks.v2beta2.UpdateQueueR" + - "equest\032!.google.cloud.tasks.v2beta2.Queu" + - "e\"D\202\323\344\223\002>25/v2beta2/{queue.name=projects" + - "/*/locations/*/queues/*}:\005queue\022\216\001\n\013Dele" + - "teQueue\022..google.cloud.tasks.v2beta2.Del" + - "eteQueueRequest\032\026.google.protobuf.Empty\"" + - "7\202\323\344\223\0021*//v2beta2/{name=projects/*/locat" + - "ions/*/queues/*}\022\240\001\n\nPurgeQueue\022-.google" + - ".cloud.tasks.v2beta2.PurgeQueueRequest\032!" + - ".google.cloud.tasks.v2beta2.Queue\"@\202\323\344\223\002" + - ":\"5/v2beta2/{name=projects/*/locations/*" + - "/queues/*}:purge:\001*\022\240\001\n\nPauseQueue\022-.goo" + - "gle.cloud.tasks.v2beta2.PauseQueueReques" + - "t\032!.google.cloud.tasks.v2beta2.Queue\"@\202\323" + - "\344\223\002:\"5/v2beta2/{name=projects/*/location" + - "s/*/queues/*}:pause:\001*\022\243\001\n\013ResumeQueue\022." + - ".google.cloud.tasks.v2beta2.ResumeQueueR" + - "equest\032!.google.cloud.tasks.v2beta2.Queu" + - "e\"A\202\323\344\223\002;\"6/v2beta2/{name=projects/*/loc" + - "ations/*/queues/*}:resume:\001*\022\226\001\n\014GetIamP" + - "olicy\022\".google.iam.v1.GetIamPolicyReques" + - "t\032\025.google.iam.v1.Policy\"K\202\323\344\223\002E\"@/v2bet" + + "d.tasks.v2beta2.Task.View\"\223\001\n\022CancelLeas" + + "eRequest\022\014\n\004name\030\001 \001(\t\0221\n\rschedule_time\030" + + "\002 \001(\0132\032.google.protobuf.Timestamp\022<\n\rres" + + "ponse_view\030\003 \001(\0162%.google.cloud.tasks.v2" + + "beta2.Task.View\"\\\n\016RunTaskRequest\022\014\n\004nam" + + "e\030\001 \001(\t\022<\n\rresponse_view\030\002 \001(\0162%.google." + + "cloud.tasks.v2beta2.Task.View2\360\031\n\nCloudT" + + "asks\022\244\001\n\nListQueues\022-.google.cloud.tasks" + + ".v2beta2.ListQueuesRequest\032..google.clou" + + "d.tasks.v2beta2.ListQueuesResponse\"7\202\323\344\223" + + "\0021\022//v2beta2/{parent=projects/*/location" + + "s/*}/queues\022\223\001\n\010GetQueue\022+.google.cloud." + + "tasks.v2beta2.GetQueueRequest\032!.google.c" + + "loud.tasks.v2beta2.Queue\"7\202\323\344\223\0021\022//v2bet" + + "a2/{name=projects/*/locations/*/queues/*" + + "}\022\240\001\n\013CreateQueue\022..google.cloud.tasks.v" + + "2beta2.CreateQueueRequest\032!.google.cloud" + + ".tasks.v2beta2.Queue\">\202\323\344\223\0028\"//v2beta2/{" + + "parent=projects/*/locations/*}/queues:\005q" + + "ueue\022\246\001\n\013UpdateQueue\022..google.cloud.task" + + "s.v2beta2.UpdateQueueRequest\032!.google.cl" + + "oud.tasks.v2beta2.Queue\"D\202\323\344\223\002>25/v2beta" + + "2/{queue.name=projects/*/locations/*/que" + + "ues/*}:\005queue\022\216\001\n\013DeleteQueue\022..google.c" + + "loud.tasks.v2beta2.DeleteQueueRequest\032\026." + + "google.protobuf.Empty\"7\202\323\344\223\0021*//v2beta2/" + + "{name=projects/*/locations/*/queues/*}\022\240" + + "\001\n\nPurgeQueue\022-.google.cloud.tasks.v2bet" + + "a2.PurgeQueueRequest\032!.google.cloud.task" + + "s.v2beta2.Queue\"@\202\323\344\223\002:\"5/v2beta2/{name=" + + "projects/*/locations/*/queues/*}:purge:\001" + + "*\022\240\001\n\nPauseQueue\022-.google.cloud.tasks.v2" + + "beta2.PauseQueueRequest\032!.google.cloud.t" + + "asks.v2beta2.Queue\"@\202\323\344\223\002:\"5/v2beta2/{na" + + "me=projects/*/locations/*/queues/*}:paus" + + "e:\001*\022\243\001\n\013ResumeQueue\022..google.cloud.task" + + "s.v2beta2.ResumeQueueRequest\032!.google.cl" + + "oud.tasks.v2beta2.Queue\"A\202\323\344\223\002;\"6/v2beta" + + "2/{name=projects/*/locations/*/queues/*}" + + ":resume:\001*\022\226\001\n\014GetIamPolicy\022\".google.iam" + + ".v1.GetIamPolicyRequest\032\025.google.iam.v1." + + "Policy\"K\202\323\344\223\002E\"@/v2beta2/{resource=proje" + + "cts/*/locations/*/queues/*}:getIamPolicy" + + ":\001*\022\226\001\n\014SetIamPolicy\022\".google.iam.v1.Set" + + "IamPolicyRequest\032\025.google.iam.v1.Policy\"" + + "K\202\323\344\223\002E\"@/v2beta2/{resource=projects/*/l" + + "ocations/*/queues/*}:setIamPolicy:\001*\022\274\001\n" + + "\022TestIamPermissions\022(.google.iam.v1.Test" + + "IamPermissionsRequest\032).google.iam.v1.Te" + + "stIamPermissionsResponse\"Q\202\323\344\223\002K\"F/v2bet" + "a2/{resource=projects/*/locations/*/queu" + - "es/*}:getIamPolicy:\001*\022\226\001\n\014SetIamPolicy\022\"" + - ".google.iam.v1.SetIamPolicyRequest\032\025.goo" + - "gle.iam.v1.Policy\"K\202\323\344\223\002E\"@/v2beta2/{res" + - "ource=projects/*/locations/*/queues/*}:s" + - "etIamPolicy:\001*\022\274\001\n\022TestIamPermissions\022(." + - "google.iam.v1.TestIamPermissionsRequest\032" + - ").google.iam.v1.TestIamPermissionsRespon" + - "se\"Q\202\323\344\223\002K\"F/v2beta2/{resource=projects/" + - "*/locations/*/queues/*}:testIamPermissio" + - "ns:\001*\022\251\001\n\tListTasks\022,.google.cloud.tasks" + - ".v2beta2.ListTasksRequest\032-.google.cloud" + - ".tasks.v2beta2.ListTasksResponse\"?\202\323\344\223\0029" + - "\0227/v2beta2/{parent=projects/*/locations/" + - "*/queues/*}/tasks\022\230\001\n\007GetTask\022*.google.c" + - "loud.tasks.v2beta2.GetTaskRequest\032 .goog" + - "le.cloud.tasks.v2beta2.Task\"?\202\323\344\223\0029\0227/v2" + - "beta2/{name=projects/*/locations/*/queue" + - "s/*/tasks/*}\022\241\001\n\nCreateTask\022-.google.clo" + - "ud.tasks.v2beta2.CreateTaskRequest\032 .goo" + - "gle.cloud.tasks.v2beta2.Task\"B\202\323\344\223\002<\"7/v" + - "2beta2/{parent=projects/*/locations/*/qu" + - "eues/*}/tasks:\001*\022\224\001\n\nDeleteTask\022-.google" + - ".cloud.tasks.v2beta2.DeleteTaskRequest\032\026" + - ".google.protobuf.Empty\"?\202\323\344\223\0029*7/v2beta2" + + "es/*}:testIamPermissions:\001*\022\251\001\n\tListTask" + + "s\022,.google.cloud.tasks.v2beta2.ListTasks" + + "Request\032-.google.cloud.tasks.v2beta2.Lis" + + "tTasksResponse\"?\202\323\344\223\0029\0227/v2beta2/{parent" + + "=projects/*/locations/*/queues/*}/tasks\022" + + "\230\001\n\007GetTask\022*.google.cloud.tasks.v2beta2" + + ".GetTaskRequest\032 .google.cloud.tasks.v2b" + + "eta2.Task\"?\202\323\344\223\0029\0227/v2beta2/{name=projec" + + "ts/*/locations/*/queues/*/tasks/*}\022\241\001\n\nC" + + "reateTask\022-.google.cloud.tasks.v2beta2.C" + + "reateTaskRequest\032 .google.cloud.tasks.v2" + + "beta2.Task\"B\202\323\344\223\002<\"7/v2beta2/{parent=pro" + + "jects/*/locations/*/queues/*}/tasks:\001*\022\224" + + "\001\n\nDeleteTask\022-.google.cloud.tasks.v2bet" + + "a2.DeleteTaskRequest\032\026.google.protobuf.E" + + "mpty\"?\202\323\344\223\0029*7/v2beta2/{name=projects/*/" + + "locations/*/queues/*/tasks/*}\022\265\001\n\nLeaseT" + + "asks\022-.google.cloud.tasks.v2beta2.LeaseT" + + "asksRequest\032..google.cloud.tasks.v2beta2" + + ".LeaseTasksResponse\"H\202\323\344\223\002B\"=/v2beta2/{p" + + "arent=projects/*/locations/*/queues/*}/t" + + "asks:lease:\001*\022\255\001\n\017AcknowledgeTask\0222.goog" + + "le.cloud.tasks.v2beta2.AcknowledgeTaskRe" + + "quest\032\026.google.protobuf.Empty\"N\202\323\344\223\002H\"C/" + + "v2beta2/{name=projects/*/locations/*/que" + + "ues/*/tasks/*}:acknowledge:\001*\022\254\001\n\nRenewL" + + "ease\022-.google.cloud.tasks.v2beta2.RenewL" + + "easeRequest\032 .google.cloud.tasks.v2beta2" + + ".Task\"M\202\323\344\223\002G\"B/v2beta2/{name=projects/*" + + "/locations/*/queues/*/tasks/*}:renewLeas" + + "e:\001*\022\257\001\n\013CancelLease\022..google.cloud.task" + + "s.v2beta2.CancelLeaseRequest\032 .google.cl" + + "oud.tasks.v2beta2.Task\"N\202\323\344\223\002H\"C/v2beta2" + "/{name=projects/*/locations/*/queues/*/t" + - "asks/*}\022\265\001\n\nLeaseTasks\022-.google.cloud.ta" + - "sks.v2beta2.LeaseTasksRequest\032..google.c" + - "loud.tasks.v2beta2.LeaseTasksResponse\"H\202" + - "\323\344\223\002B\"=/v2beta2/{parent=projects/*/locat" + - "ions/*/queues/*}/tasks:lease:\001*\022\255\001\n\017Ackn" + - "owledgeTask\0222.google.cloud.tasks.v2beta2" + - ".AcknowledgeTaskRequest\032\026.google.protobu" + - "f.Empty\"N\202\323\344\223\002H\"C/v2beta2/{name=projects" + - "/*/locations/*/queues/*/tasks/*}:acknowl" + - "edge:\001*\022\254\001\n\nRenewLease\022-.google.cloud.ta" + - "sks.v2beta2.RenewLeaseRequest\032 .google.c" + - "loud.tasks.v2beta2.Task\"M\202\323\344\223\002G\"B/v2beta" + - "2/{name=projects/*/locations/*/queues/*/" + - "tasks/*}:renewLease:\001*\022\257\001\n\013CancelLease\022." + - ".google.cloud.tasks.v2beta2.CancelLeaseR" + - "equest\032 .google.cloud.tasks.v2beta2.Task" + - "\"N\202\323\344\223\002H\"C/v2beta2/{name=projects/*/loca" + - "tions/*/queues/*/tasks/*}:cancelLease:\001*" + - "\022\237\001\n\007RunTask\022*.google.cloud.tasks.v2beta" + - "2.RunTaskRequest\032 .google.cloud.tasks.v2" + - "beta2.Task\"F\202\323\344\223\002@\";/v2beta2/{name=proje" + - "cts/*/locations/*/queues/*/tasks/*}:run:" + - "\001*B|\n\036com.google.cloud.tasks.v2beta2B\017Cl" + - "oudTasksProtoP\001Z?google.golang.org/genpr" + - "oto/googleapis/cloud/tasks/v2beta2;tasks" + - "\242\002\005TASKSb\006proto3" + "asks/*}:cancelLease:\001*\022\237\001\n\007RunTask\022*.goo" + + "gle.cloud.tasks.v2beta2.RunTaskRequest\032 " + + ".google.cloud.tasks.v2beta2.Task\"F\202\323\344\223\002@" + + "\";/v2beta2/{name=projects/*/locations/*/" + + "queues/*/tasks/*}:run:\001*B|\n\036com.google.c" + + "loud.tasks.v2beta2B\017CloudTasksProtoP\001Z?g" + + "oogle.golang.org/genproto/googleapis/clo" + + "ud/tasks/v2beta2;tasks\242\002\005TASKSb\006proto3" }; com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner = new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() { @@ -349,7 +348,7 @@ public com.google.protobuf.ExtensionRegistry assignDescriptors( internal_static_google_cloud_tasks_v2beta2_ListTasksRequest_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_google_cloud_tasks_v2beta2_ListTasksRequest_descriptor, - new java.lang.String[] { "Parent", "ResponseView", "OrderBy", "PageSize", "PageToken", }); + new java.lang.String[] { "Parent", "ResponseView", "PageSize", "PageToken", }); internal_static_google_cloud_tasks_v2beta2_ListTasksResponse_descriptor = getDescriptor().getMessageTypes().get(10); internal_static_google_cloud_tasks_v2beta2_ListTasksResponse_fieldAccessorTable = new diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequest.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequest.java index 60a0cea60214..adef61d5118a 100644 --- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequest.java +++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequest.java @@ -22,7 +22,6 @@ private ListTasksRequest(com.google.protobuf.GeneratedMessageV3.Builder build private ListTasksRequest() { parent_ = ""; responseView_ = 0; - orderBy_ = ""; pageSize_ = 0; pageToken_ = ""; } @@ -70,12 +69,6 @@ private ListTasksRequest( responseView_ = rawValue; break; } - case 26: { - java.lang.String s = input.readStringRequireUtf8(); - - orderBy_ = s; - break; - } case 32: { pageSize_ = input.readInt32(); @@ -199,54 +192,6 @@ public com.google.cloud.tasks.v2beta2.Task.View getResponseView() { return result == null ? com.google.cloud.tasks.v2beta2.Task.View.UNRECOGNIZED : result; } - public static final int ORDER_BY_FIELD_NUMBER = 3; - private volatile java.lang.Object orderBy_; - /** - *
-   * Sort order used for the query. The only fields supported for sorting
-   * are `schedule_time` and `pull_message.tag`. All results will be
-   * returned in approximately ascending order. The default ordering is by
-   * `schedule_time`.
-   * 
- * - * string order_by = 3; - */ - public java.lang.String getOrderBy() { - java.lang.Object ref = orderBy_; - if (ref instanceof java.lang.String) { - return (java.lang.String) ref; - } else { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; - java.lang.String s = bs.toStringUtf8(); - orderBy_ = s; - return s; - } - } - /** - *
-   * Sort order used for the query. The only fields supported for sorting
-   * are `schedule_time` and `pull_message.tag`. All results will be
-   * returned in approximately ascending order. The default ordering is by
-   * `schedule_time`.
-   * 
- * - * string order_by = 3; - */ - public com.google.protobuf.ByteString - getOrderByBytes() { - java.lang.Object ref = orderBy_; - if (ref instanceof java.lang.String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); - orderBy_ = b; - return b; - } else { - return (com.google.protobuf.ByteString) ref; - } - } - public static final int PAGE_SIZE_FIELD_NUMBER = 4; private int pageSize_; /** @@ -337,9 +282,6 @@ public void writeTo(com.google.protobuf.CodedOutputStream output) if (responseView_ != com.google.cloud.tasks.v2beta2.Task.View.VIEW_UNSPECIFIED.getNumber()) { output.writeEnum(2, responseView_); } - if (!getOrderByBytes().isEmpty()) { - com.google.protobuf.GeneratedMessageV3.writeString(output, 3, orderBy_); - } if (pageSize_ != 0) { output.writeInt32(4, pageSize_); } @@ -361,9 +303,6 @@ public int getSerializedSize() { size += com.google.protobuf.CodedOutputStream .computeEnumSize(2, responseView_); } - if (!getOrderByBytes().isEmpty()) { - size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, orderBy_); - } if (pageSize_ != 0) { size += com.google.protobuf.CodedOutputStream .computeInt32Size(4, pageSize_); @@ -390,8 +329,6 @@ public boolean equals(final java.lang.Object obj) { result = result && getParent() .equals(other.getParent()); result = result && responseView_ == other.responseView_; - result = result && getOrderBy() - .equals(other.getOrderBy()); result = result && (getPageSize() == other.getPageSize()); result = result && getPageToken() @@ -411,8 +348,6 @@ public int hashCode() { hash = (53 * hash) + getParent().hashCode(); hash = (37 * hash) + RESPONSE_VIEW_FIELD_NUMBER; hash = (53 * hash) + responseView_; - hash = (37 * hash) + ORDER_BY_FIELD_NUMBER; - hash = (53 * hash) + getOrderBy().hashCode(); hash = (37 * hash) + PAGE_SIZE_FIELD_NUMBER; hash = (53 * hash) + getPageSize(); hash = (37 * hash) + PAGE_TOKEN_FIELD_NUMBER; @@ -554,8 +489,6 @@ public Builder clear() { responseView_ = 0; - orderBy_ = ""; - pageSize_ = 0; pageToken_ = ""; @@ -584,7 +517,6 @@ public com.google.cloud.tasks.v2beta2.ListTasksRequest buildPartial() { com.google.cloud.tasks.v2beta2.ListTasksRequest result = new com.google.cloud.tasks.v2beta2.ListTasksRequest(this); result.parent_ = parent_; result.responseView_ = responseView_; - result.orderBy_ = orderBy_; result.pageSize_ = pageSize_; result.pageToken_ = pageToken_; onBuilt(); @@ -635,10 +567,6 @@ public Builder mergeFrom(com.google.cloud.tasks.v2beta2.ListTasksRequest other) if (other.responseView_ != 0) { setResponseViewValue(other.getResponseViewValue()); } - if (!other.getOrderBy().isEmpty()) { - orderBy_ = other.orderBy_; - onChanged(); - } if (other.getPageSize() != 0) { setPageSize(other.getPageSize()); } @@ -881,110 +809,6 @@ public Builder clearResponseView() { return this; } - private java.lang.Object orderBy_ = ""; - /** - *
-     * Sort order used for the query. The only fields supported for sorting
-     * are `schedule_time` and `pull_message.tag`. All results will be
-     * returned in approximately ascending order. The default ordering is by
-     * `schedule_time`.
-     * 
- * - * string order_by = 3; - */ - public java.lang.String getOrderBy() { - java.lang.Object ref = orderBy_; - if (!(ref instanceof java.lang.String)) { - com.google.protobuf.ByteString bs = - (com.google.protobuf.ByteString) ref; - java.lang.String s = bs.toStringUtf8(); - orderBy_ = s; - return s; - } else { - return (java.lang.String) ref; - } - } - /** - *
-     * Sort order used for the query. The only fields supported for sorting
-     * are `schedule_time` and `pull_message.tag`. All results will be
-     * returned in approximately ascending order. The default ordering is by
-     * `schedule_time`.
-     * 
- * - * string order_by = 3; - */ - public com.google.protobuf.ByteString - getOrderByBytes() { - java.lang.Object ref = orderBy_; - if (ref instanceof String) { - com.google.protobuf.ByteString b = - com.google.protobuf.ByteString.copyFromUtf8( - (java.lang.String) ref); - orderBy_ = b; - return b; - } else { - return (com.google.protobuf.ByteString) ref; - } - } - /** - *
-     * Sort order used for the query. The only fields supported for sorting
-     * are `schedule_time` and `pull_message.tag`. All results will be
-     * returned in approximately ascending order. The default ordering is by
-     * `schedule_time`.
-     * 
- * - * string order_by = 3; - */ - public Builder setOrderBy( - java.lang.String value) { - if (value == null) { - throw new NullPointerException(); - } - - orderBy_ = value; - onChanged(); - return this; - } - /** - *
-     * Sort order used for the query. The only fields supported for sorting
-     * are `schedule_time` and `pull_message.tag`. All results will be
-     * returned in approximately ascending order. The default ordering is by
-     * `schedule_time`.
-     * 
- * - * string order_by = 3; - */ - public Builder clearOrderBy() { - - orderBy_ = getDefaultInstance().getOrderBy(); - onChanged(); - return this; - } - /** - *
-     * Sort order used for the query. The only fields supported for sorting
-     * are `schedule_time` and `pull_message.tag`. All results will be
-     * returned in approximately ascending order. The default ordering is by
-     * `schedule_time`.
-     * 
- * - * string order_by = 3; - */ - public Builder setOrderByBytes( - com.google.protobuf.ByteString value) { - if (value == null) { - throw new NullPointerException(); - } - checkByteStringIsUtf8(value); - - orderBy_ = value; - onChanged(); - return this; - } - private int pageSize_ ; /** *
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequestOrBuilder.java b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequestOrBuilder.java
index d6f6563d5622..ef7331cfb320 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequestOrBuilder.java
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/java/com/google/cloud/tasks/v2beta2/ListTasksRequestOrBuilder.java
@@ -64,30 +64,6 @@ public interface ListTasksRequestOrBuilder extends
    */
   com.google.cloud.tasks.v2beta2.Task.View getResponseView();
 
-  /**
-   * 
-   * Sort order used for the query. The only fields supported for sorting
-   * are `schedule_time` and `pull_message.tag`. All results will be
-   * returned in approximately ascending order. The default ordering is by
-   * `schedule_time`.
-   * 
- * - * string order_by = 3; - */ - java.lang.String getOrderBy(); - /** - *
-   * Sort order used for the query. The only fields supported for sorting
-   * are `schedule_time` and `pull_message.tag`. All results will be
-   * returned in approximately ascending order. The default ordering is by
-   * `schedule_time`.
-   * 
- * - * string order_by = 3; - */ - com.google.protobuf.ByteString - getOrderByBytes(); - /** *
    * Requested page size. Fewer tasks than requested might be returned.
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/cloudtasks.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/cloudtasks.proto
index 06f1b65b9ad2..7a46e08b4a55 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/cloudtasks.proto
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/cloudtasks.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 Google Inc.
+// Copyright 2018 Google LLC
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
@@ -62,7 +62,7 @@ service CloudTasks {
   // 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.
   rpc CreateQueue(CreateQueueRequest) returns (Queue) {
     option (google.api.http) = {
@@ -83,7 +83,7 @@ service CloudTasks {
   // 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.
   rpc UpdateQueue(UpdateQueueRequest) returns (Queue) {
     option (google.api.http) = {
@@ -102,7 +102,7 @@ service CloudTasks {
   // 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.
   rpc DeleteQueue(DeleteQueueRequest) returns (google.protobuf.Empty) {
     option (google.api.http) = {
@@ -148,7 +148,7 @@ service CloudTasks {
   // 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).
   rpc ResumeQueue(ResumeQueueRequest) returns (Queue) {
     option (google.api.http) = {
       post: "/v2beta2/{name=projects/*/locations/*/queues/*}:resume"
@@ -519,12 +519,6 @@ message ListTasksRequest {
   // [Task][google.cloud.tasks.v2beta2.Task] resource.
   Task.View response_view = 2;
 
-  // Sort order used for the query. The only fields supported for sorting
-  // are `schedule_time` and `pull_message.tag`. All results will be
-  // returned in approximately ascending order. The default ordering is by
-  // `schedule_time`.
-  string order_by = 3;
-
   // Requested page size. Fewer tasks than requested might be returned.
   //
   // The maximum page size is 1000. If unspecified, the page size will
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/queue.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/queue.proto
index 4495cade1522..321373ce1b02 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/queue.proto
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/queue.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 Google Inc.
+// Copyright 2018 Google LLC
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/target.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/target.proto
index f259694c3a6a..e5f1d38994b2 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/target.proto
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/target.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 Google Inc.
+// Copyright 2018 Google LLC
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
diff --git a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/task.proto b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/task.proto
index 6afd5895b33f..1da254ee9de9 100644
--- a/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/task.proto
+++ b/google-api-grpc/proto-google-cloud-tasks-v2beta2/src/main/proto/google/cloud/tasks/v2beta2/task.proto
@@ -1,4 +1,4 @@
-// Copyright 2018 Google Inc.
+// Copyright 2018 Google LLC
 //
 // Licensed under the Apache License, Version 2.0 (the "License");
 // you may not use this file except in compliance with the License.
diff --git a/google-cloud-clients/google-cloud-tasks/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksClient.java b/google-cloud-clients/google-cloud-tasks/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksClient.java
index 8b580081cb2c..fabd121bd8d5 100644
--- a/google-cloud-clients/google-cloud-tasks/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksClient.java
+++ b/google-cloud-clients/google-cloud-tasks/src/main/java/com/google/cloud/tasks/v2beta2/CloudTasksClient.java
@@ -402,7 +402,7 @@ public final UnaryCallable getQueueCallable() {
    *
    * 

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) before using this method. + * queue.yaml](/tasks/docs/queue-yaml) before using this method. * *

Sample code: * @@ -444,7 +444,7 @@ public final Queue createQueue(LocationName parent, Queue queue) { * *

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) before using this method. + * queue.yaml](/tasks/docs/queue-yaml) before using this method. * *

Sample code: * @@ -483,7 +483,7 @@ public final Queue createQueue(String parent, Queue queue) { * *

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) before using this method. + * queue.yaml](/tasks/docs/queue-yaml) before using this method. * *

Sample code: * @@ -515,7 +515,7 @@ public final Queue createQueue(CreateQueueRequest 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) before using this method. + * queue.yaml](/tasks/docs/queue-yaml) before using this method. * *

Sample code: * @@ -548,7 +548,7 @@ public final UnaryCallable createQueueCallable() { * *

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) before using this method. + * queue.yaml](/tasks/docs/queue-yaml) before using this method. * *

Sample code: * @@ -588,7 +588,7 @@ public final Queue updateQueue(Queue queue, FieldMask updateMask) { * *

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) before using this method. + * queue.yaml](/tasks/docs/queue-yaml) before using this method. * *

Sample code: * @@ -620,7 +620,7 @@ public final Queue updateQueue(UpdateQueueRequest 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) before using this method. + * queue.yaml](/tasks/docs/queue-yaml) before using this method. * *

Sample code: * @@ -650,7 +650,7 @@ public final UnaryCallable updateQueueCallable() { * *

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) before using this method. + * queue.yaml](/tasks/docs/queue-yaml) before using this method. * *

Sample code: * @@ -682,7 +682,7 @@ public final void deleteQueue(QueueName name) { * *

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) before using this method. + * queue.yaml](/tasks/docs/queue-yaml) before using this method. * *

Sample code: * @@ -713,7 +713,7 @@ public final void deleteQueue(String name) { * *

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) before using this method. + * queue.yaml](/tasks/docs/queue-yaml) before using this method. * *

Sample code: * @@ -744,7 +744,7 @@ private final void deleteQueue(DeleteQueueRequest 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) before using this method. + * queue.yaml](/tasks/docs/queue-yaml) before using this method. * *

Sample code: * @@ -1004,7 +1004,7 @@ public final UnaryCallable pauseQueueCallable() { * *

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). + * Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling). * *

Sample code: * @@ -1038,7 +1038,7 @@ public final Queue resumeQueue(QueueName name) { * *

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). + * Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling). * *

Sample code: * @@ -1071,7 +1071,7 @@ public final Queue resumeQueue(String name) { * *

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). + * Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling). * *

Sample code: * @@ -1104,7 +1104,7 @@ private final Queue resumeQueue(ResumeQueueRequest 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). + * Tasks Scaling Risks](/tasks/docs/manage-cloud-task-scaling). * *

Sample code: *