Skip to content

Commit c72d21f

Browse files
---
yaml --- r: 27855 b: refs/heads/autosynth-pubsub c: 8aac5a6 h: refs/heads/master i: 27853: e81b9fe 27851: e42437b 27847: 116ec7c 27839: 3ffb869
1 parent 033deba commit c72d21f

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
@@ -114,7 +114,7 @@ refs/tags/v0.67.0: 30b56f02092efc6f3c3667650ea8b8825003e0b7
114114
refs/heads/autosynth-compute: c0ad4e5b54b2b167d47e508ca215c039404837d3
115115
refs/heads/autosynth-container: d17e1a76a903f9e05eba56a9bf5d12c1b15b67d7
116116
refs/heads/autosynth-monitoring: e66569bd7358a90d17097f90cf8c70dbeeb048cf
117-
refs/heads/autosynth-pubsub: 32551b2fa80878e3a7a47f2b1f5fc784b69f2cdb
117+
refs/heads/autosynth-pubsub: 8aac5a6202d83e8d67f5cb1d58f0adf9f2622aeb
118118
refs/heads/autosynth-video-intelligence: 376f1f5972d56c508e9755b817ac478e84b219de
119119
refs/heads/autosynth-vision: c99f959b6acf4840e473f2e67144d00ec52875e5
120120
refs/heads/spanner: b01127f885b4611bf1852abb0ce481eeb7fcc131

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