google-cloud-bigquery-connection 1.6.1 → 1.7.0

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: 05ff8eae32bede037a4294b4e18bd024b9c9a25fd4ff73cadcf7223a48cb1efa
4
+ data.tar.gz: a3338d7d9f34b9ccf4f81ad1670ac4b2c314b2d912a802b7433d69b55ecfc194
5
5
  SHA512:
6
- metadata.gz: 06e6b42c2683df583e9515415a9526d6235585b7cc36405ccf171f110aa9a2184fdfc8d635d0b450993941ed7035f2376b42ec8a4a48425d1cef5510b9bed831
7
- data.tar.gz: 7db1f243e258efd9c51b42d65680e3982055ef8fcb70cd171aa0084d4b51a6146b8182e0ec023d26195501d6c138fc845ddd5101102ed3747cad55aebe1ab3d7
6
+ metadata.gz: b0b013b6fd8fcd1e92fff586e90af3ad33091a71d2ce91a7c575b9fc37d55dd1ff9fe7b78191a6ef2e829c6790d00e48b14a72269cc795b0cedaca8539b06cad
7
+ data.tar.gz: 8659b860d1f8c802afaf67ae24da1121c5c2b0750fa6f5ee5785dbb1b56a8a6c0638a54593007200d45bf3ec613b06671b4a86741a2e6066353ddeea3dc71449
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.7.0"
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.7.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -68,14 +68,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
70
70
  - !ruby/object:Gem::Version
71
- version: '3.0'
71
+ version: '3.2'
72
72
  required_rubygems_version: !ruby/object:Gem::Requirement
73
73
  requirements:
74
74
  - - ">="
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: []