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: c275372bf2a9a62dcc2af765cf23e05fa279f8f37e160f32b235cdb369805a6a
4
- data.tar.gz: 0c862019c7f1a485a5648f92c458b6aa9405e425f7e136afb8e406daacc05634
3
+ metadata.gz: 33679b505aded3a86f3c2f8d07c8b79aa7c77cfdee0ec1f2056adc1c34b72eb8
4
+ data.tar.gz: 9ce56cc75b19cd2b339ff3a2be0df2b2b0472ed31450a77c0b5053cbf4f884af
5
5
  SHA512:
6
- metadata.gz: dcc786bd0d67c07ae24e8350ca9fe96d98243d4c0e43bdb5d27b592cf79d5d2784906f3f7dedf3694d5cdfbd6a60733880df9692efde97b6fe0bc26c11d89f4a
7
- data.tar.gz: dc163e106df4192f9186ae063e7e1397f936659803c875ac04f4b5e1e8e0c6d2a367ff96c3054178da15d6fef2591dbc6c7637bd5b17238b8626d28acac91e2f
6
+ metadata.gz: c7275bd818893c7187ef0620cb3c66d9b2f97ad14680a1be418dbafc87cce6e331f08627508e0532de18f2864ab8597ee494563d1ebbed360086e1c4024ba7c9
7
+ data.tar.gz: 01b3b1581b846a600fcb3c6c9361f8df4590502cd6320f1a31c7a652927eb6ff814eeb3d544cb74a25196e6ef51bc52d3197744748f8db85d3d14def02d1ce4a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.31.0 (2023-06-18)
4
+
5
+ * Regenerated from discovery document revision 20230607
6
+
3
7
  ### v0.30.0 (2023-06-04)
4
8
 
5
9
  * Regenerated from discovery document revision 20230530
@@ -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 order Q1,
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.30.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 = "20230530"
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.30.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-04 00:00:00.000000000 Z
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.30.0
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: []