google-apis-dataplex_v1 0.34.0 → 0.35.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: de0e4c8747451a556e931d7d1cfe53b633283d577ee2094a76e3a9ce1e71e0bb
4
- data.tar.gz: 8f7c2a682716a7a068351f2205f291737ea2eb8d6b53a6476c9a23d8fd9ada8c
3
+ metadata.gz: 92675f0cc533e901d54d842e435c160daf3b9ad59675d7bd03d550c7e5430241
4
+ data.tar.gz: eb22d1e2491698d7cf9e69e2645cba03c336c35915831b7f6f5aec6f4cb85846
5
5
  SHA512:
6
- metadata.gz: 5c89a2ec2d45d896dfc3a291cc19f0c904142f87e87db68a96d9a6a52be9437ff9398010520cd808cd35b2143fa473f08ba6791a05492de716e456ecd1536538
7
- data.tar.gz: 7736ed5248fd793bac3c9b24bbb35713dc42a4b09273ca002be8024db24cff9bd18b7b08f40d5cde2d5100b2769305a8bcda2828429b83ea4e0ddd65e7a4cd38
6
+ metadata.gz: f1c1ec500c29c4da239bb2116b7f2331dfbb47889d12a1ca9ec44f9d32a399c9708bd936937ee7caaad4cefda43785a447618bc5a200e5abc4a4241d88994077
7
+ data.tar.gz: c7b601468068d71682fb6c399880ec2e847cbe896363a7b533326a682ac9762723470aca884632800221eca858945ef823bd0c187c5bc1b38203fa7a59d01683
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.35.0 (2023-07-23)
4
+
5
+ * Regenerated from discovery document revision 20230712
6
+
3
7
  ### v0.34.0 (2023-07-09)
4
8
 
5
9
  * Regenerated from discovery document revision 20230628
@@ -2225,10 +2225,15 @@ module Google
2225
2225
  end
2226
2226
 
2227
2227
  # These messages contain information about the execution of a datascan. The
2228
- # monitored resource is 'DataScan'
2228
+ # monitored resource is 'DataScan' Next ID: 13
2229
2229
  class GoogleCloudDataplexV1DataScanEvent
2230
2230
  include Google::Apis::Core::Hashable
2231
2231
 
2232
+ # The time when the data scan job was created.
2233
+ # Corresponds to the JSON property `createTime`
2234
+ # @return [String]
2235
+ attr_accessor :create_time
2236
+
2232
2237
  # Data profile result for data scan job.
2233
2238
  # Corresponds to the JSON property `dataProfile`
2234
2239
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileResult]
@@ -2310,6 +2315,7 @@ module Google
2310
2315
 
2311
2316
  # Update properties of this object
2312
2317
  def update!(**args)
2318
+ @create_time = args[:create_time] if args.key?(:create_time)
2313
2319
  @data_profile = args[:data_profile] if args.key?(:data_profile)
2314
2320
  @data_profile_configs = args[:data_profile_configs] if args.key?(:data_profile_configs)
2315
2321
  @data_quality = args[:data_quality] if args.key?(:data_quality)
@@ -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.34.0"
19
+ GEM_VERSION = "0.35.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 = "20230628"
25
+ REVISION = "20230712"
26
26
  end
27
27
  end
28
28
  end
@@ -1530,6 +1530,7 @@ module Google
1530
1530
  class GoogleCloudDataplexV1DataScanEvent
1531
1531
  # @private
1532
1532
  class Representation < Google::Apis::Core::JsonRepresentation
1533
+ property :create_time, as: 'createTime'
1533
1534
  property :data_profile, as: 'dataProfile', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileResult::Representation
1534
1535
 
1535
1536
  property :data_profile_configs, as: 'dataProfileConfigs', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventDataProfileAppliedConfigs::Representation
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.34.0
4
+ version: 0.35.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-07-09 00:00:00.000000000 Z
11
+ date: 2023-07-23 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.34.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.35.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: []