google-cloud-bigquery-analytics_hub 1.3.1 → 1.3.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: 88f3906f0dfb378a21e2969b1e5f3b45461a9f1959956420d8445af3048eabfb
4
- data.tar.gz: 4750885a8a9998c0d1d68cc1105fd61743baf80eaaa7fdb3b4947a48f3ab2e33
3
+ metadata.gz: c3d34e1d2d912f94b7af22a0e20d637901ca594f05ed31242c9f711801d7aca7
4
+ data.tar.gz: c610ea6c45197f5a0ed187f0142709f159df0bd57b51af3cbcb3337461460567
5
5
  SHA512:
6
- metadata.gz: 3bbb79aa752c1278f6a4a2407731cda34d2461227b5fa3f1a97fdf83d2ff9e5d5a9563e33a9a9a9ae42fe2ce351fac89b8fba5f027b312670ad6af7315cb4e80
7
- data.tar.gz: 969320ef5bc4e36ab3afba16101aa29316251c67744dacb83e39a9856f62b93f0d53b58b688b224f4f7525cca276c8b560741186ff30f66873a5afec080b0676
6
+ metadata.gz: d5a5b2ea6f61df98fdfa2f4e3dc9e7309e595adfc4a505fc963274f40d4b8626d0b1c0ff8a28e24a0cd9396dcce1fc3b5017cffaa9c89905c191218b15f0ae06
7
+ data.tar.gz: 6b404e5aa035d8cb078c08f87122ebcb53960d553f18d894288e89da8959d9488b1a4db582282b30c6fea7c96c29f321a92b0a622ce315f963825ec8b89d2bd7
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/analytics_hub"
39
+
40
+ client = Google::Cloud::Bigquery::AnalyticsHub.analytics_hub_service
41
+ request = ::Google::Cloud::Bigquery::AnalyticsHub::V1::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 AnalyticsHub
24
- VERSION = "1.3.1"
24
+ VERSION = "1.3.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-analytics_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.3.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 V1 API
83
83
  test_files: []