google-apis-dataplex_v1 0.32.0 → 0.33.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 94ddce1f28b57b795b903a044184d746b431e5c6dd24bbc4e6f0f34f13772fb9
4
- data.tar.gz: f351488733607db481f76ec116156827c13fff6911cf17a85d070feb2fecb577
3
+ metadata.gz: 583ae4ecfa854d7e92a88772679dfa0341bf7b43b68821b338359dd06d343bfc
4
+ data.tar.gz: 8f53c9e5ea3f0ef6678c7afbb9e5ac3759445405d11140e2cd49b3d8ae1a085a
5
5
  SHA512:
6
- metadata.gz: 785c8d0b19d167355011aa799a9053d247e17c8171cd2681acc7a4acc9ff53f7c9a9ea578ed206b65c7713de75b0dd413f7b91463a700c7d3093eaad74faddc1
7
- data.tar.gz: ff4ceb1502194c19efe624951b8aa3eb7361eadd26458a6790445fb79726b2c132715727aa8bdc369848c3a5deb9cb0a9f97bca4de967bc511126c11463dc53f
6
+ metadata.gz: 044f93ad6948daedbce8ac173d611dd6e5e0b81ae716b1a40b6c241283df4972e2f37ae00825b99da47fbe7fca2d7afca19e3b4acdf27a3aa5693fe693242970
7
+ data.tar.gz: 59bb0ef7d0b845563a215ba9030b54875fc7863545e41113878fa0015a1e36a634e3a1b43bce5f9fa898f86f8047a0db422ed0bb567cfc08cfa3035fda61ed6e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.33.0 (2023-07-02)
4
+
5
+ * Regenerated from discovery document revision 20230626
6
+
3
7
  ### v0.32.0 (2023-06-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20230616
@@ -2181,6 +2181,11 @@ module Google
2181
2181
  # @return [String]
2182
2182
  attr_accessor :message
2183
2183
 
2184
+ # Post scan actions result for data scan job.
2185
+ # Corresponds to the JSON property `postScanActionsResult`
2186
+ # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResult]
2187
+ attr_accessor :post_scan_actions_result
2188
+
2184
2189
  # The scope of the data scan (e.g. full, incremental).
2185
2190
  # Corresponds to the JSON property `scope`
2186
2191
  # @return [String]
@@ -2225,6 +2230,7 @@ module Google
2225
2230
  @end_time = args[:end_time] if args.key?(:end_time)
2226
2231
  @job_id = args[:job_id] if args.key?(:job_id)
2227
2232
  @message = args[:message] if args.key?(:message)
2233
+ @post_scan_actions_result = args[:post_scan_actions_result] if args.key?(:post_scan_actions_result)
2228
2234
  @scope = args[:scope] if args.key?(:scope)
2229
2235
  @spec_version = args[:spec_version] if args.key?(:spec_version)
2230
2236
  @start_time = args[:start_time] if args.key?(:start_time)
@@ -2350,6 +2356,50 @@ module Google
2350
2356
  end
2351
2357
  end
2352
2358
 
2359
+ # Post scan actions result for data scan job.
2360
+ class GoogleCloudDataplexV1DataScanEventPostScanActionsResult
2361
+ include Google::Apis::Core::Hashable
2362
+
2363
+ # The result of BigQuery export post scan action.
2364
+ # Corresponds to the JSON property `bigqueryExportResult`
2365
+ # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult]
2366
+ attr_accessor :bigquery_export_result
2367
+
2368
+ def initialize(**args)
2369
+ update!(**args)
2370
+ end
2371
+
2372
+ # Update properties of this object
2373
+ def update!(**args)
2374
+ @bigquery_export_result = args[:bigquery_export_result] if args.key?(:bigquery_export_result)
2375
+ end
2376
+ end
2377
+
2378
+ # The result of BigQuery export post scan action.
2379
+ class GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult
2380
+ include Google::Apis::Core::Hashable
2381
+
2382
+ # Additional information about the BigQuery exporting.
2383
+ # Corresponds to the JSON property `message`
2384
+ # @return [String]
2385
+ attr_accessor :message
2386
+
2387
+ # Execution state for the BigQuery exporting.
2388
+ # Corresponds to the JSON property `state`
2389
+ # @return [String]
2390
+ attr_accessor :state
2391
+
2392
+ def initialize(**args)
2393
+ update!(**args)
2394
+ end
2395
+
2396
+ # Update properties of this object
2397
+ def update!(**args)
2398
+ @message = args[:message] if args.key?(:message)
2399
+ @state = args[:state] if args.key?(:state)
2400
+ end
2401
+ end
2402
+
2353
2403
  # DataScan execution settings.
2354
2404
  class GoogleCloudDataplexV1DataScanExecutionSpec
2355
2405
  include Google::Apis::Core::Hashable
@@ -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.32.0"
19
+ GEM_VERSION = "0.33.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 = "20230616"
25
+ REVISION = "20230626"
26
26
  end
27
27
  end
28
28
  end
@@ -364,6 +364,18 @@ module Google
364
364
  include Google::Apis::Core::JsonObjectSupport
365
365
  end
366
366
 
367
+ class GoogleCloudDataplexV1DataScanEventPostScanActionsResult
368
+ class Representation < Google::Apis::Core::JsonRepresentation; end
369
+
370
+ include Google::Apis::Core::JsonObjectSupport
371
+ end
372
+
373
+ class GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult
374
+ class Representation < Google::Apis::Core::JsonRepresentation; end
375
+
376
+ include Google::Apis::Core::JsonObjectSupport
377
+ end
378
+
367
379
  class GoogleCloudDataplexV1DataScanExecutionSpec
368
380
  class Representation < Google::Apis::Core::JsonRepresentation; end
369
381
 
@@ -1506,6 +1518,8 @@ module Google
1506
1518
  property :end_time, as: 'endTime'
1507
1519
  property :job_id, as: 'jobId'
1508
1520
  property :message, as: 'message'
1521
+ property :post_scan_actions_result, as: 'postScanActionsResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResult::Representation
1522
+
1509
1523
  property :scope, as: 'scope'
1510
1524
  property :spec_version, as: 'specVersion'
1511
1525
  property :start_time, as: 'startTime'
@@ -1548,6 +1562,22 @@ module Google
1548
1562
  end
1549
1563
  end
1550
1564
 
1565
+ class GoogleCloudDataplexV1DataScanEventPostScanActionsResult
1566
+ # @private
1567
+ class Representation < Google::Apis::Core::JsonRepresentation
1568
+ property :bigquery_export_result, as: 'bigqueryExportResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult::Representation
1569
+
1570
+ end
1571
+ end
1572
+
1573
+ class GoogleCloudDataplexV1DataScanEventPostScanActionsResultBigQueryExportResult
1574
+ # @private
1575
+ class Representation < Google::Apis::Core::JsonRepresentation
1576
+ property :message, as: 'message'
1577
+ property :state, as: 'state'
1578
+ end
1579
+ end
1580
+
1551
1581
  class GoogleCloudDataplexV1DataScanExecutionSpec
1552
1582
  # @private
1553
1583
  class Representation < Google::Apis::Core::JsonRepresentation
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.32.0
4
+ version: 0.33.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-06-25 00:00:00.000000000 Z
11
+ date: 2023-07-02 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.32.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.33.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: []