google-apis-billingbudgets_v1beta1 0.13.0 → 0.16.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: ec9730d3c55ddc8e5c225927c16522217d7f4d2b78224adfdaf9a4c35f789cd0
4
- data.tar.gz: 2d06e0b7d1cc01974559a4d134f838113c415c9082b05c2086057af3ec852724
3
+ metadata.gz: 9f7309a5501d7d6bb1363de76434c8be430c9c07c9b11e3ff2c0dad0a3f0abf2
4
+ data.tar.gz: e73b7ae3f7ff3a9fc462ae0babde725a7e74b58de4f281a951fde794462a6d71
5
5
  SHA512:
6
- metadata.gz: bf10195c38d2f246858439b5cedecd11cb2171013281ee9764d60c6cc3e5c3657f2d005bdb59095a47b60d47c4754a96bd4f4dd53789409e65289307794c283d
7
- data.tar.gz: 3777bf5769249d11dcd97d1ce2867f633d317970d2dbb56fe652dbfcf03107dafff8acfe610e8f1d8f919e694fbd8c078f801d10e676b9bb12471e0219132a09
6
+ metadata.gz: 6631089f9ad13faddd3830433def79d1cb2f5743c70bc181231648b6e2f1a0db2543a549867ed6e697ecf43d7a943ca944f19adc4a95c2d11dd401ada86635ec
7
+ data.tar.gz: 3861087c21e9bbd996132cb6e0da7c24ceef7801e8a6539e93930c1bdf19e4af527c550c32bf36ac0d77a9d65710c370dd59a2676441b3cdfee34dae5571b6f3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-billingbudgets_v1beta1
2
2
 
3
+ ### v0.16.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220319
6
+
7
+ ### v0.15.0 (2022-03-08)
8
+
9
+ * Regenerated from discovery document revision 20220305
10
+
11
+ ### v0.14.0 (2022-02-08)
12
+
13
+ * Regenerated from discovery document revision 20220205
14
+
3
15
  ### v0.13.0 (2022-02-01)
4
16
 
5
17
  * Regenerated from discovery document revision 20220129
@@ -203,14 +203,26 @@ module Google
203
203
  class GoogleCloudBillingBudgetsV1beta1CustomPeriod
204
204
  include Google::Apis::Core::Hashable
205
205
 
206
- # Optional. The end date of the time period. Budgets with elapsed end date won't
207
- # be processed. If unset, specifies to track all usage incurred since the
208
- # start_date.
206
+ # Represents a whole or partial calendar date, such as a birthday. The time of
207
+ # day and time zone are either specified elsewhere or are insignificant. The
208
+ # date is relative to the Gregorian Calendar. This can represent one of the
209
+ # following: * A full date, with non-zero year, month, and day values. * A month
210
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
211
+ # with a zero month and a zero day. * A year and month, with a zero day (for
212
+ # example, a credit card expiration date). Related types: * google.type.
213
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
209
214
  # Corresponds to the JSON property `endDate`
210
215
  # @return [Google::Apis::BillingbudgetsV1beta1::GoogleTypeDate]
211
216
  attr_accessor :end_date
212
217
 
213
- # Required. The start date must be after January 1, 2017.
218
+ # Represents a whole or partial calendar date, such as a birthday. The time of
219
+ # day and time zone are either specified elsewhere or are insignificant. The
220
+ # date is relative to the Gregorian Calendar. This can represent one of the
221
+ # following: * A full date, with non-zero year, month, and day values. * A month
222
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
223
+ # with a zero month and a zero day. * A year and month, with a zero day (for
224
+ # example, a credit card expiration date). Related types: * google.type.
225
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
214
226
  # Corresponds to the JSON property `startDate`
215
227
  # @return [Google::Apis::BillingbudgetsV1beta1::GoogleTypeDate]
216
228
  attr_accessor :start_date
@@ -431,8 +443,7 @@ module Google
431
443
  # A generic empty message that you can re-use to avoid defining duplicated empty
432
444
  # messages in your APIs. A typical example is to use it as the request or the
433
445
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
434
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
435
- # `Empty` is empty JSON object ````.
446
+ # protobuf.Empty) returns (google.protobuf.Empty); `
436
447
  class GoogleProtobufEmpty
437
448
  include Google::Apis::Core::Hashable
438
449
 
@@ -445,7 +456,14 @@ module Google
445
456
  end
446
457
  end
447
458
 
448
- #
459
+ # Represents a whole or partial calendar date, such as a birthday. The time of
460
+ # day and time zone are either specified elsewhere or are insignificant. The
461
+ # date is relative to the Gregorian Calendar. This can represent one of the
462
+ # following: * A full date, with non-zero year, month, and day values. * A month
463
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
464
+ # with a zero month and a zero day. * A year and month, with a zero day (for
465
+ # example, a credit card expiration date). Related types: * google.type.
466
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
449
467
  class GoogleTypeDate
450
468
  include Google::Apis::Core::Hashable
451
469
 
@@ -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.13.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220129"
25
+ REVISION = "20220319"
26
26
  end
27
27
  end
28
28
  end
@@ -50,8 +50,9 @@ module Google
50
50
  @batch_path = 'batch'
51
51
  end
52
52
 
53
- # Creates a new budget. See Quotas and limits for more information on the limits
54
- # of the number of budgets you can create.
53
+ # Creates a new budget. See [Quotas and limits](https://cloud.google.com/billing/
54
+ # quotas) for more information on the limits of the number of budgets you can
55
+ # create.
55
56
  # @param [String] parent
56
57
  # Required. The name of the billing account to create the budget in. Values are
57
58
  # of the form `billingAccounts/`billingAccountId``.
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.13.0
4
+ version: 0.16.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: 2022-02-07 00:00:00.000000000 Z
11
+ date: 2022-03-28 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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1beta1/v0.16.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: []