google-cloud-dataplex 1.4.1 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/dataplex/version.rb +1 -1
- data/lib/google/cloud/dataplex.rb +4 -4
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fb5854f63546ec0a54084d2c020380265a95e888f7e078ddd5937329a0988d90
|
4
|
+
data.tar.gz: a85471fa3200a261d7762f1d5b97ba0953ca3b22e5f714130a0d0493fe4b3dc2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eb2e6adc4c7a9e111bf9e35917cd5d501dcfaeda8507c4be37acdc419cd317900a3e4db84411e0969825b00fd6b92887ec4d78467ba62ec8354bd707b194276c
|
7
|
+
data.tar.gz: dd835df6241c0eb1d8d2654b2f3cd6ef0a88ccc121e90c55609625fdff1f3901a5b73391be47d337d21daf1600e6ddd91f24b937838226a8d0707cb8d6b0085e
|
@@ -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,
|
103
|
-
#
|
104
|
-
#
|
105
|
-
#
|
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
|
+
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-
|
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.
|
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
|