google-cloud-bigquery-storage 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: 29f4e0ee6fe9eaf15f83fc86da60d4decb813c074e794be8c7f84d44ea48bb8d
4
- data.tar.gz: 4e9b36311ce6c8be580cda2d31ca622c5e9bf85b22cdf482cc605e621a928229
3
+ metadata.gz: 41c039722121c1c20da7f7b70f337054b3a88d145bb84b585ad2f2756c23f4cf
4
+ data.tar.gz: a3c3f65576c6e2441b1e652221851faa80b5c2fd4829b624e7e92b54e6a30085
5
5
  SHA512:
6
- metadata.gz: ac45101205e823e5de547aec27d1e24a5d608e3c5de5546ac924782bd4ac2c4897060501fe3b9a293433ecb9e06eea37d45d6dfeb2c316de44be5dae96cabdca
7
- data.tar.gz: fdd6b4d529ed15d375fe4e9c4b174e359d46627b457a9f317ee0dc52a16cb2829a6be24490e11f8a2033a092450fb3b57a9baa41fb1b20059606b572053cefd4
6
+ metadata.gz: beb0fceacd59a3c7363eb927b891a7da183be56069b560c3717f0b7c14a83d191a8ea5dc8c3b7d86e3978dabd83e3d82d314607ae147fff118989837eeab758b
7
+ data.tar.gz: f7e3cf546cbeda10466ee3583879686e905fcea120742610967b89cbdab7c4a28293d3f9d6f7a42558d72668f341e812a98f88ca62899af45c53c49899920950
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/bigquerystorage.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/bigquery/storage"
39
+
40
+ client = Google::Cloud::Bigquery::Storage.big_query_read
41
+ request = ::Google::Cloud::Bigquery::Storage::V1::CreateReadSessionRequest.new # (request fields as keyword arguments...)
42
+ response = client.create_read_session 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 Storage
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-storage
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
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
74
74
  - !ruby/object:Gem::Version
75
75
  version: '0'
76
76
  requirements: []
77
- rubygems_version: 3.6.8
77
+ rubygems_version: 3.6.9
78
78
  specification_version: 4
79
79
  summary: API Client library for the BigQuery Storage API
80
80
  test_files: []