google-apis-dataplex_v1 0.26.0 → 0.28.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: e0ddf0055eefba5337cae8ce7485bee6d1454c5775ce786afc76d3c345b5ff32
4
- data.tar.gz: 3c2702d94c74a3aa6b9be5bcc0a838b14eee78c2426a1178e78ed2504975137d
3
+ metadata.gz: ed0647e8b3252c33293831b5e76ac6e5f50830e7a04358dc69478c4c48cdb117
4
+ data.tar.gz: 1d45d1362e3fe605183bfab4b83fa033c3cf219722172207dc55e2efa72a0f31
5
5
  SHA512:
6
- metadata.gz: 41cca2c0b7849c341d3557e7f67eabe21fe07354dfb7d3d015bb66c04a6ac81ba34be01d190139012d28386a026f5f9f302acbeea43cdbd0cd3d166513a120bd
7
- data.tar.gz: e1dd136082d87d7265488c3a9db0e2b6a9c3ecd99219f6d7613f2b44c35ba8107da3ee03212c0ec0d00322b63c3739d8181ac211325d802db294c4f54a5b0986
6
+ metadata.gz: 946a5c12e478a86d83788e300f46bb1d07220d1d29a0c59cb1f8c571e2dcee2aa0e355fc21354e64a50b56c7f4ecd526c2205160ab626b00949664da611e6cc8
7
+ data.tar.gz: 923d0b7f3a56de7a1bd37e360cfaf3623e95b42c70d37ac3a23441c5de906252a711f9842d8b396b869903ee9a7065c5d8d8e284ac4480c31f3aeb090a1f3018
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.28.0 (2023-04-30)
4
+
5
+ * Regenerated from discovery document revision 20230423
6
+
7
+ ### v0.27.0 (2023-04-23)
8
+
9
+ * Regenerated from discovery document revision 20230412
10
+
3
11
  ### v0.26.0 (2023-04-16)
4
12
 
5
13
  * Regenerated from discovery document revision 20230328
@@ -1473,12 +1473,21 @@ module Google
1473
1473
  class GoogleCloudDataplexV1DataProfileSpec
1474
1474
  include Google::Apis::Core::Hashable
1475
1475
 
1476
+ # Optional. The percentage of the records to be selected from the dataset for
1477
+ # DataScan. Value can range between 0.0 and 100.0 with up to 3 significant
1478
+ # decimal digits. Sampling is not applied if sampling_percent is not specified,
1479
+ # 0 or 100.
1480
+ # Corresponds to the JSON property `samplingPercent`
1481
+ # @return [Float]
1482
+ attr_accessor :sampling_percent
1483
+
1476
1484
  def initialize(**args)
1477
1485
  update!(**args)
1478
1486
  end
1479
1487
 
1480
1488
  # Update properties of this object
1481
1489
  def update!(**args)
1490
+ @sampling_percent = args[:sampling_percent] if args.key?(:sampling_percent)
1482
1491
  end
1483
1492
  end
1484
1493
 
@@ -1839,7 +1848,7 @@ module Google
1839
1848
  # @return [String]
1840
1849
  attr_accessor :min_value
1841
1850
 
1842
- #
1851
+ # The aggregate metric to evaluate.
1843
1852
  # Corresponds to the JSON property `statistic`
1844
1853
  # @return [String]
1845
1854
  attr_accessor :statistic
@@ -1918,6 +1927,14 @@ module Google
1918
1927
  # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRule>]
1919
1928
  attr_accessor :rules
1920
1929
 
1930
+ # Optional. The percentage of the records to be selected from the dataset for
1931
+ # DataScan. Value can range between 0.0 and 100.0 with up to 3 significant
1932
+ # decimal digits. Sampling is not applied if sampling_percent is not specified,
1933
+ # 0 or 100.
1934
+ # Corresponds to the JSON property `samplingPercent`
1935
+ # @return [Float]
1936
+ attr_accessor :sampling_percent
1937
+
1921
1938
  def initialize(**args)
1922
1939
  update!(**args)
1923
1940
  end
@@ -1925,6 +1942,7 @@ module Google
1925
1942
  # Update properties of this object
1926
1943
  def update!(**args)
1927
1944
  @rules = args[:rules] if args.key?(:rules)
1945
+ @sampling_percent = args[:sampling_percent] if args.key?(:sampling_percent)
1928
1946
  end
1929
1947
  end
1930
1948
 
@@ -5292,7 +5310,7 @@ module Google
5292
5310
  end
5293
5311
  end
5294
5312
 
5295
- # A resource that represents Google Cloud Platform location.
5313
+ # A resource that represents a Google Cloud location.
5296
5314
  class GoogleCloudLocationLocation
5297
5315
  include Google::Apis::Core::Hashable
5298
5316
 
@@ -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.26.0"
19
+ GEM_VERSION = "0.28.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 = "20230328"
25
+ REVISION = "20230423"
26
26
  end
27
27
  end
28
28
  end
@@ -1293,6 +1293,7 @@ module Google
1293
1293
  class GoogleCloudDataplexV1DataProfileSpec
1294
1294
  # @private
1295
1295
  class Representation < Google::Apis::Core::JsonRepresentation
1296
+ property :sampling_percent, as: 'samplingPercent'
1296
1297
  end
1297
1298
  end
1298
1299
 
@@ -1423,6 +1424,7 @@ module Google
1423
1424
  class Representation < Google::Apis::Core::JsonRepresentation
1424
1425
  collection :rules, as: 'rules', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRule, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataQualityRule::Representation
1425
1426
 
1427
+ property :sampling_percent, as: 'samplingPercent'
1426
1428
  end
1427
1429
  end
1428
1430
 
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.26.0
4
+ version: 0.28.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-04-16 00:00:00.000000000 Z
11
+ date: 2023-04-30 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.26.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.28.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: []