Skip to content

Commit 28b0491

Browse files
feat(all): auto-regenerate discovery clients (#3022)
1 parent 24ae542 commit 28b0491

File tree

6 files changed

+51
-7
lines changed

6 files changed

+51
-7
lines changed

androidenterprise/v1/androidenterprise-api.json

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2656,7 +2656,7 @@
26562656
}
26572657
}
26582658
},
2659-
"revision": "20250122",
2659+
"revision": "20250213",
26602660
"rootUrl": "https://androidenterprise.googleapis.com/",
26612661
"schemas": {
26622662
"Administrator": {
@@ -3325,6 +3325,20 @@
33253325
},
33263326
"type": "array"
33273327
},
3328+
"enterpriseType": {
3329+
"description": "The type of the enterprise.",
3330+
"enum": [
3331+
"enterpriseTypeUnspecified",
3332+
"managedGoogleDomain",
3333+
"managedGooglePlayAccountsEnterprise"
3334+
],
3335+
"enumDescriptions": [
3336+
"This value is not used.",
3337+
"The enterprise belongs to a managed Google domain.",
3338+
"The enterprise is a managed Google Play Accounts enterprise."
3339+
],
3340+
"type": "string"
3341+
},
33283342
"googleAuthenticationSettings": {
33293343
"$ref": "GoogleAuthenticationSettings",
33303344
"description": "Output only. Settings for Google-provided user authentication.",
@@ -3334,6 +3348,20 @@
33343348
"description": "The unique ID for the enterprise.",
33353349
"type": "string"
33363350
},
3351+
"managedGoogleDomainType": {
3352+
"description": "The type of managed Google domain",
3353+
"enum": [
3354+
"managedGoogleDomainTypeUnspecified",
3355+
"typeTeam",
3356+
"typeDomain"
3357+
],
3358+
"enumDescriptions": [
3359+
"The managed Google domain type is not specified.",
3360+
"The managed Google domain is an email-verified team.",
3361+
"The managed Google domain is domain-verified."
3362+
],
3363+
"type": "string"
3364+
},
33373365
"name": {
33383366
"description": "The name of the enterprise, for example, \"Example, Inc\".",
33393367
"type": "string"

androidenterprise/v1/androidenterprise-gen.go

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

assuredworkloads/v1/assuredworkloads-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -591,7 +591,7 @@
591591
}
592592
}
593593
},
594-
"revision": "20241206",
594+
"revision": "20250213",
595595
"rootUrl": "https://assuredworkloads.googleapis.com/",
596596
"schemas": {
597597
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
@@ -1675,7 +1675,7 @@
16751675
],
16761676
"enumDescriptions": [
16771677
"KAJ Enrollment type is unspecified",
1678-
"KAT sets External, Hardware, and Software key feature logging only to TRUE. (no enforcement)"
1678+
"KAT sets External, Hardware, and Software key feature logging only to TRUE."
16791679
],
16801680
"type": "string"
16811681
}

assuredworkloads/v1/assuredworkloads-gen.go

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

assuredworkloads/v1beta1/assuredworkloads-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@
656656
}
657657
}
658658
},
659-
"revision": "20241206",
659+
"revision": "20250213",
660660
"rootUrl": "https://assuredworkloads.googleapis.com/",
661661
"schemas": {
662662
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
@@ -2029,7 +2029,7 @@
20292029
],
20302030
"enumDescriptions": [
20312031
"KAJ Enrollment type is unspecified",
2032-
"KAT sets External, Hardware, and Software key feature logging only to TRUE. (no enforcement)"
2032+
"KAT sets External, Hardware, and Software key feature logging only to TRUE."
20332033
],
20342034
"type": "string"
20352035
}

assuredworkloads/v1beta1/assuredworkloads-gen.go

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

0 commit comments

Comments
 (0)