google-cloud-data_catalog 2.1.1 → 2.1.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: cec3a69446639a941a808264ee8186f2fa61261f79534208f005c811cd2c244e
4
- data.tar.gz: eb5a2f6e369e81e6a48897a9015e087ef65fe419a3d0467fa04de1eaa3c2b034
3
+ metadata.gz: a6f2db9c2701fe7cbfea3396eba23b382e7382eeb00a6d4db73b37c2d8b17b91
4
+ data.tar.gz: 613cef7427ce42d7f98bb60d59916f1b1db5331c5824891e34d872ca8ce66edc
5
5
  SHA512:
6
- metadata.gz: '0805de920793ee3dddf0f0585d3415a76424b383195d5a881794efd3ecd9fdc8f0ca421733288bf9ab459d41616a4b99aac64210cc388d217d05e0f03a412a87'
7
- data.tar.gz: 651c5f2129fa5a8e991a0433cd57f0b6608fd438ccde4637867c5c6eda18744a49e579672f9801b305de6717b15b70955154567b25e0b8aeaf314eb8aa7a64ec
6
+ metadata.gz: 7c7bd5db7c95ef738798d93760d50bca54a6ff1f77971c2afe6eac4acac5a935586877ec3c7ee43a55ff3d7dcf189e9c3071e30a5ec619ef170d58dd38b487af
7
+ data.tar.gz: 7dc6c7e608261bdbaa6132cca8193e53dfd8fea491b7f6e7b2c605c599267ab58ba5c52028105352b5919043c1286144a55b2006cf00e58494a51ed3199e266d
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/datacatalog.googleapis.com)
35
35
  1. {file:AUTHENTICATION.md Set up authentication.}
36
36
 
37
+ ```ruby
38
+ require "google/cloud/data_catalog"
39
+
40
+ client = Google::Cloud::DataCatalog.data_catalog
41
+ request = ::Google::Cloud::DataCatalog::V1::SearchCatalogRequest.new # (request fields as keyword arguments...)
42
+ response = client.search_catalog request
43
+ ```
44
+
37
45
  ## Debug Logging
38
46
 
39
47
  This library comes with opt-in Debug Logging that can help you troubleshoot
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
- VERSION = "2.1.1"
23
+ VERSION = "2.1.2"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_catalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.1
4
+ version: 2.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -70,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
70
70
  - !ruby/object:Gem::Version
71
71
  version: '0'
72
72
  requirements: []
73
- rubygems_version: 3.6.8
73
+ rubygems_version: 3.6.9
74
74
  specification_version: 4
75
75
  summary: API Client library for the Data Catalog API
76
76
  test_files: []