google-apis-billingbudgets_v1beta1 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: 52850018a9c1c77e2b0e1fafebed70ac53614b6c8df0e4fd68938d5702536e98
4
- data.tar.gz: f42527d36cd7075c0ece50842b3b929e60af8a1b0adc45841c7447579bf71191
3
+ metadata.gz: d54e38557f4e167af039ed5c3f7ff983f7fe203fe8480052ed738e6e0706c1f8
4
+ data.tar.gz: 31eae2a7a31f915089c52373d1721499d8e9308d32f69503564541ed4d5a8640
5
5
  SHA512:
6
- metadata.gz: 4007a42d3c9fe5e098f127434a8b03dd1858a47dddd5b6df7ae1fcf7e42ad57cb34b735080175929cfa68785745647b8578e4ce566626e5bd7599f5b8c156c3f
7
- data.tar.gz: 3cc4b1bd256cc238b7c37def034dbac7a0076939342a013d12be0edff5f3c0a457c18dc5a3589b902bfad0392528d954534a780a5875a0c9377326fb50a0268e
6
+ metadata.gz: 0e7e9802735b01222709c793fa0ac1525bb3559a20b76110cd601bd0f8733a87c8739c28490ad2bd6c1c550ae911aa912c0193324d4be3d0c8ce1657ca78f39d
7
+ data.tar.gz: 03abf5169702698837e3c435b5fd8d51789e5874917823c8cc9ee4ca7791aeeaecfbccf9d35c743b728cb45675acbff62876001e521e47eb0faea26981788ffc
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-billingbudgets_v1beta1
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
@@ -149,10 +149,12 @@ module Google
149
149
  class GoogleCloudBillingBudgetsV1beta1BudgetAmount
150
150
  include Google::Apis::Core::Hashable
151
151
 
152
- # Describes a budget amount targeted to last period's spend. At this time, the
153
- # amount is automatically 100% of last period's spend; that is, there are no
154
- # other options yet. Future configuration will be described here (for example,
155
- # configuring a percentage of last period's spend).
152
+ # Describes a budget amount targeted to the last Filter.calendar_period spend.
153
+ # At this time, the amount is automatically 100% of the last calendar period's
154
+ # spend; that is, there are no other options yet. Future configuration options
155
+ # will be described here (for example, configuring a percentage of last period's
156
+ # spend). LastPeriodAmount cannot be set for a budget configured with a Filter.
157
+ # custom_period.
156
158
  # Corresponds to the JSON property `lastPeriodAmount`
157
159
  # @return [Google::Apis::BillingbudgetsV1beta1::GoogleCloudBillingBudgetsV1beta1LastPeriodAmount]
158
160
  attr_accessor :last_period_amount
@@ -239,21 +241,21 @@ module Google
239
241
  class GoogleCloudBillingBudgetsV1beta1Filter
240
242
  include Google::Apis::Core::Hashable
241
243
 
242
- # Optional. Specifies to track usage for recurring calendar period. E.g. Assume
243
- # that CalendarPeriod.QUARTER is set. The budget will track usage from April 1
244
- # to June 30, when current calendar month is April, May, June. After that, it
245
- # will track usage from July 1 to September 30 when current calendar month is
246
- # July, August, September, and so on.
244
+ # Optional. Specifies to track usage for recurring calendar period. For example,
245
+ # assume that CalendarPeriod.QUARTER is set. The budget will track usage from
246
+ # April 1 to June 30, when the current calendar month is April, May, June. After
247
+ # that, it will track usage from July 1 to September 30 when the current
248
+ # calendar month is July, August, September, so on.
247
249
  # Corresponds to the JSON property `calendarPeriod`
248
250
  # @return [String]
249
251
  attr_accessor :calendar_period
250
252
 
251
253
  # Optional. If Filter.credit_types_treatment is INCLUDE_SPECIFIED_CREDITS, this
252
254
  # is a list of credit types to be subtracted from gross cost to determine the
253
- # spend for threshold calculations. If Filter.credit_types_treatment is **not**
254
- # INCLUDE_SPECIFIED_CREDITS, this field must be empty. See [a list of acceptable
255
- # credit type values](https://cloud.google.com/billing/docs/how-to/export-data-
256
- # bigquery-tables#credits-type).
255
+ # spend for threshold calculations. See [a list of acceptable credit type values]
256
+ # (https://cloud.google.com/billing/docs/how-to/export-data-bigquery-tables#
257
+ # credits-type). If Filter.credit_types_treatment is **not**
258
+ # INCLUDE_SPECIFIED_CREDITS, this field must be empty.
257
259
  # Corresponds to the JSON property `creditTypes`
258
260
  # @return [Array<String>]
259
261
  attr_accessor :credit_types
@@ -320,10 +322,12 @@ module Google
320
322
  end
321
323
  end
322
324
 
323
- # Describes a budget amount targeted to last period's spend. At this time, the
324
- # amount is automatically 100% of last period's spend; that is, there are no
325
- # other options yet. Future configuration will be described here (for example,
326
- # configuring a percentage of last period's spend).
325
+ # Describes a budget amount targeted to the last Filter.calendar_period spend.
326
+ # At this time, the amount is automatically 100% of the last calendar period's
327
+ # spend; that is, there are no other options yet. Future configuration options
328
+ # will be described here (for example, configuring a percentage of last period's
329
+ # spend). LastPeriodAmount cannot be set for a budget configured with a Filter.
330
+ # custom_period.
327
331
  class GoogleCloudBillingBudgetsV1beta1LastPeriodAmount
328
332
  include Google::Apis::Core::Hashable
329
333
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BillingbudgetsV1beta1
18
18
  # Version of the google-apis-billingbudgets_v1beta1 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_v1beta1
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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1beta1/v0.5.0
55
+ documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1beta1/v0.6.0
56
56
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-billingbudgets_v1beta1
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 V1beta1