You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## 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
Copy file name to clipboardExpand all lines: docs/dyn/accesscontextmanager_v1.accessPolicies.accessLevels.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -593,7 +593,7 @@ <h3>Method Details</h3>
593
593
The object takes the form of:
594
594
595
595
{ # Request message for `TestIamPermissions` method.
596
-
"permissions": [ # 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).
596
+
"permissions": [ # 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).
Copy file name to clipboardExpand all lines: docs/dyn/accesscontextmanager_v1.accessPolicies.servicePerimeters.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1158,7 +1158,7 @@ <h3>Method Details</h3>
1158
1158
The object takes the form of:
1159
1159
1160
1160
{ # Request message for `TestIamPermissions` method.
1161
-
"permissions": [ # 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).
1161
+
"permissions": [ # 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).
Copy file name to clipboardExpand all lines: docs/dyn/androidenterprise_v1.devices.html
+20Lines changed: 20 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,11 @@ <h3>Method Details</h3>
158
158
"minimumVersionCode": 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.
159
159
},
160
160
"autoUpdateMode": "A String", # The auto-update mode for the product.
161
+
"enterpriseAuthenticationAppLinkConfigs": [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider'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
+
"uri": "A String", # An authentication url.
164
+
},
165
+
],
161
166
"managedConfiguration": { # A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
162
167
"configurationVariables": { # 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.
163
168
"mcmId": "A String", # The ID of the managed configurations settings.
@@ -288,6 +293,11 @@ <h3>Method Details</h3>
288
293
"minimumVersionCode": 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.
289
294
},
290
295
"autoUpdateMode": "A String", # The auto-update mode for the product.
296
+
"enterpriseAuthenticationAppLinkConfigs": [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider'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
+
"uri": "A String", # An authentication url.
299
+
},
300
+
],
291
301
"managedConfiguration": { # A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
292
302
"configurationVariables": { # 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.
293
303
"mcmId": "A String", # The ID of the managed configurations settings.
@@ -421,6 +431,11 @@ <h3>Method Details</h3>
421
431
"minimumVersionCode": 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.
422
432
},
423
433
"autoUpdateMode": "A String", # The auto-update mode for the product.
434
+
"enterpriseAuthenticationAppLinkConfigs": [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider'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
+
"uri": "A String", # An authentication url.
437
+
},
438
+
],
424
439
"managedConfiguration": { # A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
425
440
"configurationVariables": { # 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.
426
441
"mcmId": "A String", # The ID of the managed configurations settings.
@@ -521,6 +536,11 @@ <h3>Method Details</h3>
521
536
"minimumVersionCode": 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.
522
537
},
523
538
"autoUpdateMode": "A String", # The auto-update mode for the product.
539
+
"enterpriseAuthenticationAppLinkConfigs": [ # An authentication URL configuration for the authenticator app of an identity provider. This helps to launch the identity provider'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
+
"uri": "A String", # An authentication url.
542
+
},
543
+
],
524
544
"managedConfiguration": { # A managed configuration resource contains the set of managed properties defined by the app developer in the app's managed configurations schema, as well as any configuration variables defined for the user. # The managed configuration for the product.
525
545
"configurationVariables": { # 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.
526
546
"mcmId": "A String", # The ID of the managed configurations settings.
<pclass="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>
<pclass="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>
<pclass="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>
<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'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
-
"keyId": "A String", # 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
-
"done": 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
-
"error": { # 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
-
"code": 42, # The status code, which should be an enum value of google.rpc.Code.
133
-
"details": [ # A list of messages that carry the error details. There is a common set of message types for APIs to use.
134
-
{
135
-
"a_key": "", # Properties of the object. Contains field @type with type URL.
136
-
},
137
-
],
138
-
"message": "A String", # 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
-
"metadata": { # 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
-
"a_key": "", # Properties of the object. Contains field @type with type URL.
142
-
},
143
-
"name": "A String", # 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
-
"response": { # 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
-
"a_key": "", # Properties of the object. Contains field @type with type URL.
<pre>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`.
361
316
362
317
Args:
363
318
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.
365
319
pageSize: integer, Optional. Specifies the maximum number of results to be returned at a time.
366
320
pageToken: string, Optional. Requests a specific page of results.
367
321
showDeleted: boolean, Optional. Indicate that keys deleted in the past 30 days should also be returned.
Copy file name to clipboardExpand all lines: docs/dyn/artifactregistry_v1.projects.locations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ <h3>Method Details</h3>
135
135
136
136
Args:
137
137
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 "displayName=tokyo", 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 `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139
139
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140
140
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: docs/dyn/artifactregistry_v1beta1.projects.locations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ <h3>Method Details</h3>
135
135
136
136
Args:
137
137
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 "displayName=tokyo", 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 `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139
139
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140
140
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
Copy file name to clipboardExpand all lines: docs/dyn/artifactregistry_v1beta2.projects.locations.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ <h3>Method Details</h3>
135
135
136
136
Args:
137
137
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 "displayName=tokyo", 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 `"displayName=tokyo"`, and is documented in more detail in [AIP-160](https://google.aip.dev/160).
139
139
pageSize: integer, The maximum number of results to return. If not set, the service selects a default.
140
140
pageToken: string, A page token received from the `next_page_token` field in the response. Send that page token to receive the subsequent page.
0 commit comments