Skip to content

Commit

Permalink
chore: Update discovery artifacts (#1643)
Browse files Browse the repository at this point in the history
## Deleted keys were detected in the following stable discovery artifacts:
recaptchaenterprise v1 953a206

## Deleted keys were detected in the following pre-stable discovery artifacts:
compute alpha 4f21ebf

## Discovery Artifact Change Summary:
feat(alertcenter): update the api 945a281
feat(apigee): update the api a2271c7
feat(clouddeploy): update the api e98fcec
feat(cloudsearch): update the api 6a63e51
feat(compute): update the api 4f21ebf
feat(contactcenterinsights): update the api bb409be
feat(container): update the api 5687b00
feat(dialogflow): update the api d026eb9
feat(dns): update the api f96d280
feat(networkconnectivity): update the api 6de66e8
feat(recaptchaenterprise): update the api 953a206
feat(securitycenter): update the api db02cdb
feat(serviceconsumermanagement): update the api a8a823f
feat(serviceusage): update the api 7435057
  • Loading branch information
yoshi-code-bot committed Dec 28, 2021
1 parent 0866ecd commit 5a6231d
Show file tree
Hide file tree
Showing 323 changed files with 5,385 additions and 2,349 deletions.
2 changes: 1 addition & 1 deletion docs/dyn/admin_directory_v1.chromeosdevices.html
Expand Up @@ -290,7 +290,7 @@ <h3>Method Details</h3>
serialNumber - The Chrome device serial number entered when the device was enabled.
status - Chrome device status. For more information, see the &lt;a [chromeosdevices](/admin-sdk/directory/v1/reference/chromeosdevices.html).
supportEndDate - Chrome device support end date. This is applicable only for devices purchased directly from Google.
orgUnitPath: string, The full path of the organizational unit or its unique ID.
orgUnitPath: string, The full path of the organizational unit (minus the leading `/`) or its unique ID.
pageToken: string, The `pageToken` query parameter is used to request the next page of query results. The follow-on request&#x27;s `pageToken` query parameter is the `nextPageToken` from your previous response.
projection: string, Restrict information returned to a set of selected fields.
Allowed values
Expand Down
4 changes: 2 additions & 2 deletions docs/dyn/admin_directory_v1.mobiledevices.html
Expand Up @@ -88,7 +88,7 @@ <h2>Instance Methods</h2>
<p class="firstline">Retrieves a mobile device's properties.</p>
<p class="toc_element">
<code><a href="#list">list(customerId, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, sortOrder=None, x__xgafv=None)</a></code></p>
<p class="firstline">Retrieves a paginated list of all mobile devices for an account.</p>
<p class="firstline">Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead.</p>
<p class="toc_element">
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
Expand Down Expand Up @@ -214,7 +214,7 @@ <h3>Method Details</h3>

<div class="method">
<code class="details" id="list">list(customerId, maxResults=None, orderBy=None, pageToken=None, projection=None, query=None, sortOrder=None, x__xgafv=None)</code>
<pre>Retrieves a paginated list of all mobile devices for an account.
<pre>Retrieves a paginated list of all user-owned mobile devices for an account. To retrieve a list that includes company-owned devices, use the Cloud Identity [Devices API](https://cloud.google.com/identity/docs/concepts/overview-devices) instead.

Args:
customerId: 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 `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/admin_directory_v1.orgunits.html
Expand Up @@ -107,7 +107,7 @@ <h3>Method Details</h3>

Args:
customerId: 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 `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
orgUnitPath: string, The full path of the organizational unit (minus the leading `/`) or its unique ID. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand All @@ -121,7 +121,7 @@ <h3>Method Details</h3>

Args:
customerId: 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 `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
orgUnitPath: string, The full path of the organizational unit (minus the leading `/`) or its unique ID. (required)
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
Expand Down Expand Up @@ -229,7 +229,7 @@ <h3>Method Details</h3>

Args:
customerId: 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 `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
orgUnitPath: string, The full path of the organizational unit (minus the leading `/`) or its unique ID. (required)
body: object, The request body.
The object takes the form of:

Expand Down Expand Up @@ -272,7 +272,7 @@ <h3>Method Details</h3>

Args:
customerId: 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 `customerId`. The `customerId` is also returned as part of the [Users resource](/admin-sdk/directory/v1/reference/users). (required)
orgUnitPath: string, The full path of the organizational unit or its unique ID. (required)
orgUnitPath: string, The full path of the organizational unit (minus the leading `/`) or its unique ID. (required)
body: object, The request body.
The object takes the form of:

Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/apigee_v1.organizations.apps.html
Expand Up @@ -107,7 +107,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products associated with the app.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;appId&quot;: &quot;A String&quot;, # ID of the app.
Expand All @@ -125,7 +125,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products this credential can be used for.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;attributes&quot;: [ # List of attributes associated with this credential.
Expand Down Expand Up @@ -184,7 +184,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products associated with the app.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;appId&quot;: &quot;A String&quot;, # ID of the app.
Expand All @@ -202,7 +202,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products this credential can be used for.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;attributes&quot;: [ # List of attributes associated with this credential.
Expand Down
18 changes: 9 additions & 9 deletions docs/dyn/apigee_v1.organizations.developers.apps.html
Expand Up @@ -139,7 +139,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products this credential can be used for.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;attributes&quot;: [ # List of attributes associated with this credential.
Expand Down Expand Up @@ -195,7 +195,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products this credential can be used for.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;attributes&quot;: [ # List of attributes associated with this credential.
Expand Down Expand Up @@ -258,7 +258,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products this credential can be used for.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;attributes&quot;: [ # List of attributes associated with this credential.
Expand Down Expand Up @@ -316,7 +316,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products this credential can be used for.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;attributes&quot;: [ # List of attributes associated with this credential.
Expand Down Expand Up @@ -373,7 +373,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products this credential can be used for.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;attributes&quot;: [ # List of attributes associated with this credential.
Expand Down Expand Up @@ -438,7 +438,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products this credential can be used for.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;attributes&quot;: [ # List of attributes associated with this credential.
Expand Down Expand Up @@ -507,7 +507,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products this credential can be used for.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;attributes&quot;: [ # List of attributes associated with this credential.
Expand Down Expand Up @@ -567,7 +567,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products this credential can be used for.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;attributes&quot;: [ # List of attributes associated with this credential.
Expand Down Expand Up @@ -623,7 +623,7 @@ <h3>Method Details</h3>
&quot;apiProducts&quot;: [ # List of API products this credential can be used for.
{
&quot;apiproduct&quot;: &quot;A String&quot;, # Name of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product.
&quot;status&quot;: &quot;A String&quot;, # Status of the API product. Valid values are `approved` or `revoked`.
},
],
&quot;attributes&quot;: [ # List of attributes associated with this credential.
Expand Down
3 changes: 2 additions & 1 deletion docs/dyn/apigee_v1.organizations.html
Expand Up @@ -505,7 +505,8 @@ <h3>Method Details</h3>
&quot;organizations&quot;: [ # List of Apigee organizations and associated GCP projects.
{
&quot;organization&quot;: &quot;A String&quot;, # Name of the Apigee organization.
&quot;projectIds&quot;: [ # List of GCP projects associated with the Apigee organization.
&quot;projectId&quot;: &quot;A String&quot;, # GCP project associated with the Apigee organization
&quot;projectIds&quot;: [ # DEPRECATED: Use `project_id`. An Apigee Organization is mapped to a single project.
&quot;A String&quot;,
],
},
Expand Down
24 changes: 12 additions & 12 deletions docs/dyn/chat_v1.dms.conversations.html
Expand Up @@ -631,9 +631,9 @@ <h3>Method Details</h3>
&quot;slashCommand&quot;: { # Annotation metadata for slash commands (/). # The metadata for a slash command.
&quot;bot&quot;: { # A user in Google Chat. # The bot whose command was invoked.
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
&quot;domainId&quot;: &quot;A String&quot;, # Unique identifier of the user&#x27;s Google Workspace domain.
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
&quot;name&quot;: &quot;A String&quot;, # Resource name for a Google Chat user. Formatted as `users/AAAAAAAAAAA`. Represents a [person](https://developers.google.com/people/api/rest/v1/people#Person) in the People API.
&quot;type&quot;: &quot;A String&quot;, # User type.
},
&quot;commandId&quot;: &quot;A String&quot;, # The command id of the invoked slash command.
Expand All @@ -647,9 +647,9 @@ <h3>Method Details</h3>
&quot;type&quot;: &quot;A String&quot;, # The type of user mention.
&quot;user&quot;: { # A user in Google Chat. # The user mentioned.
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
&quot;domainId&quot;: &quot;A String&quot;, # Unique identifier of the user&#x27;s Google Workspace domain.
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
&quot;name&quot;: &quot;A String&quot;, # Resource name for a Google Chat user. Formatted as `users/AAAAAAAAAAA`. Represents a [person](https://developers.google.com/people/api/rest/v1/people#Person) in the People API.
&quot;type&quot;: &quot;A String&quot;, # User type.
},
},
Expand Down Expand Up @@ -842,9 +842,9 @@ <h3>Method Details</h3>
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
&quot;domainId&quot;: &quot;A String&quot;, # Unique identifier of the user&#x27;s Google Workspace domain.
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
&quot;name&quot;: &quot;A String&quot;, # Resource name for a Google Chat user. Formatted as `users/AAAAAAAAAAA`. Represents a [person](https://developers.google.com/people/api/rest/v1/people#Person) in the People API.
&quot;type&quot;: &quot;A String&quot;, # User type.
},
&quot;slashCommand&quot;: { # A Slash Command in Chat. # Slash command information, if applicable.
Expand Down Expand Up @@ -1409,9 +1409,9 @@ <h3>Method Details</h3>
&quot;slashCommand&quot;: { # Annotation metadata for slash commands (/). # The metadata for a slash command.
&quot;bot&quot;: { # A user in Google Chat. # The bot whose command was invoked.
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
&quot;domainId&quot;: &quot;A String&quot;, # Unique identifier of the user&#x27;s Google Workspace domain.
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
&quot;name&quot;: &quot;A String&quot;, # Resource name for a Google Chat user. Formatted as `users/AAAAAAAAAAA`. Represents a [person](https://developers.google.com/people/api/rest/v1/people#Person) in the People API.
&quot;type&quot;: &quot;A String&quot;, # User type.
},
&quot;commandId&quot;: &quot;A String&quot;, # The command id of the invoked slash command.
Expand All @@ -1425,9 +1425,9 @@ <h3>Method Details</h3>
&quot;type&quot;: &quot;A String&quot;, # The type of user mention.
&quot;user&quot;: { # A user in Google Chat. # The user mentioned.
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
&quot;domainId&quot;: &quot;A String&quot;, # Unique identifier of the user&#x27;s Google Workspace domain.
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
&quot;name&quot;: &quot;A String&quot;, # Resource name for a Google Chat user. Formatted as `users/AAAAAAAAAAA`. Represents a [person](https://developers.google.com/people/api/rest/v1/people#Person) in the People API.
&quot;type&quot;: &quot;A String&quot;, # User type.
},
},
Expand Down Expand Up @@ -1620,9 +1620,9 @@ <h3>Method Details</h3>
&quot;previewText&quot;: &quot;A String&quot;, # Text for generating preview chips. This text will not be displayed to the user, but any links to images, web pages, videos, etc. included here will generate preview chips.
&quot;sender&quot;: { # A user in Google Chat. # The user who created the message.
&quot;displayName&quot;: &quot;A String&quot;, # The user&#x27;s display name.
&quot;domainId&quot;: &quot;A String&quot;, # Obfuscated domain information.
&quot;domainId&quot;: &quot;A String&quot;, # Unique identifier of the user&#x27;s Google Workspace domain.
&quot;isAnonymous&quot;: True or False, # True when the user is deleted or the user&#x27;s profile is not visible.
&quot;name&quot;: &quot;A String&quot;, # Resource name, in the format &quot;users/*&quot;.
&quot;name&quot;: &quot;A String&quot;, # Resource name for a Google Chat user. Formatted as `users/AAAAAAAAAAA`. Represents a [person](https://developers.google.com/people/api/rest/v1/people#Person) in the People API.
&quot;type&quot;: &quot;A String&quot;, # User type.
},
&quot;slashCommand&quot;: { # A Slash Command in Chat. # Slash command information, if applicable.
Expand Down

0 comments on commit 5a6231d

Please sign in to comment.