Skip to content

Commit 9cd8940

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 32783 b: refs/heads/autosynth-iot c: 54b4c8b h: refs/heads/master i: 32781: fb9463f 32779: f89d1e0 32775: 808e46a 32767: ad78d6e
1 parent 956df14 commit 9cd8940

23 files changed

Lines changed: 815 additions & 955 deletions

File tree

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131131
refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132132
refs/heads/autosynth-errorreporting: effe8001d110ad584187b30aafc473db0dd4a15f
133133
refs/heads/autosynth-firestore: e79eeb26930dfae4439424ad2fda5874eeca54c8
134-
refs/heads/autosynth-iot: 03186776cdb90d4181c670e6d3083351db9711f1
134+
refs/heads/autosynth-iot: 54b4c8bc17a5274468180ce1fd24cff73717c9c3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6
136136
refs/heads/autosynth-language: e73905aa7672afa47240e65b25c087207f4594f9
137137
refs/heads/autosynth-os-login: 123ba209c5769d0ee067e0ce5848bec13b42a4f4

branches/autosynth-iot/google-api-grpc/grpc-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/PublisherGrpc.java

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -549,10 +549,7 @@ public void listTopicSubscriptions(
549549
* operations, which allow
550550
* you to manage message acknowledgments in bulk. That is, you can set the
551551
* acknowledgment state of messages in an existing subscription to the state
552-
* captured by a snapshot.<br><br>
553-
* <b>BETA:</b> This feature is part of a beta release. This API might be
554-
* changed in backward-incompatible ways and is not recommended for production
555-
* use. It is not subject to any SLA or deprecation policy.
552+
* captured by a snapshot.
556553
* </pre>
557554
*/
558555
public void listTopicSnapshots(
@@ -767,10 +764,7 @@ public void listTopicSubscriptions(
767764
* operations, which allow
768765
* you to manage message acknowledgments in bulk. That is, you can set the
769766
* acknowledgment state of messages in an existing subscription to the state
770-
* captured by a snapshot.&lt;br&gt;&lt;br&gt;
771-
* &lt;b&gt;BETA:&lt;/b&gt; This feature is part of a beta release. This API might be
772-
* changed in backward-incompatible ways and is not recommended for production
773-
* use. It is not subject to any SLA or deprecation policy.
767+
* captured by a snapshot.
774768
* </pre>
775769
*/
776770
public void listTopicSnapshots(
@@ -914,10 +908,7 @@ public com.google.pubsub.v1.ListTopicSubscriptionsResponse listTopicSubscription
914908
* operations, which allow
915909
* you to manage message acknowledgments in bulk. That is, you can set the
916910
* acknowledgment state of messages in an existing subscription to the state
917-
* captured by a snapshot.&lt;br&gt;&lt;br&gt;
918-
* &lt;b&gt;BETA:&lt;/b&gt; This feature is part of a beta release. This API might be
919-
* changed in backward-incompatible ways and is not recommended for production
920-
* use. It is not subject to any SLA or deprecation policy.
911+
* captured by a snapshot.
921912
* </pre>
922913
*/
923914
public com.google.pubsub.v1.ListTopicSnapshotsResponse listTopicSnapshots(
@@ -1059,10 +1050,7 @@ public com.google.common.util.concurrent.ListenableFuture<com.google.pubsub.v1.T
10591050
* operations, which allow
10601051
* you to manage message acknowledgments in bulk. That is, you can set the
10611052
* acknowledgment state of messages in an existing subscription to the state
1062-
* captured by a snapshot.&lt;br&gt;&lt;br&gt;
1063-
* &lt;b&gt;BETA:&lt;/b&gt; This feature is part of a beta release. This API might be
1064-
* changed in backward-incompatible ways and is not recommended for production
1065-
* use. It is not subject to any SLA or deprecation policy.
1053+
* captured by a snapshot.
10661054
* </pre>
10671055
*/
10681056
public com.google.common.util.concurrent.ListenableFuture<

branches/autosynth-iot/google-api-grpc/grpc-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/SubscriberGrpc.java

Lines changed: 20 additions & 100 deletions
Large diffs are not rendered by default.

branches/autosynth-iot/google-api-grpc/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/CreateSnapshotRequest.java

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

branches/autosynth-iot/google-api-grpc/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/DeleteSnapshotRequest.java

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

branches/autosynth-iot/google-api-grpc/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/GetSnapshotRequest.java

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

branches/autosynth-iot/google-api-grpc/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/ListSnapshotsRequest.java

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

branches/autosynth-iot/google-api-grpc/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/ListSnapshotsResponse.java

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

branches/autosynth-iot/google-api-grpc/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/ListTopicSnapshotsRequest.java

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

branches/autosynth-iot/google-api-grpc/proto-google-cloud-pubsub-v1/src/main/java/com/google/pubsub/v1/ListTopicSnapshotsResponse.java

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

0 commit comments

Comments
 (0)