Skip to content

Commit f5784b3

Browse files
yoshi-automationchingor13
authored andcommitted
---
yaml --- r: 32363 b: refs/heads/autosynth-errorreporting c: 54b4c8b h: refs/heads/master i: 32361: d92cfe4 32359: 3268e13
1 parent cc9b7b4 commit f5784b3

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
@@ -129,7 +129,7 @@ refs/heads/autosynth-bigtable-admin: 6379a2bc712f2736c83de0e009b4d26da4fa82ca
129129
refs/heads/autosynth-containeranalysis: 18d210f81f17cf74864d0db2c29e834302f74f2a
130130
refs/heads/autosynth-datastore: f1efc3dc465174f41041acd56cf29badcec3e5bd
131131
refs/heads/autosynth-dialogflow: 73974cc32e5212aec0126472e0bc1442886fedaf
132-
refs/heads/autosynth-errorreporting: 03186776cdb90d4181c670e6d3083351db9711f1
132+
refs/heads/autosynth-errorreporting: 54b4c8bc17a5274468180ce1fd24cff73717c9c3
133133
refs/heads/autosynth-firestore: 983c75e4fb1076502c8cac73ef0538bdb10884f3
134134
refs/heads/autosynth-iot: 4025d1804241e74d54950a324dc4f667aeaad4b3
135135
refs/heads/autosynth-kms: 6b65b0f34c12d141031c7288cdc01e550212d0f6

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