Skip to content

Commit c702880

Browse files
feat(all): auto-regenerate discovery clients (#2414)
1 parent 3ff4bc1 commit c702880

20 files changed

Lines changed: 1938 additions & 10881 deletions

androidmanagement/v1/androidmanagement-api.json

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@
11631163
}
11641164
}
11651165
},
1166-
"revision": "20240129",
1166+
"revision": "20240207",
11671167
"rootUrl": "https://androidmanagement.googleapis.com/",
11681168
"schemas": {
11691169
"AdbShellCommandEvent": {
@@ -1656,6 +1656,18 @@
16561656
],
16571657
"type": "string"
16581658
},
1659+
"credentialProviderPolicy": {
1660+
"description": "Optional. Whether the app is allowed to act as a credential provider on Android 14 and above.",
1661+
"enum": [
1662+
"CREDENTIAL_PROVIDER_POLICY_UNSPECIFIED",
1663+
"CREDENTIAL_PROVIDER_ALLOWED"
1664+
],
1665+
"enumDescriptions": [
1666+
"Unspecified. The behaviour is governed by credentialProviderPolicyDefault.",
1667+
"App is allowed to act as a credential provider."
1668+
],
1669+
"type": "string"
1670+
},
16591671
"defaultPermissionPolicy": {
16601672
"description": "The default policy for all permissions requested by the app. If specified, this overrides the policy-level default_permission_policy which applies to all apps. It does not override the permission_grants which applies to all apps.",
16611673
"enum": [
@@ -1719,7 +1731,7 @@
17191731
"type": "array"
17201732
},
17211733
"installPriority": {
1722-
"description": "Optional. Amongst apps with installTypeset to:FORCE_INSTALLEDPREINSTALLED this controls the relative priority of installation. A value of 0 (default) means this app has no priority over other apps. For values between 1 and 10,000, a lower value means a higher priority. Values outside of the range 0 to 10,000 inclusive are rejected.",
1734+
"description": "Optional. Amongst apps with installType set to: FORCE_INSTALLED PREINSTALLEDthis controls the relative priority of installation. A value of 0 (default) means this app has no priority over other apps. For values between 1 and 10,000, a lower value means a higher priority. Values outside of the range 0 to 10,000 inclusive are rejected.",
17231735
"format": "int32",
17241736
"type": "integer"
17251737
},
@@ -3328,7 +3340,7 @@
33283340
"type": "object"
33293341
},
33303342
"InstallConstraint": {
3331-
"description": "Amongst apps with InstallTypeset to:FORCE_INSTALLEDPREINSTALLED this defines a set of restrictions for the app installation. At least one of the fields must be set. When multiple fields are set, then all the constraints need to be satisfied for the app to be installed.",
3343+
"description": "Amongst apps with InstallType set to: FORCE_INSTALLED PREINSTALLEDthis defines a set of restrictions for the app installation. At least one of the fields must be set. When multiple fields are set, then all the constraints need to be satisfied for the app to be installed.",
33323344
"id": "InstallConstraint",
33333345
"properties": {
33343346
"chargingConstraint": {
@@ -4830,6 +4842,20 @@
48304842
"description": "Whether creating windows besides app windows is disabled.",
48314843
"type": "boolean"
48324844
},
4845+
"credentialProviderPolicyDefault": {
4846+
"description": "Controls which apps are allowed to act as credential providers on Android 14 and above. These apps store credentials, see this (https://developer.android.com/training/sign-in/passkeys) and this (https://developer.android.com/reference/androidx/credentials/CredentialManager) for details. See also credentialProviderPolicy.",
4847+
"enum": [
4848+
"CREDENTIAL_PROVIDER_POLICY_DEFAULT_UNSPECIFIED",
4849+
"CREDENTIAL_PROVIDER_DEFAULT_DISALLOWED",
4850+
"CREDENTIAL_PROVIDER_DEFAULT_DISALLOWED_EXCEPT_SYSTEM"
4851+
],
4852+
"enumDescriptions": [
4853+
"Unspecified. Defaults to CREDENTIAL_PROVIDER_DEFAULT_DISALLOWED.",
4854+
"Apps with credentialProviderPolicy unspecified are not allowed to act as a credential provider.",
4855+
"Apps with credentialProviderPolicy unspecified are not allowed to act as a credential provider except for the OEM default credential providers. OEM default credential providers are always allowed to act as credential providers."
4856+
],
4857+
"type": "string"
4858+
},
48334859
"credentialsConfigDisabled": {
48344860
"description": "Whether configuring user credentials is disabled.",
48354861
"type": "boolean"
@@ -5149,6 +5175,20 @@
51495175
],
51505176
"type": "string"
51515177
},
5178+
"printingPolicy": {
5179+
"description": "Optional. Controls whether printing is allowed. This is supported on devices running Android 9 and above. .",
5180+
"enum": [
5181+
"PRINTING_POLICY_UNSPECIFIED",
5182+
"PRINTING_DISALLOWED",
5183+
"PRINTING_ALLOWED"
5184+
],
5185+
"enumDescriptions": [
5186+
"Unspecified. Defaults to PRINTING_ALLOWED.",
5187+
"Printing is disallowed. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 9.",
5188+
"Printing is allowed."
5189+
],
5190+
"type": "string"
5191+
},
51525192
"privateKeySelectionEnabled": {
51535193
"description": "Allows showing UI on a device for a user to choose a private key alias if there are no matching rules in ChoosePrivateKeyRules. For devices below Android P, setting this may leave enterprise keys vulnerable. This value will have no effect if any application has CERT_SELECTION delegation scope.",
51545194
"type": "boolean"

androidmanagement/v1/androidmanagement-gen.go

Lines changed: 46 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api-list.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5112,8 +5112,8 @@
51125112
"id": "retail:v2alpha",
51135113
"name": "retail",
51145114
"version": "v2alpha",
5115-
"title": "Retail API",
5116-
"description": "Cloud Retail service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud.",
5115+
"title": "Vertex AI Search for Retail API",
5116+
"description": "Vertex AI Search for Retail API is made up of Retail Search, Browse and Recommendations. These discovery AI solutions help you implement personalized search, browse and recommendations, based on machine learning models, across your websites and mobile applications.",
51175117
"discoveryRestUrl": "https://retail.googleapis.com/$discovery/rest?version=v2alpha",
51185118
"icons": {
51195119
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
@@ -5127,8 +5127,8 @@
51275127
"id": "retail:v2beta",
51285128
"name": "retail",
51295129
"version": "v2beta",
5130-
"title": "Retail API",
5131-
"description": "Cloud Retail service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud.",
5130+
"title": "Vertex AI Search for Retail API",
5131+
"description": "Vertex AI Search for Retail API is made up of Retail Search, Browse and Recommendations. These discovery AI solutions help you implement personalized search, browse and recommendations, based on machine learning models, across your websites and mobile applications.",
51325132
"discoveryRestUrl": "https://retail.googleapis.com/$discovery/rest?version=v2beta",
51335133
"icons": {
51345134
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",
@@ -5142,8 +5142,8 @@
51425142
"id": "retail:v2",
51435143
"name": "retail",
51445144
"version": "v2",
5145-
"title": "Retail API",
5146-
"description": "Cloud Retail service enables customers to build end-to-end personalized recommendation systems without requiring a high level of expertise in machine learning, recommendation system, or Google Cloud.",
5145+
"title": "Vertex AI Search for Retail API",
5146+
"description": "Vertex AI Search for Retail API is made up of Retail Search, Browse and Recommendations. These discovery AI solutions help you implement personalized search, browse and recommendations, based on machine learning models, across your websites and mobile applications.",
51475147
"discoveryRestUrl": "https://retail.googleapis.com/$discovery/rest?version=v2",
51485148
"icons": {
51495149
"x16": "https://www.gstatic.com/images/branding/product/1x/googleg_16dp.png",

dataportability/v1beta/dataportability-api.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"oauth2": {
44
"scopes": {
55
"https://www.googleapis.com/auth/dataportability.businessmessaging.conversations": {
6-
"description": "Move a copy of messages between you and the businesses you have conversations with."
6+
"description": "Move a copy of messages between you and the businesses you have conversations with across Google services."
77
},
88
"https://www.googleapis.com/auth/dataportability.maps.commute_routes": {
99
"description": "Move a copy of your pinned trips on Maps."
@@ -30,7 +30,7 @@
3030
"description": "Move a copy of your Maps activity."
3131
},
3232
"https://www.googleapis.com/auth/dataportability.myactivity.search": {
33-
"description": "Move a copy of your search activity."
33+
"description": "Move a copy of your Google Search activity."
3434
},
3535
"https://www.googleapis.com/auth/dataportability.myactivity.shopping": {
3636
"description": "Move a copy of your Shopping activity."
@@ -39,10 +39,10 @@
3939
"description": "Move a copy of your YouTube activity."
4040
},
4141
"https://www.googleapis.com/auth/dataportability.shopping.addresses": {
42-
"description": "Move a copy of your shipping information."
42+
"description": "Move a copy of your shipping information on Shopping."
4343
},
4444
"https://www.googleapis.com/auth/dataportability.shopping.reviews": {
45-
"description": "Move a copy of reviews you wrote about products or online stores."
45+
"description": "Move a copy of reviews you wrote about products or online stores on Google Search."
4646
},
4747
"https://www.googleapis.com/auth/dataportability.youtube.channel": {
4848
"description": "Move a copy of information about your YouTube channel."
@@ -382,7 +382,7 @@
382382
}
383383
}
384384
},
385-
"revision": "20240204",
385+
"revision": "20240211",
386386
"rootUrl": "https://dataportability.googleapis.com/",
387387
"schemas": {
388388
"Empty": {

dataportability/v1beta/dataportability-gen.go

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)