google-apis-billingbudgets_v1 0.7.0 → 0.8.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: a92ba50f50b2b51991447825eef007f178726d665597a25d663c74034a9efc70
4
- data.tar.gz: c80d3dc628b3117f9ef63adc4fa974650230d30ebc3460774bd229f644b0b7b6
3
+ metadata.gz: 27f6a7121ce8801cb1f94dffadeadfcc747c2cc68f1a6eef93928f10afa59c10
4
+ data.tar.gz: 7b55a4a6b1a4a312363b3573202c4f303a597bb48a977d1b222fe6ca9774a2e3
5
5
  SHA512:
6
- metadata.gz: 26374bfe6749025991423044239271c671748e0703bf1d76a9c61eeb495d008ceb7476114b3e6d0066856ba1d8da5b829538aee7850c57ab68cc8ba7981d6b81
7
- data.tar.gz: e52bbfb9c640aa0871d34a653fa5eba5d66929fce549a42dbfdf73fc0f280b08241cda55beb0ee03e8cd38da531eb31cf7d4a5197fc5438a6dcad2c13bec8516
6
+ metadata.gz: 663ee8ed47a86d13f999c4a177cd3c6b64afb8fb58d9588e80087d92e6931c2fee90d6a89a4ce981761102ed74b8171b2e4f383892e72ff14e6d1ddc835dc1f1
7
+ data.tar.gz: d7f013ad0bdf58d6437baaa963dc6a4976e9a6c89e3877e2efa504742543eaac9bbc3a31d49b328444f31c5522f351a130e5b5d39f7c2addda96ee1cac605aab
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-billingbudgets_v1
2
2
 
3
+ ### v0.8.0 (2021-06-24)
4
+
5
+ * Regenerated from discovery document revision 20210621
6
+ * Regenerated using generator version 0.3.0
7
+
3
8
  ### v0.7.0 (2021-05-19)
4
9
 
5
10
  * Unspecified changes
@@ -66,7 +66,8 @@ module Google
66
66
  attr_accessor :notifications_rule
67
67
 
68
68
  # Optional. Rules that trigger alerts (notifications of thresholds being crossed)
69
- # when spend exceeds the specified percentages of the budget.
69
+ # when spend exceeds the specified percentages of the budget. Optional for `
70
+ # pubsubTopic` notifications. Required if using email notifications.
70
71
  # Corresponds to the JSON property `thresholdRules`
71
72
  # @return [Array<Google::Apis::BillingbudgetsV1::GoogleCloudBillingBudgetsV1ThresholdRule>]
72
73
  attr_accessor :threshold_rules
@@ -343,12 +344,19 @@ module Google
343
344
  end
344
345
  end
345
346
 
346
- # ThresholdRule contains a definition of a threshold which triggers an alert (a
347
- # notification of a threshold being crossed) to be sent when spend goes above
348
- # the specified amount. Alerts are automatically e-mailed to users with the
349
- # Billing Account Administrator role or the Billing Account User role. The
350
- # thresholds here have no effect on notifications sent to anything configured
351
- # under `Budget.all_updates_rule`.
347
+ # ThresholdRule contains the definition of a threshold. Threshold rules define
348
+ # the triggering events used to generate a budget notification email. When a
349
+ # threshold is crossed (spend exceeds the specified percentages of the budget),
350
+ # budget alert emails are sent to the email recipients you specify in the [
351
+ # NotificationsRule](#notificationsrule). Threshold rules also affect the fields
352
+ # included in the [JSON data object](https://cloud.google.com/billing/docs/how-
353
+ # to/budgets-programmatic-notifications#notification_format) sent to a Pub/Sub
354
+ # topic. Threshold rules are _required_ if using email notifications. Threshold
355
+ # rules are _optional_ if only setting a [`pubsubTopic` NotificationsRule](#
356
+ # NotificationsRule), unless you want your JSON data object to include data
357
+ # about the thresholds you set. For more information, see [set budget threshold
358
+ # rules and actions](https://cloud.google.com/billing/docs/how-to/budgets#budget-
359
+ # actions).
352
360
  class GoogleCloudBillingBudgetsV1ThresholdRule
353
361
  include Google::Apis::Core::Hashable
354
362
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BillingbudgetsV1
18
18
  # Version of the google-apis-billingbudgets_v1 gem
19
- GEM_VERSION = "0.7.0"
19
+ GEM_VERSION = "0.8.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.2.0"
22
+ GENERATOR_VERSION = "0.3.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210412"
25
+ REVISION = "20210621"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-billingbudgets_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.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-05-24 00:00:00.000000000 Z
11
+ date: 2021-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
15
15
  requirement: !ruby/object:Gem::Requirement
16
16
  requirements:
17
- - - "~>"
17
+ - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.1'
19
+ version: '0.3'
20
+ - - "<"
21
+ - !ruby/object:Gem::Version
22
+ version: 2.a
20
23
  type: :runtime
21
24
  prerelease: false
22
25
  version_requirements: !ruby/object:Gem::Requirement
23
26
  requirements:
24
- - - "~>"
27
+ - - ">="
28
+ - !ruby/object:Gem::Version
29
+ version: '0.3'
30
+ - - "<"
25
31
  - !ruby/object:Gem::Version
26
- version: '0.1'
32
+ version: 2.a
27
33
  description: This is the simple REST client for Cloud Billing Budget API V1. Simple
28
34
  REST clients are Ruby client libraries that provide access to Google services via
29
35
  their HTTP REST API endpoints. These libraries are generated and updated automatically
@@ -52,7 +58,7 @@ licenses:
52
58
  metadata:
53
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
54
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-billingbudgets_v1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1/v0.7.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1/v0.8.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-billingbudgets_v1
57
63
  post_install_message:
58
64
  rdoc_options: []