Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit fd0acfc

Browse files
fix: fixes for dynamic routing and streaming descriptors (#1282)
* fix: fixes for dynamic routing and streaming descriptors Use gapic-generator-typescript v2.14.5. PiperOrigin-RevId: 450616838 Source-Link: googleapis/googleapis@7a47b72 Source-Link: googleapis/googleapis-gen@42cc633 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDJjYzYzMzFiYWUwYjk5ZjYxYjhlMDFhZTE1YjA1MjExNzE2YzRmOSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * Failure due to broken link There is a failure related to missing docs/_static/guide-me.svg Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: losalex <[email protected]>
1 parent 9ac253c commit fd0acfc

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/v2/logging_service_v2_client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,8 @@ export class LoggingServiceV2Client {
286286
// Provide descriptors for these.
287287
this.descriptors.stream = {
288288
tailLogEntries: new this._gaxModule.StreamDescriptor(
289-
gax.StreamType.BIDI_STREAMING
289+
gax.StreamType.BIDI_STREAMING,
290+
opts.fallback === 'rest'
290291
),
291292
};
292293

0 commit comments

Comments
 (0)