Skip to content

Commit

Permalink
fix: Add client library version to headers (#1891)
Browse files Browse the repository at this point in the history
* docs: small fix in Pub/Sub ingestion comments

PiperOrigin-RevId: 606977953

Source-Link: googleapis/googleapis@3d989d1

Source-Link: googleapis/googleapis-gen@375142e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMzc1MTQyZTMzMzUzZGQ1NmFjYTRjZjZkNjdiOWRjNTUwYWFkMDNhMyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* fix: Add client library version to headers
fix: Allow bundlers to bundle JSON files correctly for ESM
deps: Update dependency google-gax to ^4.3.1
fix: Export types from protos in ESM

PiperOrigin-RevId: 609821360

Source-Link: googleapis/googleapis@5c5ecf0

Source-Link: googleapis/googleapis-gen@b875fcd
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYjg3NWZjZGQxNGI0ZGVmNjUyMTgyOTMwMDNkOWJlYzRiODQyZWNhNyJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 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>
  • Loading branch information
gcf-owl-bot[bot] and gcf-owl-bot[bot] committed Feb 28, 2024
1 parent f12c644 commit 6b59195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions protos/google/pubsub/v1/pubsub.proto
Expand Up @@ -183,7 +183,7 @@ message SchemaSettings {
message IngestionDataSourceSettings {
// Ingestion settings for Amazon Kinesis Data Streams.
message AwsKinesis {
// Possible states for managed ingestion from Amazon Kinesis Data Streams.
// Possible states for ingestion from Amazon Kinesis Data Streams.
enum State {
// Default value. This value is unused.
STATE_UNSPECIFIED = 0;
Expand Down Expand Up @@ -312,8 +312,7 @@ message Topic {
// Output only. An output-only field indicating the state of the topic.
State state = 9 [(google.api.field_behavior) = OUTPUT_ONLY];

// Optional. Settings for managed ingestion from a data source into this
// topic.
// Optional. Settings for ingestion from a data source into this topic.
IngestionDataSourceSettings ingestion_data_source_settings = 10
[(google.api.field_behavior) = OPTIONAL];
}
Expand Down
3 changes: 1 addition & 2 deletions src/v1/publisher_client.ts
Expand Up @@ -473,8 +473,7 @@ export class PublisherClient {
* @param {google.pubsub.v1.Topic.State} request.state
* Output only. An output-only field indicating the state of the topic.
* @param {google.pubsub.v1.IngestionDataSourceSettings} [request.ingestionDataSourceSettings]
* Optional. Settings for managed ingestion from a data source into this
* topic.
* Optional. Settings for ingestion from a data source into this topic.
* @param {object} [options]
* Call options. See {@link https://googleapis.dev/nodejs/google-gax/latest/interfaces/CallOptions.html|CallOptions} for more details.
* @returns {Promise} - The promise which resolves to an array.
Expand Down

0 comments on commit 6b59195

Please sign in to comment.