You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: clients/big_query_reservation/lib/google_api/big_query_reservation/v1/model/assignment.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ defmodule GoogleApi.BigQueryReservation.V1.Model.Assignment do
22
22
## Attributes
23
23
24
24
* `assignee` (*type:* `String.t`, *default:* `nil`) - The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
25
+
* `enableGeminiInBigquery` (*type:* `boolean()`, *default:* `nil`) - 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.
25
26
* `jobType` (*type:* `String.t`, *default:* `nil`) - Which type of jobs will use the reservation.
26
27
* `name` (*type:* `String.t`, *default:* `nil`) - Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. The assignment_id must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
27
28
* `state` (*type:* `String.t`, *default:* `nil`) - Output only. State of the assignment.
@@ -31,12 +32,14 @@ defmodule GoogleApi.BigQueryReservation.V1.Model.Assignment do
Copy file name to clipboardExpand all lines: clients/big_query_reservation/lib/google_api/big_query_reservation/v1/model/autoscale.ex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ defmodule GoogleApi.BigQueryReservation.V1.Model.Autoscale do
21
21
22
22
## Attributes
23
23
24
-
* `currentSlots` (*type:* `String.t`, *default:* `nil`) - Output only. The slot capacity added to this reservation when autoscale happens. Will be between [0, max_slots].
24
+
* `currentSlots` (*type:* `String.t`, *default:* `nil`) - 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)
25
25
* `maxSlots` (*type:* `String.t`, *default:* `nil`) - Number of slots to be scaled when needed.
Copy file name to clipboardExpand all lines: clients/big_query_reservation/lib/google_api/big_query_reservation/v1/model/reservation.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@ defmodule GoogleApi.BigQueryReservation.V1.Model.Reservation do
26
26
* `creationTime` (*type:* `DateTime.t`, *default:* `nil`) - Output only. Creation time of the reservation.
27
27
* `edition` (*type:* `String.t`, *default:* `nil`) - Edition of the reservation.
28
28
* `ignoreIdleSlots` (*type:* `boolean()`, *default:* `nil`) - 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.
29
+
* `labels` (*type:* `map()`, *default:* `nil`) - 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.
29
30
* `multiRegionAuxiliary` (*type:* `boolean()`, *default:* `nil`) - 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.
30
31
* `name` (*type:* `String.t`, *default:* `nil`) - The resource name of the reservation, e.g., `projects/*/locations/*/reservations/team1-prod`. The reservation_id must only contain lower case alphanumeric characters or dashes. It must start with a letter and must not end with a dash. Its maximum length is 64 characters.
31
32
* `originalPrimaryLocation` (*type:* `String.t`, *default:* `nil`) - 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.
@@ -43,6 +44,7 @@ defmodule GoogleApi.BigQueryReservation.V1.Model.Reservation do
43
44
:creationTime=>DateTime.t()|nil,
44
45
:edition=>String.t()|nil,
45
46
:ignoreIdleSlots=>boolean()|nil,
47
+
:labels=>map()|nil,
46
48
:multiRegionAuxiliary=>boolean()|nil,
47
49
:name=>String.t()|nil,
48
50
:originalPrimaryLocation=>String.t()|nil,
@@ -57,6 +59,7 @@ defmodule GoogleApi.BigQueryReservation.V1.Model.Reservation do
0 commit comments