google-cloud-billing-budgets-v1beta1 0.3.0 → 0.3.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8d1ed759c5ae37db215edcb8672879884968cfadc3588bfe71fcf6b169a4670c
4
- data.tar.gz: 261e46145fccb5a5260b5398f01a177bcd506f43686b389a47a8ee2f3cdae12b
3
+ metadata.gz: 3c4b4daa663c2e3e859215300d95be183dcb5ee1bac5fb56f2e972ea0894009b
4
+ data.tar.gz: cbec3598a5280ad3cf72351f8875b23b19dd24f1e606f21e3b26e0f8d2bb8299
5
5
  SHA512:
6
- metadata.gz: def7f24eae3c42ebbc7ac14bcbe5d724cf916cbd1542c8bc072b2b8bbdf367e89801861a474b10f3be41a6115bdc4e1b39ebff952ea0854e3aee343632ffadb7
7
- data.tar.gz: '08d215ce17f27effff190b2020dffc7c4f9129eb7e1bf5f708205b4906d9435efaaa4fb70e07d2eb86d436736df253d672cf8ba9fc3b5061b36178b0b720f18e'
6
+ metadata.gz: 99adce2a86f787509b3cf63e27c2ac281b24b7fe1008217aff19f6fb47248afdc35724c65fa766244edc2dd1a2577b512f391a65f5ad302c4af42636fb39af21
7
+ data.tar.gz: 3fa31d6f4b49b975510508353c03502d8853df47e6ef5aab9780a079ca5eb602347142dd83b2fd1eab1410d3d393708f41aa70e9a2b29d59f627d81110ab82d2
@@ -22,7 +22,7 @@ module Google
22
22
  module Billing
23
23
  module Budgets
24
24
  module V1beta1
25
- VERSION = "0.3.0"
25
+ VERSION = "0.3.1"
26
26
  end
27
27
  end
28
28
  end
@@ -171,13 +171,17 @@ module Google
171
171
  # Only zero or one project can be specified currently.
172
172
  # @!attribute [rw] credit_types
173
173
  # @return [::Array<::String>]
174
- # Optional. A list of credit types to be subtracted from gross cost to
175
- # determine the spend for threshold calculations if and only if
176
- # credit_types_treatment is INCLUDE_SPECIFIED_CREDITS. If
177
- # credit_types_treatment is not INCLUDE_SPECIFIED_CREDITS, this field must be
178
- # empty. See credits.type at
179
- # https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#data-schema
180
- # for a list of acceptable credit type values in this field.
174
+ # Optional. If
175
+ # {::Google::Cloud::Billing::Budgets::V1beta1::Filter#credit_types_treatment Filter.credit_types_treatment}
176
+ # is INCLUDE_SPECIFIED_CREDITS, this is a list of credit types to be
177
+ # subtracted from gross cost to determine the spend for threshold
178
+ # calculations.
179
+ #
180
+ # If
181
+ # {::Google::Cloud::Billing::Budgets::V1beta1::Filter#credit_types_treatment Filter.credit_types_treatment}
182
+ # is **not** INCLUDE_SPECIFIED_CREDITS, this field must be empty. See [a list
183
+ # of acceptable credit type
184
+ # values](https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#credits-type).
181
185
  # @!attribute [rw] credit_types_treatment
182
186
  # @return [::Google::Cloud::Billing::Budgets::V1beta1::Filter::CreditTypesTreatment]
183
187
  # Optional. If not set, default behavior is `INCLUDE_ALL_CREDITS`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-billing-budgets-v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.0
4
+ version: 0.3.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-11-02 00:00:00.000000000 Z
11
+ date: 2020-11-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common