Skip to content

Commit 68c5d41

Browse files
feat: [PubSub] Add SchemaViolationReason to IngestionFailureEvent (#8333)
* feat: Add SchemaViolationReason to IngestionFailureEvent docs: Standardize spelling of "acknowledgment" in Pub/Sub protos PiperOrigin-RevId: 761506540 Source-Link: googleapis/googleapis@c1af7f2 Source-Link: googleapis/googleapis-gen@260979c Copy-Tag: eyJwIjoiUHViU3ViLy5Pd2xCb3QueWFtbCIsImgiOiIyNjA5NzljYzY0ODcyMmVjZTI4ODE5NjY1YjJlY2QxYWIwZmI2MWE0In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 3be23f4 commit 68c5d41

17 files changed

Lines changed: 456 additions & 82 deletions

PubSub/metadata/V1/Pubsub.php

762 Bytes
Binary file not shown.

PubSub/samples/V1/SubscriberClient/streaming_pull.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
/**
3333
* Establishes a stream with the server, which sends messages down to the
34-
* client. The client streams acknowledgements and ack deadline modifications
34+
* client. The client streams acknowledgments and ack deadline modifications
3535
* back to the server. The server will close the stream and return the status
3636
* on any error. The server may close the stream with status `UNAVAILABLE` to
3737
* reassign server-side resources, in which case, the client should

PubSub/src/V1/Client/SubscriberClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ public function seek(SeekRequest $request, array $callOptions = []): SeekRespons
747747

748748
/**
749749
* Establishes a stream with the server, which sends messages down to the
750-
* client. The client streams acknowledgements and ack deadline modifications
750+
* client. The client streams acknowledgments and ack deadline modifications
751751
* back to the server. The server will close the stream and return the status
752752
* on any error. The server may close the stream with status `UNAVAILABLE` to
753753
* reassign server-side resources, in which case, the client should

PubSub/src/V1/CloudStorageConfig.php

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

PubSub/src/V1/DeadLetterPolicy.php

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

PubSub/src/V1/IngestionFailureEvent.php

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

PubSub/src/V1/IngestionFailureEvent/AwsKinesisFailureReason.php

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

PubSub/src/V1/IngestionFailureEvent/AwsMskFailureReason.php

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

0 commit comments

Comments
 (0)