-
Notifications
You must be signed in to change notification settings - Fork 439
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: update clients #2465
feat: update clients #2465
Conversation
…lient library generator.
* @throws ApiException if the remote call fails | ||
* @experimental | ||
*/ | ||
public function listUsableSubnetworks(array $optionalArgs = []) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should confirm that $parent is not required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll confirm upstream if this is intended.
"timeout_millis": 20000, | ||
"retry_codes_name": "idempotent", | ||
"timeout_millis": 60000, | ||
"retry_codes_name": "non_idempotent", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
are we sure about this?
"timeout_millis": 20000, | ||
"retry_codes_name": "idempotent", | ||
"timeout_millis": 60000, | ||
"retry_codes_name": "non_idempotent", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
and this?
This PR was generated using Autosynth. 🌈
Log from Synthtool