Skip to content

Commit d11f54e

Browse files
feat(all): auto-regenerate discovery clients (#3521)
1 parent 7ed0454 commit d11f54e

10 files changed

Lines changed: 204 additions & 40 deletions

bigquery/v2/bigquery-api.json

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2390,7 +2390,7 @@
23902390
}
23912391
}
23922392
},
2393-
"revision": "20260118",
2393+
"revision": "20260211",
23942394
"rootUrl": "https://bigquery.googleapis.com/",
23952395
"schemas": {
23962396
"AggregateClassificationMetrics": {
@@ -3608,7 +3608,7 @@
36083608
"type": "object"
36093609
},
36103610
"DataPolicyOption": {
3611-
"description": "Data policy option. For more information, see [Mask data by applying data policies to a column](https://cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column/).",
3611+
"description": "Data policy option. For more information, see [Mask data by applying data policies to a column](https://docs.cloud.google.com/bigquery/docs/column-data-masking#data-policies-on-column).",
36123612
"id": "DataPolicyOption",
36133613
"properties": {
36143614
"name": {
@@ -5205,6 +5205,29 @@
52055205
"readOnly": true,
52065206
"type": "string"
52075207
},
5208+
"disabledReasonDetails": {
5209+
"description": "Output only. Additional human-readable clarification, if available, for DisabledReason.",
5210+
"readOnly": true,
5211+
"type": "string"
5212+
},
5213+
"firstIncrementalRowTime": {
5214+
"description": "Output only. The time at which the first incremental result was written. If the query needed to restart internally, this only describes the final attempt.",
5215+
"format": "google-datetime",
5216+
"readOnly": true,
5217+
"type": "string"
5218+
},
5219+
"incrementalRowCount": {
5220+
"description": "Output only. Number of rows that were in the latest result set before query completion.",
5221+
"format": "int64",
5222+
"readOnly": true,
5223+
"type": "string"
5224+
},
5225+
"lastIncrementalRowTime": {
5226+
"description": "Output only. The time at which the last incremental result was written. Does not include the final result written after query completion.",
5227+
"format": "google-datetime",
5228+
"readOnly": true,
5229+
"type": "string"
5230+
},
52085231
"resultSetLastModifyTime": {
52095232
"description": "Output only. The time at which the result table's contents were modified. May be absent if no results have been written or the query has completed.",
52105233
"format": "google-datetime",

bigquery/v2/bigquery-gen.go

Lines changed: 15 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

networkservices/v1/networkservices-api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3191,7 +3191,7 @@
31913191
}
31923192
}
31933193
},
3194-
"revision": "20260204",
3194+
"revision": "20260218",
31953195
"rootUrl": "https://networkservices.googleapis.com/",
31963196
"schemas": {
31973197
"AuditConfig": {
@@ -3279,7 +3279,7 @@
32793279
"type": "object"
32803280
},
32813281
"loadBalancingScheme": {
3282-
"description": "Required. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).",
3282+
"description": "Optional. All backend services and forwarding rules referenced by this extension must share the same load balancing scheme. Supported values: `INTERNAL_MANAGED`, `EXTERNAL_MANAGED`. Can be omitted for AuthzExtensions that do not reference a backend service. For more information, refer to [Backend services overview](https://cloud.google.com/load-balancing/docs/backend-service).",
32833283
"enum": [
32843284
"LOAD_BALANCING_SCHEME_UNSPECIFIED",
32853285
"INTERNAL_MANAGED",

networkservices/v1/networkservices-gen.go

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

securitycenter/v1/securitycenter-api.json

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5944,7 +5944,7 @@
59445944
}
59455945
}
59465946
},
5947-
"revision": "20260219",
5947+
"revision": "20260223",
59485948
"rootUrl": "https://securitycenter.googleapis.com/",
59495949
"schemas": {
59505950
"Access": {
@@ -7559,20 +7559,34 @@
75597559
"EVENT_TYPE_UNSPECIFIED",
75607560
"EVENT_TYPE_MAX_TTL_EXCEEDED",
75617561
"EVENT_TYPE_MAX_TTL_FROM_CREATION",
7562-
"EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION"
7562+
"EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION",
7563+
"EVENT_TYPE_MIN_TTL_FROM_CREATION"
7564+
],
7565+
"enumDeprecated": [
7566+
false,
7567+
true,
7568+
false,
7569+
false,
7570+
false
75637571
],
75647572
"enumDescriptions": [
75657573
"Unspecified event type.",
7566-
"The maximum retention time has been exceeded.",
7574+
"Deprecated: This field is pending removal. Use EVENT_TYPE_MAX_TTL_FROM_CREATION or EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION instead.",
75677575
"Max TTL from the asset's creation time.",
7568-
"Max TTL from the asset's last modification time."
7576+
"Max TTL from the asset's last modification time.",
7577+
"Min TTL from the asset's creation time."
75697578
],
75707579
"type": "string"
75717580
},
75727581
"maxRetentionAllowed": {
75737582
"description": "Maximum duration of retention allowed from the DRD control. This comes from the DRD control where users set a max TTL for their data. For example, suppose that a user sets the max TTL for a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the max_retention_allowed is 90 days.",
75747583
"format": "google-duration",
75757584
"type": "string"
7585+
},
7586+
"minRetentionAllowed": {
7587+
"description": "Min duration of retention allowed from the DSPM retention control. This field is only populated when event type is set to EVENT_TYPE_MIN_TTL_FROM_CREATION.",
7588+
"format": "google-duration",
7589+
"type": "string"
75767590
}
75777591
},
75787592
"type": "object"
@@ -10961,20 +10975,34 @@
1096110975
"EVENT_TYPE_UNSPECIFIED",
1096210976
"EVENT_TYPE_MAX_TTL_EXCEEDED",
1096310977
"EVENT_TYPE_MAX_TTL_FROM_CREATION",
10964-
"EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION"
10978+
"EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION",
10979+
"EVENT_TYPE_MIN_TTL_FROM_CREATION"
10980+
],
10981+
"enumDeprecated": [
10982+
false,
10983+
true,
10984+
false,
10985+
false,
10986+
false
1096510987
],
1096610988
"enumDescriptions": [
1096710989
"Unspecified event type.",
10968-
"The maximum retention time has been exceeded.",
10990+
"Deprecated: This field is pending removal. Use EVENT_TYPE_MAX_TTL_FROM_CREATION or EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION instead.",
1096910991
"Max TTL from the asset's creation time.",
10970-
"Max TTL from the asset's last modification time."
10992+
"Max TTL from the asset's last modification time.",
10993+
"Min TTL from the asset's creation time."
1097110994
],
1097210995
"type": "string"
1097310996
},
1097410997
"maxRetentionAllowed": {
1097510998
"description": "Maximum duration of retention allowed from the DRD control. This comes from the DRD control where users set a max TTL for their data. For example, suppose that a user sets the max TTL for a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the max_retention_allowed is 90 days.",
1097610999
"format": "google-duration",
1097711000
"type": "string"
11001+
},
11002+
"minRetentionAllowed": {
11003+
"description": "Min duration of retention allowed from the DSPM retention control. This field is only populated when event type is set to EVENT_TYPE_MIN_TTL_FROM_CREATION.",
11004+
"format": "google-duration",
11005+
"type": "string"
1097811006
}
1097911007
},
1098011008
"type": "object"

