google-apis-dataplex_v1 0.51.0 → 0.52.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: b051a341d4c3315ae276378cd95514c951c0e49f4c735031dea7190f2ae919c2
4
- data.tar.gz: b98d48b7abcbb3d46a28e243289bc5e8a6180e9d2ca3e2daa8826a957112cf7c
3
+ metadata.gz: 70d4c4a035e90d085f3276e8a92eb23583397a229b6ebf606e045e65b81c24da
4
+ data.tar.gz: ba3cbc796fe1c6a0d2f3703935e5a607a9d8f9bf422479b08b0b35d54d3bbd6b
5
5
  SHA512:
6
- metadata.gz: 86ba3c8f24b9e46db45786035df8b0f4d5ecf68ce206ea4db37810dbdac95b146542e14c8ee199b8f32fe555b9e8d2ea5a462967e31a5a21b98debfcb1d59672
7
- data.tar.gz: 7a28060c3c5b0d96729f2843b9f5d17678623108a48de4f5b7ea363b6c68763ee8c0eb71d9369acd1a3e73b3174db9cb92bf758ea84438b58c4c7a8b70c8cc35
6
+ metadata.gz: e9d04373aca6569d4557fa7597cbe7bd5a14d158901a43a4461eaad0f8dc1a80022ccaf051464b86fa92f5cc9aaeef8c57523a32ae708a49f50456cbdde9cb91
7
+ data.tar.gz: 791d6bd70153108896c2cc903c90fd92cf130caf66b96dfae04d75e1f75c847ae4fafdcb3ca2337a359f7be2f4deb735edc4e1515dff845e984dc7518d4d12a3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.52.0 (2024-03-24)
4
+
5
+ * Regenerated from discovery document revision 20240317
6
+
3
7
  ### v0.51.0 (2024-03-17)
4
8
 
5
9
  * Regenerated from discovery document revision 20240311
@@ -1544,63 +1544,6 @@ module Google
1544
1544
  end
1545
1545
  end
1546
1546
 
1547
- # The output of a DataDocumentation scan.
1548
- class GoogleCloudDataplexV1DataDocumentationResult
1549
- include Google::Apis::Core::Hashable
1550
-
1551
- # Output only. The list of generated queries.
1552
- # Corresponds to the JSON property `queries`
1553
- # @return [Array<Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResultQuery>]
1554
- attr_accessor :queries
1555
-
1556
- def initialize(**args)
1557
- update!(**args)
1558
- end
1559
-
1560
- # Update properties of this object
1561
- def update!(**args)
1562
- @queries = args[:queries] if args.key?(:queries)
1563
- end
1564
- end
1565
-
1566
- # A query in data documentation
1567
- class GoogleCloudDataplexV1DataDocumentationResultQuery
1568
- include Google::Apis::Core::Hashable
1569
-
1570
- # Output only. The description for the query.
1571
- # Corresponds to the JSON property `description`
1572
- # @return [String]
1573
- attr_accessor :description
1574
-
1575
- # Output only. The SQL query string which can be executed.
1576
- # Corresponds to the JSON property `sql`
1577
- # @return [String]
1578
- attr_accessor :sql
1579
-
1580
- def initialize(**args)
1581
- update!(**args)
1582
- end
1583
-
1584
- # Update properties of this object
1585
- def update!(**args)
1586
- @description = args[:description] if args.key?(:description)
1587
- @sql = args[:sql] if args.key?(:sql)
1588
- end
1589
- end
1590
-
1591
- # DataDocumentation scan related spec.
1592
- class GoogleCloudDataplexV1DataDocumentationSpec
1593
- include Google::Apis::Core::Hashable
1594
-
1595
- def initialize(**args)
1596
- update!(**args)
1597
- end
1598
-
1599
- # Update properties of this object
1600
- def update!(**args)
1601
- end
1602
- end
1603
-
1604
1547
  # DataProfileResult defines the output of DataProfileScan. Each field of the
1605
1548
  # table will have field type specific profile result.
1606
1549
  class GoogleCloudDataplexV1DataProfileResult
@@ -2956,16 +2899,6 @@ module Google
2956
2899
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataSource]
2957
2900
  attr_accessor :data
2958
2901
 
2959
- # The output of a DataDocumentation scan.
2960
- # Corresponds to the JSON property `dataDocumentationResult`
2961
- # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResult]
2962
- attr_accessor :data_documentation_result
2963
-
2964
- # DataDocumentation scan related spec.
2965
- # Corresponds to the JSON property `dataDocumentationSpec`
2966
- # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationSpec]
2967
- attr_accessor :data_documentation_spec
2968
-
2969
2902
  # DataProfileResult defines the output of DataProfileScan. Each field of the
2970
2903
  # table will have field type specific profile result.
2971
2904
  # Corresponds to the JSON property `dataProfileResult`
@@ -3048,8 +2981,6 @@ module Google
3048
2981
  def update!(**args)
3049
2982
  @create_time = args[:create_time] if args.key?(:create_time)
3050
2983
  @data = args[:data] if args.key?(:data)
3051
- @data_documentation_result = args[:data_documentation_result] if args.key?(:data_documentation_result)
3052
- @data_documentation_spec = args[:data_documentation_spec] if args.key?(:data_documentation_spec)
3053
2984
  @data_profile_result = args[:data_profile_result] if args.key?(:data_profile_result)
