Skip to content

Commit

Permalink
fix(bigqueryreservation): update the API
Browse files Browse the repository at this point in the history
#### bigqueryreservation:v1

The following keys were changed:
- schemas.Autoscale.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 9, 2023
1 parent 93ef743 commit b41049e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/bigqueryreservation-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -823,7 +823,7 @@
}
}
},
"revision": "20230121",
"revision": "20230201",
"rootUrl": "https://bigqueryreservation.googleapis.com/",
"schemas": {
"Assignment": {
Expand Down Expand Up @@ -876,7 +876,7 @@
"type": "object"
},
"Autoscale": {
"description": "Auto scaling settings. max_slots and budget are mutually exclusive. If max_slots is set: * The system will create a dedicated `FLEX` capacity commitment to hold the slots for auto-scale. Users won't be able to manage it, to avoid conflicts. * Scale-up will happen if there are always pending tasks for the past 10 minutes. * Scale-down will happen, if the system detects that scale-up won't be triggered again. If budget is set: * The system will try to use more slots immediately. * At a particular moment, the number of slots scaled is determined by the sytsem, based on the remaining budget and system limit. But overall the usage will conform to the budget if there is enough traffic. * The system will round the slot usage every minute. **Note** this is an alpha feature.",
"description": "Auto scaling settings.",
"id": "Autoscale",
"properties": {
"currentSlots": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/bigqueryreservation/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ export namespace bigqueryreservation_v1 {
state?: string | null;
}
/**
* Auto scaling settings. max_slots and budget are mutually exclusive. If max_slots is set: * The system will create a dedicated `FLEX` capacity commitment to hold the slots for auto-scale. Users won't be able to manage it, to avoid conflicts. * Scale-up will happen if there are always pending tasks for the past 10 minutes. * Scale-down will happen, if the system detects that scale-up won't be triggered again. If budget is set: * The system will try to use more slots immediately. * At a particular moment, the number of slots scaled is determined by the sytsem, based on the remaining budget and system limit. But overall the usage will conform to the budget if there is enough traffic. * The system will round the slot usage every minute. **Note** this is an alpha feature.
* Auto scaling settings.
*/
export interface Schema$Autoscale {
/**
Expand Down

0 comments on commit b41049e

Please sign in to comment.