Skip to content

Commit 0032d18

Browse files
feat(bigqueryreservation): update the api
#### bigqueryreservation:v1 The following keys were added: - schemas.CapacityCommitment.properties.multiRegionAuxiliary.type (Total Keys: 1) - schemas.Reservation.properties.multiRegionAuxiliary.type (Total Keys: 1) #### bigqueryreservation:v1beta1 The following keys were added: - schemas.CapacityCommitment.properties.multiRegionAuxiliary.type (Total Keys: 1) - schemas.Reservation.properties.multiRegionAuxiliary.type (Total Keys: 1)
1 parent 90a97c6 commit 0032d18

10 files changed

+119
-73
lines changed

docs/dyn/bigqueryreservation_v1.projects.locations.capacityCommitments.html

Lines changed: 20 additions & 11 deletions
Large diffs are not rendered by default.

docs/dyn/bigqueryreservation_v1.projects.locations.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ <h3>Method Details</h3>
154154
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
155155
&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
156156
&quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
157-
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
157+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
158158
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
159159
},
160160
],
@@ -198,7 +198,7 @@ <h3>Method Details</h3>
198198
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
199199
&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
200200
&quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
201-
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
201+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
202202
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
203203
},
204204
],

docs/dyn/bigqueryreservation_v1.projects.locations.reservations.assignments.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,11 +110,11 @@ <h3>Method Details</h3>
110110
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
111111
&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
112112
&quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
113-
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
113+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
114114
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
115115
}
116116

117-
assignmentId: string, The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dash. Max length is 64 characters.
117+
assignmentId: string, The optional assignment ID. Assignment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. Max length is 64 characters.
118118
x__xgafv: string, V1 error format.
119119
Allowed values
120120
1 - v1 error format
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126126
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
127127
&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
128128
&quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
129-
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
129+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
130130
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
131131
}</pre>
132132
</div>
@@ -170,7 +170,7 @@ <h3>Method Details</h3>
170170
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
171171
&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
172172
&quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
173-
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
173+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
174174
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
175175
},
176176
],
@@ -216,7 +216,7 @@ <h3>Method Details</h3>
216216
{ # An assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
217217
&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
218218
&quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
219-
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
219+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. For the assignment id, it must only contain lower case alphanumeric characters or dashes and the max length is 64 characters.
220220
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
221221
}</pre>
222222
</div>

0 commit comments

Comments
 (0)