google-apis-billingbudgets_v1 0.5.0 → 0.6.0

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: c61c60f3995cdc53531b2f23027defca8e8339ec803230bfb4f1e3f5a970c920
4
- data.tar.gz: 84c64d8613306768c13c06c3d7da2bb1cba05d6fd70e87d12c77d66523e71f60
3
+ metadata.gz: 23f751876e6c2ad722e3f81c8fe20c469fac60fb49cd1aa454d003b90fe702b3
4
+ data.tar.gz: f73b882891ca19abb7bdffbdeef41cea676a0d4c9845b0b1913a8e4adadc5105
5
5
  SHA512:
6
- metadata.gz: f5832ac13a0a87d6b0817526753298c44d04287641f94cee1b45e5b636df4f052a76cbbc4c227043113956626e1e6665c1909246029ddd3363c1fa1e8ff281cd
7
- data.tar.gz: a3b47c822ee7aa6bb9740f9d7d5dcd5f82977ff109a59322763b96a77168941122f53adf83ed1a376ab5f6772f470afff0146e727cfc0ef5ceeea0fa9da6e8df
6
+ metadata.gz: f47fb058d2485617e156e6df575b6d393f77d05fef454e8a27badd9ddbb144e5f172a763595af961f5c98a62983b523aa5d106ee180baab46d67605763cfe49c
7
+ data.tar.gz: 18c62c9ed42be51737572baf02a27eb6a013de6298bbb8ea895dff589dcf3b8b923d13ffed8c0b06cd76118f10698f4ea61956578f27d9dd2618c7c628425a18
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-billingbudgets_v1
2
2
 
3
+ ### v0.6.0 (2021-04-16)
4
+
5
+ * Regenerated from discovery document revision 20210412
6
+
3
7
  ### v0.5.0 (2021-03-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20210319
@@ -91,10 +91,12 @@ module Google
91
91
  class GoogleCloudBillingBudgetsV1BudgetAmount
92
92
  include Google::Apis::Core::Hashable
93
93
 
94
- # Describes a budget amount targeted to last period's spend. At this time, the
95
- # amount is automatically 100% of last period's spend; that is, there are no
96
- # other options yet. Future configuration will be described here (for example,
97
- # configuring a percentage of last period's spend).
94
+ # Describes a budget amount targeted to the last Filter.calendar_period spend.
95
+ # At this time, the amount is automatically 100% of the last calendar period's
96
+ # spend; that is, there are no other options yet. Future configuration options
97
+ # will be described here (for example, configuring a percentage of last period's
98
+ # spend). LastPeriodAmount cannot be set for a budget configured with a Filter.
99
+ # custom_period.
98
100
  # Corresponds to the JSON property `lastPeriodAmount`
99
101
  # @return [Google::Apis::BillingbudgetsV1::GoogleCloudBillingBudgetsV1LastPeriodAmount]
100
102
  attr_accessor :last_period_amount
@@ -158,21 +160,21 @@ module Google
158
160
  class GoogleCloudBillingBudgetsV1Filter
159
161
  include Google::Apis::Core::Hashable
160
162
 
161
- # Optional. Specifies to track usage for recurring calendar period. E.g. Assume
162
- # that CalendarPeriod.QUARTER is set. The budget will track usage from April 1
163
- # to June 30, when current calendar month is April, May, June. After that, it
164
- # will track usage from July 1 to September 30 when current calendar month is
165
- # July, August, September, and so on.
163
+ # Optional. Specifies to track usage for recurring calendar period. For example,
164
+ # assume that CalendarPeriod.QUARTER is set. The budget will track usage from
165
+ # April 1 to June 30, when the current calendar month is April, May, June. After
166
+ # that, it will track usage from July 1 to September 30 when the current
167
+ # calendar month is July, August, September, so on.
166
168
  # Corresponds to the JSON property `calendarPeriod`
167
169
  # @return [String]
168
170
  attr_accessor :calendar_period
169
171
 
170
172
  # Optional. If Filter.credit_types_treatment is INCLUDE_SPECIFIED_CREDITS, this
171
173
  # is a list of credit types to be subtracted from gross cost to determine the
172
- # spend for threshold calculations. If Filter.credit_types_treatment is **not**
173
- # INCLUDE_SPECIFIED_CREDITS, this field must be empty. See [a list of acceptable
174
- # credit type values](https://cloud.google.com/billing/docs/how-to/export-data-
175
- # bigquery-tables#credits-type).
174
+ # spend for threshold calculations. See [a list of acceptable credit type values]
175
+ # (https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#
176
+ # credits-type). If Filter.credit_types_treatment is **not**
177
+ # INCLUDE_SPECIFIED_CREDITS, this field must be empty.
176
178
  # Corresponds to the JSON property `creditTypes`
177
179
  # @return [Array<String>]
178
180
  attr_accessor :credit_types
@@ -239,10 +241,12 @@ module Google
239
241
  end
240
242
  end
241
243
 
242
- # Describes a budget amount targeted to last period's spend. At this time, the
243
- # amount is automatically 100% of last period's spend; that is, there are no
244
- # other options yet. Future configuration will be described here (for example,
245
- # configuring a percentage of last period's spend).
244
+ # Describes a budget amount targeted to the last Filter.calendar_period spend.
245
+ # At this time, the amount is automatically 100% of the last calendar period's
246
+ # spend; that is, there are no other options yet. Future configuration options
247
+ # will be described here (for example, configuring a percentage of last period's
248
+ # spend). LastPeriodAmount cannot be set for a budget configured with a Filter.
249
+ # custom_period.
246
250
  class GoogleCloudBillingBudgetsV1LastPeriodAmount
247
251
  include Google::Apis::Core::Hashable
248
252
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BillingbudgetsV1
18
18
  # Version of the google-apis-billingbudgets_v1 gem
19
- GEM_VERSION = "0.5.0"
19
+ GEM_VERSION = "0.6.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.2.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210319"
25
+ REVISION = "20210412"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-billingbudgets_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-29 00:00:00.000000000 Z
11
+ date: 2021-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -52,7 +52,7 @@ licenses:
52
52
  metadata:
53
53
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
54
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-billingbudgets_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-billingbudgets_v1
57
57
  post_install_message:
58
58
  rdoc_options: []
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.2.13
72
+ rubygems_version: 3.2.17
73
73
  signing_key:
74
74
  specification_version: 4
75
75
  summary: Simple REST client for Cloud Billing Budget API V1