google-apis-dataplex_v1 0.30.0 → 0.31.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 33679b505aded3a86f3c2f8d07c8b79aa7c77cfdee0ec1f2056adc1c34b72eb8
|
|
4
|
+
data.tar.gz: 9ce56cc75b19cd2b339ff3a2be0df2b2b0472ed31450a77c0b5053cbf4f884af
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c7275bd818893c7187ef0620cb3c66d9b2f97ad14680a1be418dbafc87cce6e331f08627508e0532de18f2864ab8597ee494563d1ebbed360086e1c4024ba7c9
|
|
7
|
+
data.tar.gz: 01b3b1581b846a600fcb3c6c9361f8df4590502cd6320f1a31c7a652927eb6ff814eeb3d544cb74a25196e6ef51bc52d3197744748f8db85d3d14def02d1ce4a
|
data/CHANGELOG.md
CHANGED
|
@@ -1387,8 +1387,8 @@ module Google
|
|
|
1387
1387
|
# below this point. The third quartile (Q3) splits off the highest 25% of data
|
|
1388
1388
|
# from the lowest 75%. It is known as the upper or 75th empirical quartile, as
|
|
1389
1389
|
# 75% of the data lies below this point. Here, the quartiles is provided as an
|
|
1390
|
-
# ordered list of quartile values for the scanned data, occurring in
|
|
1391
|
-
# median, Q3.
|
|
1390
|
+
# ordered list of approximate quartile values for the scanned data, occurring in
|
|
1391
|
+
# order Q1, median, Q3.
|
|
1392
1392
|
# Corresponds to the JSON property `quartiles`
|
|
1393
1393
|
# @return [Array<Fixnum>]
|
|
1394
1394
|
attr_accessor :quartiles
|
|
@@ -2216,6 +2216,12 @@ module Google
|
|
|
2216
2216
|
class GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs
|
|
2217
2217
|
include Google::Apis::Core::Hashable
|
|
2218
2218
|
|
|
2219
|
+
# Boolean indicating whether a column filter was applied in the DataScan job.
|
|
2220
|
+
# Corresponds to the JSON property `columnFilterApplied`
|
|
2221
|
+
# @return [Boolean]
|
|
2222
|
+
attr_accessor :column_filter_applied
|
|
2223
|
+
alias_method :column_filter_applied?, :column_filter_applied
|
|
2224
|
+
|
|
2219
2225
|
# Boolean indicating whether a row filter was applied in the DataScan job.
|
|
2220
2226
|
# Corresponds to the JSON property `rowFilterApplied`
|
|
2221
2227
|
# @return [Boolean]
|
|
@@ -2235,6 +2241,7 @@ module Google
|
|
|
2235
2241
|
|
|
2236
2242
|
# Update properties of this object
|
|
2237
2243
|
def update!(**args)
|
|
2244
|
+
@column_filter_applied = args[:column_filter_applied] if args.key?(:column_filter_applied)
|
|
2238
2245
|
@row_filter_applied = args[:row_filter_applied] if args.key?(:row_filter_applied)
|
|
2239
2246
|
@sampling_percent = args[:sampling_percent] if args.key?(:sampling_percent)
|
|
2240
2247
|
end
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DataplexV1
|
|
18
18
|
# Version of the google-apis-dataplex_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.31.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230607"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1515,6 +1515,7 @@ module Google
|
|
|
1515
1515
|
class GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs
|
|
1516
1516
|
# @private
|
|
1517
1517
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
1518
|
+
property :column_filter_applied, as: 'columnFilterApplied'
|
|
1518
1519
|
property :row_filter_applied, as: 'rowFilterApplied'
|
|
1519
1520
|
property :sampling_percent, as: 'samplingPercent'
|
|
1520
1521
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-dataplex_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.31.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: 2023-06-
|
|
11
|
+
date: 2023-06-18 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.31.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|