google-cloud-bigquery-reservation 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: 4bee51b145d970febbc9f20b454a7c5e6330e217175284fb800a859da799e1e5
4
- data.tar.gz: 1ef609d1485eac2ed894026657741399e90a663d81cd654289211ee0a63f1397
3
+ metadata.gz: 013d6a14e45e6c5a6c3629353516c776d943ddb9520bef3b84d9999d372d821d
4
+ data.tar.gz: b419593adc8b867f1bdbb07b560633fb9aca36f008c806bb74da6b57b60e9fec
5
5
  SHA512:
6
- metadata.gz: 66ebbdab1671d15bb7afa4fe4cac1f06ab07d804752c5627f136a064a9fd121bd26baf9fcbbdd29335c6dab6a3b499b87f8388bafc46d638002ca1d84a9d0bd0
7
- data.tar.gz: 7d1ee23b5ba580712ecdf649eadc65507312bbb6cd111a9337eeb82c7082e00d138bd261fb012a8183c25ee9b36479f01efa92b23b9ba6c3affdab502adca467
6
+ metadata.gz: b084ea4405d37c9ad46d799f9dd25a9680869be99aa9450ac12a62c9153f67053244d5376d01c8c2f6301405b4e553a94a9f6cb9b1f292f19b294627bc65a87c
7
+ data.tar.gz: 7aeb983c74f1bab0e306556df9d1017185a88044591f41b88be71e7bcb0eff731db0ce2ca8aa2b0da50a9d90b6587c85f33b054321b86b1c5754ec1bd473ed2c
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/bigqueryreservation.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/bigquery/reservation"
39
+
40
+ client = Google::Cloud::Bigquery::Reservation.reservation_service
41
+ request = ::Google::Cloud::Bigquery::Reservation::V1::CreateReservationRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_reservation 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 Bigquery
23
23
  module Reservation
24
- VERSION = "1.6.1"
24
+ VERSION = "1.6.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-bigquery-reservation
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
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  - !ruby/object:Gem::Version
77
77
  version: '0'
78
78
  requirements: []
79
- rubygems_version: 3.6.8
79
+ rubygems_version: 3.6.9
80
80
  specification_version: 4
81
81
  summary: API Client library for the BigQuery Reservation API
82
82
  test_files: []