Skip to content

Commit

Permalink
docs: mark ReservationResourceUsage field as deprecated
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 521058593

Source-Link: googleapis/googleapis@4c3b682

Source-Link: googleapis/googleapis-gen@9d3275b
Copy-Tag: eyJwIjoiYXBpcy9Hb29nbGUuQ2xvdWQuQXVkaXQvLk93bEJvdC55YW1sIiwiaCI6IjlkMzI3NWJjZTNlZTRjNmIyZjZhNDUyOWQzY2ZmN2U3Y2RmZjFjZTUifQ==
  • Loading branch information
gcf-owl-bot[bot] authored and jskeet committed Apr 1, 2023
1 parent 48f33ea commit f1929cb
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -12532,6 +12532,9 @@ public sealed partial class JobStats : pb::IMessage<JobStats>
private readonly pbc::RepeatedField<global::Google.Cloud.Audit.BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage> reservationUsage_ = new pbc::RepeatedField<global::Google.Cloud.Audit.BigQueryAuditMetadata.Types.JobStats.Types.ReservationResourceUsage>();
/// <summary>
/// Reservation usage attributed from each tier of a reservation hierarchy.
/// This field reported misleading information and will no longer be
/// populated. Aggregate usage of all jobs submitted to a reservation
/// should provide a more reliable indicator of reservation imbalance.
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
Expand Down

0 comments on commit f1929cb

Please sign in to comment.