Skip to content

Commit 22c75d0

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 34747 b: refs/heads/autosynth-texttospeech c: b36a621 h: refs/heads/master i: 34745: 926cc0a 34743: b36c882
1 parent 5fecab1 commit 22c75d0

24 files changed

Lines changed: 1060 additions & 271 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ refs/heads/autosynth-scheduler: a3de6480746d1cd586ca8b9d75c55a636f371539
140140
refs/heads/autosynth-spanner: d963fe4368e79cf6abae5d511785e8ced8ac57f4
141141
refs/heads/autosynth-speech: c563dcd420cce0a37c39b1b9c24be1b9ba604dc7
142142
refs/heads/autosynth-tasks: 25d1eafe8cb66b00e3dad765dac74a5b45b83e63
143-
refs/heads/autosynth-texttospeech: 2313bb545e4bb4ab74868033e5a11729f3cd00f7
143+
refs/heads/autosynth-texttospeech: b36a621a0729522caeff7b6647d26981791d9fd9
144144
refs/heads/autosynth-trace: c94eef6e4d9c6fd24888216e28ca7271959c1cf0
145145
refs/heads/autosynth-websecurityscanner: fa561b356aabcd92d415ae8dc88fd8d87dbc5b23
146146
refs/heads/bigquerystorage: 06db74d123d7f8a3ef48755c2fcabed09faf8e64

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

