google-cloud-data_catalog 1.7.0 → 2.1.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: 1143cf97e7081f59816a537eeb856eab78d900af9562ef650394ff5e67bd905f
4
- data.tar.gz: 5b2aa160053be9ff71ca3a242bc8edde674fe934bdcab8656c94b6a66c90f145
3
+ metadata.gz: ee0134ad86aacbc20c58fd9e16bce55515b7e977babe3247d7174c1982d71336
4
+ data.tar.gz: 49cb27a5410bf1417da6e5b892bc3fc41499363912fe55d9233828da43632410
5
5
  SHA512:
6
- metadata.gz: 19c17eff30c0dec4e7b66ec664d8b315f626bcea1861aa186e5005e5ed23d15f711bad01a613bbc0586927e898efe5eb06a51a68402018de5221d0bfdfd9b5f2
7
- data.tar.gz: eb98105b2d34196285c99d8c59ef17d6e7e957a09662c32a1ef13cb41848b4e6a9d07bf43545fe107f07b73aa108217b69b2a4df1a48f2d572c249ae73d91e4b
6
+ metadata.gz: 4480f07306db560ff135160d0164d09bdae9c425ea4c8b24f637d25d6cfc4e2058798dd42028a4e85f29af28a40dc5a73b049113d60c060f3ee1a4e2a7ef985d
7
+ data.tar.gz: 936d18678e3200ee615b010f4d8602cbc5f16fbbc5bfd7603c1aea32915a65ab6ca643d5a564cf4269dce76c26930eadf226893a52804bf5e7b63c2348c4bbde
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module DataCatalog
23
- VERSION = "1.7.0"
23
+ VERSION = "2.1.0"
24
24
  end
25
25
  end
26
26
  end
@@ -65,6 +65,8 @@ module Google
65
65
  #
66
66
  # ## About DataCatalog
67
67
  #
68
+ # Deprecated: Please use Dataplex Catalog instead.
69
+ #
68
70
  # Data Catalog API service allows you to discover, understand, and manage
69
71
  # your data.
70
72
  #
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-data_catalog
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.0
4
+ version: 2.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2025-01-29 00:00:00.000000000 Z
10
+ date: 2025-03-14 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: google-cloud-core
@@ -27,22 +27,16 @@ dependencies:
27
27
  name: google-cloud-data_catalog-v1
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ">="
31
- - !ruby/object:Gem::Version
32
- version: '0.21'
33
- - - "<"
30
+ - - "~>"
34
31
  - !ruby/object:Gem::Version
35
- version: 2.a
32
+ version: '2.0'
36
33
  type: :runtime
37
34
  prerelease: false
38
35
  version_requirements: !ruby/object:Gem::Requirement
39
36
  requirements:
40
- - - ">="
41
- - !ruby/object:Gem::Version
42
- version: '0.21'
43
- - - "<"
37
+ - - "~>"
44
38
  - !ruby/object:Gem::Version
45
- version: 2.a
39
+ version: '2.0'
46
40
  description: Data Catalog is a centralized and unified data catalog service for all
47
41
  your Cloud resources, where users and systems can discover data, explore and curate
48
42
  its semantics, understand how to act on it, and help govern its usage.
@@ -76,7 +70,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
70
  - !ruby/object:Gem::Version
77
71
  version: '0'
78
72
  requirements: []
79
- rubygems_version: 3.6.2
73
+ rubygems_version: 3.6.5
80
74
  specification_version: 4
81
75
  summary: API Client library for the Data Catalog API
82
76
  test_files: []