Skip to content

Commit 01c06b9

Browse files
feat(all): auto-regenerate discovery clients (#3519)
1 parent b3dc663 commit 01c06b9

39 files changed

+1191
-956
lines changed

androidmanagement/v1/androidmanagement-api.json

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20260224",
1268+
"revision": "20260225",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -3523,6 +3523,10 @@
35233523
"$ref": "PreferentialNetworkServiceSettings",
35243524
"description": "Optional. Preferential network service configuration. Setting this field will override preferentialNetworkService. This can be set on both work profiles and fully managed devices on Android 13 and above. See 5G network slicing (https://developers.google.com/android/management/5g-network-slicing) guide for more details."
35253525
},
3526+
"privateDnsSettings": {
3527+
"$ref": "PrivateDnsSettings",
3528+
"description": "Optional. The global private DNS settings."
3529+
},
35263530
"tetheringSettings": {
35273531
"description": "Controls tethering settings. Based on the value set, the user is partially or fully disallowed from using different forms of tethering.",
35283532
"enum": [
@@ -6881,6 +6885,33 @@
68816885
},
68826886
"type": "object"
68836887
},
6888+
"PrivateDnsSettings": {
6889+
"description": "Controls the device's private DNS settings.",
6890+
"id": "PrivateDnsSettings",
6891+
"properties": {
6892+
"privateDnsHost": {
6893+
"description": "Optional. The hostname of the DNS server. This must be set if and only if private_dns_mode is set to PRIVATE_DNS_SPECIFIED_HOST. Supported on Android 10 and above on fully managed devices. A NonComplianceDetail with MANAGEMENT_MODE is reported on other management modes. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 10. A NonComplianceDetail with PENDING is reported if the device is not connected to a network. A NonComplianceDetail with nonComplianceReason INVALID_VALUE and specificNonComplianceReason PRIVATE_DNS_HOST_NOT_SERVING is reported if the specified host is not a DNS server or not supported on Android. A NonComplianceReason with nonComplianceReason INVALID_VALUE is reported if applying this setting fails for any other reason.",
6894+
"type": "string"
6895+
},
6896+
"privateDnsMode": {
6897+
"description": "Optional. The configuration mode for device's global private DNS settings. If this is set to PRIVATE_DNS_SPECIFIED_HOST, then private_dns_host must be set.",
6898+
"enum": [
6899+
"PRIVATE_DNS_MODE_UNSPECIFIED",
6900+
"PRIVATE_DNS_USER_CHOICE",
6901+
"PRIVATE_DNS_AUTOMATIC",
6902+
"PRIVATE_DNS_SPECIFIED_HOST"
6903+
],
6904+
"enumDescriptions": [
6905+
"Unspecified. Defaults to PRIVATE_DNS_USER_CHOICE.",
6906+
"The user is allowed to configure private DNS.",
6907+
"Automatic private DNS mode. The device tries to use the network-provided DNS server over an encrypted connection before resorting to cleartext. The user is not allowed to modify this setting. Supported on Android 10 and above on fully managed devices and work profiles on company-owned devices. A NonComplianceDetail with MANAGEMENT_MODE is reported on other management modes. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 10. A NonComplianceReason with INVALID_VALUE is reported if setting this fails for any other reason.Note: For work profiles on company-owned devices, setting this mode prevents the user from changing the setting, but the active private DNS setting is not modified. A NonComplianceDetail with MANAGEMENT_MODE is reported in this case.",
6908+
"The device only uses the DNS server specified in private_dns_host. The user is not allowed to modify this setting. If this is set, then private_dns_host must be set. Supported on Android 10 and above on fully managed devices. A NonComplianceDetail with MANAGEMENT_MODE is reported on other management modes. A NonComplianceDetail with API_LEVEL is reported if the Android version is less than 10."
6909+
],
6910+
"type": "string"
6911+
}
6912+
},
6913+
"type": "object"
6914+
},
68846915
"ProvisioningInfo": {
68856916
"description": "Information about a device that is available during setup.",
68866917
"id": "ProvisioningInfo",

androidmanagement/v1/androidmanagement-gen.go

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

certificatemanager/v1/certificatemanager-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
]
136136
},
137137
"list": {
138-
"description": "Lists information about the supported locations for this service.",
138+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
139139
"flatPath": "v1/projects/{projectsId}/locations",
140140
"httpMethod": "GET",
141141
"id": "certificatemanager.projects.locations.list",
@@ -1325,7 +1325,7 @@
13251325
}
13261326
}
13271327
},
1328-
"revision": "20251204",
1328+
"revision": "20260204",
13291329
"rootUrl": "https://certificatemanager.googleapis.com/",
13301330
"schemas": {
13311331
"AllowlistedCertificate": {

certificatemanager/v1/certificatemanager-gen.go

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

datamanager/v1/datamanager-api.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@
206206
],
207207
"parameters": {
208208
"filter": {
209-
"description": "Optional. A [filter string](//google.aip.dev/160). All fields need to be on the left hand side of each condition (for example: `partner_link_id = 123456789`). Supported operations: - `AND` - `=` - `!=` Supported fields: - `partner_link_id` - `owning_account.account_type` - `owning_account.account_id` - `partner_account.account_type` - `partner_account.account_id` Example: `owning_account.account_type = \"GOOGLE_ADS\" OR partner_account.account_id = 987654321`",
209+
"description": "Optional. A [filter string](//google.aip.dev/160). All fields need to be on the left hand side of each condition (for example: `partner_link_id = 123456789`). Supported operations: - `AND` - `=` - `!=` Supported fields: - `partner_link_id` - `owning_account.account_type` - `owning_account.account_id` - `partner_account.account_type` - `partner_account.account_id` Example: `owning_account.account_type = \"GOOGLE_ADS\" AND partner_account.account_id = 987654321`",
210210
"location": "query",
211211
"type": "string"
212212
},
@@ -814,7 +814,7 @@
814814
}
815815
}
816816
},
817-
"revision": "20260217",
817+
"revision": "20260225",
818818
"rootUrl": "https://datamanager.googleapis.com/",
819819
"schemas": {
820820
"AdIdentifiers": {
@@ -2026,19 +2026,17 @@
20262026
"id": "PairIdInfo",
20272027
"properties": {
20282028
"advertiserIdentifierCount": {
2029-
"description": "Output only. The count of the advertiser's first party data records that have been uploaded to a clean room provider. This does not signify the size of a PAIR user list.",
2029+
"description": "Optional. The count of the advertiser's first party data records that have been uploaded to a clean room provider. This does not signify the size of a PAIR user list.",
20302030
"format": "int64",
2031-
"readOnly": true,
20322031
"type": "string"
20332032
},
20342033
"cleanRoomIdentifier": {
20352034
"description": "Required. Immutable. Identifies a unique advertiser to publisher relationship with one clean room provider or across multiple clean room providers.",
20362035
"type": "string"
20372036
},
20382037
"matchRatePercentage": {
2039-
"description": "Output only. This field denotes the percentage of membership match of this user list with the corresponding publisher's first party data. Must be between 0 and 100 inclusive.",
2038+
"description": "Optional. This field denotes the percentage of membership match of this user list with the corresponding publisher's first party data. Must be between 0 and 100 inclusive.",
20402039
"format": "int32",
2041-
"readOnly": true,
20422040
"type": "integer"
20432041
},
20442042
"publisherId": {
@@ -2047,7 +2045,7 @@
20472045
"type": "string"
20482046
},
20492047
"publisherName": {
2050-
"description": "Optional. Descriptive name of the publisher to be displayed in the UI for a better targeting experience.",
2048+
"description": "Required. Descriptive name of the publisher to be displayed in the UI for a better targeting experience.",
20512049
"type": "string"
20522050
}
20532051
},

datamanager/v1/datamanager-gen.go

Lines changed: 4 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)