google-cloud-bigquery-data_exchange 0.5.1 → 0.6.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: d3a1bfad1befd1cfbad753b95746c2bd4ac235a0a9a5e7b436258251a232f574
4
- data.tar.gz: ddcfb5379ec40ba93022c96649bd9a8cb43a9802513ca970c3e8816fe0634476
3
+ metadata.gz: 47224a0a45aec0ef4b4ba4ba20657b58163f2ccd9f3c0c43a1652cffb870f360
4
+ data.tar.gz: dcfe23447a064141db9011c3598e2521bd71a99839ac294a16743e03683aee2d
5
5
  SHA512:
6
- metadata.gz: ccb68338150674550351b86bd6544046edda01ae3ee62d8e44e1a4f05713999942fad5d73ebc71423414a14f1697cc41f62e3f1be06600066ae18a15b1a17637
7
- data.tar.gz: 6e15ddc066d5dc75f3134f077b52de4053026c6262e3999c6ad72bdde7ab0fb0eaf21a5a5b7e2c5ab474f83740cbf63f6edf692a2b123b24593ebcf27e4dc0c6
6
+ metadata.gz: 4a37d516e4fda4680f100c9098980f5955b3032969863016d1f6591ea8cad09aac939eda2adf4fb5e4408cfc2b4b9c10a8d205adac3dc85af953b4b24feb2f24
7
+ data.tar.gz: 22779bb9a21bbdc80f8475e24880faf58644e9a48a50d56de058d8ff9fcf9b2776b8ff86e6e40a455bb2f14600295155cfc323e6ea0da8ac8313f02f1d57ac57
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.6.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-data_exchange
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -70,14 +70,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
71
  - - ">="
72
72
  - !ruby/object:Gem::Version
73
- version: '3.0'
73
+ version: '3.2'
74
74
  required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  requirements:
76
76
  - - ">="
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: []