Skip to content

Commit

Permalink
fix: fixes for dynamic routing and streaming descriptors (#1282)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
3 people authored Jun 1, 2022
1 parent 9ac253c commit fd0acfc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/v2/logging_service_v2_client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,8 @@ export class LoggingServiceV2Client {
// Provide descriptors for these.
this.descriptors.stream = {
tailLogEntries: new this._gaxModule.StreamDescriptor(
gax.StreamType.BIDI_STREAMING
gax.StreamType.BIDI_STREAMING,
opts.fallback === 'rest'
),
};

Expand Down

0 comments on commit fd0acfc

Please sign in to comment.