Skip to content

Commit 52bd769

Browse files
feat(all): auto-regenerate discovery clients (#3472)
1 parent 5c164fc commit 52bd769

36 files changed

+3527
-172
lines changed

bigquerydatapolicy/v1/bigquerydatapolicy-api.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 \u003e 4 characters: Replace text with XXXXX, append last four characters of original text. * If text length \u003c= 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 \u003e 4 characters: Replace text with XXXXX, prepend first four characters of original text. * If text length \u003c= 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, [email protected] becomes [email protected]. * 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
},

bigquerydatapolicy/v1/bigquerydatapolicy-gen.go

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

cloudbuild/v2/cloudbuild-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
]
373373
},
374374
"list": {
375-
"description": "Lists information about the supported locations for this service.",
375+
"description": "Lists information about the supported locations for this service. This method can be called in two ways: * **List all public locations:** Use the path `GET /v1/locations`. * **List project-visible locations:** Use the path `GET /v1/projects/{project_id}/locations`. This may include public locations as well as private or other locations specifically visible to the project.",
376376
"flatPath": "v2/projects/{projectsId}/locations",
377377
"httpMethod": "GET",
378378
"id": "cloudbuild.projects.locations.list",
@@ -1097,7 +1097,7 @@
10971097
}
10981098
}
10991099
},
1100-
"revision": "20260106",
1100+
"revision": "20260126",
11011101
"rootUrl": "https://cloudbuild.googleapis.com/",
11021102
"schemas": {
11031103
"AuditConfig": {

cloudbuild/v2/cloudbuild-gen.go

Lines changed: 5 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)