Skip to content

Commit 0b5402e

Browse files
chore: Update discovery artifacts (#1756)
## Deleted keys were detected in the following stable discovery artifacts: apikeys v2 73c71d8 firestore v1 0b03ba1 memcache v1 9a702f8 mybusinessqanda v1 17dc4c8 ## Deleted keys were detected in the following pre-stable discovery artifacts: firestore v1beta1 0b03ba1 memcache v1beta2 9a702f8 networkservices v1beta1 ff0fbc2 retail v2alpha 0ff1324 retail v2beta 0ff1324 ## Discovery Artifact Change Summary: feat(androidenterprise): update the api 1c3e295 feat(apikeys): update the api 73c71d8 feat(bigquery): update the api b611d71 feat(chat): update the api cb0e654 feat(cloudfunctions): update the api fd7c5f5 feat(cloudidentity): update the api 07cccbd feat(cloudresourcemanager): update the api a7a4ffe feat(content): update the api f02827f feat(dataplex): update the api 69e3884 feat(datastore): update the api 52540a9 feat(dlp): update the api 86ab5a9 feat(firebaseappcheck): update the api c8674ef feat(firestore): update the api 0b03ba1 feat(games): update the api c303c84 feat(logging): update the api f5e25a6 feat(memcache): update the api 9a702f8 feat(mybusinessqanda): update the api 17dc4c8 feat(networkconnectivity): update the api 72b6221 feat(networkservices): update the api ff0fbc2 feat(retail): update the api 0ff1324 feat(run): update the api ebeb360 feat(securitycenter): update the api 215757f feat(serviceconsumermanagement): update the api 75ad6f0 feat(servicenetworking): update the api e505d23 feat(serviceusage): update the api ded4fe5 feat(spanner): update the api b2edae4
1 parent 9423861 commit 0b5402e

File tree

494 files changed

+14147
-1941
lines changed

Some content is hidden

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

494 files changed

+14147
-1941
lines changed

docs/dyn/accesscontextmanager_v1.accessPolicies.accessLevels.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ <h3>Method Details</h3>
593593
The object takes the form of:
594594

595595
{ # Request message for `TestIamPermissions` method.
596-
&quot;permissions&quot;: [ # The set of permissions to check for the `resource`. Permissions with wildcards (such as &#x27;*&#x27; or &#x27;storage.*&#x27;) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
596+
&quot;permissions&quot;: [ # The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
597597
&quot;A String&quot;,
598598
],
599599
}

docs/dyn/accesscontextmanager_v1.accessPolicies.html

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

docs/dyn/accesscontextmanager_v1.accessPolicies.servicePerimeters.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ <h3>Method Details</h3>
11581158
The object takes the form of:
11591159

11601160
{ # Request message for `TestIamPermissions` method.
1161-
&quot;permissions&quot;: [ # The set of permissions to check for the `resource`. Permissions with wildcards (such as &#x27;*&#x27; or &#x27;storage.*&#x27;) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
1161+
&quot;permissions&quot;: [ # The set of permissions to check for the `resource`. Permissions with wildcards (such as `*` or `storage.*`) are not allowed. For more information see [IAM Overview](https://cloud.google.com/iam/docs/overview#permissions).
11621162
&quot;A String&quot;,
11631163
],
11641164
}

docs/dyn/androidenterprise_v1.devices.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,11 @@ <h3>Method Details</h3>
158158
&quot;minimumVersionCode&quot;: 42, # The minimum version of the app. If a lower version of the app is installed, then the app will be auto-updated according to the auto-install constraints, instead of waiting for the regular auto-update. You can set a minimum version code for at most 20 apps per device.
159159
},
160160
&quot;autoUpdateMode&quot;: &quot;A String&quot;, # The auto-update mode for the product.
161+
&quot;enterpriseAuthenticationAppLinkConfigs&quot;: [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider&#x27;s authenticator app during the authentication happening in a private app using Android WebView. Authenticator app should already be the [default handler](https://developer.android.com/training/app-links/verify-site-associations) for the authentication url on the device.
162+
{ # An authentication URL configuration for the authenticator app of an identity provider.
163+
&quot;uri&quot;: &quot;A String&quot;, # An authentication url.
164+
},
165+
],
161166
&quot;managedConfiguration&quot;: { # A managed configuration resource contains the set of managed properties defined by the app developer in the app&#x27;s managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
162167
&quot;configurationVariables&quot;: { # A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings. # Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
163168
&quot;mcmId&quot;: &quot;A String&quot;, # The ID of the managed configurations settings.
@@ -288,6 +293,11 @@ <h3>Method Details</h3>
288293
&quot;minimumVersionCode&quot;: 42, # The minimum version of the app. If a lower version of the app is installed, then the app will be auto-updated according to the auto-install constraints, instead of waiting for the regular auto-update. You can set a minimum version code for at most 20 apps per device.
289294
},
290295
&quot;autoUpdateMode&quot;: &quot;A String&quot;, # The auto-update mode for the product.
296+
&quot;enterpriseAuthenticationAppLinkConfigs&quot;: [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider&#x27;s authenticator app during the authentication happening in a private app using Android WebView. Authenticator app should already be the [default handler](https://developer.android.com/training/app-links/verify-site-associations) for the authentication url on the device.
297+
{ # An authentication URL configuration for the authenticator app of an identity provider.
298+
&quot;uri&quot;: &quot;A String&quot;, # An authentication url.
299+
},
300+
],
291301
&quot;managedConfiguration&quot;: { # A managed configuration resource contains the set of managed properties defined by the app developer in the app&#x27;s managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
292302
&quot;configurationVariables&quot;: { # A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings. # Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
293303
&quot;mcmId&quot;: &quot;A String&quot;, # The ID of the managed configurations settings.
@@ -421,6 +431,11 @@ <h3>Method Details</h3>
421431
&quot;minimumVersionCode&quot;: 42, # The minimum version of the app. If a lower version of the app is installed, then the app will be auto-updated according to the auto-install constraints, instead of waiting for the regular auto-update. You can set a minimum version code for at most 20 apps per device.
422432
},
423433
&quot;autoUpdateMode&quot;: &quot;A String&quot;, # The auto-update mode for the product.
434+
&quot;enterpriseAuthenticationAppLinkConfigs&quot;: [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider&#x27;s authenticator app during the authentication happening in a private app using Android WebView. Authenticator app should already be the [default handler](https://developer.android.com/training/app-links/verify-site-associations) for the authentication url on the device.
435+
{ # An authentication URL configuration for the authenticator app of an identity provider.
436+
&quot;uri&quot;: &quot;A String&quot;, # An authentication url.
437+
},
438+
],
424439
&quot;managedConfiguration&quot;: { # A managed configuration resource contains the set of managed properties defined by the app developer in the app&#x27;s managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
425440
&quot;configurationVariables&quot;: { # A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings. # Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
426441
&quot;mcmId&quot;: &quot;A String&quot;, # The ID of the managed configurations settings.
@@ -521,6 +536,11 @@ <h3>Method Details</h3>
521536
&quot;minimumVersionCode&quot;: 42, # The minimum version of the app. If a lower version of the app is installed, then the app will be auto-updated according to the auto-install constraints, instead of waiting for the regular auto-update. You can set a minimum version code for at most 20 apps per device.
522537
},
523538
&quot;autoUpdateMode&quot;: &quot;A String&quot;, # The auto-update mode for the product.
539+
&quot;enterpriseAuthenticationAppLinkConfigs&quot;: [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider&#x27;s authenticator app during the authentication happening in a private app using Android WebView. Authenticator app should already be the [default handler](https://developer.android.com/training/app-links/verify-site-associations) for the authentication url on the device.
540+
{ # An authentication URL configuration for the authenticator app of an identity provider.
541+
&quot;uri&quot;: &quot;A String&quot;, # An authentication url.
542+
},
543+
],
524544
&quot;managedConfiguration&quot;: { # A managed configuration resource contains the set of managed properties defined by the app developer in the app&#x27;s managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
525545
&quot;configurationVariables&quot;: { # A configuration variables resource contains the managed configuration settings ID to be applied to a single user, as well as the variable set that is attributed to the user. The variable set will be used to replace placeholders in the managed configuration settings. # Contains the ID of the managed configuration profile and the set of configuration variables (if any) defined for the user.
526546
&quot;mcmId&quot;: &quot;A String&quot;, # The ID of the managed configurations settings.

docs/dyn/apikeys_v2.projects.locations.keys.html

Lines changed: 2 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@
7474

7575
<h1><a href="apikeys_v2.html">API Keys API</a> . <a href="apikeys_v2.projects.html">projects</a> . <a href="apikeys_v2.projects.locations.html">locations</a> . <a href="apikeys_v2.projects.locations.keys.html">keys</a></h1>
7676
<h2>Instance Methods</h2>
77-
<p class="toc_element">
78-
<code><a href="#clone">clone(name, body=None, x__xgafv=None)</a></code></p>
79-
<p class="firstline">DEPRECATED: API customers can call `GetKey` and then `CreateKey` methods to create a copy of an existing key. Retire `CloneKey` method to eliminate the unnessary method from API Keys API. Clones the existing key's restriction and display name to a new API key. The service account must have the `apikeys.keys.get` and `apikeys.keys.create` permissions in the project. NOTE: Key is a global resource; hence the only supported value for location is `global`.</p>
8077
<p class="toc_element">
8178
<code><a href="#close">close()</a></code></p>
8279
<p class="firstline">Close httplib2 connections.</p>
@@ -93,7 +90,7 @@ <h2>Instance Methods</h2>
9390
<code><a href="#getKeyString">getKeyString(name, x__xgafv=None)</a></code></p>
9491
<p class="firstline">Get the key string for an API key. NOTE: Key is a global resource; hence the only supported value for location is `global`.</p>
9592
<p class="toc_element">
96-
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, showDeleted=None, x__xgafv=None)</a></code></p>
93+
<code><a href="#list">list(parent, pageSize=None, pageToken=None, showDeleted=None, x__xgafv=None)</a></code></p>
9794
<p class="firstline">Lists the API keys owned by a project. The key string of the API key isn't included in the response. NOTE: Key is a global resource; hence the only supported value for location is `global`.</p>
9895
<p class="toc_element">
9996
<code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
@@ -105,48 +102,6 @@ <h2>Instance Methods</h2>
105102
<code><a href="#undelete">undelete(name, body=None, x__xgafv=None)</a></code></p>
106103
<p class="firstline">Undeletes an API key which was deleted within 30 days. NOTE: Key is a global resource; hence the only supported value for location is `global`.</p>
107104
<h3>Method Details</h3>
108-
<div class="method">
109-
<code class="details" id="clone">clone(name, body=None, x__xgafv=None)</code>
110-
<pre>DEPRECATED: API customers can call `GetKey` and then `CreateKey` methods to create a copy of an existing key. Retire `CloneKey` method to eliminate the unnessary method from API Keys API. Clones the existing key&#x27;s restriction and display name to a new API key. The service account must have the `apikeys.keys.get` and `apikeys.keys.create` permissions in the project. NOTE: Key is a global resource; hence the only supported value for location is `global`.
111-
112-
Args:
113-
name: string, Required. The resource name of the API key to be cloned in the same project. (required)
114-
body: object, The request body.
115-
The object takes the form of:
116-
117-
{ # Request message for `CloneKey` method.
118-
&quot;keyId&quot;: &quot;A String&quot;, # User specified key id (optional). If specified, it will become the final component of the key resource name. The id must be unique within the project, must conform with RFC-1034, is restricted to lower-cased letters, and has a maximum length of 63 characters. In another word, the id must match the regular expression: `[a-z]([a-z0-9-]{0,61}[a-z0-9])?`. The id must NOT be a UUID-like string.
119-
}
120-
121-
x__xgafv: string, V1 error format.
122-
Allowed values
123-
1 - v1 error format
124-
2 - v2 error format
125-
126-
Returns:
127-
An object of the form:
128-
129-
{ # This resource represents a long-running operation that is the result of a network API call.
130-
&quot;done&quot;: True or False, # If the value is `false`, it means the operation is still in progress. If `true`, the operation is completed, and either `error` or `response` is available.
131-
&quot;error&quot;: { # The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors). # The error result of the operation in case of failure or cancellation.
132-
&quot;code&quot;: 42, # The status code, which should be an enum value of google.rpc.Code.
133-
&quot;details&quot;: [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
134-
{
135-
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
136-
},
137-
],
138-
&quot;message&quot;: &quot;A String&quot;, # A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.
139-
},
140-
&quot;metadata&quot;: { # Service-specific metadata associated with the operation. It typically contains progress information and common metadata such as create time. Some services might not provide such metadata. Any method that returns a long-running operation should document the metadata type, if any.
141-
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
142-
},
143-
&quot;name&quot;: &quot;A String&quot;, # The server-assigned name, which is only unique within the same service that originally returns it. If you use the default HTTP mapping, the `name` should be a resource name ending with `operations/{unique_id}`.
144-
&quot;response&quot;: { # The normal response of the operation in case of success. If the original method returns no data on success, such as `Delete`, the response is `google.protobuf.Empty`. If the original method is standard `Get`/`Create`/`Update`, the response should be the resource. For other methods, the response should have the type `XxxResponse`, where `Xxx` is the original method name. For example, if the original method name is `TakeSnapshot()`, the inferred response type is `TakeSnapshotResponse`.
145-
&quot;a_key&quot;: &quot;&quot;, # Properties of the object. Contains field @type with type URL.
146-
},
147-
}</pre>
148-
</div>
149-
150105
<div class="method">
151106
<code class="details" id="close">close()</code>
152107
<pre>Close httplib2 connections.</pre>
@@ -356,12 +311,11 @@ <h3>Method Details</h3>
356311
</div>
357312

358313
<div class="method">
359-
<code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, showDeleted=None, x__xgafv=None)</code>
314+
<code class="details" id="list">list(parent, pageSize=None, pageToken=None, showDeleted=None, x__xgafv=None)</code>
360315
<pre>Lists the API keys owned by a project. The key string of the API key isn&#x27;t included in the response. NOTE: Key is a global resource; hence the only supported value for location is `global`.
361316

362317
Args:
363318
parent: string, Required. Lists all API keys associated with this project. (required)
364-
filter: string, Optional. Deprecated: Use `show_deleted` instead. Only list keys that conform to the specified filter. The allowed filter strings are `state:ACTIVE` and `state:DELETED`. By default, ListKeys returns only active keys.
365319
pageSize: integer, Optional. Specifies the maximum number of results to be returned at a time.
366320
pageToken: string, Optional. Requests a specific page of results.
367321
showDeleted: boolean, Optional. Indicate that keys deleted in the past 30 days should also be returned.

docs/dyn/artifactregistry_v1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Method Details</h3>
135135

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138-
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
138+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139139
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140140
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
141141
x__xgafv: string, V1 error format.

docs/dyn/artifactregistry_v1beta1.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Method Details</h3>
135135

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138-
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
138+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139139
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140140
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
141141
x__xgafv: string, V1 error format.

docs/dyn/artifactregistry_v1beta2.projects.locations.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ <h3>Method Details</h3>
135135

136136
Args:
137137
name: string, The resource that owns the locations collection, if applicable. (required)
138-
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like &quot;displayName=tokyo&quot;, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
138+
filter: string, A filter to narrow down results to a preferred subset. The filtering language accepts strings like `&quot;displayName=tokyo&quot;`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139139
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140140
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
141141
x__xgafv: string, V1 error format.

0 commit comments

Comments
 (0)