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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d54e38557f4e167af039ed5c3f7ff983f7fe203fe8480052ed738e6e0706c1f8
|
4
|
+
data.tar.gz: 31eae2a7a31f915089c52373d1721499d8e9308d32f69503564541ed4d5a8640
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0e7e9802735b01222709c793fa0ac1525bb3559a20b76110cd601bd0f8733a87c8739c28490ad2bd6c1c550ae911aa912c0193324d4be3d0c8ce1657ca78f39d
|
7
|
+
data.tar.gz: 03abf5169702698837e3c435b5fd8d51789e5874917823c8cc9ee4ca7791aeeaecfbccf9d35c743b728cb45675acbff62876001e521e47eb0faea26981788ffc
|
data/CHANGELOG.md
CHANGED
@@ -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
|
153
|
-
# amount is automatically 100% of last period's
|
154
|
-
# other options yet. Future configuration
|
155
|
-
# configuring a percentage of last period's
|
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.
|
243
|
-
# that CalendarPeriod.QUARTER is set. The budget will track usage from
|
244
|
-
# to June 30, when current calendar month is April, May, June. After
|
245
|
-
# will track usage from July 1 to September 30 when current
|
246
|
-
# July, August, September,
|
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.
|
254
|
-
#
|
255
|
-
#
|
256
|
-
#
|
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
|
324
|
-
# amount is automatically 100% of last period's
|
325
|
-
# other options yet. Future configuration
|
326
|
-
# configuring a percentage of last period's
|
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.
|
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 = "
|
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.
|
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-
|
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.
|
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.
|
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
|