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

+6-6
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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

+2-2
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)

docs/dyn/admin_directory_v1.schemas.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -79,22 +79,22 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#delete">delete(customerId, schemaKey, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Delete schema</p>
82+
<p class="firstline">Deletes a schema.</p>
8383
<p class="toc_element">
8484
<code><a href="#get">get(customerId, schemaKey, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Retrieve schema</p>
85+
<p class="firstline">Retrieves a schema.</p>
8686
<p class="toc_element">
8787
<code><a href="#insert">insert(customerId, body=None, x__xgafv=None)</a></code></p>
88-
<p class="firstline">Create schema.</p>
88+
<p class="firstline">Creates a schema.</p>
8989
<p class="toc_element">
9090
<code><a href="#list">list(customerId, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Retrieve all schemas for a customer</p>
91+
<p class="firstline">Retrieves all schemas for a customer.</p>
9292
<p class="toc_element">
9393
<code><a href="#patch">patch(customerId, schemaKey, body=None, x__xgafv=None)</a></code></p>
94-
<p class="firstline">Patch Schema via Apiary Patch Orchestration</p>
94+
<p class="firstline">Patches a schema.</p>
9595
<p class="toc_element">
9696
<code><a href="#update">update(customerId, schemaKey, body=None, x__xgafv=None)</a></code></p>
97-
<p class="firstline">Update schema</p>
97+
<p class="firstline">Updates a schema.</p>
9898
<h3>Method Details</h3>
9999
<div class="method">
100100
<code class="details" id="close">close()</code>
@@ -103,7 +103,7 @@ <h3>Method Details</h3>
103103

104104
<div class="method">
105105
<code class="details" id="delete">delete(customerId, schemaKey, x__xgafv=None)</code>
106-
<pre>Delete schema
106+
<pre>Deletes a schema.
107107

108108
Args:
109109
customerId: string, Immutable ID of the Google Workspace account. (required)
@@ -117,7 +117,7 @@ <h3>Method Details</h3>
117117

118118
<div class="method">
119119
<code class="details" id="get">get(customerId, schemaKey, x__xgafv=None)</code>
120-
<pre>Retrieve schema
120+
<pre>Retrieves a schema.
121121

122122
Args:
123123
customerId: string, Immutable ID of the Google Workspace account. (required)
@@ -158,7 +158,7 @@ <h3>Method Details</h3>
158158

159159
<div class="method">
160160
<code class="details" id="insert">insert(customerId, body=None, x__xgafv=None)</code>
161-
<pre>Create schema.
161+
<pre>Creates a schema.
162162

163163
Args:
164164
customerId: string, Immutable ID of the Google Workspace account. (required)
@@ -226,7 +226,7 @@ <h3>Method Details</h3>
226226

227227
<div class="method">
228228
<code class="details" id="list">list(customerId, x__xgafv=None)</code>
229-
<pre>Retrieve all schemas for a customer
229+
<pre>Retrieves all schemas for a customer.
230230

231231
Args:
232232
customerId: string, Immutable ID of the Google Workspace account. (required)
@@ -272,7 +272,7 @@ <h3>Method Details</h3>
272272

273273
<div class="method">
274274
<code class="details" id="patch">patch(customerId, schemaKey, body=None, x__xgafv=None)</code>
275-
<pre>Patch Schema via Apiary Patch Orchestration
275+
<pre>Patches a schema.
276276

277277
Args:
278278
customerId: string, Immutable ID of the Google Workspace account. (required)
@@ -341,7 +341,7 @@ <h3>Method Details</h3>
341341

342342
<div class="method">
343343
<code class="details" id="update">update(customerId, schemaKey, body=None, x__xgafv=None)</code>
344-
<pre>Update schema
344+
<pre>Updates a schema.
345345

346346
Args:
347347
customerId: string, Immutable ID of the Google Workspace account. (required)

docs/dyn/admin_directory_v1.tokens.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ <h2>Instance Methods</h2>
7979
<p class="firstline">Close httplib2 connections.</p>
8080
<p class="toc_element">
8181
<code><a href="#delete">delete(userKey, clientId, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Delete all access tokens issued by a user for an application.</p>
82+
<p class="firstline">Deletes all access tokens issued by a user for an application.</p>
8383
<p class="toc_element">
8484
<code><a href="#get">get(userKey, clientId, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Get information about an access token issued by a user.</p>
85+
<p class="firstline">Gets information about an access token issued by a user.</p>
8686
<p class="toc_element">
8787
<code><a href="#list">list(userKey, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Returns the set of tokens specified user has issued to 3rd party applications.</p>
@@ -94,7 +94,7 @@ <h3>Method Details</h3>
9494

9595
<div class="method">
9696
<code class="details" id="delete">delete(userKey, clientId, x__xgafv=None)</code>
97-
<pre>Delete all access tokens issued by a user for an application.
97+
<pre>Deletes all access tokens issued by a user for an application.
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, clientId, x__xgafv=None)</code>
111-
<pre>Get information about an access token issued by a user.
111+
<pre>Gets information about an access token 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)

docs/dyn/admin_directory_v1.twoStepVerification.html

+2-2
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="#turnOff">turnOff(userKey, x__xgafv=None)</a></code></p>
82-
<p class="firstline">Turn off 2-Step Verification for user.</p>
82+
<p class="firstline">Turns off 2-Step Verification for user.</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="turnOff">turnOff(userKey, x__xgafv=None)</code>
91-
<pre>Turn off 2-Step Verification for user.
91+
<pre>Turns off 2-Step Verification for user.
9292

9393
Args:
9494
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.users.aliases.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
8888
<p class="firstline">Lists all aliases for a user.</p>
8989
<p class="toc_element">
9090
<code><a href="#watch">watch(userKey, body=None, event=None, x__xgafv=None)</a></code></p>
91-
<p class="firstline">Watch for changes in users list.</p>
91+
<p class="firstline">Watches for changes in users list.</p>
9292
<h3>Method Details</h3>
9393
<div class="method">
9494
<code class="details" id="close">close()</code>
@@ -172,7 +172,7 @@ <h3>Method Details</h3>
172172

173173
<div class="method">
174174
<code class="details" id="watch">watch(userKey, body=None, event=None, x__xgafv=None)</code>
175-
<pre>Watch for changes in users list.
175+
<pre>Watches for changes in users list.
176176

177177
Args:
178178
userKey: string, Email or immutable ID of the user (required)

0 commit comments

Comments
 (0)