From 346e646367e7e1d6d9456ed4f8ff4a7464eb16a9 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 11:58:30 -0400 Subject: [PATCH] feat: update Nodejs generator to send API versions in headers for GAPICs (#1502) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix!: An existing method `UpdateVehicleLocation` is removed from service `VehicleService` fix!: An existing method `SearchFuzzedVehicles` is removed from service `VehicleService` fix!: An existing message `UpdateVehicleLocationRequest` is removed PiperOrigin-RevId: 631557549 Source-Link: https://github.com/googleapis/googleapis/commit/3d50414a7ff3f0b8ffe8ad7858257396e4f18131 Source-Link: https://github.com/googleapis/googleapis-gen/commit/5ce63d4e636a975175bde2d16c15e70dd5a81ff4 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNWNlNjNkNGU2MzZhOTc1MTc1YmRlMmQxNmMxNWU3MGRkNWE4MWZmNCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: update Nodejs generator to send API versions in headers for GAPICs PiperOrigin-RevId: 634109303 Source-Link: https://github.com/googleapis/googleapis/commit/998ade8d5e34d18df5ce36ce2baefdd57f4da375 Source-Link: https://github.com/googleapis/googleapis-gen/commit/000ca6f00801f65b847e6029cb05111404df21ec Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMDAwY2E2ZjAwODAxZjY1Yjg0N2U2MDI5Y2IwNTExMTQwNGRmMjFlYyJ9 * 🦉 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 Co-authored-by: Cindy Peng <148148319+cindy-peng@users.noreply.github.com> --- protos/google/logging/type/http_request.proto | 2 +- protos/google/logging/type/log_severity.proto | 2 +- protos/google/logging/v2/log_entry.proto | 2 +- protos/google/logging/v2/logging.proto | 2 +- protos/google/logging/v2/logging_config.proto | 2 +- protos/google/logging/v2/logging_metrics.proto | 2 +- src/v2/logging_service_v2_client.ts | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/protos/google/logging/type/http_request.proto b/protos/google/logging/type/http_request.proto index 425a09d6..fa2dd64e 100644 --- a/protos/google/logging/type/http_request.proto +++ b/protos/google/logging/type/http_request.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC +// Copyright 2024 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/google/logging/type/log_severity.proto b/protos/google/logging/type/log_severity.proto index 67401258..96ff8746 100644 --- a/protos/google/logging/type/log_severity.proto +++ b/protos/google/logging/type/log_severity.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC +// Copyright 2024 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/google/logging/v2/log_entry.proto b/protos/google/logging/v2/log_entry.proto index 94c5cdff..2404219f 100644 --- a/protos/google/logging/v2/log_entry.proto +++ b/protos/google/logging/v2/log_entry.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC +// Copyright 2024 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/google/logging/v2/logging.proto b/protos/google/logging/v2/logging.proto index 92d481ea..cd686e9f 100644 --- a/protos/google/logging/v2/logging.proto +++ b/protos/google/logging/v2/logging.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC +// Copyright 2024 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/google/logging/v2/logging_config.proto b/protos/google/logging/v2/logging_config.proto index cc7677b1..d914df1b 100644 --- a/protos/google/logging/v2/logging_config.proto +++ b/protos/google/logging/v2/logging_config.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC +// Copyright 2024 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/protos/google/logging/v2/logging_metrics.proto b/protos/google/logging/v2/logging_metrics.proto index 852ba14c..a387ef2b 100644 --- a/protos/google/logging/v2/logging_metrics.proto +++ b/protos/google/logging/v2/logging_metrics.proto @@ -1,4 +1,4 @@ -// Copyright 2023 Google LLC +// Copyright 2024 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/src/v2/logging_service_v2_client.ts b/src/v2/logging_service_v2_client.ts index 8283d392..6db7919a 100644 --- a/src/v2/logging_service_v2_client.ts +++ b/src/v2/logging_service_v2_client.ts @@ -335,7 +335,7 @@ export class LoggingServiceV2Client { tailLogEntries: new this._gaxModule.StreamDescriptor( this._gaxModule.StreamType.BIDI_STREAMING, !!opts.fallback, - /* gaxStreamingRetries: */ false + !!opts.gaxServerStreamingRetries ), };