Skip to content

Commit 5f3bc93

Browse files
feat: regenerate index files
1 parent 615de09 commit 5f3bc93

14 files changed

+432
-70
lines changed

disclaimers.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -635,6 +635,10 @@
635635
"api": "apihub",
636636
"package": "@google-cloud/apihub"
637637
},
638+
{
639+
"api": "cloudapiregistry",
640+
"package": "@google-cloud/apiregistry"
641+
},
638642
{
639643
"api": "apigeeregistry",
640644
"package": "@google-cloud/apigee-registry"
@@ -731,6 +735,10 @@
731735
"api": "connectgateway",
732736
"package": "@google-cloud/gke-connect-gateway"
733737
},
738+
{
739+
"api": "gkerecommender",
740+
"package": "@google-cloud/gkerecommender"
741+
},
734742
{
735743
"api": "admanager",
736744
"package": "@google-ads/admanager"

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/baremetalsolution-v2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
],
144144
"parameters": {
145145
"extraLocationTypes": {
146-
"description": "Optional. Unless explicitly documented otherwise, don't use this unsupported field which is primarily intended for internal usage.",
146+
"description": "Optional. Do not use this field. It is unsupported and is ignored unless explicitly documented otherwise. This is primarily for internal usage.",
147147
"location": "query",
148148
"repeated": true,
149149
"type": "string"
@@ -1728,7 +1728,7 @@
17281728
}
17291729
}
17301730
},
1731-
"revision": "20251008",
1731+
"revision": "20260112",
17321732
"rootUrl": "https://baremetalsolution.googleapis.com/",
17331733
"schemas": {
17341734
"AllowedClient": {

discovery/bigquerydatapolicy-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@
405405
}
406406
}
407407
},
408-
"revision": "20250317",
408+
"revision": "20260114",
409409
"rootUrl": "https://bigquerydatapolicy.googleapis.com/",
410410
"schemas": {
411411
"AuditConfig": {
@@ -492,7 +492,8 @@
492492
"LAST_FOUR_CHARACTERS",
493493
"FIRST_FOUR_CHARACTERS",
494494
"EMAIL_MASK",
495-
"DATE_YEAR_MASK"
495+
"DATE_YEAR_MASK",
496+
"RANDOM_HASH"
496497
],
497498
"enumDescriptions": [
498499
"Default, unspecified predefined expression. No masking will take place since no expression is specified.",
@@ -502,7 +503,8 @@
502503
"Masking expression shows the last four characters of text. The masking behavior is as follows: * If text length > 4 characters: Replace text with XXXXX, append last four characters of original text. * If text length <= 4 characters: Apply SHA-256 hash.",
503504
"Masking expression shows the first four characters of text. The masking behavior is as follows: * If text length > 4 characters: Replace text with XXXXX, prepend first four characters of original text. * If text length <= 4 characters: Apply SHA-256 hash.",
504505
"Masking expression for email addresses. The masking behavior is as follows: * Syntax-valid email address: Replace username with XXXXX. For example, cloudysanfrancisco@gmail.com becomes XXXXX@gmail.com. * Syntax-invalid email address: Apply SHA-256 hash. For more information, see Email mask.",
505-
"Masking expression to only show the *year* of `Date`, `DateTime` and `TimeStamp`. For example, with the year 2076: * DATE : 2076-01-01 * DATETIME : 2076-01-01T00:00:00 * TIMESTAMP : 2076-01-01 00:00:00 UTC Truncation occurs according to the UTC time zone. To change this, adjust the default time zone using the `time_zone` system variable. For more information, see the System variables reference."
506+
"Masking expression to only show the *year* of `Date`, `DateTime` and `TimeStamp`. For example, with the year 2076: * DATE : 2076-01-01 * DATETIME : 2076-01-01T00:00:00 * TIMESTAMP : 2076-01-01 00:00:00 UTC Truncation occurs according to the UTC time zone. To change this, adjust the default time zone using the `time_zone` system variable. For more information, see the System variables reference.",
507+
"A masking expression that uses hashing to mask column data. It differs from SHA-256 in that a unique random value is generated for each query and is added to the hash input, resulting in a different masked result for each query. Creating and updating a data policy with a `RANDOM_HASH` masking expression is only supported for the Data Policy v2 API."
506508
],
507509
"type": "string"
508510
},

discovery/bigquerydatatransfer-v1.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,11 @@
4747
"endpointUrl": "https://bigquerydatatransfer.europe-west3.rep.googleapis.com/",
4848
"location": "europe-west3"
4949
},
50+
{
51+
"description": "Regional Endpoint",
52+
"endpointUrl": "https://bigquerydatatransfer.europe-west4.rep.googleapis.com/",
53+
"location": "europe-west4"
54+
},
5055
{
5156
"description": "Regional Endpoint",
5257
"endpointUrl": "https://bigquerydatatransfer.europe-west6.rep.googleapis.com/",
@@ -67,6 +72,16 @@
6772
"endpointUrl": "https://bigquerydatatransfer.me-central2.rep.googleapis.com/",
6873
"location": "me-central2"
6974
},
75+
{
76+
"description": "Regional Endpoint",
77+
"endpointUrl": "https://bigquerydatatransfer.northamerica-northeast1.rep.googleapis.com/",
78+
"location": "northamerica-northeast1"
79+
},
80+
{
81+
"description": "Regional Endpoint",
82+
"endpointUrl": "https://bigquerydatatransfer.northamerica-northeast2.rep.googleapis.com/",
83+
"location": "northamerica-northeast2"
84+
},
7085
{
7186
"description": "Regional Endpoint",
7287
"endpointUrl": "https://bigquerydatatransfer.us-central1.rep.googleapis.com/",
@@ -1488,7 +1503,7 @@
14881503
}
14891504
}
14901505
},
1491-
"revision": "20251105",
1506+
"revision": "20260112",
14921507
"rootUrl": "https://bigquerydatatransfer.googleapis.com/",
14931508
"schemas": {
14941509
"CheckValidCredsRequest": {

discovery/chromemanagement-v1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1786,7 +1786,7 @@
17861786
}
17871787
}
17881788
},
1789-
"revision": "20251211",
1789+
"revision": "20260123",
17901790
"rootUrl": "https://chromemanagement.googleapis.com/",
17911791
"schemas": {
17921792
"GoogleChromeManagementV1AndroidAppInfo": {
@@ -4255,13 +4255,15 @@
42554255
"RISK_ASSESSMENT_PROVIDER_UNSPECIFIED",
42564256
"RISK_ASSESSMENT_PROVIDER_CRXCAVATOR",
42574257
"RISK_ASSESSMENT_PROVIDER_SPIN_AI",
4258-
"RISK_ASSESSMENT_PROVIDER_LAYERX"
4258+
"RISK_ASSESSMENT_PROVIDER_LAYERX",
4259+
"RISK_ASSESSMENT_PROVIDER_SPIN_AI_V2"
42594260
],
42604261
"enumDescriptions": [
42614262
"Default value when no provider is specified.",
42624263
"CRXcavator.",
42634264
"Spin.Ai.",
4264-
"LayerX Security."
4265+
"LayerX Security.",
4266+
"Spin.AI V2."
42654267
],
42664268
"readOnly": true,
42674269
"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)