google-cloud-dataplex 1.4.1 → 1.5.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: 48aa36561bb573244e25bccd1d1d43053c8c2da5058018a98ea1a29adc473834
4
- data.tar.gz: f60033e9a2201f753b38ff142cf01a8e3840aa536d97ed5317f54fb65767117c
3
+ metadata.gz: fb5854f63546ec0a54084d2c020380265a95e888f7e078ddd5937329a0988d90
4
+ data.tar.gz: a85471fa3200a261d7762f1d5b97ba0953ca3b22e5f714130a0d0493fe4b3dc2
5
5
  SHA512:
6
- metadata.gz: a4e3ebacda0287ce4857b88561bedea1f79a4f350a45a1cd72e0c6c833f5dbd5419af864823416ac3e74c5f324f1f05a97cdc43ac45352a5a698f53ce1615d8a
7
- data.tar.gz: ca565609a7095574e6abdbfc07b6fdd4ca3b8e33ea0812db3f8030b855064208501dadadf4b3e9e0574e4ff33d2dfd68b6c194ca638545f954abfaeef53ec9ff
6
+ metadata.gz: eb2e6adc4c7a9e111bf9e35917cd5d501dcfaeda8507c4be37acdc419cd317900a3e4db84411e0969825b00fd6b92887ec4d78467ba62ec8354bd707b194276c
7
+ data.tar.gz: dd835df6241c0eb1d8d2654b2f3cd6ef0a88ccc121e90c55609625fdff1f3901a5b73391be47d337d21daf1600e6ddd91f24b937838226a8d0707cb8d6b0085e
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module Dataplex
23
- VERSION = "1.4.1"
23
+ VERSION = "1.5.0"
24
24
  end
25
25
  end
26
26
  end
@@ -99,10 +99,10 @@ module Google
99
99
  # ## About CatalogService
100
100
  #
101
101
  # The primary resources offered by this service are EntryGroups, EntryTypes,
102
- # AspectTypes, Entry and Aspect which collectively allow a data administrator
103
- # to organize, manage, secure and catalog data across their organization
104
- # located across cloud projects in a variety of storage systems including Cloud
105
- # Storage and BigQuery.
102
+ # AspectTypes, and Entries. They collectively let data administrators organize,
103
+ # manage, secure, and catalog data located across cloud projects in their
104
+ # organization in a variety of storage systems, including Cloud Storage and
105
+ # BigQuery.
106
106
  #
107
107
  # @param version [::String, ::Symbol] The API version to connect to. Optional.
108
108
  # Defaults to `:v1`.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-dataplex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-08-09 00:00:00.000000000 Z
11
+ date: 2024-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  - !ruby/object:Gem::Version
80
80
  version: '0'
81
81
  requirements: []
82
- rubygems_version: 3.5.6
82
+ rubygems_version: 3.5.22
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: API Client library for the Dataplex API