google-cloud-billing-v1 0.5.2 → 0.5.3

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: 7bc5b70ab235a67ea94c5019a6f4eb4ab653c6dbe3c2b9b6406fbbe0d6cb8cb1
4
- data.tar.gz: 6a44e8560ec472f3ebdbabf3c1fc57f1e2e1852661306aa96f4189c8ff5f1990
3
+ metadata.gz: 89f7da3ecb6c2ae6dcddf4d0d2bfd2a2693aab670733ddd251a1115d1755f492
4
+ data.tar.gz: 3998ec6d4e0b718860cd0ed5f8d3506bb40cd78274595cb12de80a5aecdc4b36
5
5
  SHA512:
6
- metadata.gz: 72e9caf54cbd0d302180cfa3993d09af2e92253c5358356eb99d672792f95806b259b59009641eb1ab81997642c3683a66d3be5fa86c13b8f1df50495fe324e7
7
- data.tar.gz: 651d0eae634c3bab902551ebacffa1e135002bc31a7832481af986566196140e628974baebd3c2d3bbba36e79a313c52706c1ccac209a2c982342f394025cc8d
6
+ metadata.gz: bc83fc57ca20d023383c8dbbadefd566edfc80d59983bbc6285f798b049fb36a6d835df937b3e6cdeb0516eee58c2c6820dc61c1f0228ce241b49c85d792a737
7
+ data.tar.gz: 4c1b54179909722e19d7eb029b8e0a880292a343d3fc0a43aff43774bc63f13c9bb3d993dd4b4b3f876a92a1a425618e81178112a703061dd79c061409b730c1
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/cloudbilling.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.get_billing_account request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-billing-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/billing)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Billing
23
23
  module V1
24
- VERSION = "0.5.2"
24
+ VERSION = "0.5.3"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-billing-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-06-06 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common