Skip to content
This repository has been archived by the owner on Nov 14, 2023. It is now read-only.

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 <55454395+sofisl@users.noreply.github.com>
  • Loading branch information
3 people committed Aug 15, 2023
1 parent ef51d0f commit 1103985
Show file tree
Hide file tree
Showing 10 changed files with 2,324 additions and 304 deletions.
2 changes: 1 addition & 1 deletion samples/generated/v1/prediction_service.batch_predict.js
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
2 changes: 1 addition & 1 deletion samples/generated/v1/prediction_service.predict.js
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

0 comments on commit 1103985

Please sign in to comment.