Skip to content

Commit b1aa9de

Browse files
feat(all): auto-regenerate discovery clients (#3603)
1 parent f0071d3 commit b1aa9de

56 files changed

Lines changed: 4699 additions & 372 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

androidmanagement/v1/androidmanagement-api.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1265,7 +1265,7 @@
12651265
}
12661266
}
12671267
},
1268-
"revision": "20260507",
1268+
"revision": "20260521",
12691269
"rootUrl": "https://androidmanagement.googleapis.com/",
12701270
"schemas": {
12711271
"AdbShellCommandEvent": {
@@ -2370,12 +2370,21 @@
23702370
"type": "string"
23712371
},
23722372
"signingKeyCertFingerprints": {
2373-
"description": "The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.",
2373+
"deprecated": true,
2374+
"description": "Deprecated. Use signingKeyCerts instead. The SHA-1 hash of each android.content.pm.Signature (https://developer.android.com/reference/android/content/pm/Signature.html) associated with the app package. Each byte of each hash value is represented as a two-digit hexadecimal number.",
23742375
"items": {
23752376
"type": "string"
23762377
},
23772378
"type": "array"
23782379
},
2380+
"signingKeyCerts": {
2381+
"description": "Output only. Signing key certificates of the app.",
2382+
"items": {
2383+
"$ref": "ApplicationSigningKeyCert"
2384+
},
2385+
"readOnly": true,
2386+
"type": "array"
2387+
},
23792388
"state": {
23802389
"description": "Application state.",
23812390
"enum": [

androidmanagement/v1/androidmanagement-gen.go

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

backupdr/v1/backupdr-api.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2661,7 +2661,7 @@
26612661
}
26622662
}
26632663
},
2664-
"revision": "20260510",
2664+
"revision": "20260517",
26652665
"rootUrl": "https://backupdr.googleapis.com/",
26662666
"schemas": {
26672667
"AbandonBackupRequest": {
@@ -4531,6 +4531,10 @@
45314531
"description": "Required. Target project for the Compute Engine instance.",
45324532
"type": "string"
45334533
},
4534+
"useProjectServiceAccount": {
4535+
"description": "Optional. Whether to use the project service account for the Compute Engine instance.",
4536+
"type": "boolean"
4537+
},
45344538
"zone": {
45354539
"description": "Required. The zone of the Compute Engine instance.",
45364540
"type": "string"
@@ -5140,6 +5144,10 @@
51405144
"description": "Required. Target project for the disk.",
51415145
"type": "string"
51425146
},
5147+
"useProjectServiceAccount": {
5148+
"description": "Optional. Whether to use the project service account for the disk.",
5149+
"type": "boolean"
5150+
},
51435151
"zone": {
51445152
"description": "Required. Target zone for the disk.",
51455153
"type": "string"
@@ -6579,6 +6587,10 @@
65796587
"type": "string"
65806588
},
65816589
"type": "array"
6590+
},
6591+
"useProjectServiceAccount": {
6592+
"description": "Optional. Whether to use the project service account for the disk.",
6593+
"type": "boolean"
65826594
}
65836595
},
65846596
"type": "object"

backupdr/v1/backupdr-gen.go

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

bigquery/v2/bigquery-api.json