Lines changed: 44 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -923,8 +923,9 @@ public void getQueue(
923923
* WARNING: Using this method may have unintended side effects if you are
924924
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
925925
* Read
926-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
927-
* before using this method.
926+
* [Overview of Queue Management and
927+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
928+
* this method.
928929
* </pre>
929930
*/
930931
public void createQueue(
@@ -946,8 +947,9 @@ public void createQueue(
946947
* WARNING: Using this method may have unintended side effects if you are
947948
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
948949
* Read
949-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
950-
* before using this method.
950+
* [Overview of Queue Management and
951+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
952+
* this method.
951953
* </pre>
952954
*/
953955
public void updateQueue(
@@ -967,8 +969,9 @@ public void updateQueue(
967969
* WARNING: Using this method may have unintended side effects if you are
968970
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
969971
* Read
970-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
971-
* before using this method.
972+
* [Overview of Queue Management and
973+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
974+
* this method.
972975
* </pre>
973976
*/
974977
public void deleteQueue(
@@ -1024,7 +1027,8 @@ public void pauseQueue(
10241027
* WARNING: Resuming many high-QPS queues at the same time can
10251028
* lead to target overloading. If you are resuming high-QPS
10261029
* queues, follow the 500/50/5 pattern described in
1027-
* [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
1030+
* [Managing Cloud Tasks Scaling
1031+
* Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
10281032
* </pre>
10291033
*/
10301034
public void resumeQueue(
@@ -1359,8 +1363,9 @@ public void getQueue(
13591363
* WARNING: Using this method may have unintended side effects if you are
13601364
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
13611365
* Read
1362-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1363-
* before using this method.
1366+
* [Overview of Queue Management and
1367+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1368+
* this method.
13641369
* </pre>
13651370
*/
13661371
public void createQueue(
@@ -1385,8 +1390,9 @@ public void createQueue(
13851390
* WARNING: Using this method may have unintended side effects if you are
13861391
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
13871392
* Read
1388-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1389-
* before using this method.
1393+
* [Overview of Queue Management and
1394+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1395+
* this method.
13901396
* </pre>
13911397
*/
13921398
public void updateQueue(
@@ -1409,8 +1415,9 @@ public void updateQueue(
14091415
* WARNING: Using this method may have unintended side effects if you are
14101416
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
14111417
* Read
1412-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1413-
* before using this method.
1418+
* [Overview of Queue Management and
1419+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1420+
* this method.
14141421
* </pre>
14151422
*/
14161423
public void deleteQueue(
@@ -1475,7 +1482,8 @@ public void pauseQueue(
14751482
* WARNING: Resuming many high-QPS queues at the same time can
14761483
* lead to target overloading. If you are resuming high-QPS
14771484
* queues, follow the 500/50/5 pattern described in
1478-
* [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
1485+
* [Managing Cloud Tasks Scaling
1486+
* Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
14791487
* </pre>
14801488
*/
14811489
public void resumeQueue(
@@ -1727,8 +1735,9 @@ public com.google.cloud.tasks.v2beta3.Queue getQueue(
17271735
* WARNING: Using this method may have unintended side effects if you are
17281736
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
17291737
* Read
1730-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1731-
* before using this method.
1738+
* [Overview of Queue Management and
1739+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1740+
* this method.
17321741
* </pre>
17331742
*/
17341743
public com.google.cloud.tasks.v2beta3.Queue createQueue(
@@ -1750,8 +1759,9 @@ public com.google.cloud.tasks.v2beta3.Queue createQueue(
17501759
* WARNING: Using this method may have unintended side effects if you are
17511760
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
17521761
* Read
1753-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1754-
* before using this method.
1762+
* [Overview of Queue Management and
1763+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1764+
* this method.
17551765
* </pre>
17561766
*/
17571767
public com.google.cloud.tasks.v2beta3.Queue updateQueue(
@@ -1771,8 +1781,9 @@ public com.google.cloud.tasks.v2beta3.Queue updateQueue(
17711781
* WARNING: Using this method may have unintended side effects if you are
17721782
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
17731783
* Read
1774-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
1775-
* before using this method.
1784+
* [Overview of Queue Management and
1785+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
1786+
* this method.
17761787
* </pre>
17771788
*/
17781789
public com.google.protobuf.Empty deleteQueue(
@@ -1828,7 +1839,8 @@ public com.google.cloud.tasks.v2beta3.Queue pauseQueue(
18281839
* WARNING: Resuming many high-QPS queues at the same time can
18291840
* lead to target overloading. If you are resuming high-QPS
18301841
* queues, follow the 500/50/5 pattern described in
1831-
* [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
1842+
* [Managing Cloud Tasks Scaling
1843+
* Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
18321844
* </pre>
18331845
*/
18341846
public com.google.cloud.tasks.v2beta3.Queue resumeQueue(
@@ -2047,8 +2059,9 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
20472059
* WARNING: Using this method may have unintended side effects if you are
20482060
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
20492061
* Read
2050-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
2051-
* before using this method.
2062+
* [Overview of Queue Management and
2063+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
2064+
* this method.
20522065
* </pre>
20532066
*/
20542067
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2beta3.Queue>
@@ -2070,8 +2083,9 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
20702083
* WARNING: Using this method may have unintended side effects if you are
20712084
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
20722085
* Read
2073-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
2074-
* before using this method.
2086+
* [Overview of Queue Management and
2087+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
2088+
* this method.
20752089
* </pre>
20762090
*/
20772091
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2beta3.Queue>
@@ -2091,8 +2105,9 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
20912105
* WARNING: Using this method may have unintended side effects if you are
20922106
* using an App Engine `queue.yaml` or `queue.xml` file to manage your queues.
20932107
* Read
2094-
* [Overview of Queue Management and queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml)
2095-
* before using this method.
2108+
* [Overview of Queue Management and
2109+
* queue.yaml](https://cloud.google.com/tasks/docs/queue-yaml) before using
2110+
* this method.
20962111
* </pre>
20972112
*/
20982113
public com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
@@ -2148,7 +2163,8 @@ protected CloudTasksFutureStub build(io.grpc.Channel channel, io.grpc.CallOption
21482163
* WARNING: Resuming many high-QPS queues at the same time can
21492164
* lead to target overloading. If you are resuming high-QPS
21502165
* queues, follow the 500/50/5 pattern described in
2151-
* [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
2166+
* [Managing Cloud Tasks Scaling
2167+
* Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).
21522168
* </pre>
21532169
*/
21542170
public com.google.common.util.concurrent.ListenableFuture<com.google.cloud.tasks.v2beta3.Queue>

branches/autosynth-texttospeech/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/AppEngineHttpRequest.java

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

branches/autosynth-texttospeech/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/CloudTasksProto.java

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

branches/autosynth-texttospeech/google-api-grpc/proto-google-cloud-tasks-v2beta3/src/main/java/com/google/cloud/tasks/v2beta3/HttpRequest.java

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

0 commit comments

Comments
 (0)