google-cloud-billing-budgets 3.0.1 → 3.0.2

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: 5fe885abaf84b5eacefeaa834dcf20178b9bca52f23de134b4ec817288fa307c
4
- data.tar.gz: 9d46e995a7bb686c1aba78fe85bc84b494b23ff938ce0b8f0830dc3396882577
3
+ metadata.gz: 2cde5478bed4b26e39d564899fb67e3748b868b190709d373825e3c6d83cf00b
4
+ data.tar.gz: d2250ce22d9c88d8eaaf861b9b629499647a30c2b1adbe9ba7f158e14a650d02
5
5
  SHA512:
6
- metadata.gz: d299da7f3a68582979f6278946f3822dd94ac88bce4c642a05730373f046f50a7a641e5051d6edabe26eb89fe84a7fabe879ddb88a92aa2740fa8bd31ffca895
7
- data.tar.gz: 35a344d7404dc14090991f60b977536b95a0b85d10619faf0b3316a1acf583ef9ce8b91a501a226a7f7c4d607bdbc15e1823cceae8132ffafadae252439ce6ee
6
+ metadata.gz: 41f7db6f6d557c82af811db6f3e60fdb5ac73bca14ec2624fea73ff1290d6525af181a0e6b33f10db966f02fe8633bd074d889c3c6ef194fe36f2470c810e9d7
7
+ data.tar.gz: e0fdcd425037ee8f8b2cb46aa64bbca76d98dedb281227b2fc267e38c757f7f9fcca003c01670a5f1bbda7d9c67a0ea745b93cfd5c784c46b47348b6c0b99df0
data/README.md CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
34
34
  1. [Enable the API.](https://console.cloud.google.com/apis/library/billingbudgets.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/billing/budgets"
39
+
40
+ client = Google::Cloud::Billing::Budgets.budget_service
41
+ request = ::Google::Cloud::Billing::Budgets::V1::CreateBudgetRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_budget request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Billing
23
23
  module Budgets
24
- VERSION = "3.0.1"
24
+ VERSION = "3.0.2"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-billing-budgets
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1
4
+ version: 3.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
69
  - !ruby/object:Gem::Version
70
70
  version: '0'
71
71
  requirements: []
72
- rubygems_version: 3.6.8
72
+ rubygems_version: 3.6.9
73
73
  specification_version: 4
74
74
  summary: API Client library for the Billing Budgets API
75
75
  test_files: []