Skip to content

Commit

Permalink
feat(all): auto-regenerate discovery clients (#3022)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshi-automation authored Feb 18, 2025
1 parent 24ae542 commit 28b0491
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 7 deletions.
30 changes: 29 additions & 1 deletion androidenterprise/v1/androidenterprise-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2656,7 +2656,7 @@
}
}
},
"revision": "20250122",
"revision": "20250213",
"rootUrl": "https://androidenterprise.googleapis.com/",
"schemas": {
"Administrator": {
Expand Down Expand Up @@ -3325,6 +3325,20 @@
},
"type": "array"
},
"enterpriseType": {
"description": "The type of the enterprise.",
"enum": [
"enterpriseTypeUnspecified",
"managedGoogleDomain",
"managedGooglePlayAccountsEnterprise"
],
"enumDescriptions": [
"This value is not used.",
"The enterprise belongs to a managed Google domain.",
"The enterprise is a managed Google Play Accounts enterprise."
],
"type": "string"
},
"googleAuthenticationSettings": {
"$ref": "GoogleAuthenticationSettings",
"description": "Output only. Settings for Google-provided user authentication.",
Expand All @@ -3334,6 +3348,20 @@
"description": "The unique ID for the enterprise.",
"type": "string"
},
"managedGoogleDomainType": {
"description": "The type of managed Google domain",
"enum": [
"managedGoogleDomainTypeUnspecified",
"typeTeam",
"typeDomain"
],
"enumDescriptions": [
"The managed Google domain type is not specified.",
"The managed Google domain is an email-verified team.",
"The managed Google domain is domain-verified."
],
"type": "string"
},
"name": {
"description": "The name of the enterprise, for example, \"Example, Inc\".",
"type": "string"
Expand Down
16 changes: 16 additions & 0 deletions androidenterprise/v1/androidenterprise-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 assuredworkloads/v1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@
}
}
},
"revision": "20241206",
"revision": "20250213",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -1675,7 +1675,7 @@
],
"enumDescriptions": [
"KAJ Enrollment type is unspecified",
"KAT sets External, Hardware, and Software key feature logging only to TRUE. (no enforcement)"
"KAT sets External, Hardware, and Software key feature logging only to TRUE."
],
"type": "string"
}
Expand Down
2 changes: 1 addition & 1 deletion assuredworkloads/v1/assuredworkloads-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 assuredworkloads/v1beta1/assuredworkloads-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@
}
}
},
"revision": "20241206",
"revision": "20250213",
"rootUrl": "https://assuredworkloads.googleapis.com/",
"schemas": {
"GoogleCloudAssuredworkloadsV1beta1AcknowledgeViolationRequest": {
Expand Down Expand Up @@ -2029,7 +2029,7 @@
],
"enumDescriptions": [
"KAJ Enrollment type is unspecified",
"KAT sets External, Hardware, and Software key feature logging only to TRUE. (no enforcement)"
"KAT sets External, Hardware, and Software key feature logging only to TRUE."
],
"type": "string"
}
Expand Down
2 changes: 1 addition & 1 deletion assuredworkloads/v1beta1/assuredworkloads-gen.go

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

0 comments on commit 28b0491

Please sign in to comment.