google-cloud-dataplex 0.4.0 → 0.4.1
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 +4 -4
- data/lib/google/cloud/dataplex/version.rb +1 -1
- data/lib/google/cloud/dataplex.rb +6 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ebc9c3a826bae5839b37c2e1058394f51f997625a4be58aaed8abeb72f258d87
|
|
4
|
+
data.tar.gz: 951ce89e0afb53573ee495577b6ce6d4f77d1919b88712c036f7ad8c88c78179
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e7a2f95eff4d9d6a4b3b04fbfc47d866f06b029a4f73af50098da937c739fa8a5fd67ca9186eedb25f1413a3b92a35fefcc2d72ec9fcfbed501695795851755d
|
|
7
|
+
data.tar.gz: b6818778deed75f9e04997c651a0a138c0df5ca3c9e7d67898a1e9a7a57ee81403b8954d30fa4be74407e2b2c47ab037aee6830255f8f8fcd68a4194dd4fe824
|
|
@@ -85,6 +85,12 @@ module Google
|
|
|
85
85
|
# supported by that API version, and the corresponding gem is available, the
|
|
86
86
|
# appropriate versioned client will be returned.
|
|
87
87
|
#
|
|
88
|
+
# ## About DataScanService
|
|
89
|
+
#
|
|
90
|
+
# DataScanService manages DataScan resources which can be configured to run
|
|
91
|
+
# various types of data scanning workload and generate enriched metadata (e.g.
|
|
92
|
+
# Data Profile, Data Quality) for the data source.
|
|
93
|
+
#
|
|
88
94
|
# @param version [::String, ::Symbol] The API version to connect to. Optional.
|
|
89
95
|
# Defaults to `:v1`.
|
|
90
96
|
# @return [::Object] A client object for the specified version.
|
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: 0.4.
|
|
4
|
+
version: 0.4.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-
|
|
11
|
+
date: 2023-02-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-cloud-core
|