Skip to content

Commit 124a535

Browse files
feat(all): auto-regenerate discovery clients (#2425)
1 parent b3f9c38 commit 124a535

18 files changed

+192
-52
lines changed

androidmanagement/v1/androidmanagement-api.json

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1163,7 +1163,7 @@
11631163
}
11641164
}
11651165
},
1166-
"revision": "20240207",
1166+
"revision": "20240213",
11671167
"rootUrl": "https://androidmanagement.googleapis.com/",
11681168
"schemas": {
11691169
"AdbShellCommandEvent": {
@@ -1229,6 +1229,22 @@
12291229
],
12301230
"type": "string"
12311231
},
1232+
"mtePolicy": {
1233+
"description": "Optional. Controls Memory Tagging Extension (MTE) (https://source.android.com/docs/security/test/memory-safety/arm-mte) on the device. The device needs to be rebooted to apply changes to the MTE policy.",
1234+
"enum": [
1235+
"MTE_POLICY_UNSPECIFIED",
1236+
"MTE_USER_CHOICE",
1237+
"MTE_ENFORCED",
1238+
"MTE_DISABLED"
1239+
],
1240+
"enumDescriptions": [
1241+
"Unspecified. Defaults to MTE_USER_CHOICE.",
1242+
"The user can choose to enable or disable MTE on the device if the device supports this.",
1243+
"MTE is enabled on the device and the user is not allowed to change this setting. This can be set on fully managed devices and work profiles on company-owned devices. A nonComplianceDetail with MANAGEMENT_MODE is reported for other management modes. A nonComplianceDetail with DEVICE_INCOMPATIBLE is reported if the device does not support MTE.Supported on Android 14 and above. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 14.",
1244+
"MTE is disabled on the device and the user is not allowed to change this setting. This applies only on fully managed devices. In other cases, a nonComplianceDetail with MANAGEMENT_MODE is reported. A nonComplianceDetail with DEVICE_INCOMPATIBLE is reported if the device does not support MTE.Supported on Android 14 and above. A nonComplianceDetail with API_LEVEL is reported if the Android version is less than 14."
1245+
],
1246+
"type": "string"
1247+
},
12321248
"personalAppsThatCanReadWorkNotifications": {
12331249
"description": "Personal apps that can read work profile notifications using a NotificationListenerService (https://developer.android.com/reference/android/service/notification/NotificationListenerService). By default, no personal apps (aside from system apps) can read work notifications. Each value in the list must be a package name.",
12341250
"items": {
@@ -4196,7 +4212,8 @@
41964212
"ONC_WIFI_INVALID_VALUE",
41974213
"ONC_WIFI_API_LEVEL",
41984214
"ONC_WIFI_INVALID_ENTERPRISE_CONFIG",
4199-
"ONC_WIFI_USER_SHOULD_REMOVE_NETWORK"
4215+
"ONC_WIFI_USER_SHOULD_REMOVE_NETWORK",
4216+
"ONC_WIFI_KEY_PAIR_ALIAS_NOT_CORRESPONDING_TO_EXISTING_KEY"
42004217
],
42014218
"enumDescriptions": [
42024219
"Specific non-compliance reason is not specified. Fields in specific_non_compliance_context are not set.",
@@ -4206,7 +4223,8 @@
42064223
"There is an incorrect value in ONC Wi-Fi configuration. fieldPath specifies which field value is incorrect. oncWifiContext is set. nonComplianceReason is set to INVALID_VALUE.",
42074224
"The ONC Wi-Fi setting is not supported in the API level of the Android version running on the device. fieldPath specifies which field value is not supported. oncWifiContext is set. nonComplianceReason is set to API_LEVEL.",
42084225
"The enterprise Wi-Fi network is missing either the root CA or domain name. nonComplianceReason is set to INVALID_VALUE.",
4209-
"User needs to remove the configured Wi-Fi network manually. This is applicable only on work profiles on personally-owned devices. nonComplianceReason is set to USER_ACTION."
4226+
"User needs to remove the configured Wi-Fi network manually. This is applicable only on work profiles on personally-owned devices. nonComplianceReason is set to USER_ACTION.",
4227+
"Key pair alias specified via ClientCertKeyPairAlias (https://chromium.googlesource.com/chromium/src/+/main/components/onc/docs/onc_spec.md#eap-type) field in openNetworkConfiguration does not correspond to an existing key installed on the device. nonComplianceReason is set to INVALID_VALUE."
42104228
],
42114229
"type": "string"
42124230
}

