google-apis-dataplex_v1 0.54.0 → 0.55.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 82a2a14975955cf3e91ea7feeeb6b8b1d952ed4d1296a9cac8ecd8fe54354889
4
- data.tar.gz: 3c806b1679d956503726abea766c97ac61556969e2f8227da72e0c5422d879ba
3
+ metadata.gz: 63127b60d097d766d7ce6f58b0ab992605b49f4ec15656bb0288159439b3db65
4
+ data.tar.gz: 1a5505a787bfed22391b6d9f766ba991f35ee5e559acc09129cd209be92dbc5f
5
5
  SHA512:
6
- metadata.gz: 163cad555814a31d7e0afee176e70d48ca21a3ab3ba36cc38ee4f701cbc6550c2485fbb0cf4843cecec9d80bc3cc3ff156f9065e647e10fa777a57a5bb06f31c
7
- data.tar.gz: 30d5a403f1f160f216d80abd05f3542dfe97b4f3470611f45bed7f5d5cdd03b2f2c2401d9d3ba2a3b4e4b4044f586505112d14f14da173c2179ea112415ab029
6
+ metadata.gz: b0d67fa2ed1c2501f05144d043af848b32f0eeab262e848c21bac0628f159e32d5287b5bec8e16d77c04d76bc640a5cc7cdd16e3e2ab996091cfd68e610d8177
7
+ data.tar.gz: afd4296b6dbf78e1db3e2a46ce13cad5bae0b76e528884ac682c2e82b3f0752a91b1bc127b95568661507e23ec1db464d9cbb98d2282ad323f01bce93c1eed24
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.55.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240419
6
+
3
7
  ### v0.54.0 (2024-04-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20240410
@@ -2640,6 +2640,12 @@ module Google
2640
2640
  class GoogleCloudDataplexV1DataQualityScanRuleResult
2641
2641
  include Google::Apis::Core::Hashable
2642
2642
 
2643
+ # The number of rows returned by the sql statement in the SqlAssertion rule.
2644
+ # This field is only valid for SqlAssertion rules.
2645
+ # Corresponds to the JSON property `assertionRowCount`
2646
+ # @return [Fixnum]
2647
+ attr_accessor :assertion_row_count
2648
+
2643
2649
  # The column which this rule is evaluated against.
2644
2650
  # Corresponds to the JSON property `column`
2645
2651
  # @return [String]
@@ -2708,6 +2714,7 @@ module Google
2708
2714
 
2709
2715
  # Update properties of this object
2710
2716
  def update!(**args)
2717
+ @assertion_row_count = args[:assertion_row_count] if args.key?(:assertion_row_count)
2711
2718
  @column = args[:column] if args.key?(:column)
2712
2719
  @data_source = args[:data_source] if args.key?(:data_source)
2713
2720
  @evaluated_row_count = args[:evaluated_row_count] if args.key?(:evaluated_row_count)
@@ -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.54.0"
19
+ GEM_VERSION = "0.55.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240410"
25
+ REVISION = "20240419"
26
26
  end
27
27
  end
28
28
  end
@@ -1907,6 +1907,7 @@ module Google
1907
1907
  class GoogleCloudDataplexV1DataQualityScanRuleResult
1908
1908
  # @private
1909
1909
  class Representation < Google::Apis::Core::JsonRepresentation
1910
+ property :assertion_row_count, :numeric_string => true, as: 'assertionRowCount'
1910
1911
  property :column, as: 'column'
1911
1912
  property :data_source, as: 'dataSource'
1912
1913
  property :evaluated_row_count, :numeric_string => true, as: 'evaluatedRowCount'
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.54.0
4
+ version: 0.55.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-04-21 00:00:00.000000000 Z
11
+ date: 2024-04-28 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.54.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.55.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: []