google-apis-billingbudgets_v1beta1 0.12.0 → 0.13.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: ec9730d3c55ddc8e5c225927c16522217d7f4d2b78224adfdaf9a4c35f789cd0
|
4
|
+
data.tar.gz: 2d06e0b7d1cc01974559a4d134f838113c415c9082b05c2086057af3ec852724
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bf10195c38d2f246858439b5cedecd11cb2171013281ee9764d60c6cc3e5c3657f2d005bdb59095a47b60d47c4754a96bd4f4dd53789409e65289307794c283d
|
7
|
+
data.tar.gz: 3777bf5769249d11dcd97d1ce2867f633d317970d2dbb56fe652dbfcf03107dafff8acfe610e8f1d8f919e694fbd8c078f801d10e676b9bb12471e0219132a09
|
data/CHANGELOG.md
CHANGED
@@ -203,26 +203,14 @@ module Google
|
|
203
203
|
class GoogleCloudBillingBudgetsV1beta1CustomPeriod
|
204
204
|
include Google::Apis::Core::Hashable
|
205
205
|
|
206
|
-
#
|
207
|
-
#
|
208
|
-
#
|
209
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
210
|
-
# and day value, with a zero year, such as an anniversary * A year on its own,
|
211
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
212
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
213
|
-
# google.protobuf.Timestamp`.
|
206
|
+
# Optional. The end date of the time period. Budgets with elapsed end date won't
|
207
|
+
# be processed. If unset, specifies to track all usage incurred since the
|
208
|
+
# start_date.
|
214
209
|
# Corresponds to the JSON property `endDate`
|
215
210
|
# @return [Google::Apis::BillingbudgetsV1beta1::GoogleTypeDate]
|
216
211
|
attr_accessor :end_date
|
217
212
|
|
218
|
-
#
|
219
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
220
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
221
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
222
|
-
# and day value, with a zero year, such as an anniversary * A year on its own,
|
223
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
224
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
225
|
-
# google.protobuf.Timestamp`.
|
213
|
+
# Required. The start date must be after January 1, 2017.
|
226
214
|
# Corresponds to the JSON property `startDate`
|
227
215
|
# @return [Google::Apis::BillingbudgetsV1beta1::GoogleTypeDate]
|
228
216
|
attr_accessor :start_date
|
@@ -457,14 +445,7 @@ module Google
|
|
457
445
|
end
|
458
446
|
end
|
459
447
|
|
460
|
-
#
|
461
|
-
# day and time zone are either specified elsewhere or are insignificant. The
|
462
|
-
# date is relative to the Gregorian Calendar. This can represent one of the
|
463
|
-
# following: * A full date, with non-zero year, month, and day values * A month
|
464
|
-
# and day value, with a zero year, such as an anniversary * A year on its own,
|
465
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
466
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
467
|
-
# google.protobuf.Timestamp`.
|
448
|
+
#
|
468
449
|
class GoogleTypeDate
|
469
450
|
include Google::Apis::Core::Hashable
|
470
451
|
|
@@ -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.13.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.4.
|
22
|
+
GENERATOR_VERSION = "0.4.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220129"
|
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.13.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: 2022-
|
11
|
+
date: 2022-02-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-billingbudgets_v1beta1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1beta1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1beta1/v0.13.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-billingbudgets_v1beta1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.5
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Simple REST client for Cloud Billing Budget API V1beta1
|