google-cloud-bigquery-data_exchange 0.5.1 → 0.5.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: d3a1bfad1befd1cfbad753b95746c2bd4ac235a0a9a5e7b436258251a232f574
4
- data.tar.gz: ddcfb5379ec40ba93022c96649bd9a8cb43a9802513ca970c3e8816fe0634476
3
+ metadata.gz: 3cb2b88afcd19edcfbb8dc29869cd46e96d908a8ded902fd51d3496f24d3dbe1
4
+ data.tar.gz: da475e76326adf2898e5c7553c7553252aaac1ecd7616d2827594760c51c49a6
5
5
  SHA512:
6
- metadata.gz: ccb68338150674550351b86bd6544046edda01ae3ee62d8e44e1a4f05713999942fad5d73ebc71423414a14f1697cc41f62e3f1be06600066ae18a15b1a17637
7
- data.tar.gz: 6e15ddc066d5dc75f3134f077b52de4053026c6262e3999c6ad72bdde7ab0fb0eaf21a5a5b7e2c5ab474f83740cbf63f6edf692a2b123b24593ebcf27e4dc0c6
6
+ metadata.gz: bbb26cd0aa59621084706936abce809f0cb3225356e6bac6b49eb41a6be6c3fec417208078e1006d6cf16f9e6a78bddeba86634da6c7858f43dd8478f99d5318
7
+ data.tar.gz: 270ed81c28953b07da284d4aa38aa2262c9af2d74a94e056012c5ff64f93e20ced2bbfbf2950959ea03266d279ab256dbc7ae59f01c9d3828cf525feb757706f
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/analyticshub.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/bigquery/data_exchange"
39
+
40
+ client = Google::Cloud::Bigquery::DataExchange.analytics_hub_service
41
+ request = ::Google::Cloud::Bigquery::DataExchange::V1beta1::ListDataExchangesRequest.new # (request fields as keyword arguments...)
42
+ response = client.list_data_exchanges 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 DataExchange
24
- VERSION = "0.5.1"
24
+ VERSION = "0.5.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-data_exchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
77
77
  - !ruby/object:Gem::Version
78
78
  version: '0'
79
79
  requirements: []
80
- rubygems_version: 3.6.8
80
+ rubygems_version: 3.6.9
81
81
  specification_version: 4
82
82
  summary: API Client library for the Analytics Hub API
83
83
  test_files: []