Skip to content

Commit ce15bd6

Browse files
feat: regenerate index files
1 parent 6e5605a commit ce15bd6

File tree

2 files changed

+15
-5
lines changed

2 files changed

+15
-5
lines changed

discovery/apigee-v1.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11914,7 +11914,7 @@
1191411914
}
1191511915
}
1191611916
},
11917-
"revision": "20251216",
11917+
"revision": "20260106",
1191811918
"rootUrl": "https://apigee.googleapis.com/",
1191911919
"schemas": {
1192011920
"EdgeConfigstoreBundleBadBundle": {
@@ -17813,11 +17813,21 @@
1781317813
"type": "string"
1781417814
},
1781517815
"caCertificate": {
17816-
"description": "Output only. Base64-encoded public certificate for the root CA of the Apigee organization. Valid only when [RuntimeType](#RuntimeType) is `CLOUD`.",
17816+
"deprecated": true,
17817+
"description": "Output only. Deprecated: Use `ca_certificates` instead. Base64-encoded public certificate for the root CA of the Apigee organization. Valid only when [RuntimeType](#RuntimeType) is `CLOUD`.",
1781717818
"format": "byte",
1781817819
"readOnly": true,
1781917820
"type": "string"
1782017821
},
17822+
"caCertificates": {
17823+
"description": "Output only. Base64-encoded public certificates for the root CA of the Apigee organization. Valid only when [RuntimeType](#RuntimeType) is `CLOUD`. Multiple certificates are used to support certificate rotation.",
17824+
"items": {
17825+
"format": "byte",
17826+
"type": "string"
17827+
},
17828+
"readOnly": true,
17829+
"type": "array"
17830+
},
1782117831
"controlPlaneEncryptionKeyName": {
1782217832
"description": "Optional. Cloud KMS key name used for encrypting control plane data that is stored in a multi region. Only used for the data residency region \"US\" or \"EU\". If not specified or [BillingType](#BillingType) is `EVALUATION`, a Google-Managed encryption key will be used. Format: `projects/*/locations/*/keyRings/*/cryptoKeys/*`",
1782317833
"type": "string"

discovery/cloudasset-v1.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1095,7 +1095,7 @@
10951095
}
10961096
}
10971097
},
1098-
"revision": "20251207",
1098+
"revision": "20260102",
10991099
"rootUrl": "https://cloudasset.googleapis.com/",
11001100
"schemas": {
11011101
"AccessSelector": {
@@ -2052,8 +2052,8 @@
20522052
],
20532053
"enumDescriptions": [
20542054
"This is only used for distinguishing unset values and should never be used.",
2055-
"Indicate that all values are allowed for list constraints. Indicate that enforcement is off for boolean constraints.",
2056-
"Indicate that all values are denied for list constraints. Indicate that enforcement is on for boolean constraints."
2055+
"Indicates that all values are allowed for list constraints. Indicates that enforcement is off for boolean constraints.",
2056+
"Indicates that all values are denied for list constraints. Indicates that enforcement is on for boolean constraints."
20572057
],
20582058
"type": "string"
20592059
},

0 commit comments

Comments
 (0)