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: 2bbcf0fb6f62df8d75c567613fdd00c5df295e5c1675acdaf27f76b377ad7f1d
4
- data.tar.gz: 8e103ff7a2eb0b8004708ded08b02347665e5fac3f8b29574a2ddeecfd3c6a7e
3
+ metadata.gz: 77b8bedfd3fa4c104f5db3581fea03879f30f748f6d7134935ed7a09568f1fd1
4
+ data.tar.gz: dfef21d3e1d6cb090187a68bfd34a25b23905449b7a6f6531ef360a1ba4fc2fb
5
5
  SHA512:
6
- metadata.gz: '09af4c44f6d749829bbccaf6fa9fefc601b83911eb4835159f700fe89b697727bb73a119d0c164799fec70fc0348dac742728e3b75550290ac23acb6ea02a0f4'
7
- data.tar.gz: 30c610dc43850418a078a8fb9600041dc18e368de0ffea1a7f38c42d0ed8393b0c96e6f733dad7242750fc6ce91968b2b1fb6b514674a3efd3daf21f65dd65bb
6
+ metadata.gz: a41746dddc4b742793570d614b9df5d7eb3a74cfbf7e6590e13647f13609af28ed4ba7a5b36aa5652dc850184fafc4298ba2d7d4f27c6762edcb5ca602cf7fe5
7
+ data.tar.gz: 72d2da9f79ab30d88ed59af83070fa34e1b987614a216af4feecec42c88564c8684e3253845fae41c23bb360bf9c7b8f1d2bb81682fca611dc6eb7121f22dddd
@@ -22,7 +22,7 @@ module Google
22
22
  module Billing
23
23
  module Budgets
24
24
  module V1beta1
25
- VERSION = "0.4.0"
25
+ VERSION = "0.4.1"
26
26
  end
27
27
  end
28
28
  end
@@ -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 match the
69
- # currency of the billing account. The `currency_code` is provided on
70
- # output.
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. The schema version of the notification sent to `pubsub_topic`.
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.0
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-02 00:00:00.000000000 Z
11
+ date: 2021-02-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common