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: branches/autosynth-language/google-api-grpc/grpc-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/CloudTasksGrpc.java
+48-36Lines changed: 48 additions & 36 deletions
Original file line number
Diff line number
Diff line change
@@ -884,8 +884,9 @@ public void getQueue(
884
884
* WARNING: Using this method may have unintended side effects if you are
885
885
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
886
886
* 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.
889
890
* </pre>
890
891
*/
891
892
public void createQueue(
@@ -907,8 +908,9 @@ public void createQueue(
907
908
* WARNING: Using this method may have unintended side effects if you are
908
909
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
909
910
* 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.
912
914
* </pre>
913
915
*/
914
916
public void updateQueue(
@@ -928,8 +930,9 @@ public void updateQueue(
928
930
* WARNING: Using this method may have unintended side effects if you are
929
931
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
930
932
* 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.
933
936
* </pre>
934
937
*/
935
938
public void deleteQueue(
@@ -985,7 +988,8 @@ public void pauseQueue(
985
988
* WARNING: Resuming many high-QPS queues at the same time can
986
989
* lead to target overloading. If you are resuming high-QPS
987
990
* queues, follow the 500/50/5 pattern described in
* 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.
1095
1098
* </pre>
1096
1099
*/
1097
1100
public void createTask(
@@ -1318,8 +1321,9 @@ public void getQueue(
1318
1321
* WARNING: Using this method may have unintended side effects if you are
1319
1322
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
1320
1323
* 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.
1323
1327
* </pre>
1324
1328
*/
1325
1329
public void createQueue(
@@ -1344,8 +1348,9 @@ public void createQueue(
1344
1348
* WARNING: Using this method may have unintended side effects if you are
1345
1349
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
1346
1350
* 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.
1349
1354
* </pre>
1350
1355
*/
1351
1356
public void updateQueue(
@@ -1368,8 +1373,9 @@ public void updateQueue(
1368
1373
* WARNING: Using this method may have unintended side effects if you are
1369
1374
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
1370
1375
* 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.
1373
1379
* </pre>
1374
1380
*/
1375
1381
public void deleteQueue(
@@ -1434,7 +1440,8 @@ public void pauseQueue(
1434
1440
* WARNING: Resuming many high-QPS queues at the same time can
1435
1441
* lead to target overloading. If you are resuming high-QPS
1436
1442
* queues, follow the 500/50/5 pattern described in
* 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.
1562
1568
* </pre>
1563
1569
*/
1564
1570
public void createTask(
@@ -1685,8 +1691,9 @@ public com.google.cloud.tasks.v2.Queue getQueue(
1685
1691
* WARNING: Using this method may have unintended side effects if you are
1686
1692
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
1687
1693
* 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.
1690
1697
* </pre>
1691
1698
*/
1692
1699
public com.google.cloud.tasks.v2.Queue createQueue(
@@ -1708,8 +1715,9 @@ public com.google.cloud.tasks.v2.Queue createQueue(
1708
1715
* WARNING: Using this method may have unintended side effects if you are
1709
1716
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
1710
1717
* 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.
1713
1721
* </pre>
1714
1722
*/
1715
1723
public com.google.cloud.tasks.v2.Queue updateQueue(
@@ -1729,8 +1737,9 @@ public com.google.cloud.tasks.v2.Queue updateQueue(
1729
1737
* WARNING: Using this method may have unintended side effects if you are
1730
1738
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
1731
1739
* 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.
1734
1743
* </pre>
1735
1744
*/
1736
1745
public com.google.protobuf.Empty deleteQueue(
@@ -1786,7 +1795,8 @@ public com.google.cloud.tasks.v2.Queue pauseQueue(
1786
1795
* WARNING: Resuming many high-QPS queues at the same time can
1787
1796
* lead to target overloading. If you are resuming high-QPS
1788
1797
* queues, follow the 500/50/5 pattern described in
* WARNING: Using this method may have unintended side effects if you are
2006
2015
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
2007
2016
* 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.
2010
2020
* </pre>
2011
2021
*/
2012
2022
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2.Queue>
* WARNING: Using this method may have unintended side effects if you are
2029
2039
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
2030
2040
* 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.
2033
2044
* </pre>
2034
2045
*/
2035
2046
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2.Queue>
* WARNING: Using this method may have unintended side effects if you are
2050
2061
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
2051
2062
* 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.
2054
2066
* </pre>
2055
2067
*/
2056
2068
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
Copy file name to clipboardExpand all lines: branches/autosynth-language/google-api-grpc/grpc-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CloudTasksGrpc.java
+4-8Lines changed: 4 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1134,8 +1134,7 @@ public void getTask(
1134
1134
* <pre>
1135
1135
* Creates a task and adds it to a queue.
1136
1136
* 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.
1139
1138
* </pre>
1140
1139
*/
1141
1140
public void createTask(
@@ -1607,8 +1606,7 @@ public void getTask(
1607
1606
* <pre>
1608
1607
* Creates a task and adds it to a queue.
1609
1608
* 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.
1612
1610
* </pre>
1613
1611
*/
1614
1612
public void createTask(
@@ -1940,8 +1938,7 @@ public com.google.cloud.tasks.v2beta3.Task getTask(
1940
1938
* <pre>
1941
1939
* Creates a task and adds it to a queue.
1942
1940
* 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.
1945
1942
* </pre>
1946
1943
*/
1947
1944
public com.google.cloud.tasks.v2beta3.Task createTask(
Copy file name to clipboardExpand all lines: branches/autosynth-language/google-api-grpc/proto-google-cloud-tasks-v2/src/main/java/com/google/cloud/tasks/v2/AppEngineHttpRequest.java
0 commit comments