google-cloud-bigquery-analytics_hub 1.3.1 → 1.4.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: 88f3906f0dfb378a21e2969b1e5f3b45461a9f1959956420d8445af3048eabfb
4
- data.tar.gz: 4750885a8a9998c0d1d68cc1105fd61743baf80eaaa7fdb3b4947a48f3ab2e33
3
+ metadata.gz: 99cd4fd50db72b33eb8bccede99f2b0a78701b681cf94cb378bd6d32c1929849
4
+ data.tar.gz: 04bf796130e8c2612f5ef67e2cc27429a0eca4c3ec5d39fb031f5d6d7e66740e
5
5
  SHA512:
6
- metadata.gz: 3bbb79aa752c1278f6a4a2407731cda34d2461227b5fa3f1a97fdf83d2ff9e5d5a9563e33a9a9a9ae42fe2ce351fac89b8fba5f027b312670ad6af7315cb4e80
7
- data.tar.gz: 969320ef5bc4e36ab3afba16101aa29316251c67744dacb83e39a9856f62b93f0d53b58b688b224f4f7525cca276c8b560741186ff30f66873a5afec080b0676
6
+ metadata.gz: badc1f5400b590c31a6e8af44a164269b072f0df888596eade6e349450e06048a78abcd565abf542e07f1727ff1988ff5f954a8c591af5a737445207006b0677
7
+ data.tar.gz: 7aa0410ffb6c8a4cfa53bb5df318275fe51152d662a8e98afab44b09218eb6fd1deccf8883fca95c040f5c45015ccc94dbd5b151634e7830bf72efc99f61c133
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.4.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-analytics_hub
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.1
4
+ version: 1.4.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 V1 API
83
83
  test_files: []