Skip to content

Commit e2aaf41

Browse files
chore: Update discovery artifacts (#2596)
## Deleted keys were detected in the following stable discovery artifacts: displayvideo v3 https://togithub.com/googleapis/google-api-python-client/commit/177766f8673265fbaefba7919bdc80f72d30a5b8 tagmanager v1 https://togithub.com/googleapis/google-api-python-client/commit/0ab7696b1c812ad12d7232a01f008c1ea21de87a tagmanager v2 https://togithub.com/googleapis/google-api-python-client/commit/0ab7696b1c812ad12d7232a01f008c1ea21de87a ## Deleted keys were detected in the following pre-stable discovery artifacts: merchantapi accounts_v1beta https://togithub.com/googleapis/google-api-python-client/commit/c054c5bc8ce1c2a47f42578f3bc9ef9177e575fc ## Discovery Artifact Change Summary: feat(chromeuxreport): update the api https://togithub.com/googleapis/google-api-python-client/commit/b66a5742eb2d94a7d154a32351ce4f0b52d83c72 feat(css): update the api https://togithub.com/googleapis/google-api-python-client/commit/3d3137d216ed6a18a17f39529b31d1b355ef1ca2 feat(deploymentmanager): update the api https://togithub.com/googleapis/google-api-python-client/commit/528aec66a6c295c187f4130ba0b63944928dd453 feat(digitalassetlinks): update the api https://togithub.com/googleapis/google-api-python-client/commit/c26fe6e63bc8d724734b09d060868066deeef816 feat(displayvideo): update the api https://togithub.com/googleapis/google-api-python-client/commit/177766f8673265fbaefba7919bdc80f72d30a5b8 feat(meet): update the api https://togithub.com/googleapis/google-api-python-client/commit/68b4db0a062ed7c68f602e2db7630647c46a5575 feat(merchantapi): update the api https://togithub.com/googleapis/google-api-python-client/commit/c054c5bc8ce1c2a47f42578f3bc9ef9177e575fc feat(tagmanager): update the api https://togithub.com/googleapis/google-api-python-client/commit/0ab7696b1c812ad12d7232a01f008c1ea21de87a
1 parent 607bd3d commit e2aaf41

File tree

74 files changed

+4359
-1982
lines changed

Some content is hidden

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

74 files changed

+4359
-1982
lines changed

docs/dyn/chat_v1.spaces.members.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ <h2>Instance Methods</h2>
8282
<p class="firstline">Creates a membership for the calling Chat app, a user, or a Google Group. Creating memberships for other Chat apps isn't supported. When creating a membership, if the specified member has their auto-accept policy turned off, then they're invited, and must accept the space invitation before joining. Otherwise, creating a membership adds the member directly to the specified space. Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://developers.google.com/workspace/preview) - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) You can authenticate and authorize this method with administrator privileges by setting the `use_admin_access` field in the request. For example usage, see: - [Invite or add a user to a space](https://developers.google.com/workspace/chat/create-members#create-user-membership). - [Invite or add a Google Group to a space](https://developers.google.com/workspace/chat/create-members#create-group-membership). - [Add the Chat app to a space](https://developers.google.com/workspace/chat/create-members#create-membership-calling-api).</p>
8383
<p class="toc_element">
8484
<code><a href="#delete">delete(name, useAdminAccess=None, x__xgafv=None)</a></code></p>
85-
<p class="firstline">Deletes a membership. For an example, see [Remove a user or a Google Chat app from a space](https://developers.google.com/workspace/chat/delete-members). Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://developers.google.com/workspace/preview) - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) You can authenticate and authorize this method with administrator privileges by setting the `use_admin_access` field in the request.</p>
85+
<p class="firstline">Deletes a membership. For an example, see [Remove a user or a Google Chat app from a space](https://developers.google.com/workspace/chat/delete-members). Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://developers.google.com/workspace/preview) - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) You can authenticate and authorize this method with administrator privileges by setting the `use_admin_access` field in the request. To delete memberships for space managers, the requester must be a space manager. If you're using [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) the application must be the space creator.</p>
8686
<p class="toc_element">
8787
<code><a href="#get">get(name, useAdminAccess=None, x__xgafv=None)</a></code></p>
8888
<p class="firstline">Returns details about a membership. For an example, see [Get details about a user's or Google Chat app's membership](https://developers.google.com/workspace/chat/get-members). Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) You can authenticate and authorize this method with administrator privileges by setting the `use_admin_access` field in the request.</p>
@@ -158,10 +158,10 @@ <h3>Method Details</h3>
158158

159159
<div class="method">
160160
<code class="details" id="delete">delete(name, useAdminAccess=None, x__xgafv=None)</code>
161-
<pre>Deletes a membership. For an example, see [Remove a user or a Google Chat app from a space](https://developers.google.com/workspace/chat/delete-members). Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://developers.google.com/workspace/preview) - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) You can authenticate and authorize this method with administrator privileges by setting the `use_admin_access` field in the request.
161+
<pre>Deletes a membership. For an example, see [Remove a user or a Google Chat app from a space](https://developers.google.com/workspace/chat/delete-members). Supports the following types of [authentication](https://developers.google.com/workspace/chat/authenticate-authorize): - [App authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) with [administrator approval](https://support.google.com/a?p=chat-app-auth) in [Developer Preview](https://developers.google.com/workspace/preview) - [User authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) You can authenticate and authorize this method with administrator privileges by setting the `use_admin_access` field in the request. To delete memberships for space managers, the requester must be a space manager. If you&#x27;re using [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) the application must be the space creator.
162162

163163
Args:
164-
name: string, Required. Resource name of the membership to delete. Chat apps can delete human users&#x27; or their own memberships. Chat apps can&#x27;t delete other apps&#x27; memberships. When deleting a human membership, requires the `chat.memberships` scope and `spaces/{space}/members/{member}` format. You can use the email as an alias for `{member}`. For example, `spaces/{space}/members/[email protected]` where `[email protected]` is the email of the Google Chat user. When deleting an app membership, requires the `chat.memberships.app` scope and `spaces/{space}/members/app` format. Format: `spaces/{space}/members/{member}` or `spaces/{space}/members/app`. (required)
164+
name: string, Required. Resource name of the membership to delete. Chat apps can delete human users&#x27; or their own memberships. Chat apps can&#x27;t delete other apps&#x27; memberships. When deleting a human membership, requires the `chat.memberships` scope with [user authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-user) or the `chat.memberships.app` scope with [app authentication](https://developers.google.com/workspace/chat/authenticate-authorize-chat-app) and the `spaces/{space}/members/{member}` format. You can use the email as an alias for `{member}`. For example, `spaces/{space}/members/[email protected]` where `[email protected]` is the email of the Google Chat user. When deleting an app membership, requires the `chat.memberships.app` scope and `spaces/{space}/members/app` format. Format: `spaces/{space}/members/{member}` or `spaces/{space}/members/app`. (required)
165165
useAdminAccess: boolean, Optional. When `true`, the method runs using the user&#x27;s Google Workspace administrator privileges. The calling user must be a Google Workspace administrator with the [manage chat and spaces conversations privilege](https://support.google.com/a/answer/13369245). Requires the `chat.admin.memberships` [OAuth 2.0 scope](https://developers.google.com/workspace/chat/authenticate-authorize#chat-api-scopes). Deleting app memberships in a space isn&#x27;t supported using admin access.
166166
x__xgafv: string, V1 error format.
167167
Allowed values

docs/dyn/chromepolicy_v1.customers.policies.networks.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ <h3>Method Details</h3>
108108
&quot;ceritificateName&quot;: &quot;A String&quot;, # Optional. The optional name of the certificate. If not specified, the certificate issuer will be used as the name.
109109
&quot;certificate&quot;: &quot;A String&quot;, # Required. The raw contents of the .PEM, .CRT, or .CER file.
110110
&quot;settings&quot;: [ # Optional. Certificate settings within the chrome.networks.certificates namespace.
111-
{ # A network setting contains network configurations.
111+
{ # A network setting contains network configurations. It adheres to the PolicyAPI formats defined under the namespace chrome.networks.{wifi/ethernet/cellular/vpn}.Details
112112
&quot;policySchema&quot;: &quot;A String&quot;, # The fully qualified name of the network setting.
113113
&quot;value&quot;: { # The value of the network setting.
114114
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
@@ -129,7 +129,7 @@ <h3>Method Details</h3>
129129
{ # Response object for creating a certificate.
130130
&quot;networkId&quot;: &quot;A String&quot;, # The guid of the certificate created by the action.
131131
&quot;settings&quot;: [ # the affiliated settings of the certificate (NOT IMPLEMENTED)
132-
{ # A network setting contains network configurations.
132+
{ # A network setting contains network configurations. It adheres to the PolicyAPI formats defined under the namespace chrome.networks.{wifi/ethernet/cellular/vpn}.Details
133133
&quot;policySchema&quot;: &quot;A String&quot;, # The fully qualified name of the network setting.
134134
&quot;value&quot;: { # The value of the network setting.
135135
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
@@ -152,7 +152,7 @@ <h3>Method Details</h3>
152152
{ # Request object for creating a new network.
153153
&quot;name&quot;: &quot;A String&quot;, # Required. Name of the new created network.
154154
&quot;settings&quot;: [ # Required. Detailed network settings.
155-
{ # A network setting contains network configurations.
155+
{ # A network setting contains network configurations. It adheres to the PolicyAPI formats defined under the namespace chrome.networks.{wifi/ethernet/cellular/vpn}.Details
156156
&quot;policySchema&quot;: &quot;A String&quot;, # The fully qualified name of the network setting.
157157
&quot;value&quot;: { # The value of the network setting.
158158
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.
@@ -173,7 +173,7 @@ <h3>Method Details</h3>
173173
{ # Response object for creating a network.
174174
&quot;networkId&quot;: &quot;A String&quot;, # Network ID of the new created network.
175175
&quot;settings&quot;: [ # Detailed network settings of the new created network
176-
{ # A network setting contains network configurations.
176+
{ # A network setting contains network configurations. It adheres to the PolicyAPI formats defined under the namespace chrome.networks.{wifi/ethernet/cellular/vpn}.Details
177177
&quot;policySchema&quot;: &quot;A String&quot;, # The fully qualified name of the network setting.
178178
&quot;value&quot;: { # The value of the network setting.
179179
&quot;a_key&quot;: &quot;&quot;, # Properties of the object.

docs/dyn/chromeuxreport_v1.records.html

+1
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ <h3>Method Details</h3>
9898
The object takes the form of:
9999

100100
{ # Request payload sent by a physical web client. This request includes all necessary context to load a particular user experience history record.
101+
&quot;collectionPeriodCount&quot;: 42, # The number of collection periods to return. If not specified, the default is 25. If present, must be in the range [1, 40].
101102
&quot;formFactor&quot;: &quot;A String&quot;, # The form factor is a query dimension that specifies the device class that the record&#x27;s data should belong to. Note: If no form factor is specified, then a special record with aggregated data over all form factors will be returned.
102103
&quot;metrics&quot;: [ # The metrics that should be included in the response. If none are specified then any metrics found will be returned. Allowed values: [&quot;first_contentful_paint&quot;, &quot;first_input_delay&quot;, &quot;largest_contentful_paint&quot;, &quot;cumulative_layout_shift&quot;, &quot;experimental_time_to_first_byte&quot;, &quot;experimental_interaction_to_next_paint&quot;]
103104
&quot;A String&quot;,

0 commit comments

Comments
 (0)