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: 341478628

Source-Author: Google APIs <noreply@google.com>
Source-Date: Mon Nov 9 13:52:56 2020 -0800
Source-Repo: googleapis/googleapis
Source-Sha: 6c0f55f33f882cf97fd3135e93b144ad9c94ebab
Source-Link: googleapis/googleapis@6c0f55f
  • Loading branch information
yoshi-automation authored and jskeet committed Nov 10, 2020
1 parent 558158e commit d3c8166
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1570,13 +1570,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 at
/// 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.v1beta1.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.v1beta1.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.V1Beta1/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "a9dafb196ae8cf27ba8795efcc1944292ad92264"
"sha": "6c0f55f33f882cf97fd3135e93b144ad9c94ebab"
}
}
]
Expand Down

0 comments on commit d3c8166

Please sign in to comment.