androidmanagement/v1/androidmanagement-gen.go

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

androidpublisher/v3/androidpublisher-api.json

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2793,7 +2793,8 @@
27932793
"subscriptions": {
27942794
"methods": {
27952795
"archive": {
2796-
"description": "Archives a subscription. Can only be done if at least one base plan was active in the past, and no base plan is available for new or existing subscribers currently. This action is irreversible, and the subscription ID will remain reserved.",
2796+
"deprecated": true,
2797+
"description": "Deprecated: subscription archiving is not supported.",
27972798
"flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}:archive",
27982799
"httpMethod": "POST",
27992800
"id": "androidpublisher.monetization.subscriptions.archive",
@@ -3006,7 +3007,8 @@
30063007
"type": "string"
30073008
},
30083009
"showArchived": {
3009-
"description": "Whether archived subscriptions should be included in the response. Defaults to false.",
3010+
"deprecated": true,
3011+
"description": "Deprecated: subscription archiving is not supported.",
30103012
"location": "query",
30113013
"type": "boolean"
30123014
}
@@ -4724,7 +4726,7 @@
47244726
}
47254727
}
47264728
},
4727-
"revision": "20240207",
4729+
"revision": "20240219",
47284730
"rootUrl": "https://androidpublisher.googleapis.com/",
47294731
"schemas": {
47304732
"Abi": {
@@ -5181,7 +5183,8 @@
51815183
"type": "object"
51825184
},
51835185
"ArchiveSubscriptionRequest": {
5184-
"description": "Request message for ArchiveSubscription.",
5186+
"deprecated": true,
5187+
"description": "Deprecated: subscription archiving is not supported.",
51855188
"id": "ArchiveSubscriptionRequest",
51865189
"properties": {},
51875190
"type": "object"
@@ -7859,7 +7862,7 @@
78597862
"id": "RegionalTaxRateInfo",
78607863
"properties": {
78617864
"eligibleForStreamingServiceTaxRate": {
7862-
"description": "You must tell us if your app contains streaming products to correctly charge US state and local sales tax. Field only supported in United States.",
7865+
"description": "You must tell us if your app contains streaming products to correctly charge US state and local sales tax. Field only supported in the United States.",
78637866
"type": "boolean"
78647867
},
78657868
"streamingTaxType": {
@@ -8105,7 +8108,7 @@
81058108
"id": "SafetyLabelsUpdateRequest",
81068109
"properties": {
81078110
"safetyLabels": {
8108-
"description": "Required. Contents of the CSV file containing Data Safety responses. For the format of this file, see the Help Center documentation at https://support.google.com/googleplay/android-developer/answer/10787469?hl=en#zippy=%2Cunderstand-the-csv-format To download an up to date template, follow the steps at https://support.google.com/googleplay/android-developer/answer/10787469?hl=en#zippy=%2Cexport-to-a-csv-file",
8111+
"description": "Required. Contents of the CSV file containing Data Safety responses. For the format of this file, see the Help Center documentation at https://support.google.com/googleplay/android-developer/answer/10787469?#zippy=%2Cunderstand-the-csv-format To download an up to date template, follow the steps at https://support.google.com/googleplay/android-developer/answer/10787469?#zippy=%2Cexport-to-a-csv-file",
81098112
"type": "string"
81108113
}
81118114
},
@@ -8293,7 +8296,8 @@
82938296
"id": "Subscription",
82948297
"properties": {
82958298
"archived": {
8296-
"description": "Output only. Whether this subscription is archived. Archived subscriptions are not available to any subscriber any longer, cannot be updated, and are not returned in list requests unless the show archived flag is passed in.",
8299+
"deprecated": true,
8300+
"description": "Output only. Deprecated: subscription archiving is not supported.",
82978301
"readOnly": true,
82988302
"type": "boolean"
82998303
},

androidpublisher/v3/androidpublisher-gen.go

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

baremetalsolution/v2/baremetalsolution-api.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,7 +1638,7 @@
16381638
}
16391639
}
16401640
},
1641-
"revision": "20231130",
1641+
"revision": "20240214",
16421642
"rootUrl": "https://baremetalsolution.googleapis.com/",
16431643
"schemas": {
16441644
"AllowedClient": {
@@ -3561,13 +3561,15 @@
35613561
"VOLUME_PERFORMANCE_TIER_UNSPECIFIED",
35623562
"VOLUME_PERFORMANCE_TIER_SHARED",
35633563
"VOLUME_PERFORMANCE_TIER_ASSIGNED",
3564-
"VOLUME_PERFORMANCE_TIER_HT"
3564+
"VOLUME_PERFORMANCE_TIER_HT",
3565+
"VOLUME_PERFORMANCE_TIER_QOS2_PERFORMANCE"
35653566
],
35663567
"enumDescriptions": [
35673568
"Value is not specified.",
35683569
"Regular volumes, shared aggregates.",
35693570
"Assigned aggregates.",
3570-
"High throughput aggregates."
3571+
"High throughput aggregates.",
3572+
"QoS 2.0 high performance storage."
35713573
],
35723574
"type": "string"
35733575
},
@@ -3719,13 +3721,15 @@
37193721
"VOLUME_PERFORMANCE_TIER_UNSPECIFIED",
37203722
"VOLUME_PERFORMANCE_TIER_SHARED",
37213723
"VOLUME_PERFORMANCE_TIER_ASSIGNED",
3722-
"VOLUME_PERFORMANCE_TIER_HT"
3724+
"VOLUME_PERFORMANCE_TIER_HT",
3725+
"VOLUME_PERFORMANCE_TIER_QOS2_PERFORMANCE"
37233726
],
37243727
"enumDescriptions": [
37253728
"Value is not specified.",
37263729
"Regular volumes, shared aggregates.",
37273730
"Assigned aggregates.",
3728-
"High throughput aggregates."
3731+
"High throughput aggregates.",
3732+
"QoS 2.0 high performance storage."
37293733
],
37303734
"type": "string"
37313735
},

