|
935 | 935 | }
|
936 | 936 | }
|
937 | 937 | },
|
938 |
| - "revision": "20240921", |
| 938 | + "revision": "20241023", |
939 | 939 | "rootUrl": "https://bigqueryreservation.googleapis.com/",
|
940 | 940 | "schemas": {
|
941 | 941 | "Assignment": {
|
|
946 | 946 | "description": "The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.",
|
947 | 947 | "type": "string"
|
948 | 948 | },
|
| 949 | + "enableGeminiInBigquery": { |
| 950 | + "description": "Optional. This field controls if \"Gemini in BigQuery\" (https://cloud.google.com/gemini/docs/bigquery/overview) features should be enabled for this reservation assignment, which is not on by default. \"Gemini in BigQuery\" has a distinct compliance posture from BigQuery. If this field is set to true, the assignment job type is QUERY, and the parent reservation edition is ENTERPRISE_PLUS, then the assignment will give the grantee project/organization access to \"Gemini in BigQuery\" features.", |
| 951 | + "type": "boolean" |
| 952 | + }, |
949 | 953 | "jobType": {
|
950 | 954 | "description": "Which type of jobs will use the reservation.",
|
951 | 955 | "enum": [
|
|
994 | 998 | "id": "Autoscale",
|
995 | 999 | "properties": {
|
996 | 1000 | "currentSlots": {
|
997 |
| - "description": "Output only. The slot capacity added to this reservation when autoscale happens. Will be between [0, max_slots].", |
| 1001 | + "description": "Output only. The slot capacity added to this reservation when autoscale happens. Will be between [0, max_slots]. Note: after users reduce max_slots, it may take a while before it can be propagated, so current_slots may stay in the original value and could be larger than max_slots for that brief period (less than one minute)", |
998 | 1002 | "format": "int64",
|
999 | 1003 | "readOnly": true,
|
1000 | 1004 | "type": "string"
|
|
1326 | 1330 | "description": "If false, any query or pipeline job using this reservation will use idle slots from other reservations within the same admin project. If true, a query or pipeline job using this reservation will execute with the slot capacity specified in the slot_capacity field at most.",
|
1327 | 1331 | "type": "boolean"
|
1328 | 1332 | },
|
| 1333 | + "labels": { |
| 1334 | + "additionalProperties": { |
| 1335 | + "type": "string" |
| 1336 | + }, |
| 1337 | + "description": "Optional. The labels associated with this reservation. You can use these to organize and group your reservations. You can set this property when inserting or updating a reservation.", |
| 1338 | + "type": "object" |
| 1339 | + }, |
1329 | 1340 | "multiRegionAuxiliary": {
|
1330 | 1341 | "description": "Applicable only for reservations located within one of the BigQuery multi-regions (US or EU). If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region. NOTE: this is a preview feature. Project must be allow-listed in order to set this field.",
|
1331 | 1342 | "type": "boolean"
|
|
0 commit comments