google-apis-dataplex_v1 0.54.0 → 0.56.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: 60cc2f0610aaa90a42f79d308c401f76daa13dfe7766f6794e49b8f0e7eafc3a
4
+ data.tar.gz: 5de90b0f63ea59c4a4510dcfe80244d034c80bea36b911d7616585ffd5f7df16
5
5
  SHA512:
6
- metadata.gz: 163cad555814a31d7e0afee176e70d48ca21a3ab3ba36cc38ee4f701cbc6550c2485fbb0cf4843cecec9d80bc3cc3ff156f9065e647e10fa777a57a5bb06f31c
7
- data.tar.gz: 30d5a403f1f160f216d80abd05f3542dfe97b4f3470611f45bed7f5d5cdd03b2f2c2401d9d3ba2a3b4e4b4044f586505112d14f14da173c2179ea112415ab029
6
+ metadata.gz: cb0356510b3edfab359902b1b7db9c9667d0851ad8e288ca2454a0a45269078c10c99cd25bffda2c1793b99049d87528c1a8ebf8b9dc957aa1ed14b5747d2278
7
+ data.tar.gz: cf1ee59e5d06cf8092a3e3fc65d9728db56c82ac5f8bc86a74392e1a9f48f07c05a594ec0efec4d7277db9322713859e97073a917e8070bc2417f3a69b6bda7e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.56.0 (2024-05-19)
4
+
5
+ * Regenerated using generator version 0.15.0
6
+
7
+ ### v0.55.0 (2024-04-28)
8
+
9
+ * Regenerated from discovery document revision 20240419
10
+
3
11
  ### v0.54.0 (2024-04-21)
4
12
 
5
13
  * 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.56.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.14.0"
22
+ GENERATOR_VERSION = "0.15.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.56.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-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.14.0
19
+ version: 0.15.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.14.0
29
+ version: 0.15.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.56.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: []