Lines changed: 102 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2390,7 +2390,7 @@
23902390
}
23912391
}
23922392
},
2393-
"revision": "20260314",
2393+
"revision": "20260429",
23942394
"rootUrl": "https://bigquery.googleapis.com/",
23952395
"schemas": {
23962396
"AggregateClassificationMetrics": {
@@ -3607,6 +3607,20 @@
36073607
},
36083608
"type": "object"
36093609
},
3610+
"DataPolicyList": {
3611+
"description": "A list of data policy options. 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).",
3612+
"id": "DataPolicyList",
3613+
"properties": {
3614+
"dataPolicies": {
3615+
"description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
3616+
"items": {
3617+
"$ref": "DataPolicyOption"
3618+
},
3619+
"type": "array"
3620+
}
3621+
},
3622+
"type": "object"
3623+
},
36103624
"DataPolicyOption": {
36113625
"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).",
36123626
"id": "DataPolicyOption",
@@ -4764,6 +4778,11 @@
47644778
"description": "Optional. Amount of memory provisioned for a Python UDF container instance. Format: {number}{unit} where unit is one of \"M\", \"G\", \"Mi\" and \"Gi\" (e.g. 1G, 512Mi). If not specified, the default value is 512Mi. For more information, see [Configure container limits for Python UDFs](https://cloud.google.com/bigquery/docs/user-defined-functions-python#configure-container-limits)",
47654779
"type": "string"
47664780
},
4781+
"containerRequestConcurrency": {
4782+
"description": "Optional. Maximum number of requests that a Cloud Run instance can handle concurrently. If absent or if `0`, a default concurrency is used.",
4783+
"format": "int64",
4784+
"type": "string"
4785+
},
47674786
"maxBatchingRows": {
47684787
"description": "Optional. Maximum number of rows in each batch sent to the external runtime. If absent or if 0, BigQuery dynamically decides the number of rows in a batch.",
47694788
"format": "int64",
@@ -4883,6 +4902,18 @@
48834902
},
48844903
"type": "object"
48854904
},
4905+
"GenAiFunctionCacheStats": {
4906+
"description": "Provides cache statistics for a GenAi function call.",
4907+
"id": "GenAiFunctionCacheStats",
4908+
"properties": {
4909+
"numCacheHitRows": {
4910+
"description": "Number of rows served from cache.",
4911+
"format": "int64",
4912+
"type": "string"
4913+
}
4914+
},
4915+
"type": "object"
4916+
},
48864917
"GenAiFunctionCostOptimizationStats": {
48874918
"description": "Provides cost optimization statistics for a GenAi function call.",
48884919
"id": "GenAiFunctionCostOptimizationStats",
@@ -4922,6 +4953,10 @@
49224953
"description": "Provides statistics for each Ai function call within a query.",
49234954
"id": "GenAiFunctionStats",
49244955
"properties": {
4956+
"cacheStats": {
4957+
"$ref": "GenAiFunctionCacheStats",
4958+
"description": "Cache stats for the function."
4959+
},
49254960
"costOptimizationStats": {
49264961
"$ref": "GenAiFunctionCostOptimizationStats",
49274962
"description": "Cost optimization stats if applied on the rows processed by the function."
@@ -7318,6 +7353,25 @@
73187353
},
73197354
"type": "object"
73207355
},
7356+
"MetadataCacheStalenessInsight": {
7357+
"description": "Column Metadata Index staleness detailed infnormation.",
7358+
"id": "MetadataCacheStalenessInsight",
7359+
"properties": {
7360+
"avgPreviousStalenessMs": {
7361+
"description": "Output only. Average column metadata index staleness of previous runs with the same query hash.",
7362+
"format": "google-duration",
7363+
"readOnly": true,
7364+
"type": "string"
7365+
},
7366+
"stalenessPercentageIncrease": {
7367+
"description": "Output only. The percent increase in staleness between the current job and the average staleness of previous jobs with the same query hash.",
7368+
"format": "double",
7369+
"readOnly": true,
7370+
"type": "number"
7371+
}
7372+
},
7373+
"type": "object"
7374+
},
73217375
"MetadataCacheStatistics": {
73227376
"description": "Statistics for metadata caching in queried tables.",
73237377
"id": "MetadataCacheStatistics",
@@ -7795,6 +7849,14 @@
77957849
},
77967850
"readOnly": true,
77977851
"type": "array"
7852+
},
7853+
"tableChangeInsights": {
7854+
"description": "Output only. Performance insights for table-level attributes that changed compared to previous runs.",
7855+
"items": {
7856+
"$ref": "TableChangeInsight"
7857+
},
7858+
"readOnly": true,
7859+
"type": "array"
77987860
}
77997861
},
78007862
"type": "object"
@@ -9872,6 +9934,28 @@
98729934
},
98739935
"type": "object"
98749936
},
9937+
"TableChangeInsight": {
9938+
"description": "Table-level performance insights compared to previous runs. These insights don't apply to specific query stages, rather they apply to the whole table.",
9939+
"id": "TableChangeInsight",
9940+
"properties": {
9941+
"metadataCacheNotUsedButUsedPreviously": {
9942+
"description": "Output only. True if the table's column metadata index was not used in the current job, but was used in a previous job with the same query hash.",
9943+
"readOnly": true,
9944+
"type": "boolean"
9945+
},
9946+
"metadataCacheStalenessInsight": {
9947+
"$ref": "MetadataCacheStalenessInsight",
9948+
"description": "Output only. If present, indicates that the table's metadata column index staleness has increased significantly compared to previous jobs with the same query hash.",
9949+
"readOnly": true
9950+
},
9951+
"tableReference": {
9952+
"$ref": "TableReference",
9953+
"description": "Output only. The table that was queried.",
9954+
"readOnly": true
9955+
}
9956+
},
9957+
"type": "object"
9958+
},
98759959
"TableConstraints": {
98769960
"description": "The TableConstraints defines the primary key and foreign key.",
98779961
"id": "TableConstraints",
@@ -10069,13 +10153,30 @@
1006910153
"description": "Optional. Field collation can be set only when the type of field is STRING. The following values are supported: * 'und:ci': undetermined locale, case insensitive. * '': empty string. Default to case-sensitive behavior.",
1007010154
"type": "string"
1007110155
},
10156+
"dataGovernanceTagsInfo": {
10157+
"description": "Optional. Specifies the data governance tags on this field. This field works with other column-level security fields as follows: - Precedence: If a data governance tag is attached to a column, it takes precedence over the policy tag attached to the column. However, if a data policy is attached to a column, it takes precedence over the data governance tag. - Patching behavior (how this field behaves during a `Table.patch` schema update): - Unset: If the `data_governance_tags_info` field is omitted from the update request, the existing tags on the column are preserved. - Empty Field: To clear data governance tags from a column, send the `data_governance_tags_info` field as an empty object. This will remove all tags from the column. - Updating tags: To replace existing tag, send the field with the new tag.",
10158+
"properties": {
10159+
"dataGovernanceTags": {
10160+
"additionalProperties": {
10161+
"type": "string"
10162+
},
10163+
"description": "Optional. The data governance tags added to this field are used for field-level access control. Only one data governance tag is currently supported on a field. Tag keys are globally unique. Tag key is expected to be in the namespaced format, for example \"123456789012/pii\" where 123456789012 is the ID of the parent organization or project resource for this tag key. Tag value is expected to be the short name, for example \"sensitive\". See [Tag definitions](https://cloud.google.com/iam/docs/tags-access-control#definitions) for more details. For example: \"123456789012/pii\": \"sensitive\", \"myProject/cost_center\": \"sales\"",
10164+
"type": "object"
10165+
}
10166+
},
10167+
"type": "object"
10168+
},
1007210169
"dataPolicies": {
1007310170
"description": "Optional. Data policies attached to this field, used for field-level access control.",
1007410171
"items": {
1007510172
"$ref": "DataPolicyOption"
1007610173
},
1007710174
"type": "array"
1007810175
},
10176+
"dataPolicyList": {
10177+
"$ref": "DataPolicyList",
10178+
"description": "Optional. Specifies data policies attached to this field, used for field-level access control. When set, this will be the source of truth for data policy information."
10179+
},
1007910180
"defaultValueExpression": {
1008010181
"description": "Optional. A SQL expression to specify the [default value] (https://cloud.google.com/bigquery/docs/default-values) for this field.",
1008110182
"type": "string"

0 commit comments

Comments
 (0)