google-apis-dataplex_v1 0.27.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: 00bf8523bcff00d7620017a5bfee878288f634da2a5cae9cb236dc5d624ba5f3
4
- data.tar.gz: 7ab605a4dfc85246284ffab9f5e021d351d97e35c442ea7e127f2c393d0736f8
3
+ metadata.gz: ed0647e8b3252c33293831b5e76ac6e5f50830e7a04358dc69478c4c48cdb117
4
+ data.tar.gz: 1d45d1362e3fe605183bfab4b83fa033c3cf219722172207dc55e2efa72a0f31
5
5
  SHA512:
6
- metadata.gz: b28d119e8496190e44b6faddbaf6d198667067de441367a3229b9d708e69fba109a774efac29bfd3ea2d2365a2db144f1c3599e1b30d61f932b5c0ee7f9aa5ce
7
- data.tar.gz: 566381347034dae9ac85bd6ed209e1219a6c502e9b593e080798a36708654f6dad00ff4ab2eec936bd3be0b89c15091dbdc351777cbfd72c922b96c9df0f4bd4
6
+ metadata.gz: 946a5c12e478a86d83788e300f46bb1d07220d1d29a0c59cb1f8c571e2dcee2aa0e355fc21354e64a50b56c7f4ecd526c2205160ab626b00949664da611e6cc8
7
+ data.tar.gz: 923d0b7f3a56de7a1bd37e360cfaf3623e95b42c70d37ac3a23441c5de906252a711f9842d8b396b869903ee9a7065c5d8d8e284ac4480c31f3aeb090a1f3018
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.27.0 (2023-04-23)
4
8
 
5
9
  * Regenerated from discovery document revision 20230412
@@ -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
 
@@ -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.27.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 = "20230412"
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.27.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-23 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.27.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: []