Skip to content

Commit f6dbe63

Browse files
yoshi-automationsduskis
authored andcommitted
---
yaml --- r: 35643 b: refs/heads/autosynth-iamcredentials c: b36a621 h: refs/heads/master i: 35641: 4eb233c 35639: 36dd687
1 parent 4a0d381 commit f6dbe63

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
@@ -159,7 +159,7 @@ refs/heads/pubsub-ordering-keys: 3ea3dc93288c90e1776339a2c059a076e2e2fd1d
159159
refs/tags/v0.75.0: c3673089ae09a897c1b4cf7dfe167fe4f8ab32fb
160160
refs/tags/v0.76.0: 395b016826d3ddf9cb8b34919636df15a4dbd032
161161
refs/tags/v0.77.0: 28a85a77883ccf5d48f297fd0ef3b3dca6ce01f0
162-
refs/heads/autosynth-iamcredentials: 2313bb545e4bb4ab74868033e5a11729f3cd00f7
162+
refs/heads/autosynth-iamcredentials: b36a621a0729522caeff7b6647d26981791d9fd9
163163
refs/heads/release-google-cloud-java-v0.78.0: fae5e980779cf0173a152636b278015b9f60ee55
164164
refs/tags/v0.78.0: 62d4bd30605ab3578f9a08d84487fb0b33ac2ff5
165165
refs/tags/v0.79.0: 82287b570708748c411d05c40f3932cff9606feb

branches/autosynth-iamcredentials/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-iamcredentials/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-iamcredentials/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-iamcredentials/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)