google-apis-billingbudgets_v1beta1 0.6.0 → 0.10.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: d54e38557f4e167af039ed5c3f7ff983f7fe203fe8480052ed738e6e0706c1f8
4
- data.tar.gz: 31eae2a7a31f915089c52373d1721499d8e9308d32f69503564541ed4d5a8640
3
+ metadata.gz: 72e571f0cc451355cca5480e7d5a881f16a818c6cf58a8e259b2a3a179a0c6db
4
+ data.tar.gz: 8ae8989a3d0c10cc788156b8fe6eb8a18dbb94cd68266405b43b2e2ea22204e2
5
5
  SHA512:
6
- metadata.gz: 0e7e9802735b01222709c793fa0ac1525bb3559a20b76110cd601bd0f8733a87c8739c28490ad2bd6c1c550ae911aa912c0193324d4be3d0c8ce1657ca78f39d
7
- data.tar.gz: 03abf5169702698837e3c435b5fd8d51789e5874917823c8cc9ee4ca7791aeeaecfbccf9d35c743b728cb45675acbff62876001e521e47eb0faea26981788ffc
6
+ metadata.gz: 90583e1be7d5fab81130ac129ec90f65fde4683a0801822332194bed01d0b82713c35048477570cb0c425767b7b8f26f41518109f8c48017fe7109d8d55af02e
7
+ data.tar.gz: dedb9fa008299266c3ac128b2608d8863af87038c9ed216fa5041969aaea52636f6178b228670d1a6001e4cb22b41ffc69fc41904424a255c145891195e2eeb1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-billingbudgets_v1beta1
2
2
 
3
+ ### v0.10.0 (2021-09-01)
4
+
5
+ * Regenerated from discovery document revision 20210813
6
+
7
+ ### v0.9.0 (2021-06-29)
8
+
9
+ * Regenerated using generator version 0.4.0
10
+
11
+ ### v0.8.0 (2021-06-24)
12
+
13
+ * Regenerated from discovery document revision 20210621
14
+ * Regenerated using generator version 0.3.0
15
+
16
+ ### v0.7.0 (2021-05-19)
17
+
18
+ * Unspecified changes
19
+
3
20
  ### v0.6.0 (2021-04-16)
4
21
 
5
22
  * Regenerated from discovery document revision 20210412
@@ -124,7 +124,8 @@ module Google
124
124
  attr_accessor :name
125
125
 
126
126
  # Optional. Rules that trigger alerts (notifications of thresholds being crossed)
127
- # when spend exceeds the specified percentages of the budget.
127
+ # when spend exceeds the specified percentages of the budget. Optional for `
128
+ # pubsubTopic` notifications. Required if using email notifications.
128
129
  # Corresponds to the JSON property `thresholdRules`
129
130
  # @return [Array<Google::Apis::BillingbudgetsV1beta1::GoogleCloudBillingBudgetsV1beta1ThresholdRule>]
130
131
  attr_accessor :threshold_rules
@@ -271,9 +272,10 @@ module Google
271
272
  attr_accessor :custom_period
272
273
 
273
274
  # Optional. A single label and value pair specifying that usage from only this
274
- # set of labeled resources should be included in the budget. Currently, multiple
275
- # entries or multiple values per entry are not allowed. If omitted, the report
276
- # will include all labeled and unlabeled usage.
275
+ # set of labeled resources should be included in the budget. If omitted, the
276
+ # report will include all labeled and unlabeled usage. An object containing a
277
+ # single `"key": value` pair. Example: `` "name": "wrench" ``. _Currently,
278
+ # multiple entries or multiple values per entry are not allowed._
277
279
  # Corresponds to the JSON property `labels`
278
280
  # @return [Hash<String,Array<Object>>]
279
281
  attr_accessor :labels
@@ -366,12 +368,19 @@ module Google
366
368
  end
367
369
  end
368
370
 
369
- # ThresholdRule contains a definition of a threshold which triggers an alert (a
370
- # notification of a threshold being crossed) to be sent when spend goes above
371
- # the specified amount. Alerts are automatically e-mailed to users with the
372
- # Billing Account Administrator role or the Billing Account User role. The
373
- # thresholds here have no effect on notifications sent to anything configured
374
- # under `Budget.all_updates_rule`.
371
+ # ThresholdRule contains the definition of a threshold. Threshold rules define
372
+ # the triggering events used to generate a budget notification email. When a
373
+ # threshold is crossed (spend exceeds the specified percentages of the budget),
374
+ # budget alert emails are sent to the email recipients you specify in the [
375
+ # NotificationsRule](#notificationsrule). Threshold rules also affect the fields
376
+ # included in the [JSON data object](https://cloud.google.com/billing/docs/how-
377
+ # to/budgets-programmatic-notifications#notification_format) sent to a Pub/Sub
378
+ # topic. Threshold rules are _required_ if using email notifications. Threshold
379
+ # rules are _optional_ if only setting a [`pubsubTopic` NotificationsRule](#
380
+ # NotificationsRule), unless you want your JSON data object to include data
381
+ # about the thresholds you set. For more information, see [set budget threshold
382
+ # rules and actions](https://cloud.google.com/billing/docs/how-to/budgets#budget-
383
+ # actions).
375
384
  class GoogleCloudBillingBudgetsV1beta1ThresholdRule
376
385
  include Google::Apis::Core::Hashable
377
386
 
@@ -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.6.0"
19
+ GEM_VERSION = "0.10.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.4.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210412"
25
+ REVISION = "20210813"
26
26
  end
27
27
  end
28
28
  end
@@ -33,7 +33,7 @@ module Google
33
33
  # View and manage your Google Cloud Platform billing accounts
34
34
  AUTH_CLOUD_BILLING = 'https://www.googleapis.com/auth/cloud-billing'
35
35
 
36
- # See, edit, configure, and delete your Google Cloud Platform data
36
+ # See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account.
37
37
  AUTH_CLOUD_PLATFORM = 'https://www.googleapis.com/auth/cloud-platform'
38
38
  end
39
39
  end
metadata CHANGED
@@ -1,29 +1,35 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-billingbudgets_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.10.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-18 00:00:00.000000000 Z
11
+ date: 2021-09-06 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.4'
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.4'
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 V1beta1.
28
34
  Simple REST clients are Ruby client libraries that provide access to Google services
29
35
  via 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_v1beta1/CHANGELOG.md
55
- documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1beta1/v0.6.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1beta1/v0.10.0
56
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-billingbudgets_v1beta1
57
63
  post_install_message:
58
64
  rdoc_options: []