|
635 | 635 | ]
|
636 | 636 | },
|
637 | 637 | "failoverReservation": {
|
638 |
| - "description": "Failover a reservation to the secondary location. The operation should be done in the current secondary location, which will be promoted to the new primary location for the reservation. Attempting to failover a reservation in the current primary location will fail with the error code `google.rpc.Code.FAILED_PRECONDITION`.", |
| 638 | + "description": "Fail over a reservation to the secondary location. The operation should be done in the current secondary location, which will be promoted to the new primary location for the reservation. Attempting to failover a reservation in the current primary location will fail with the error code `google.rpc.Code.FAILED_PRECONDITION`.", |
639 | 639 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/reservations/{reservationsId}:failoverReservation",
|
640 | 640 | "httpMethod": "POST",
|
641 | 641 | "id": "bigqueryreservation.projects.locations.reservations.failoverReservation",
|
|
935 | 935 | }
|
936 | 936 | }
|
937 | 937 | },
|
938 |
| - "revision": "20240921", |
| 938 | + "revision": "20241231", |
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"
|
|
1064 | 1068 | "Default value, which will be treated as ENTERPRISE.",
|
1065 | 1069 | "Standard edition.",
|
1066 | 1070 | "Enterprise edition.",
|
1067 |
| - "Enterprise plus edition." |
| 1071 | + "Enterprise Plus edition." |
1068 | 1072 | ],
|
1069 | 1073 | "type": "string"
|
1070 | 1074 | },
|
|
1296 | 1300 | "description": "The configuration parameters for the auto scaling feature."
|
1297 | 1301 | },
|
1298 | 1302 | "concurrency": {
|
1299 |
| - "description": "Job concurrency target which sets a soft upper bound on the number of jobs that can run concurrently in this reservation. This is a soft target due to asynchronous nature of the system and various optimizations for small queries. Default value is 0 which means that concurrency target will be automatically computed by the system. NOTE: this field is exposed as target job concurrency in the Information Schema, DDL and BQ CLI.", |
| 1303 | + "description": "Job concurrency target which sets a soft upper bound on the number of jobs that can run concurrently in this reservation. This is a soft target due to asynchronous nature of the system and various optimizations for small queries. Default value is 0 which means that concurrency target will be automatically computed by the system. NOTE: this field is exposed as target job concurrency in the Information Schema, DDL and BigQuery CLI.", |
1300 | 1304 | "format": "int64",
|
1301 | 1305 | "type": "string"
|
1302 | 1306 | },
|
|
1318 | 1322 | "Default value, which will be treated as ENTERPRISE.",
|
1319 | 1323 | "Standard edition.",
|
1320 | 1324 | "Enterprise edition.",
|
1321 |
| - "Enterprise plus edition." |
| 1325 | + "Enterprise Plus edition." |
1322 | 1326 | ],
|
1323 | 1327 | "type": "string"
|
1324 | 1328 | },
|
1325 | 1329 | "ignoreIdleSlots": {
|
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"
|
|
1335 | 1346 | "type": "string"
|
1336 | 1347 | },
|
1337 | 1348 | "originalPrimaryLocation": {
|
1338 |
| - "description": "Optional. The original primary location of the reservation which is set only during its creation and remains unchanged afterwards. It can be used by the customer to answer questions about disaster recovery billing. The field is output only for customers and should not be specified, however, the google.api.field_behavior is not set to OUTPUT_ONLY since these fields are set in rerouted requests sent across regions.", |
| 1349 | + "description": "Output only. The location where the reservation was originally created. This is set only during the failover reservation's creation. All billing charges for the failover reservation will be applied to this location.", |
| 1350 | + "readOnly": true, |
1339 | 1351 | "type": "string"
|
1340 | 1352 | },
|
1341 | 1353 | "primaryLocation": {
|
1342 |
| - "description": "Optional. The primary location of the reservation. The field is only meaningful for reservation used for cross region disaster recovery. The field is output only for customers and should not be specified, however, the google.api.field_behavior is not set to OUTPUT_ONLY since these fields are set in rerouted requests sent across regions.", |
| 1354 | + "description": "Output only. The current location of the reservation's primary replica. This field is only set for reservations using the managed disaster recovery feature.", |
| 1355 | + "readOnly": true, |
1343 | 1356 | "type": "string"
|
1344 | 1357 | },
|
1345 | 1358 | "secondaryLocation": {
|
1346 |
| - "description": "Optional. The secondary location of the reservation which is used for cross region disaster recovery purposes. Customer can set this in create/update reservation calls to create a failover reservation or convert a non-failover reservation to a failover reservation.", |
| 1359 | + "description": "Optional. The current location of the reservation's secondary replica. This field is only set for reservations using the managed disaster recovery feature. Users can set this in create reservation calls to create a failover reservation or in update reservation calls to convert a non-failover reservation to a failover reservation(or vice versa).", |
1347 | 1360 | "type": "string"
|
1348 | 1361 | },
|
1349 | 1362 | "slotCapacity": {
|
1350 |
| - "description": "Baseline slots available to this reservation. A slot is a unit of computational power in BigQuery, and serves as the unit of parallelism. Queries using this reservation might use more slots during runtime if ignore_idle_slots is set to false, or autoscaling is enabled. If edition is EDITION_UNSPECIFIED and total slot_capacity of the reservation and its siblings exceeds the total slot_count of all capacity commitments, the request will fail with `google.rpc.Code.RESOURCE_EXHAUSTED`. If edition is any value but EDITION_UNSPECIFIED, then the above requirement is not needed. The total slot_capacity of the reservation and its siblings may exceed the total slot_count of capacity commitments. In that case, the exceeding slots will be charged with the autoscale SKU. You can increase the number of baseline slots in a reservation every few minutes. If you want to decrease your baseline slots, you are limited to once an hour if you have recently changed your baseline slot capacity and your baseline slots exceed your committed slots. Otherwise, you can decrease your baseline slots every few minutes.", |
| 1363 | + "description": "Baseline slots available to this reservation. A slot is a unit of computational power in BigQuery, and serves as the unit of parallelism. Queries using this reservation might use more slots during runtime if ignore_idle_slots is set to false, or autoscaling is enabled. The total slot_capacity of the reservation and its siblings may exceed the total slot_count of capacity commitments. In that case, the exceeding slots will be charged with the autoscale SKU. You can increase the number of baseline slots in a reservation every few minutes. If you want to decrease your baseline slots, you are limited to once an hour if you have recently changed your baseline slot capacity and your baseline slots exceed your committed slots. Otherwise, you can decrease your baseline slots every few minutes.", |
1351 | 1364 | "format": "int64",
|
1352 | 1365 | "type": "string"
|
1353 | 1366 | },
|
|
0 commit comments