google-apis-billingbudgets_v1beta1 0.25.0 → 0.26.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: 671a9837e3812552efecf74771bf8ace4b18bbb94e8ea71104a73708f6fd5ba7
|
4
|
+
data.tar.gz: 95c435fac9d022861ace864e9475a2beb50fe16deebfa4cb468bcba176b9d03b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2d943f8feced66a7defb3b9ba0fe594a33d58eeb3e26920c18acac4c68db7371a4523f19d3cb966773b42f58614742fe567da57873281a8049c7c55e1fd36667
|
7
|
+
data.tar.gz: b428b00da97fd037a969263f0c85fdbbc2d6832c4fd970f59f6ff43054338ad773ec4b33808e87f405c0f54f362da1da9042126e59d9e866620c72e5b5c652be
|
data/CHANGELOG.md
CHANGED
@@ -134,6 +134,11 @@ module Google
|
|
134
134
|
# @return [String]
|
135
135
|
attr_accessor :name
|
136
136
|
|
137
|
+
#
|
138
|
+
# Corresponds to the JSON property `ownershipScope`
|
139
|
+
# @return [String]
|
140
|
+
attr_accessor :ownership_scope
|
141
|
+
|
137
142
|
# Optional. Rules that trigger alerts (notifications of thresholds being crossed)
|
138
143
|
# when spend exceeds the specified percentages of the budget. Optional for `
|
139
144
|
# pubsubTopic` notifications. Required if using email notifications.
|
@@ -153,6 +158,7 @@ module Google
|
|
153
158
|
@display_name = args[:display_name] if args.key?(:display_name)
|
154
159
|
@etag = args[:etag] if args.key?(:etag)
|
155
160
|
@name = args[:name] if args.key?(:name)
|
161
|
+
@ownership_scope = args[:ownership_scope] if args.key?(:ownership_scope)
|
156
162
|
@threshold_rules = args[:threshold_rules] if args.key?(:threshold_rules)
|
157
163
|
end
|
158
164
|
end
|
@@ -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.26.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20231029"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -123,6 +123,7 @@ module Google
|
|
123
123
|
property :display_name, as: 'displayName'
|
124
124
|
property :etag, as: 'etag'
|
125
125
|
property :name, as: 'name'
|
126
|
+
property :ownership_scope, as: 'ownershipScope'
|
126
127
|
collection :threshold_rules, as: 'thresholdRules', class: Google::Apis::BillingbudgetsV1beta1::GoogleCloudBillingBudgetsV1beta1ThresholdRule, decorator: Google::Apis::BillingbudgetsV1beta1::GoogleCloudBillingBudgetsV1beta1ThresholdRule::Representation
|
127
128
|
|
128
129
|
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.26.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: 2023-
|
11
|
+
date: 2023-11-05 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.26.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: []
|