Skip to content

Commit 9d5f008

Browse files
feat(all): auto-regenerate discovery clients (#2845)
1 parent 48dda95 commit 9d5f008

22 files changed

+1221
-56
lines changed

bigqueryreservation/v1/bigqueryreservation-api.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -935,7 +935,7 @@
935935
}
936936
}
937937
},
938-
"revision": "20240921",
938+
"revision": "20241023",
939939
"rootUrl": "https://bigqueryreservation.googleapis.com/",
940940
"schemas": {
941941
"Assignment": {
@@ -946,6 +946,10 @@
946946
"description": "The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.",
947947
"type": "string"
948948
},
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+
},
949953
"jobType": {
950954
"description": "Which type of jobs will use the reservation.",
951955
"enum": [
@@ -994,7 +998,7 @@
994998
"id": "Autoscale",
995999
"properties": {
9961000
"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)",
9981002
"format": "int64",
9991003
"readOnly": true,
10001004
"type": "string"
@@ -1326,6 +1330,13 @@
13261330
"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.",
13271331
"type": "boolean"
13281332
},
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+
},
13291340
"multiRegionAuxiliary": {
13301341
"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.",
13311342
"type": "boolean"

bigqueryreservation/v1/bigqueryreservation-gen.go

Lines changed: 17 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)