google-cloud-data_catalog 2.1.1 → 2.2.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: cec3a69446639a941a808264ee8186f2fa61261f79534208f005c811cd2c244e
4
- data.tar.gz: eb5a2f6e369e81e6a48897a9015e087ef65fe419a3d0467fa04de1eaa3c2b034
3
+ metadata.gz: 2c760049ee3ac45e05fdf480eec33fb6e4c70270c92c841471070031cdbdeaf4
4
+ data.tar.gz: cbe771a32246cd4aecaa2508336e3de71fcb9873a41582f620d25b97ebb391bb
5
5
  SHA512:
6
- metadata.gz: '0805de920793ee3dddf0f0585d3415a76424b383195d5a881794efd3ecd9fdc8f0ca421733288bf9ab459d41616a4b99aac64210cc388d217d05e0f03a412a87'
7
- data.tar.gz: 651c5f2129fa5a8e991a0433cd57f0b6608fd438ccde4637867c5c6eda18744a49e579672f9801b305de6717b15b70955154567b25e0b8aeaf314eb8aa7a64ec
6
+ metadata.gz: 04664457a364be5dea5754c004b90ef5a4c588080e0a0932974b158f716cb059149e45b74461ed13e6716a34a9de3554ef197ff0bb646c9f88ea7a1e8053a129
7
+ data.tar.gz: 415aac1c6da4c284b7edc5db95608f95fe2da98e6eba3d30fe93e225ea0d74bba110f440e9a0a0ecd4829f6c50e265111f08239ccbd71e627f0e26647eaf6b78
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.2.0"
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.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -63,14 +63,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
63
63
  requirements:
64
64
  - - ">="
65
65
  - !ruby/object:Gem::Version
66
- version: '3.0'
66
+ version: '3.2'
67
67
  required_rubygems_version: !ruby/object:Gem::Requirement
68
68
  requirements:
69
69
  - - ">="
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: []