google-cloud-billing 1.6.1 → 1.6.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: 72e50a3fac5e80eff489206b7948464639b9c8f37f5abc91410ed6b307ed1e0e
4
- data.tar.gz: fe151fb4e92c0edd608e2fbea130ef8c5a2fb9104e9162b52ee22c084460bd22
3
+ metadata.gz: 65afef247304fe819d7d537401911389d1fbd70ed952da70a4b2dd8c2409eea2
4
+ data.tar.gz: '093a0e45f40d973638594cd9023ff4187be2bb23d4dee3b03da4d9f199ab9538'
5
5
  SHA512:
6
- metadata.gz: d1526a1f856eb659f90231aa830458dbb5f3bdae24b11bdcddf9131c1ff92f06bca8733523131a26f1b19832d141421dd01a20e06003ef3ea1ca499cfff31384
7
- data.tar.gz: 694f75b385765f525ee097377f145c4767b40618262c19cab540145365ef7432cf4f22f0650e9b600d50ecab6f6474d5474456e9cb4bdb85287a9a020d09abf6
6
+ metadata.gz: ea06bfce40af22d36c30b3015333e817790d3aa1bcf97f306d65c1a464f097f9547860b7052c9ccdc5d4acd7cab66471e65b3cf3a51122ecf58d8a3ce692204a
7
+ data.tar.gz: 26338f88f27b5c0f13fcc7d5242efdcf730f779e425af5f40bba19abc949510344b0ffa34ae945a24a0ceedcd34bb883b2c84c9003338545e90753c980e2a7ab
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/cloudbilling.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/billing"
39
+
40
+ client = Google::Cloud::Billing.cloud_billing_service
41
+ request = ::Google::Cloud::Billing::V1::GetBillingAccountRequest.new # (request fields as keyword arguments...)
42
+ response = client.get_billing_account request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Billing
19
- VERSION = "1.6.1".freeze
19
+ VERSION = "1.6.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.1
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.6.8
78
+ rubygems_version: 3.6.9
79
79
  specification_version: 4
80
80
  summary: API Client library for the Billing API
81
81
  test_files: []