baremetalsolution/v2/baremetalsolution-gen.go

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

content/v2.1/content-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6186,7 +6186,7 @@
61866186
}
61876187
}
61886188
},
6189-
"revision": "20240131",
6189+
"revision": "20240218",
61906190
"rootUrl": "https://shoppingcontent.googleapis.com/",
61916191
"schemas": {
61926192
"Account": {
@@ -7592,7 +7592,7 @@
75927592
"id": "AttributionSettings",
75937593
"properties": {
75947594
"attributionLookbackWindowInDays": {
7595-
"description": "Required. Lookback windows (in days) used for attribution in this source. Supported values are 7, 30, 60, 90.",
7595+
"description": "Required. Lookback windows (in days) used for attribution in this source. Supported values are 7, 30, 40.",
75967596
"format": "int32",
75977597
"type": "integer"
75987598
},

content/v2.1/content-gen.go

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dialogflow/v2beta1/dialogflow-api.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7695,7 +7695,7 @@
76957695
}
76967696
}
76977697
},
7698-
"revision": "20240131",
7698+
"revision": "20240219",
76997699
"rootUrl": "https://dialogflow.googleapis.com/",
77007700
"schemas": {
77017701
"GoogleCloudDialogflowCxV3AdvancedSettings": {
@@ -14630,6 +14630,10 @@
1463014630
"$ref": "GoogleCloudDialogflowV2beta1EventInput",
1463114631
"description": "An input event to send to Dialogflow."
1463214632
},
14633+
"intentInput": {
14634+
"$ref": "GoogleCloudDialogflowV2beta1IntentInput",
14635+
"description": "The intent to be triggered on V3 agent."
14636+
},
1463314637
"messageSendTime": {
1463414638
"description": "Optional. The send time of the message from end user or human agent's perspective. It is used for identifying the same message under one participant. Given two messages under the same participant: * If send time are different regardless of whether the content of the messages are exactly the same, the conversation will regard them as two distinct messages sent by the participant. * If send time is the same regardless of whether the content of the messages are exactly the same, the conversation will regard them as same message, and ignore the message received later. If the value is not provided, a new request will always be regarded as a new message without any de-duplication.",
1463514639
"format": "google-datetime",

0 commit comments

Comments
 (0)