google-cloud-billing-budgets-v1beta1 0.4.0 → 0.4.1
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: 77b8bedfd3fa4c104f5db3581fea03879f30f748f6d7134935ed7a09568f1fd1
|
|
4
|
+
data.tar.gz: dfef21d3e1d6cb090187a68bfd34a25b23905449b7a6f6531ef360a1ba4fc2fb
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a41746dddc4b742793570d614b9df5d7eb3a74cfbf7e6590e13647f13609af28ed4ba7a5b36aa5652dc850184fafc4298ba2d7d4f27c6762edcb5ca602cf7fe5
|
|
7
|
+
data.tar.gz: 72d2da9f79ab30d88ed59af83070fa34e1b987614a216af4feecec42c88564c8684e3253845fae41c23bb360bf9c7b8f1d2bb81682fca611dc6eb7121f22dddd
|
|
@@ -65,9 +65,10 @@ module Google
|
|
|
65
65
|
# @!attribute [rw] specified_amount
|
|
66
66
|
# @return [::Google::Type::Money]
|
|
67
67
|
# A specified amount to use as the budget.
|
|
68
|
-
# `currency_code` is optional. If specified, it must
|
|
69
|
-
# currency of the billing account.
|
|
70
|
-
#
|
|
68
|
+
# `currency_code` is optional. If specified when creating a budget, it must
|
|
69
|
+
# match the currency of the billing account. If specified when updating a
|
|
70
|
+
# budget, it must match the existing budget currency_code.
|
|
71
|
+
# The `currency_code` is provided on output.
|
|
71
72
|
# @!attribute [rw] last_period_amount
|
|
72
73
|
# @return [::Google::Cloud::Billing::Budgets::V1beta1::LastPeriodAmount]
|
|
73
74
|
# Use the last period's actual spend as the budget for the present period.
|
|
@@ -137,9 +138,12 @@ module Google
|
|
|
137
138
|
# for more details on Pub/Sub roles and permissions.
|
|
138
139
|
# @!attribute [rw] schema_version
|
|
139
140
|
# @return [::String]
|
|
140
|
-
# Optional.
|
|
141
|
+
# Optional. Required when
|
|
142
|
+
# {::Google::Cloud::Billing::Budgets::V1beta1::AllUpdatesRule#pubsub_topic AllUpdatesRule.pubsub_topic}
|
|
143
|
+
# is set. The schema version of the notification sent to
|
|
144
|
+
# {::Google::Cloud::Billing::Budgets::V1beta1::AllUpdatesRule#pubsub_topic AllUpdatesRule.pubsub_topic}.
|
|
141
145
|
# Only "1.0" is accepted. It represents the JSON schema as defined in
|
|
142
|
-
# https://cloud.google.com/billing/docs/how-to/budgets-programmatic-notifications#notification_format
|
|
146
|
+
# https://cloud.google.com/billing/docs/how-to/budgets-programmatic-notifications#notification_format.
|
|
143
147
|
# @!attribute [rw] monitoring_notification_channels
|
|
144
148
|
# @return [::Array<::String>]
|
|
145
149
|
# Optional. Targets to send notifications to when a threshold is exceeded.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-billing-budgets-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
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-02-
|
|
11
|
+
date: 2021-02-23 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|