google-cloud-billing 1.6.0 → 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: 1c54d4d94948ae60b4993c9e88c9410309ab1fa5a2d8ab3df42d2d2c0b7808dd
4
- data.tar.gz: ef718df3eb5ca84c73c30d9ffdcd24be2d01e4496c083cfcf3f2052aae97e35d
3
+ metadata.gz: 65afef247304fe819d7d537401911389d1fbd70ed952da70a4b2dd8c2409eea2
4
+ data.tar.gz: '093a0e45f40d973638594cd9023ff4187be2bb23d4dee3b03da4d9f199ab9538'
5
5
  SHA512:
6
- metadata.gz: 85bba3789b0a61d84310c2e32bb566fcbefe652c6ac6324da7b42cac31eb928969c379d8f66367892f11d8550ddb8f32412995dff64135e88680e02d82514061
7
- data.tar.gz: 889bf48d25f3191cffa605c3bf9cd6dd471ba0633b37967027db6ed95e4aefdf88dc02533dbbadd1aff65b91bcf5703e17eb38c2e6f262edc6adec2ad88f55d1
6
+ metadata.gz: ea06bfce40af22d36c30b3015333e817790d3aa1bcf97f306d65c1a464f097f9547860b7052c9ccdc5d4acd7cab66471e65b3cf3a51122ecf58d8a3ce692204a
7
+ data.tar.gz: 26338f88f27b5c0f13fcc7d5242efdcf730f779e425af5f40bba19abc949510344b0ffa34ae945a24a0ceedcd34bb883b2c84c9003338545e90753c980e2a7ab
data/README.md CHANGED
@@ -7,7 +7,7 @@ Allows developers to manage billing for their Google Cloud Platform projects pro
7
7
  Actual client classes for the various versions of this API are defined in
8
8
  _versioned_ client gems, with names of the form `google-cloud-billing-v*`.
9
9
  The gem `google-cloud-billing` is the main client library that brings the
10
- verisoned gems in as dependencies, and provides high-level methods for
10
+ versioned gems in as dependencies, and provides high-level methods for
11
11
  constructing clients. More information on versioned clients can be found below
12
12
  in the section titled *Which client should I use?*.
13
13
 
@@ -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.0".freeze
19
+ VERSION = "1.6.2".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-billing
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.0
4
+ version: 1.6.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-billing-v1
@@ -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.2
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: []