3054
2985
  @data_profile_spec = args[:data_profile_spec] if args.key?(:data_profile_spec)
3055
2986
  @data_quality_result = args[:data_quality_result] if args.key?(:data_quality_result)
@@ -3416,16 +3347,6 @@ module Google
3416
3347
  class GoogleCloudDataplexV1DataScanJob
3417
3348
  include Google::Apis::Core::Hashable
3418
3349
 
3419
- # The output of a DataDocumentation scan.
3420
- # Corresponds to the JSON property `dataDocumentationResult`
3421
- # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResult]
3422
- attr_accessor :data_documentation_result
3423
-
3424
- # DataDocumentation scan related spec.
3425
- # Corresponds to the JSON property `dataDocumentationSpec`
3426
- # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationSpec]
3427
- attr_accessor :data_documentation_spec
3428
-
3429
3350
  # DataProfileResult defines the output of DataProfileScan. Each field of the
3430
3351
  # table will have field type specific profile result.
3431
3352
  # Corresponds to the JSON property `dataProfileResult`
@@ -3491,8 +3412,6 @@ module Google
3491
3412
 
3492
3413
  # Update properties of this object
3493
3414
  def update!(**args)
3494
- @data_documentation_result = args[:data_documentation_result] if args.key?(:data_documentation_result)
3495
- @data_documentation_spec = args[:data_documentation_spec] if args.key?(:data_documentation_spec)
3496
3415
  @data_profile_result = args[:data_profile_result] if args.key?(:data_profile_result)
3497
3416
  @data_profile_spec = args[:data_profile_spec] if args.key?(:data_profile_spec)
3498
3417
  @data_quality_result = args[:data_quality_result] if args.key?(:data_quality_result)
@@ -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.51.0"
19
+ GEM_VERSION = "0.52.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.14.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240311"
25
+ REVISION = "20240317"
26
26
  end
27
27
  end
28
28
  end
@@ -238,24 +238,6 @@ module Google
238
238
  include Google::Apis::Core::JsonObjectSupport
239
239
  end
240
240
 
241
- class GoogleCloudDataplexV1DataDocumentationResult
242
- class Representation < Google::Apis::Core::JsonRepresentation; end
243
-
244
- include Google::Apis::Core::JsonObjectSupport
245
- end
246
-
247
- class GoogleCloudDataplexV1DataDocumentationResultQuery
248
- class Representation < Google::Apis::Core::JsonRepresentation; end
249
-
250
- include Google::Apis::Core::JsonObjectSupport
251
- end
252
-
253
- class GoogleCloudDataplexV1DataDocumentationSpec
254
- class Representation < Google::Apis::Core::JsonRepresentation; end
255
-
256
- include Google::Apis::Core::JsonObjectSupport
257
- end
258
-
259
241
  class GoogleCloudDataplexV1DataProfileResult
260
242
  class Representation < Google::Apis::Core::JsonRepresentation; end
261
243
 
@@ -1603,28 +1585,6 @@ module Google
1603
1585
  end
1604
1586
  end
1605
1587
 
1606
- class GoogleCloudDataplexV1DataDocumentationResult
1607
- # @private
1608
- class Representation < Google::Apis::Core::JsonRepresentation
1609
- collection :queries, as: 'queries', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResultQuery, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResultQuery::Representation
1610
-
1611
- end
1612
- end
1613
-
1614
- class GoogleCloudDataplexV1DataDocumentationResultQuery
1615
- # @private
1616
- class Representation < Google::Apis::Core::JsonRepresentation
1617
- property :description, as: 'description'
1618
- property :sql, as: 'sql'
1619
- end
1620
- end
1621
-
1622
- class GoogleCloudDataplexV1DataDocumentationSpec
1623
- # @private
1624
- class Representation < Google::Apis::Core::JsonRepresentation
1625
- end
1626
- end
1627
-
1628
1588
  class GoogleCloudDataplexV1DataProfileResult
1629
1589
  # @private
1630
1590
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -2021,10 +1981,6 @@ module Google
2021
1981
  property :create_time, as: 'createTime'
2022
1982
  property :data, as: 'data', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataSource, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataSource::Representation
2023
1983
 
2024
- property :data_documentation_result, as: 'dataDocumentationResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResult::Representation
2025
-
2026
- property :data_documentation_spec, as: 'dataDocumentationSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationSpec::Representation
2027
-
2028
1984
  property :data_profile_result, as: 'dataProfileResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult::Representation
2029
1985
 
2030
1986
  property :data_profile_spec, as: 'dataProfileSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec::Representation
@@ -2147,10 +2103,6 @@ module Google
2147
2103
  class GoogleCloudDataplexV1DataScanJob
2148
2104
  # @private
2149
2105
  class Representation < Google::Apis::Core::JsonRepresentation
2150
- property :data_documentation_result, as: 'dataDocumentationResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationResult::Representation
2151
-
2152
- property :data_documentation_spec, as: 'dataDocumentationSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataDocumentationSpec::Representation
2153
-
2154
2106
  property :data_profile_result, as: 'dataProfileResult', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileResult::Representation
2155
2107
 
2156
2108
  property :data_profile_spec, as: 'dataProfileSpec', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1DataProfileSpec::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.51.0
4
+ version: 0.52.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: 2024-03-17 00:00:00.000000000 Z
11
+ date: 2024-03-24 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.51.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.52.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: []