google-cloud-billing-budgets 3.0.1 → 3.1.0

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: a2df92e67cf91c2d886c709469a325cd2a819e9eb4b4c5f04c48b5291d944f8e
4
+ data.tar.gz: 2c90d4da65c72f8cfa9c1fdb26d84f74585bad062ee0b752becca8accd3f803f
5
5
  SHA512:
6
- metadata.gz: d299da7f3a68582979f6278946f3822dd94ac88bce4c642a05730373f046f50a7a641e5051d6edabe26eb89fe84a7fabe879ddb88a92aa2740fa8bd31ffca895
7
- data.tar.gz: 35a344d7404dc14090991f60b977536b95a0b85d10619faf0b3316a1acf583ef9ce8b91a501a226a7f7c4d607bdbc15e1823cceae8132ffafadae252439ce6ee
6
+ metadata.gz: e1de0dfa75ca09b2608b0d24608b2f9b83a8131e1435392e974445be44e5441695ef31c1b5ade59363c3e73e6087703e0f4821b42662de55590ab64ce128af5b
7
+ data.tar.gz: b84429138eeffb43b6396e0e2a3b57e9ad30751d60fa08bc54d295d5414cb899b61c44698352e9ae620b109260629555d59196d921217e1f7300188e0550978d
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.1.0"
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.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -62,14 +62,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
62
62
  requirements:
63
63
  - - ">="
64
64
  - !ruby/object:Gem::Version
65
- version: '3.0'
65
+ version: '3.2'
66
66
  required_rubygems_version: !ruby/object:Gem::Requirement
67
67
  requirements:
68
68
  - - ">="
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: []