Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 853d91e

Browse files
fix: fixes for dynamic routing and streaming descriptors (#716)
* 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: https://github.com/googleapis/googleapis-gen/commit/42cc6331bae0b99f61b8e01ae15b05211716c4f9 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 a93fdf6 commit 853d91e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/v1p3beta1/streaming_video_intelligence_service_client.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,8 @@ export class StreamingVideoIntelligenceServiceClient {
162162
// Provide descriptors for these.
163163
this.descriptors.stream = {
164164
streamingAnnotateVideo: new this._gaxModule.StreamDescriptor(
165-
gax.StreamType.BIDI_STREAMING
165+
gax.StreamType.BIDI_STREAMING,
166+
opts.fallback === 'rest'
166167
),
167168
};
168169

0 commit comments

Comments
 (0)