Skip to content

Commit a36e3b1

Browse files
chore: Update discovery artifacts (#1462)
## Deleted keys were detected in the following stable discovery artifacts: sqladmin v1 cef24d8 ## Deleted keys were detected in the following pre-stable discovery artifacts: alertcenter v1beta1 70810a5 ## Discovery Artifact Change Summary: feat(alertcenter): update the api 70810a5 feat(chat): update the api a577cd0 feat(cloudbuild): update the api 9066056 feat(content): update the api b123349 feat(displayvideo): update the api c525d72 feat(dns): update the api 13436cc feat(eventarc): update the api 6be3394 feat(file): update the api 817a0e6 feat(monitoring): update the api bd32149 feat(people): update the api aa6b47d feat(retail): update the api d39f06e feat(securitycenter): update the api 999fab5 feat(speech): update the api 3b2c0fa feat(sqladmin): update the api cef24d8
1 parent c4ce77d commit a36e3b1

File tree

392 files changed

+40826
-3748
lines changed

Some content is hidden

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

392 files changed

+40826
-3748
lines changed

docs/dyn/admin_directory_v1.asps.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#delete">delete(userKey, codeId, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Delete an ASP issued by a user.</p>
82+
<p class="firstline">Deletes an ASP issued by a user.</p>
8383
<p class="toc_element">
8484
<code><a href="#get">get(userKey, codeId, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Get information about an ASP issued by a user.</p>
85+
<p class="firstline">Gets information about an ASP issued by a user.</p>
8686
<p class="toc_element">
8787
<code><a href="#list">list(userKey, x__xgafv=None)</a></code></p>
88-
<p class="firstline">List the ASPs issued by a user.</p>
88+
<p class="firstline">Lists the ASPs issued by a user.</p>
8989
<h3>Method Details</h3>
9090
<div class="method">
9191
<code class="details" id="close">close()</code>
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
9494

9595
<div class="method">
9696
<code class="details" id="delete">delete(userKey, codeId, x__xgafv=None)</code>
97-
<pre>Delete an ASP issued by a user.
97+
<pre>Deletes an ASP issued by a user.
9898

9999
Args:
100100
userKey: string, Identifies the user in the API request. The value can be the user&#x27;s primary email address, alias email address, or unique user ID. (required)
@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108108

109109
<div class="method">
110110
<code class="details" id="get">get(userKey, codeId, x__xgafv=None)</code>
111-
<pre>Get information about an ASP issued by a user.
111+
<pre>Gets information about an ASP issued by a user.
112112

113113
Args:
114114
userKey: string, Identifies the user in the API request. The value can be the user&#x27;s primary email address, alias email address, or unique user ID. (required)
@@ -134,7 +134,7 @@ <h3>Method Details</h3>
134134

135135
<div class="method">
136136
<code class="details" id="list">list(userKey, x__xgafv=None)</code>
137-
<pre>List the ASPs issued by a user.
137+
<pre>Lists the ASPs issued by a user.
138138

139139
Args:
140140
userKey: string, Identifies the user in the API request. The value can be the user&#x27;s primary email address, alias email address, or unique user ID. (required)

docs/dyn/admin_directory_v1.channels.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#stop">stop(body=None, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Stop watching resources through this channel.</p>
82+
<p class="firstline">Stops watching resources through this channel.</p>
8383
<h3>Method Details</h3>
8484
<div class="method">
8585
<code class="details" id="close">close()</code>
@@ -88,7 +88,7 @@ <h3>Method Details</h3>
8888

8989
<div class="method">
9090
<code class="details" id="stop">stop(body=None, x__xgafv=None)</code>
91-
<pre>Stop watching resources through this channel.
91+
<pre>Stops watching resources through this channel.
9292

9393
Args:
9494
body: object, The request body.

docs/dyn/admin_directory_v1.chromeosdevices.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ <h2>Instance Methods</h2>
9191
<p class="firstline">Retrieves the next page of results.</p>
9292
<p class="toc_element">
9393
<code><a href="#moveDevicesToOu">moveDevicesToOu(customerId, orgUnitPath, body=None, x__xgafv=None)</a></code></p>
94-
<p class="firstline">Move or insert multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once.</p>
94+
<p class="firstline">Moves or inserts multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once.</p>
9595
<p class="toc_element">
9696
<code><a href="#patch">patch(customerId, deviceId, body=None, projection=None, x__xgafv=None)</a></code></p>
9797
<p class="firstline">Updates a device's updatable properties, such as `annotatedUser`, `annotatedLocation`, `notes`, `orgUnitPath`, or `annotatedAssetId`. This method supports [patch semantics](/admin-sdk/directory/v1/guides/performance#patch).</p>
@@ -417,7 +417,7 @@ <h3>Method Details</h3>
417417

418418
<div class="method">
419419
<code class="details" id="moveDevicesToOu">moveDevicesToOu(customerId, orgUnitPath, body=None, x__xgafv=None)</code>
420-
<pre>Move or insert multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once.
420+
<pre>Moves or inserts multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once.
421421

422422
Args:
423423
customerId: string, Immutable ID of the Google Workspace account (required)

docs/dyn/admin_directory_v1.customers.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h2>Instance Methods</h2>
8787
<p class="firstline">Retrieves a customer.</p>
8888
<p class="toc_element">
8989
<code><a href="#patch">patch(customerKey, body=None, x__xgafv=None)</a></code></p>
90-
<p class="firstline">Patch Customers via Apiary Patch Orchestration</p>
90+
<p class="firstline">Patches a customer.</p>
9191
<p class="toc_element">
9292
<code><a href="#update">update(customerKey, body=None, x__xgafv=None)</a></code></p>
9393
<p class="firstline">Updates a customer.</p>
@@ -136,7 +136,7 @@ <h3>Method Details</h3>
136136

137137
<div class="method">
138138
<code class="details" id="patch">patch(customerKey, body=None, x__xgafv=None)</code>
139-
<pre>Patch Customers via Apiary Patch Orchestration
139+
<pre>Patches a customer.
140140

141141
Args:
142142
customerKey: string, Id of the customer to be updated (required)

docs/dyn/admin_directory_v1.groups.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2>Instance Methods</h2>
9393
<p class="firstline">Creates a group.</p>
9494
<p class="toc_element">
9595
<code><a href="#list">list(customer=None, domain=None, maxResults=None, orderBy=None, pageToken=None, query=None, sortOrder=None, userKey=None, x__xgafv=None)</a></code></p>
96-
<p class="firstline">Retrieve all groups of a domain or of a user given a userKey (paginated)</p>
96+
<p class="firstline">Retrieves all groups of a domain or of a user given a userKey (paginated).</p>
9797
<p class="toc_element">
9898
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
9999
<p class="firstline">Retrieves the next page of results.</p>
@@ -207,7 +207,7 @@ <h3>Method Details</h3>
207207

208208
<div class="method">
209209
<code class="details" id="list">list(customer=None, domain=None, maxResults=None, orderBy=None, pageToken=None, query=None, sortOrder=None, userKey=None, x__xgafv=None)</code>
210-
<pre>Retrieve all groups of a domain or of a user given a userKey (paginated)
210+
<pre>Retrieves all groups of a domain or of a user given a userKey (paginated).
211211

212212
Args:
213213
customer: string, The unique ID for the customer&#x27;s Google Workspace account. In case of a multi-domain account, to fetch all groups for a customer, fill this field instead of domain. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s `customerId`. The `customerId` is also returned as part of the [Users](/admin-sdk/directory/v1/reference/users)

docs/dyn/admin_directory_v1.resources.buildings.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>Instance Methods</h2>
9494
<p class="firstline">Retrieves the next page of results.</p>
9595
<p class="toc_element">
9696
<code><a href="#patch">patch(customer, buildingId, body=None, coordinatesSource=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Patches a building via Apiary Patch Orchestration.</p>
97+
<p class="firstline">Patches a building.</p>
9898
<p class="toc_element">
9999
<code><a href="#update">update(customer, buildingId, body=None, coordinatesSource=None, x__xgafv=None)</a></code></p>
100100
<p class="firstline">Updates a building.</p>
@@ -301,7 +301,7 @@ <h3>Method Details</h3>
301301

302302
<div class="method">
303303
<code class="details" id="patch">patch(customer, buildingId, body=None, coordinatesSource=None, x__xgafv=None)</code>
304-
<pre>Patches a building via Apiary Patch Orchestration.
304+
<pre>Patches a building.
305305

306306
Args:
307307
customer: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s customer ID. (required)

docs/dyn/admin_directory_v1.resources.calendars.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>Instance Methods</h2>
9494
<p class="firstline">Retrieves the next page of results.</p>
9595
<p class="toc_element">
9696
<code><a href="#patch">patch(customer, calendarResourceId, body=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Patches a calendar resource via Apiary Patch Orchestration.</p>
97+
<p class="firstline">Patches a calendar resource.</p>
9898
<p class="toc_element">
9999
<code><a href="#update">update(customer, calendarResourceId, body=None, x__xgafv=None)</a></code></p>
100100
<p class="firstline">Updates a calendar resource. This method supports patch semantics, meaning you only need to include the fields you wish to update. Fields that are not present in the request will be preserved.</p>
@@ -266,7 +266,7 @@ <h3>Method Details</h3>
266266

267267
<div class="method">
268268
<code class="details" id="patch">patch(customer, calendarResourceId, body=None, x__xgafv=None)</code>
269-
<pre>Patches a calendar resource via Apiary Patch Orchestration.
269+
<pre>Patches a calendar resource.
270270

271271
Args:
272272
customer: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s customer ID. (required)

docs/dyn/admin_directory_v1.resources.features.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>Instance Methods</h2>
9494
<p class="firstline">Retrieves the next page of results.</p>
9595
<p class="toc_element">
9696
<code><a href="#patch">patch(customer, featureKey, body=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Patches a feature via Apiary Patch Orchestration.</p>
97+
<p class="firstline">Patches a feature.</p>
9898
<p class="toc_element">
9999
<code><a href="#rename">rename(customer, oldName, body=None, x__xgafv=None)</a></code></p>
100100
<p class="firstline">Renames a feature.</p>
@@ -219,7 +219,7 @@ <h3>Method Details</h3>
219219

220220
<div class="method">
221221
<code class="details" id="patch">patch(customer, featureKey, body=None, x__xgafv=None)</code>
222-
<pre>Patches a feature via Apiary Patch Orchestration.
222+
<pre>Patches a feature.
223223

224224
Args:
225225
customer: string, The unique ID for the customer&#x27;s Google Workspace account. As an account administrator, you can also use the `my_customer` alias to represent your account&#x27;s customer ID. (required)

docs/dyn/admin_directory_v1.roleAssignments.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Deletes a role assignment.</p>
8383
<p class="toc_element">
8484
<code><a href="#get">get(customer, roleAssignmentId, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Retrieve a role assignment.</p>
85+
<p class="firstline">Retrieves a role assignment.</p>
8686
<p class="toc_element">
8787
<code><a href="#insert">insert(customer, body=None, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Creates a role assignment.</p>
@@ -114,7 +114,7 @@ <h3>Method Details</h3>
114114

115115
<div class="method">
116116
<code class="details" id="get">get(customer, roleAssignmentId, x__xgafv=None)</code>
117-
<pre>Retrieve a role assignment.
117+
<pre>Retrieves a role assignment.
118118

119119
Args:
120120
customer: string, Immutable ID of the Google Workspace account. (required)

docs/dyn/admin_directory_v1.roles.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ <h2>Instance Methods</h2>
9494
<p class="firstline">Retrieves the next page of results.</p>
9595
<p class="toc_element">
9696
<code><a href="#patch">patch(customer, roleId, body=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Patch role via Apiary Patch Orchestration</p>
97+
<p class="firstline">Patches a role.</p>
9898
<p class="toc_element">
9999
<code><a href="#update">update(customer, roleId, body=None, x__xgafv=None)</a></code></p>
100100
<p class="firstline">Updates a role.</p>
@@ -256,7 +256,7 @@ <h3>Method Details</h3>
256256

257257
<div class="method">
258258
<code class="details" id="patch">patch(customer, roleId, body=None, x__xgafv=None)</code>
259-
<pre>Patch role via Apiary Patch Orchestration
259+
<pre>Patches a role.
260260

261261
Args:
262262
customer: string, Immutable ID of the Google Workspace account. (required)

0 commit comments

Comments
 (0)