diff --git a/googleapiclient/discovery_cache/documents/chromepolicy.v1.json b/googleapiclient/discovery_cache/documents/chromepolicy.v1.json index 8551148a2b8..ab66b3a506f 100644 --- a/googleapiclient/discovery_cache/documents/chromepolicy.v1.json +++ b/googleapiclient/discovery_cache/documents/chromepolicy.v1.json @@ -557,7 +557,7 @@ } } }, - "revision": "20221016", + "revision": "20221021", "rootUrl": "https://chromepolicy.googleapis.com/", "schemas": { "ChromeCrosDpanelAutosettingsProtoPolicyApiLifecycle": { @@ -663,6 +663,23 @@ }, "type": "object" }, + "GoogleChromePolicyVersionsV1CertificateReference": { + "description": "Error information for removing of a specific certificate on a specific target. A reference to a certificate.", + "id": "GoogleChromePolicyVersionsV1CertificateReference", + "properties": { + "network": { + "description": "Output only. The name of the referencing network.", + "readOnly": true, + "type": "string" + }, + "orgUnitId": { + "description": "Output only. The obfuscated id of the org unit the referencing network is in.", + "readOnly": true, + "type": "string" + } + }, + "type": "object" + }, "GoogleChromePolicyVersionsV1DefineCertificateRequest": { "description": "Request object for creating a certificate.", "id": "GoogleChromePolicyVersionsV1DefineCertificateRequest", @@ -1197,6 +1214,21 @@ }, "type": "object" }, + "GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails": { + "description": "Details of the errors encountered during a remove certificate request. This message will be returned as part of the details of a google.rpc.Status returned to the user when there is an error in their request.", + "id": "GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails", + "properties": { + "certificateReferences": { + "description": "Output only. If the certificate was not removed, a list of references to the certificate that prevented it from being removed. Only unreferenced certificates can be removed.", + "items": { + "$ref": "GoogleChromePolicyVersionsV1CertificateReference" + }, + "readOnly": true, + "type": "array" + } + }, + "type": "object" + }, "GoogleChromePolicyVersionsV1RemoveCertificateRequest": { "description": "Request object for removing a certificate.", "id": "GoogleChromePolicyVersionsV1RemoveCertificateRequest",