google-cloud-bigquery-connection 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: 9971150f73cd6558124791f41fcc4c51d160048b778d0ddf4407be279bbca94f
4
- data.tar.gz: 4ea7018cf72a0e0667803a34c08c9739c6aa41923729ecda72a872bcef137d66
3
+ metadata.gz: c581d48b4669a008880e34418d0956aed67ea0810f1a9ca78eb88851b54e80da
4
+ data.tar.gz: 70084de39a8a756854292af0fc544d98c39639e5b469c1936fc060b7aa7b483d
5
5
  SHA512:
6
- metadata.gz: 06e6b42c2683df583e9515415a9526d6235585b7cc36405ccf171f110aa9a2184fdfc8d635d0b450993941ed7035f2376b42ec8a4a48425d1cef5510b9bed831
7
- data.tar.gz: 7db1f243e258efd9c51b42d65680e3982055ef8fcb70cd171aa0084d4b51a6146b8182e0ec023d26195501d6c138fc845ddd5101102ed3747cad55aebe1ab3d7
6
+ metadata.gz: 7b7ec45aadda9e26e0ff3fa6bb168338945ef117d565a71c1e864fd09bead575d357a7eb6f6f01facdb257d902eedee577a23bf472c26730cb177518653a1025
7
+ data.tar.gz: 39122dce02f9b9dd1da17689f528c3b1fecc806f15841ac4c85609b2f5d57145af23496bb3a46f12370a9963025e083ce8ffdd282e52cf2d065ffde5d0b4d4d5
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/bigqueryconnection.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/bigquery/connection"
39
+
40
+ client = Google::Cloud::Bigquery::Connection.connection_service
41
+ request = ::Google::Cloud::Bigquery::Connection::V1::CreateConnectionRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_connection 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 Connection
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-connection
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 BigQuery Connection API
81
81
  test_files: []