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

Commit 158c606

Browse files
fix: fixes for dynamic routing and streaming descriptors (#1566)
* 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 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent adb4319 commit 158c606

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/v1/subscriber_client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ export class SubscriberClient {
209209
// Provide descriptors for these.
210210
this.descriptors.stream = {
211211
streamingPull: new this._gaxModule.StreamDescriptor(
212-
gax.StreamType.BIDI_STREAMING
212+
gax.StreamType.BIDI_STREAMING,
213+
opts.fallback === 'rest'
213214
),
214215
};
215216

0 commit comments

Comments
 (0)