securitycenter/v1/securitycenter-gen.go

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

securitycenter/v1beta1/securitycenter-api.json

Lines changed: 35 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@
919919
}
920920
}
921921
},
922-
"revision": "20260219",
922+
"revision": "20260223",
923923
"rootUrl": "https://securitycenter.googleapis.com/",
924924
"schemas": {
925925
"Access": {
@@ -2294,20 +2294,34 @@
22942294
"EVENT_TYPE_UNSPECIFIED",
22952295
"EVENT_TYPE_MAX_TTL_EXCEEDED",
22962296
"EVENT_TYPE_MAX_TTL_FROM_CREATION",
2297-
"EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION"
2297+
"EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION",
2298+
"EVENT_TYPE_MIN_TTL_FROM_CREATION"
2299+
],
2300+
"enumDeprecated": [
2301+
false,
2302+
true,
2303+
false,
2304+
false,
2305+
false
22982306
],
22992307
"enumDescriptions": [
23002308
"Unspecified event type.",
2301-
"The maximum retention time has been exceeded.",
2309+
"Deprecated: This field is pending removal. Use EVENT_TYPE_MAX_TTL_FROM_CREATION or EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION instead.",
23022310
"Max TTL from the asset's creation time.",
2303-
"Max TTL from the asset's last modification time."
2311+
"Max TTL from the asset's last modification time.",
2312+
"Min TTL from the asset's creation time."
23042313
],
23052314
"type": "string"
23062315
},
23072316
"maxRetentionAllowed": {
23082317
"description": "Maximum duration of retention allowed from the DRD control. This comes from the DRD control where users set a max TTL for their data. For example, suppose that a user sets the max TTL for a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the max_retention_allowed is 90 days.",
23092318
"format": "google-duration",
23102319
"type": "string"
2320+
},
2321+
"minRetentionAllowed": {
2322+
"description": "Min duration of retention allowed from the DSPM retention control. This field is only populated when event type is set to EVENT_TYPE_MIN_TTL_FROM_CREATION.",
2323+
"format": "google-duration",
2324+
"type": "string"
23112325
}
23122326
},
23132327
"type": "object"
@@ -5631,20 +5645,34 @@
56315645
"EVENT_TYPE_UNSPECIFIED",
56325646
"EVENT_TYPE_MAX_TTL_EXCEEDED",
56335647
"EVENT_TYPE_MAX_TTL_FROM_CREATION",
5634-
"EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION"
5648+
"EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION",
5649+
"EVENT_TYPE_MIN_TTL_FROM_CREATION"
5650+
],
5651+
"enumDeprecated": [
5652+
false,
5653+
true,
5654+
false,
5655+
false,
5656+
false
56355657
],
56365658
"enumDescriptions": [
56375659
"Unspecified event type.",
5638-
"The maximum retention time has been exceeded.",
5660+
"Deprecated: This field is pending removal. Use EVENT_TYPE_MAX_TTL_FROM_CREATION or EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION instead.",
56395661
"Max TTL from the asset's creation time.",
5640-
"Max TTL from the asset's last modification time."
5662+
"Max TTL from the asset's last modification time.",
5663+
"Min TTL from the asset's creation time."
56415664
],
56425665
"type": "string"
56435666
},
56445667
"maxRetentionAllowed": {
56455668
"description": "Maximum duration of retention allowed from the DRD control. This comes from the DRD control where users set a max TTL for their data. For example, suppose that a user sets the max TTL for a Cloud Storage bucket to 90 days. However, an object in that bucket is 100 days old. In this case, a DataRetentionDeletionEvent will be generated for that Cloud Storage bucket, and the max_retention_allowed is 90 days.",
56465669
"format": "google-duration",
56475670
"type": "string"
5671+
},
5672+
"minRetentionAllowed": {
5673+
"description": "Min duration of retention allowed from the DSPM retention control. This field is only populated when event type is set to EVENT_TYPE_MIN_TTL_FROM_CREATION.",
5674+
"format": "google-duration",
5675+
"type": "string"
56485676
}
56495677
},
56505678
"type": "object"

0 commit comments

Comments
 (0)