google-apis-billingbudgets_v1beta1 0.9.0 → 0.13.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: 41f8be44892f31ddeec2431b51b3932e022e44ea5423d737998ceb0f06bd41e5
4
- data.tar.gz: 574f49b18f3ff558ad2fe529b2c7cc53151079763d90eb63dd62e4cfac444855
3
+ metadata.gz: ec9730d3c55ddc8e5c225927c16522217d7f4d2b78224adfdaf9a4c35f789cd0
4
+ data.tar.gz: 2d06e0b7d1cc01974559a4d134f838113c415c9082b05c2086057af3ec852724
5
5
  SHA512:
6
- metadata.gz: fea6ace6f38c0e300b7f1c535f99ea446afdda84f09126c65dba6dbfa7f3d24ddbf3c4038516e1936d7bcab6ef138fef7d672fed848883e1e3fdde3f00a9d47e
7
- data.tar.gz: 48395259d03b47ca8b84c3df35fc8ea3e5e81c5c7e95ea030ebda9be0eae2a42d65738e3707f2d941457e830eeb8278d08968d6876b23c31efab8781ef999e97
6
+ metadata.gz: bf10195c38d2f246858439b5cedecd11cb2171013281ee9764d60c6cc3e5c3657f2d005bdb59095a47b60d47c4754a96bd4f4dd53789409e65289307794c283d
7
+ data.tar.gz: 3777bf5769249d11dcd97d1ce2867f633d317970d2dbb56fe652dbfcf03107dafff8acfe610e8f1d8f919e694fbd8c078f801d10e676b9bb12471e0219132a09
data/CHANGELOG.md CHANGED
@@ -1,5 +1,22 @@
1
1
  # Release history for google-apis-billingbudgets_v1beta1
2
2
 
3
+ ### v0.13.0 (2022-02-01)
4
+
5
+ * Regenerated from discovery document revision 20220129
6
+ * Regenerated using generator version 0.4.1
7
+
8
+ ### v0.12.0 (2021-12-14)
9
+
10
+ * Unspecified changes
11
+
12
+ ### v0.11.0 (2021-10-20)
13
+
14
+ * Unspecified changes
15
+
16
+ ### v0.10.0 (2021-09-01)
17
+
18
+ * Regenerated from discovery document revision 20210813
19
+
3
20
  ### v0.9.0 (2021-06-29)
4
21
 
5
22
  * Regenerated using generator version 0.4.0
data/OVERVIEW.md CHANGED
@@ -51,7 +51,7 @@ require "google/apis/billingbudgets_v1beta1"
51
51
  client = Google::Apis::BillingbudgetsV1beta1::CloudBillingBudgetService.new
52
52
 
53
53
  # Authenticate calls
54
- client.authentication = # ... use the googleauth gem to create credentials
54
+ client.authorization = # ... use the googleauth gem to create credentials
55
55
  ```
56
56
 
57
57
  See the class reference docs for information on the methods you can call from a client.
@@ -60,8 +60,8 @@ See the class reference docs for information on the methods you can call from a
60
60
 
61
61
  More detailed descriptions of the Google simple REST clients are available in two documents.
62
62
 
63
- * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
- * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/master/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
63
+ * The [Usage Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/usage-guide.md) discusses how to make API calls, how to use the provided data structures, and how to work the various features of the client library, including media upload and download, error handling, retries, pagination, and logging.
64
+ * The [Auth Guide](https://github.com/googleapis/google-api-ruby-client/blob/main/docs/auth-guide.md) discusses authentication in the client libraries, including API keys, OAuth 2.0, service accounts, and environment variables.
65
65
 
66
66
  (Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Billingbudgets service in particular.)
67
67
 
@@ -203,26 +203,14 @@ module Google
203
203
  class GoogleCloudBillingBudgetsV1beta1CustomPeriod
204
204
  include Google::Apis::Core::Hashable
205
205
 
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 value, with a zero year, such as an anniversary * A year on its own,
211
- # with zero month and day values * A year and month value, with a zero day, such
212
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
213
- # google.protobuf.Timestamp`.
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.
214
209
  # Corresponds to the JSON property `endDate`
215
210
  # @return [Google::Apis::BillingbudgetsV1beta1::GoogleTypeDate]
216
211
  attr_accessor :end_date
217
212
 
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 value, with a zero year, such as an anniversary * A year on its own,
223
- # with zero month and day values * A year and month value, with a zero day, such
224
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
225
- # google.protobuf.Timestamp`.
213
+ # Required. The start date must be after January 1, 2017.
226
214
  # Corresponds to the JSON property `startDate`
227
215
  # @return [Google::Apis::BillingbudgetsV1beta1::GoogleTypeDate]
228
216
  attr_accessor :start_date
@@ -272,9 +260,10 @@ module Google
272
260
  attr_accessor :custom_period
273
261
 
274
262
  # Optional. A single label and value pair specifying that usage from only this
275
- # set of labeled resources should be included in the budget. Currently, multiple
276
- # entries or multiple values per entry are not allowed. If omitted, the report
277
- # will include all labeled and unlabeled usage.
263
+ # set of labeled resources should be included in the budget. If omitted, the
264
+ # report will include all labeled and unlabeled usage. An object containing a
265
+ # single `"key": value` pair. Example: `` "name": "wrench" ``. _Currently,
266
+ # multiple entries or multiple values per entry are not allowed._
278
267
  # Corresponds to the JSON property `labels`
279
268
  # @return [Hash<String,Array<Object>>]
280
269
  attr_accessor :labels
@@ -456,14 +445,7 @@ module Google
456
445
  end
457
446
  end
458
447
 
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 value, with a zero year, such as an anniversary * A year on its own,
464
- # with zero month and day values * A year and month value, with a zero day, such
465
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
466
- # google.protobuf.Timestamp`.
448
+ #
467
449
  class GoogleTypeDate
468
450
  include Google::Apis::Core::Hashable
469
451
 
@@ -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.9.0"
19
+ GEM_VERSION = "0.13.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20210621"
25
+ REVISION = "20220129"
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,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.9.0
4
+ version: 0.13.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-07-05 00:00:00.000000000 Z
11
+ date: 2022-02-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -57,9 +57,9 @@ licenses:
57
57
  - Apache-2.0
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
- changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-billingbudgets_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-billingbudgets_v1beta1/v0.9.0
62
- source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-billingbudgets_v1beta1
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
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: []
65
65
  require_paths:
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.2.17
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Billing Budget API V1beta1