Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#2425)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation committed Feb 20, 2024
1 parent b3f9c38 commit 124a535
Show file tree
Hide file tree
Showing 18 changed files with 192 additions and 52 deletions.
24 changes: 21 additions & 3 deletions androidmanagement/v1/androidmanagement-api.json
Expand Up @@ -1163,7 +1163,7 @@
}
}
},
"revision": "20240207",
"revision": "20240213",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -1229,6 +1229,22 @@
],
"type": "string"
},
"mtePolicy": {
"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.",
"enum": [
"MTE_POLICY_UNSPECIFIED",
"MTE_USER_CHOICE",
"MTE_ENFORCED",
"MTE_DISABLED"
],
"enumDescriptions": [
"Unspecified. Defaults to MTE_USER_CHOICE.",
"The user can choose to enable or disable MTE on the device if the device supports this.",
"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.",
"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."
],
"type": "string"
},
"personalAppsThatCanReadWorkNotifications": {
"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.",
"items": {
Expand Down Expand Up @@ -4196,7 +4212,8 @@
"ONC_WIFI_INVALID_VALUE",
"ONC_WIFI_API_LEVEL",
"ONC_WIFI_INVALID_ENTERPRISE_CONFIG",
"ONC_WIFI_USER_SHOULD_REMOVE_NETWORK"
"ONC_WIFI_USER_SHOULD_REMOVE_NETWORK",
"ONC_WIFI_KEY_PAIR_ALIAS_NOT_CORRESPONDING_TO_EXISTING_KEY"
],
"enumDescriptions": [
"Specific non-compliance reason is not specified. Fields in specific_non_compliance_context are not set.",
Expand All @@ -4206,7 +4223,8 @@
"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.",
"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.",
"The enterprise Wi-Fi network is missing either the root CA or domain name. nonComplianceReason is set to INVALID_VALUE.",
"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."
"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.",
"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."
],
"type": "string"
}
Expand Down
33 changes: 33 additions & 0 deletions androidmanagement/v1/androidmanagement-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 11 additions & 7 deletions androidpublisher/v3/androidpublisher-api.json
Expand Up @@ -2793,7 +2793,8 @@
"subscriptions": {
"methods": {
"archive": {
"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.",
"deprecated": true,
"description": "Deprecated: subscription archiving is not supported.",
"flatPath": "androidpublisher/v3/applications/{packageName}/subscriptions/{productId}:archive",
"httpMethod": "POST",
"id": "androidpublisher.monetization.subscriptions.archive",
Expand Down Expand Up @@ -3006,7 +3007,8 @@
"type": "string"
},
"showArchived": {
"description": "Whether archived subscriptions should be included in the response. Defaults to false.",
"deprecated": true,
"description": "Deprecated: subscription archiving is not supported.",
"location": "query",
"type": "boolean"
}
Expand Down Expand Up @@ -4724,7 +4726,7 @@
}
}
},
"revision": "20240207",
"revision": "20240219",
"rootUrl": "https://androidpublisher.googleapis.com/",
"schemas": {
"Abi": {
Expand Down Expand Up @@ -5181,7 +5183,8 @@
"type": "object"
},
"ArchiveSubscriptionRequest": {
"description": "Request message for ArchiveSubscription.",
"deprecated": true,
"description": "Deprecated: subscription archiving is not supported.",
"id": "ArchiveSubscriptionRequest",
"properties": {},
"type": "object"
Expand Down Expand Up @@ -7859,7 +7862,7 @@
"id": "RegionalTaxRateInfo",
"properties": {
"eligibleForStreamingServiceTaxRate": {
"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.",
"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.",
"type": "boolean"
},
"streamingTaxType": {
Expand Down Expand Up @@ -8105,7 +8108,7 @@
"id": "SafetyLabelsUpdateRequest",
"properties": {
"safetyLabels": {
"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",
"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",
"type": "string"
}
},
Expand Down Expand Up @@ -8293,7 +8296,8 @@
"id": "Subscription",
"properties": {
"archived": {
"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.",
"deprecated": true,
"description": "Output only. Deprecated: subscription archiving is not supported.",
"readOnly": true,
"type": "boolean"
},
Expand Down
31 changes: 14 additions & 17 deletions androidpublisher/v3/androidpublisher-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 9 additions & 5 deletions baremetalsolution/v2/baremetalsolution-api.json
Expand Up @@ -1638,7 +1638,7 @@
}
}
},
"revision": "20231130",
"revision": "20240214",
"rootUrl": "https://baremetalsolution.googleapis.com/",
"schemas": {
"AllowedClient": {
Expand Down Expand Up @@ -3561,13 +3561,15 @@
"VOLUME_PERFORMANCE_TIER_UNSPECIFIED",
"VOLUME_PERFORMANCE_TIER_SHARED",
"VOLUME_PERFORMANCE_TIER_ASSIGNED",
"VOLUME_PERFORMANCE_TIER_HT"
"VOLUME_PERFORMANCE_TIER_HT",
"VOLUME_PERFORMANCE_TIER_QOS2_PERFORMANCE"
],
"enumDescriptions": [
"Value is not specified.",
"Regular volumes, shared aggregates.",
"Assigned aggregates.",
"High throughput aggregates."
"High throughput aggregates.",
"QoS 2.0 high performance storage."
],
"type": "string"
},
Expand Down Expand Up @@ -3719,13 +3721,15 @@
"VOLUME_PERFORMANCE_TIER_UNSPECIFIED",
"VOLUME_PERFORMANCE_TIER_SHARED",
"VOLUME_PERFORMANCE_TIER_ASSIGNED",
"VOLUME_PERFORMANCE_TIER_HT"
"VOLUME_PERFORMANCE_TIER_HT",
"VOLUME_PERFORMANCE_TIER_QOS2_PERFORMANCE"
],
"enumDescriptions": [
"Value is not specified.",
"Regular volumes, shared aggregates.",
"Assigned aggregates.",
"High throughput aggregates."
"High throughput aggregates.",
"QoS 2.0 high performance storage."
],
"type": "string"
},
Expand Down
4 changes: 4 additions & 0 deletions baremetalsolution/v2/baremetalsolution-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions content/v2.1/content-api.json
Expand Up @@ -6186,7 +6186,7 @@
}
}
},
"revision": "20240131",
"revision": "20240218",
"rootUrl": "https://shoppingcontent.googleapis.com/",
"schemas": {
"Account": {
Expand Down Expand Up @@ -7592,7 +7592,7 @@
"id": "AttributionSettings",
"properties": {
"attributionLookbackWindowInDays": {
"description": "Required. Lookback windows (in days) used for attribution in this source. Supported values are 7, 30, 60, 90.",
"description": "Required. Lookback windows (in days) used for attribution in this source. Supported values are 7, 30, 40.",
"format": "int32",
"type": "integer"
},
Expand Down
3 changes: 1 addition & 2 deletions content/v2.1/content-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion dialogflow/v2beta1/dialogflow-api.json
Expand Up @@ -7695,7 +7695,7 @@
}
}
},
"revision": "20240131",
"revision": "20240219",
"rootUrl": "https://dialogflow.googleapis.com/",
"schemas": {
"GoogleCloudDialogflowCxV3AdvancedSettings": {
Expand Down Expand Up @@ -14630,6 +14630,10 @@
"$ref": "GoogleCloudDialogflowV2beta1EventInput",
"description": "An input event to send to Dialogflow."
},
"intentInput": {
"$ref": "GoogleCloudDialogflowV2beta1IntentInput",
"description": "The intent to be triggered on V3 agent."
},
"messageSendTime": {
"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.",
"format": "google-datetime",
Expand Down

0 comments on commit 124a535

Please sign in to comment.