Skip to content

Commit

Permalink
docs: Reworded comments for the new credit types filter
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 340738401

Source-Author: Google APIs <noreply@google.com>
Source-Date: Wed Nov 4 15:25:35 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 1f22d1e9654a2588aa32f3802156d965d8d1f10f
Source-Link: googleapis/googleapis@1f22d1e
  • Loading branch information
yoshi-automation authored and jskeet committed Nov 5, 2020
1 parent b85cd73 commit 5dc5761
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
Expand Up @@ -1569,13 +1569,17 @@ public sealed partial class Filter : pb::IMessage<Filter>
= pb::FieldCodec.ForString(58);
private readonly pbc::RepeatedField<string> creditTypes_ = new pbc::RepeatedField<string>();
/// <summary>
/// Optional. A list of credit types to be subtracted from gross cost to
/// determine the spend for threshold calculations if and only if
/// credit_types_treatment is INCLUDE_SPECIFIED_CREDITS. If
/// credit_types_treatment is not INCLUDE_SPECIFIED_CREDITS, this field must be
/// empty. See credits.type on
/// https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#data-schema
/// for a list of acceptable credit type values in this field.
/// Optional. If
/// [Filter.credit_types_treatment][google.cloud.billing.budgets.v1.Filter.credit_types_treatment]
/// is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be
/// subtracted from gross cost to determine the spend for threshold
/// calculations.
///
/// If
/// [Filter.credit_types_treatment][google.cloud.billing.budgets.v1.Filter.credit_types_treatment]
/// is **not** INCLUDE_SPECIFIED_CREDITS, this field must be empty. See [a list
/// of acceptable credit type
/// values](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#credits-type).
/// </summary>
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
public pbc::RepeatedField<string> CreditTypes {
Expand Down
2 changes: 1 addition & 1 deletion apis/Google.Cloud.Billing.Budgets.V1/synth.metadata
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a15a776b0ced4b222b9f3263167bcbb6b4accc08"
"sha": "1f22d1e9654a2588aa32f3802156d965d8d1f10f"
}
}
]
Expand Down

0 comments on commit 5dc5761

Please sign in to comment.