Skip to content

Commit 0cacfa8

Browse files
feat(all): auto-regenerate discovery clients (#3546)
1 parent d38a129 commit 0cacfa8

98 files changed

Lines changed: 10131 additions & 1583 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

agentregistry/v1alpha/agentregistry-api.json

Lines changed: 1560 additions & 0 deletions
Large diffs are not rendered by default.

agentregistry/v1alpha/agentregistry-gen.go

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

alertcenter/v1beta1/alertcenter-api.json

Lines changed: 111 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@
423423
}
424424
}
425425
},
426-
"revision": "20251117",
426+
"revision": "20260316",
427427
"rootUrl": "https://alertcenter.googleapis.com/",
428428
"schemas": {
429429
"AbuseDetected": {
@@ -1048,6 +1048,27 @@
10481048
},
10491049
"type": "object"
10501050
},
1051+
"ClientSideEncryptionServiceUnavailable": {
1052+
"description": "Alerts for client-side encryption outages.",
1053+
"id": "ClientSideEncryptionServiceUnavailable",
1054+
"properties": {
1055+
"idpError": {
1056+
"description": "Identity providers impacted by an outage or misconfiguration.",
1057+
"items": {
1058+
"$ref": "IdentityProviderError"
1059+
},
1060+
"type": "array"
1061+
},
1062+
"keyServiceError": {
1063+
"description": "External key services impacted by an outage or misconfiguration.",
1064+
"items": {
1065+
"$ref": "KeyServiceError"
1066+
},
1067+
"type": "array"
1068+
}
1069+
},
1070+
"type": "object"
1071+
},
10511072
"CloudPubsubTopic": {
10521073
"description": "A reference to a Cloud Pubsub topic. To register for notifications, the owner of the topic must grant `alerts-api-push-notifications@system.gserviceaccount.com` the `projects.topics.publish` permission.",
10531074
"id": "CloudPubsubTopic",
@@ -1378,6 +1399,95 @@
13781399
},
13791400
"type": "object"
13801401
},
1402+
"IdentityProviderError": {
1403+
"description": "Error related to an identity provider.",
1404+
"id": "IdentityProviderError",
1405+
"properties": {
1406+
"authorizationBaseUrl": {
1407+
"description": "Authorization base url of the identity provider.",
1408+
"type": "string"
1409+
},
1410+
"errorCount": {
1411+
"description": "Number of similar errors encountered.",
1412+
"format": "int64",
1413+
"type": "string"
1414+
},
1415+
"errorInfo": {
1416+
"description": "Info on the identity provider error.",
1417+
"enum": [
1418+
"IDENTITY_PROVIDER_ERROR_INFO_UNSPECIFIED",
1419+
"EMAIL_MISMATCH",
1420+
"UNAVAILABLE_DISCOVERY_CONTENT",
1421+
"INVALID_DISCOVERY_CONTENT",
1422+
"UNAVAILABLE_CSE_CONFIGURATION_CONTENT",
1423+
"INVALID_CSE_CONFIGURATION_CONTENT",
1424+
"INVALID_ID_TOKEN",
1425+
"INVALID_OIDC_SETUP",
1426+
"UNAVAILABLE_IDP",
1427+
"AUTH_CODE_EXCHANGE_ERROR",
1428+
"AUTHENTICATION_TOKEN_MISSING_CLAIM_EMAIL"
1429+
],
1430+
"enumDescriptions": [
1431+
"Error info not specified.",
1432+
"Email in the ID token is different from the user's email.",
1433+
"Discovery URL was unreachable.",
1434+
"Discovery URL did not contain all the necessary information.",
1435+
"URL for client-side encryption configuration content was unreachable.",
1436+
"Client-side encryption .well-known URL did not contain all the necessary information.",
1437+
"ID token returned by the identity provider is invalid.",
1438+
"OIDC setup error.",
1439+
"Identity provider was unreachable.",
1440+
"Auth code exchange error.",
1441+
"Authentication token has no \"email\" or \"google_email\" claim."
1442+
],
1443+
"type": "string"
1444+
}
1445+
},
1446+
"type": "object"
1447+
},
1448+
"KeyServiceError": {
1449+
"description": "Error related to an external key service.",
1450+
"id": "KeyServiceError",
1451+
"properties": {
1452+
"errorCount": {
1453+
"description": "Number of similar errors encountered.",
1454+
"format": "int64",
1455+
"type": "string"
1456+
},
1457+
"errorInfo": {
1458+
"description": "Info on the key service error.",
1459+
"enum": [
1460+
"KEY_SERVICE_ERROR_INFO_UNSPECIFIED",
1461+
"MALFORMED_JSON",
1462+
"MISSING_KEY",
1463+
"MISSING_SIGNATURE",
1464+
"MISSING_ALGORITHM_NAME",
1465+
"UNSUPPORTED_ALGORITHM",
1466+
"FETCH_REQUEST_ERROR"
1467+
],
1468+
"enumDescriptions": [
1469+
"Error info not specified.",
1470+
"The response has malformed JSON.",
1471+
"The response did not contain the wrapped/unwrapped key.",
1472+
"SMIME sign only: The sign response did not contain the signature.",
1473+
"SMIME only: The sign response does not include the algorithm name.",
1474+
"SMIME only: the algorithm name in the response is not supported by the client.",
1475+
"Fetch request on the client has failed."
1476+
],
1477+
"type": "string"
1478+
},
1479+
"httpResponseCode": {
1480+
"description": "HTTP response status code from the key service.",
1481+
"format": "int64",
1482+
"type": "string"
1483+
},
1484+
"keyServiceUrl": {
1485+
"description": "Url of the external key service.",
1486+
"type": "string"
1487+
}
1488+
},
1489+
"type": "object"
1490+
},
13811491
"ListAlertFeedbackResponse": {
13821492
"description": "Response message for an alert feedback listing request.",
13831493
"id": "ListAlertFeedbackResponse",

alertcenter/v1beta1/alertcenter-gen.go

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

androidmanagement/v1/androidmanagement-api.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20260312",
1268+
"revision": "20260316",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -5993,7 +5993,7 @@
59935993
"type": "string"
59945994
},
59955995
"screenCaptureDisabled": {
5996-
"description": "If true, screen capture is disabled for all users.",
5996+
"description": "If true, screen capture is disabled for all users. This also blocks Circle to Search (https://support.google.com/android/answer/14508957).",
59975997
"type": "boolean"
59985998
}
59995999
},
@@ -6567,7 +6567,7 @@
65676567
"type": "boolean"
65686568
},
65696569
"screenCaptureDisabled": {
6570-
"description": "Whether screen capture is disabled.",
6570+
"description": "Whether screen capture is disabled. This also blocks Circle to Search (https://support.google.com/android/answer/14508957).",
65716571
"type": "boolean"
65726572
},
65736573
"setUserIconDisabled": {

androidmanagement/v1/androidmanagement-gen.go

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