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: f3951a4681f1f318f38b516aea7096b1816228a2161ca02c96ac1d9bd7727c55
4
- data.tar.gz: 651b5e2d21e94d325b304ccbdb6aa7abef83e6aa6163daa0b82f2757ec78cfd5
3
+ metadata.gz: a5ab4751e099d92c04972cda880c8f45be1a43c98f8b189a12e1f412350c1a3f
4
+ data.tar.gz: 306ce1be2938710df19a5ea2be2ac76e1d0d5ab57dbd92a2cdb68b144276d335
5
5
  SHA512:
6
- metadata.gz: 9f638168abacf4f18ab6870f6b761a1e105d6463e6223c7f9ab3a7bbe1f78ded684e75cc0958466095ca6b9c6cbe92085ba355eac2704a8b3abb71d772bb18e8
7
- data.tar.gz: 23d151e76cedd81bc842caaa1ba0a1dd7515bdca4a18c1d245d10d8c32bc9bf6ddb3c71349a3d071316a210c08c76d3816092ccf7590a0559e2e4aeb6084bfea
6
+ metadata.gz: cff17203092a1339a0890bd45939d7586b2e287204ca726516b46bd6b92c03ded6cdd641f1ba08092788c586478d368b8b2d17d97e60ab8062b61f0557ce9ccb
7
+ data.tar.gz: f73e6736932ade9cd0e10f964ee0106087d5a3a70a5923d633124ca63ceb2cc284ef150c0d9ab1755724cde36d97e1b6d70d675832bd605e375fe8f4055b366e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-billingbudgets_v1beta1
2
2
 
3
+ ### v0.2.0 (2021-01-13)
4
+
5
+ * Regenerated from discovery document revision 20210109
6
+
3
7
  ### v0.1.0 (2021-01-07)
4
8
 
5
9
  * Regenerated using generator version 0.1.1
@@ -59,10 +59,10 @@ module Google
59
59
  # @return [String]
60
60
  attr_accessor :pubsub_topic
61
61
 
62
- # Optional. The schema version of the notification sent to `pubsub_topic`. Only "
63
- # 1.0" is accepted. It represents the JSON schema as defined in https://cloud.
64
- # google.com/billing/docs/how-to/budgets-programmatic-notifications#
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.1.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 = "20201107"
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.1.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-01-08 00:00:00.000000000 Z
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.1.0
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.1.4
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