google-apis-dataplex_v1 0.43.0 → 0.44.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: d7440adc7ca6ffa442a011bc944c183415c8b27efc85eec650fa65f3dca800a8
4
- data.tar.gz: 90d7e181fedf2cb79b0bbc70c58e8dfba1b9a7a2498400565a52029a685826a4
3
+ metadata.gz: be4bfddaa7254b7e670f7e233a4f5e5d81a054674a073a27eb06f0eb53f28467
4
+ data.tar.gz: 1f0303defc01ff7e0628383963960eb6be6912d89398e8d523489b665cd853fa
5
5
  SHA512:
6
- metadata.gz: 7284e98f9b75d545f3ab86eb39b0fbfa48d615ee32e616d7f15d45a978d1eaf7a3cdba73a42f5559c738ce50bae83923e614429e0bfbcd3e6e4e574c35854e1a
7
- data.tar.gz: 388457e75b54559172ee821505e42498f69a76c779428346892753657f88ec1ab1275909ae4d0fedbe35ac114495b3b303b2a5c8fe913f14738d486ddc3c185d
6
+ metadata.gz: 3159c7a3a4161f8dfa789a17aad7e5bd31ddef2de09054052bf422d94120417e09ce9dce4a35d87da29a6bfa8ef10436e5402001c909deaac82e11551c16ea5d
7
+ data.tar.gz: a9fe1ba488ffa973b7f3f5105bb025e1e0d1c2cab7fdd3d2be926846b711911cd68fc300de90217cec0f4bd57ca11a1d14315d8622ba7e3f90f5da2469132944
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.44.0 (2023-12-17)
4
+
5
+ * Regenerated from discovery document revision 20231208
6
+
3
7
  ### v0.43.0 (2023-11-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20231110
@@ -1855,7 +1855,8 @@ module Google
1855
1855
 
1856
1856
  # Optional. Rows with null values will automatically fail a rule, unless
1857
1857
  # ignore_null is true. In that case, such null rows are trivially considered
1858
- # passing.This field is only valid for row-level type rules.
1858
+ # passing.This field is only valid for the following type of rules:
1859
+ # RangeExpectation RegexExpectation SetExpectation UniquenessExpectation
1859
1860
  # Corresponds to the JSON property `ignoreNull`
1860
1861
  # @return [Boolean]
1861
1862
  attr_accessor :ignore_null
@@ -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.43.0"
19
+ GEM_VERSION = "0.44.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 = "20231110"
25
+ REVISION = "20231208"
26
26
  end
27
27
  end
28
28
  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.43.0
4
+ version: 0.44.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-11-19 00:00:00.000000000 Z
11
+ date: 2023-12-17 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.43.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.44.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: []