Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 11 additions & 2 deletions androidmanagement/v1/androidmanagement-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -1265,7 +1265,7 @@
}
}
},
"revision": "20260507",
"revision": "20260521",
"rootUrl": "https://androidmanagement.googleapis.com/",
"schemas": {
"AdbShellCommandEvent": {
Expand Down Expand Up @@ -2370,12 +2370,21 @@
"type": "string"
},
"signingKeyCertFingerprints": {
"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.",
"deprecated": true,
"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.",
"items": {
"type": "string"
},
"type": "array"
},
"signingKeyCerts": {
"description": "Output only. Signing key certificates of the app.",
"items": {
"$ref": "ApplicationSigningKeyCert"
},
"readOnly": true,
"type": "array"
},
"state": {
"description": "Application state.",
"enum": [
Expand Down
6 changes: 4 additions & 2 deletions androidmanagement/v1/androidmanagement-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion backupdr/v1/backupdr-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2661,7 +2661,7 @@
}
}
},
"revision": "20260510",
"revision": "20260517",
"rootUrl": "https://backupdr.googleapis.com/",
"schemas": {
"AbandonBackupRequest": {
Expand Down Expand Up @@ -4531,6 +4531,10 @@
"description": "Required. Target project for the Compute Engine instance.",
"type": "string"
},
"useProjectServiceAccount": {
"description": "Optional. Whether to use the project service account for the Compute Engine instance.",
"type": "boolean"
},
"zone": {
"description": "Required. The zone of the Compute Engine instance.",
"type": "string"
Expand Down Expand Up @@ -5140,6 +5144,10 @@
"description": "Required. Target project for the disk.",
"type": "string"
},
"useProjectServiceAccount": {
"description": "Optional. Whether to use the project service account for the disk.",
"type": "boolean"
},
"zone": {
"description": "Required. Target zone for the disk.",
"type": "string"
Expand Down Expand Up @@ -6579,6 +6587,10 @@
"type": "string"
},
"type": "array"
},
"useProjectServiceAccount": {
"description": "Optional. Whether to use the project service account for the disk.",
"type": "boolean"
}
},
"type": "object"
Expand Down
9 changes: 9 additions & 0 deletions backupdr/v1/backupdr-gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

103 changes: 102 additions & 1 deletion bigquery/v2/bigquery-api.json
Original file line number Diff line number Diff line change
Expand Up @@ -2390,7 +2390,7 @@
}
}
},
"revision": "20260314",
"revision": "20260429",
"rootUrl": "https://bigquery.googleapis.com/",
"schemas": {
"AggregateClassificationMetrics": {
Expand Down Expand Up @@ -3607,6 +3607,20 @@
},
"type": "object"
},
"DataPolicyList": {
"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).",
"id": "DataPolicyList",
"properties": {
"dataPolicies": {
"description": "Contains a list of data policy options. At most 9 data policies are allowed per field.",
"items": {
"$ref": "DataPolicyOption"
},
"type": "array"
}
},
"type": "object"
},
"DataPolicyOption": {
"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).",
"id": "DataPolicyOption",
Expand Down Expand Up @@ -4764,6 +4778,11 @@
"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)",
"type": "string"
},
"containerRequestConcurrency": {
"description": "Optional. Maximum number of requests that a Cloud Run instance can handle concurrently. If absent or if `0`, a default concurrency is used.",
"format": "int64",
"type": "string"
},
"maxBatchingRows": {
"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.",
"format": "int64",
Expand Down Expand Up @@ -4883,6 +4902,18 @@
},
"type": "object"
},
"GenAiFunctionCacheStats": {
"description": "Provides cache statistics for a GenAi function call.",
"id": "GenAiFunctionCacheStats",
"properties": {
"numCacheHitRows": {
"description": "Number of rows served from cache.",
"format": "int64",
"type": "string"
}
},
"type": "object"
},
"GenAiFunctionCostOptimizationStats": {
"description": "Provides cost optimization statistics for a GenAi function call.",
"id": "GenAiFunctionCostOptimizationStats",
Expand Down Expand Up @@ -4922,6 +4953,10 @@
"description": "Provides statistics for each Ai function call within a query.",
"id": "GenAiFunctionStats",
"properties": {
"cacheStats": {
"$ref": "GenAiFunctionCacheStats",
"description": "Cache stats for the function."
},
"costOptimizationStats": {
"$ref": "GenAiFunctionCostOptimizationStats",
"description": "Cost optimization stats if applied on the rows processed by the function."
Expand Down Expand Up @@ -7318,6 +7353,25 @@
},
"type": "object"
},
"MetadataCacheStalenessInsight": {
"description": "Column Metadata Index staleness detailed infnormation.",
"id": "MetadataCacheStalenessInsight",
"properties": {
"avgPreviousStalenessMs": {
"description": "Output only. Average column metadata index staleness of previous runs with the same query hash.",
"format": "google-duration",
"readOnly": true,
"type": "string"
},
"stalenessPercentageIncrease": {
"description": "Output only. The percent increase in staleness between the current job and the average staleness of previous jobs with the same query hash.",
"format": "double",
"readOnly": true,
"type": "number"
}
},
"type": "object"
},
"MetadataCacheStatistics": {
"description": "Statistics for metadata caching in queried tables.",
"id": "MetadataCacheStatistics",
Expand Down Expand Up @@ -7795,6 +7849,14 @@
},
"readOnly": true,
"type": "array"
},
"tableChangeInsights": {
"description": "Output only. Performance insights for table-level attributes that changed compared to previous runs.",
"items": {
"$ref": "TableChangeInsight"
},
"readOnly": true,
"type": "array"
}
},
"type": "object"
Expand Down Expand Up @@ -9872,6 +9934,28 @@
},
"type": "object"
},
"TableChangeInsight": {
"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.",
"id": "TableChangeInsight",
"properties": {
"metadataCacheNotUsedButUsedPreviously": {
"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.",
"readOnly": true,
"type": "boolean"
},
"metadataCacheStalenessInsight": {
"$ref": "MetadataCacheStalenessInsight",
"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.",
"readOnly": true
},
"tableReference": {
"$ref": "TableReference",
"description": "Output only. The table that was queried.",
"readOnly": true
}
},
"type": "object"
},
"TableConstraints": {
"description": "The TableConstraints defines the primary key and foreign key.",
"id": "TableConstraints",
Expand Down Expand Up @@ -10069,13 +10153,30 @@
"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.",
"type": "string"
},
"dataGovernanceTagsInfo": {
"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.",
"properties": {
"dataGovernanceTags": {
"additionalProperties": {
"type": "string"
},
"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\"",
"type": "object"
}
},
"type": "object"
},
"dataPolicies": {
"description": "Optional. Data policies attached to this field, used for field-level access control.",
"items": {
"$ref": "DataPolicyOption"
},
"type": "array"
},
"dataPolicyList": {
"$ref": "DataPolicyList",
"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."
},
"defaultValueExpression": {
"description": "Optional. A SQL expression to specify the [default value] (https://cloud.google.com/bigquery/docs/default-values) for this field.",
"type": "string"
Expand Down
Loading
Loading