Skip to content
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 01b1ebc

Browse files
docs: mark ReservationResourceUsage field as deprecated (#146)
* docs: mark ReservationResourceUsage field as deprecated PiperOrigin-RevId: 521058593 Source-Link: googleapis/googleapis@4c3b682 Source-Link: https://github.com/googleapis/googleapis-gen/commit/9d3275bce3ee4c6b2f6a4529d3cff7e7cdff1ce5 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiOWQzMjc1YmNlM2VlNGM2YjJmNmE0NTI5ZDNjZmY3ZTdjZGZmMWNlNSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent f7259a3 commit 01b1ebc

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

google/cloud/bigquery_logging_v1/types/audit_data.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,11 @@ class JobStatistics(proto.Message):
12861286
The total number of slot-ms consumed by the
12871287
query job.
12881288
reservation_usage (MutableSequence[google.cloud.bigquery_logging_v1.types.JobStatistics.ReservationResourceUsage]):
1289-
Reservation usage.
1289+
Reservation usage. This field reported
1290+
misleading information and will no longer be
1291+
populated. Aggregate usage of all jobs submitted
1292+
to a reservation should provide a more reliable
1293+
indicator of reservation imbalance.
12901294
referenced_tables (MutableSequence[google.cloud.bigquery_logging_v1.types.TableName]):
12911295
The first N tables accessed by the query job. Older queries
12921296
that reference a large number of tables may not have all of

0 commit comments

Comments
 (0)