Skip to content

Commit

Permalink
test: disable retry-request for streaming tests (#786)
Browse files Browse the repository at this point in the history
* fix: fix typings for IAM methods
docs: fixed links in the generated Markdown documentation

PiperOrigin-RevId: 551610576

Source-Link: googleapis/googleapis@73b1313

Source-Link: googleapis/googleapis-gen@8bec066
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOGJlYzA2NjQ5MmE2ZGEyODU1YjFiOGNlNTYyNjY0YzBhNmIzMGIwMSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* test: disable retry-request for streaming tests

PiperOrigin-RevId: 554648220

Source-Link: googleapis/googleapis@53cd9ad

Source-Link: googleapis/googleapis-gen@7e8867e
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiN2U4ODY3ZWZiZWQ3ZGJmZTVlZjZlYzNjMmM5MmE0YmNlNDI4MGY3YSJ9

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* 🦉 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>
Co-authored-by: sofisl <[email protected]>
  • Loading branch information
3 people authored Aug 15, 2023
1 parent c55f228 commit 754e864
Show file tree
Hide file tree
Showing 10 changed files with 2,324 additions and 304 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function main(name, inputConfig, outputConfig) {
* at least that long as a relative value of video frame size are
* returned. Value in 0 to 1 range. Default is 0.
*/
// const params = 1234
// const params = [1,2,3,4]

// Imports the Automl library
const {PredictionServiceClient} = require('@google-cloud/automl').v1;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function main(name, payload) {
* TablesAnnotation google.cloud.automl.v1.TablesAnnotation
* objects. The default is false.
*/
// const params = 1234
// const params = [1,2,3,4]

// Imports the Automl library
const {PredictionServiceClient} = require('@google-cloud/automl').v1;
Expand Down
Loading

0 comments on commit 754e864

Please sign in to comment.