Skip to content

Commit 3659137

Browse files
chore: Update discovery artifacts (#1416)
## Discovery Artifact Change Summary: feat(bigqueryreservation): update the api 63c00f6 feat(firebaserules): update the api 7b20004 feat(iap): update the api 18550fd feat(managedidentities): update the api d222001
1 parent b1eafb3 commit 3659137

File tree

373 files changed

+40202
-116567
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

373 files changed

+40202
-116567
lines changed

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

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ <h2>Instance Methods</h2>
9292
<p class="toc_element">
9393
<code><a href="#move">move(name, body=None, x__xgafv=None)</a></code></p>
9494
<p class="firstline">Moves an assignment under a new reservation. This differs from removing an existing assignment and recreating a new one by providing a transactional change that ensures an assignee always has an associated reservation.</p>
95+
<p class="toc_element">
96+
<code><a href="#patch">patch(name, body=None, updateMask=None, x__xgafv=None)</a></code></p>
97+
<p class="firstline">Updates an existing assignment. Only the `priority` field can be updated.</p>
9598
<h3>Method Details</h3>
9699
<div class="method">
97100
<code class="details" id="close">close()</code>
@@ -221,4 +224,37 @@ <h3>Method Details</h3>
221224
}</pre>
222225
</div>
223226

227+
<div class="method">
228+
<code class="details" id="patch">patch(name, body=None, updateMask=None, x__xgafv=None)</code>
229+
<pre>Updates an existing assignment. Only the `priority` field can be updated.
230+
231+
Args:
232+
name: string, Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`. (required)
233+
body: object, The request body.
234+
The object takes the form of:
235+
236+
{ # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
237+
&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
238+
&quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
239+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
240+
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
241+
}
242+
243+
updateMask: string, Standard field mask for the set of fields to be updated.
244+
x__xgafv: string, V1 error format.
245+
Allowed values
246+
1 - v1 error format
247+
2 - v2 error format
248+
249+
Returns:
250+
An object of the form:
251+
252+
{ # A Assignment allows a project to submit jobs of a certain type using slots from the specified reservation.
253+
&quot;assignee&quot;: &quot;A String&quot;, # The resource which will use the reservation. E.g. `projects/myproject`, `folders/123`, or `organizations/456`.
254+
&quot;jobType&quot;: &quot;A String&quot;, # Which type of jobs will use the reservation.
255+
&quot;name&quot;: &quot;A String&quot;, # Output only. Name of the resource. E.g.: `projects/myproject/locations/US/reservations/team1-prod/assignments/123`.
256+
&quot;state&quot;: &quot;A String&quot;, # Output only. State of the assignment.
257+
}</pre>
258+
</div>
259+
224260
</body></html>

docs/dyn/compute_alpha.acceleratorTypes.html

Lines changed: 31 additions & 60 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.addresses.html

Lines changed: 78 additions & 219 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.autoscalers.html

Lines changed: 152 additions & 617 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.backendBuckets.html

Lines changed: 237 additions & 700 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.backendServices.html

Lines changed: 481 additions & 1796 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.diskTypes.html

Lines changed: 31 additions & 84 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.disks.html

Lines changed: 340 additions & 1159 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.externalVpnGateways.html

Lines changed: 60 additions & 136 deletions
Large diffs are not rendered by default.

docs/dyn/compute_alpha.firewallPolicies.html

Lines changed: 282 additions & 757 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)