google-apis-billingbudgets_v1beta1 0.1.0 → 0.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a5ab4751e099d92c04972cda880c8f45be1a43c98f8b189a12e1f412350c1a3f
|
|
4
|
+
data.tar.gz: 306ce1be2938710df19a5ea2be2ac76e1d0d5ab57dbd92a2cdb68b144276d335
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cff17203092a1339a0890bd45939d7586b2e287204ca726516b46bd6b92c03ded6cdd641f1ba08092788c586478d368b8b2d17d97e60ab8062b61f0557ce9ccb
|
|
7
|
+
data.tar.gz: f73e6736932ade9cd0e10f964ee0106087d5a3a70a5923d633124ca63ceb2cc284ef150c0d9ab1755724cde36d97e1b6d70d675832bd605e375fe8f4055b366e
|
data/CHANGELOG.md
CHANGED
|
@@ -59,10 +59,10 @@ module Google
|
|
|
59
59
|
# @return [String]
|
|
60
60
|
attr_accessor :pubsub_topic
|
|
61
61
|
|
|
62
|
-
# Optional.
|
|
63
|
-
#
|
|
64
|
-
# google.com/
|
|
65
|
-
# notification_format
|
|
62
|
+
# Optional. Required when AllUpdatesRule.pubsub_topic is set. The schema version
|
|
63
|
+
# of the notification sent to AllUpdatesRule.pubsub_topic. Only "1.0" is
|
|
64
|
+
# accepted. It represents the JSON schema as defined in https://cloud.google.com/
|
|
65
|
+
# billing/docs/how-to/budgets-programmatic-notifications#notification_format.
|
|
66
66
|
# Corresponds to the JSON property `schemaVersion`
|
|
67
67
|
# @return [String]
|
|
68
68
|
attr_accessor :schema_version
|
|
@@ -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.2.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.1.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20210109"
|
|
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.2.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-02-08 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.2.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.
|
|
72
|
+
rubygems_version: 3.2.6
|
|
73
73
|
signing_key:
|
|
74
74
|
specification_version: 4
|
|
75
75
|
summary: Simple REST client for Cloud Billing Budget API V1beta1
|