Skip to content

Commit 8a4f98e

Browse files
yoshi-automationsduskis
authored andcommitted
Regenerate tasks client (#5184)
1 parent 00c8bb1 commit 8a4f98e

File tree

22 files changed

+311
-276
lines changed

22 files changed

+311
-276
lines changed

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

Lines changed: 48 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -884,8 +884,9 @@ public void getQueue(
884884
* WARNING: Using this method may have unintended side effects if you are
885885
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
886886
* Read
887-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
888-
* before using this method.
887+
* [Overview of Queue Management and
888+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
889+
* this method.
889890
* </pre>
890891
*/
891892
public void createQueue(
@@ -907,8 +908,9 @@ public void createQueue(
907908
* WARNING: Using this method may have unintended side effects if you are
908909
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
909910
* Read
910-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
911-
* before using this method.
911+
* [Overview of Queue Management and
912+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
913+
* this method.
912914
* </pre>
913915
*/
914916
public void updateQueue(
@@ -928,8 +930,9 @@ public void updateQueue(
928930
* WARNING: Using this method may have unintended side effects if you are
929931
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
930932
* Read
931-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
932-
* before using this method.
933+
* [Overview of Queue Management and
934+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
935+
* this method.
933936
* </pre>
934937
*/
935938
public void deleteQueue(
@@ -985,7 +988,8 @@ public void pauseQueue(
985988
* WARNING: Resuming many high-QPS queues at the same time can
986989
* lead to target overloading. If you are resuming high-QPS
987990
* queues, follow the 500/50/5 pattern described in
988-
* [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
991+
* [Managing Cloud Tasks Scaling
992+
* Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
989993
* </pre>
990994
*/
991995
public void resumeQueue(
@@ -1090,8 +1094,7 @@ public void getTask(
10901094
* <pre>
10911095
* Creates a task and adds it to a queue.
10921096
* Tasks cannot be updated after creation; there is no UpdateTask command.
1093-
* * For [App Engine queues][google.cloud.tasks.v2.AppEngineHttpQueue], the maximum task size is
1094-
* 100KB.
1097+
* * The maximum task size is 100KB.
10951098
* </pre>
10961099
*/
10971100
public void createTask(
@@ -1318,8 +1321,9 @@ public void getQueue(
13181321
* WARNING: Using this method may have unintended side effects if you are
13191322
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
13201323
* Read
1321-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1322-
* before using this method.
1324+
* [Overview of Queue Management and
1325+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1326+
* this method.
13231327
* </pre>
13241328
*/
13251329
public void createQueue(
@@ -1344,8 +1348,9 @@ public void createQueue(
13441348
* WARNING: Using this method may have unintended side effects if you are
13451349
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
13461350
* Read
1347-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1348-
* before using this method.
1351+
* [Overview of Queue Management and
1352+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1353+
* this method.
13491354
* </pre>
13501355
*/
13511356
public void updateQueue(
@@ -1368,8 +1373,9 @@ public void updateQueue(
13681373
* WARNING: Using this method may have unintended side effects if you are
13691374
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
13701375
* Read
1371-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1372-
* before using this method.
1376+
* [Overview of Queue Management and
1377+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1378+
* this method.
13731379
* </pre>
13741380
*/
13751381
public void deleteQueue(
@@ -1434,7 +1440,8 @@ public void pauseQueue(
14341440
* WARNING: Resuming many high-QPS queues at the same time can
14351441
* lead to target overloading. If you are resuming high-QPS
14361442
* queues, follow the 500/50/5 pattern described in
1437-
* [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
1443+
* [Managing Cloud Tasks Scaling
1444+
* Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
14381445
* </pre>
14391446
*/
14401447
public void resumeQueue(
@@ -1557,8 +1564,7 @@ public void getTask(
15571564
* <pre>
15581565
* Creates a task and adds it to a queue.
15591566
* Tasks cannot be updated after creation; there is no UpdateTask command.
1560-
* * For [App Engine queues][google.cloud.tasks.v2.AppEngineHttpQueue], the maximum task size is
1561-
* 100KB.
1567+
* * The maximum task size is 100KB.
15621568
* </pre>
15631569
*/
15641570
public void createTask(
@@ -1685,8 +1691,9 @@ public com.google.cloud.tasks.v2.Queue getQueue(
16851691
* WARNING: Using this method may have unintended side effects if you are
16861692
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
16871693
* Read
1688-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1689-
* before using this method.
1694+
* [Overview of Queue Management and
1695+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1696+
* this method.
16901697
* </pre>
16911698
*/
16921699
public com.google.cloud.tasks.v2.Queue createQueue(
@@ -1708,8 +1715,9 @@ public com.google.cloud.tasks.v2.Queue createQueue(
17081715
* WARNING: Using this method may have unintended side effects if you are
17091716
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
17101717
* Read
1711-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1712-
* before using this method.
1718+
* [Overview of Queue Management and
1719+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1720+
* this method.
17131721
* </pre>
17141722
*/
17151723
public com.google.cloud.tasks.v2.Queue updateQueue(
@@ -1729,8 +1737,9 @@ public com.google.cloud.tasks.v2.Queue updateQueue(
17291737
* WARNING: Using this method may have unintended side effects if you are
17301738
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
17311739
* Read
1732-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1733-
* before using this method.
1740+
* [Overview of Queue Management and
1741+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1742+
* this method.
17341743
* </pre>
17351744
*/
17361745
public com.google.protobuf.Empty deleteQueue(
@@ -1786,7 +1795,8 @@ public com.google.cloud.tasks.v2.Queue pauseQueue(
17861795
* WARNING: Resuming many high-QPS queues at the same time can
17871796
* lead to target overloading. If you are resuming high-QPS
17881797
* queues, follow the 500/50/5 pattern described in
1789-
* [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
1798+
* [Managing Cloud Tasks Scaling
1799+
* Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
17901800
* </pre>
17911801
*/
17921802
public com.google.cloud.tasks.v2.Queue resumeQueue(
@@ -1886,8 +1896,7 @@ public com.google.cloud.tasks.v2.Task getTask(
18861896
* <pre>
18871897
* Creates a task and adds it to a queue.
18881898
* Tasks cannot be updated after creation; there is no UpdateTask command.
1889-
* * For [App Engine queues][google.cloud.tasks.v2.AppEngineHttpQueue], the maximum task size is
1890-
* 100KB.
1899+
* * The maximum task size is 100KB.
18911900
* </pre>
18921901
*/
18931902
public com.google.cloud.tasks.v2.Task createTask(
@@ -2005,8 +2014,9 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
20052014
* WARNING: Using this method may have unintended side effects if you are
20062015
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
20072016
* Read
2008-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
2009-
* before using this method.
2017+
* [Overview of Queue Management and
2018+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
2019+
* this method.
20102020
* </pre>
20112021
*/
20122022
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2.Queue>
@@ -2028,8 +2038,9 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
20282038
* WARNING: Using this method may have unintended side effects if you are
20292039
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
20302040
* Read
2031-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
2032-
* before using this method.
2041+
* [Overview of Queue Management and
2042+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
2043+
* this method.
20332044
* </pre>
20342045
*/
20352046
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2.Queue>
@@ -2049,8 +2060,9 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
20492060
* WARNING: Using this method may have unintended side effects if you are
20502061
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
20512062
* Read
2052-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
2053-
* before using this method.
2063+
* [Overview of Queue Management and
2064+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
2065+
* this method.
20542066
* </pre>
20552067
*/
20562068
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
@@ -2106,7 +2118,8 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
21062118
* WARNING: Resuming many high-QPS queues at the same time can
21072119
* lead to target overloading. If you are resuming high-QPS
21082120
* queues, follow the 500/50/5 pattern described in
2109-
* [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
2121+
* [Managing Cloud Tasks Scaling
2122+
* Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
21102123
* </pre>
21112124
*/
21122125
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2.Queue>
@@ -2212,8 +2225,7 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
22122225
* <pre>
22132226
* Creates a task and adds it to a queue.
22142227
* Tasks cannot be updated after creation; there is no UpdateTask command.
2215-
* * For [App Engine queues][google.cloud.tasks.v2.AppEngineHttpQueue], the maximum task size is
2216-
* 100KB.
2228+
* * The maximum task size is 100KB.
22172229
* </pre>
22182230
*/
22192231
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2.Task>

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

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1134,8 +1134,7 @@ public void getTask(
11341134
* <pre>
11351135
* Creates a task and adds it to a queue.
11361136
* Tasks cannot be updated after creation; there is no UpdateTask command.
1137-
* * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum task size is
1138-
* 100KB.
1137+
* * The maximum task size is 100KB.
11391138
* </pre>
11401139
*/
11411140
public void createTask(
@@ -1607,8 +1606,7 @@ public void getTask(
16071606
* <pre>
16081607
* Creates a task and adds it to a queue.
16091608
* Tasks cannot be updated after creation; there is no UpdateTask command.
1610-
* * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum task size is
1611-
* 100KB.
1609+
* * The maximum task size is 100KB.
16121610
* </pre>
16131611
*/
16141612
public void createTask(
@@ -1940,8 +1938,7 @@ public com.google.cloud.tasks.v2beta3.Task getTask(
19401938
* <pre>
19411939
* Creates a task and adds it to a queue.
19421940
* Tasks cannot be updated after creation; there is no UpdateTask command.
1943-
* * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum task size is
1944-
* 100KB.
1941+
* * The maximum task size is 100KB.
19451942
* </pre>
19461943
*/
19471944
public com.google.cloud.tasks.v2beta3.Task createTask(
@@ -2270,8 +2267,7 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
22702267
* <pre>
22712268
* Creates a task and adds it to a queue.
22722269
* Tasks cannot be updated after creation; there is no UpdateTask command.
2273-
* * For [App Engine queues][google.cloud.tasks.v2beta3.AppEngineHttpQueue], the maximum task size is
2274-
* 100KB.
2270+
* * The maximum task size is 100KB.
22752271
* </pre>
22762272
*/
22772273
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2beta3.Task>

google-api-grpc/proto-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/AppEngineHttpRequest.java

Lines changed: 22 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

google-api-grpc/proto-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/CloudTasksProto.java

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)