google-apis-dataplex_v1 0.53.0 → 0.55.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: 4e45b266913b56121b817df796889187d742d836c8a4253ec190a669766b7c1f
4
- data.tar.gz: 656579f2418d7c6f1e1eebb65192b2100dd22b70070d3bc5feae6bc6216ca572
3
+ metadata.gz: 63127b60d097d766d7ce6f58b0ab992605b49f4ec15656bb0288159439b3db65
4
+ data.tar.gz: 1a5505a787bfed22391b6d9f766ba991f35ee5e559acc09129cd209be92dbc5f
5
5
  SHA512:
6
- metadata.gz: 55c8d18cd46b3f1e6c066bc6621e18b2fcec03866cc1472adbba1875ee199861c6997a12f8a618f2da090f488285fa8185b47561ce2fff5487157869baaca790
7
- data.tar.gz: b29d8e0e071b0affb73bd279e49f74b6b5e129ccdd55c9253cbdbb852d4308038b3f24e892866f5f776e80284f95143bb00bd4d90c286ad4350b772de786458c
6
+ metadata.gz: b0d67fa2ed1c2501f05144d043af848b32f0eeab262e848c21bac0628f159e32d5287b5bec8e16d77c04d76bc640a5cc7cdd16e3e2ab996091cfd68e610d8177
7
+ data.tar.gz: afd4296b6dbf78e1db3e2a46ce13cad5bae0b76e528884ac682c2e82b3f0752a91b1bc127b95568661507e23ec1db464d9cbb98d2282ad323f01bce93c1eed24
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.55.0 (2024-04-28)
4
+
5
+ * Regenerated from discovery document revision 20240419
6
+
7
+ ### v0.54.0 (2024-04-21)
8
+
9
+ * Regenerated from discovery document revision 20240410
10
+
3
11
  ### v0.53.0 (2024-03-31)
4
12
 
5
13
  * Regenerated from discovery document revision 20240325
@@ -2640,6 +2640,12 @@ module Google
2640
2640
  class GoogleCloudDataplexV1DataQualityScanRuleResult
2641
2641
  include Google::Apis::Core::Hashable
2642
2642
 
2643
+ # The number of rows returned by the sql statement in the SqlAssertion rule.
2644
+ # This field is only valid for SqlAssertion rules.
2645
+ # Corresponds to the JSON property `assertionRowCount`
2646
+ # @return [Fixnum]
2647
+ attr_accessor :assertion_row_count
2648
+
2643
2649
  # The column which this rule is evaluated against.
2644
2650
  # Corresponds to the JSON property `column`
2645
2651
  # @return [String]
@@ -2708,6 +2714,7 @@ module Google
2708
2714
 
2709
2715
  # Update properties of this object
2710
2716
  def update!(**args)
2717
+ @assertion_row_count = args[:assertion_row_count] if args.key?(:assertion_row_count)
2711
2718
  @column = args[:column] if args.key?(:column)
2712
2719
  @data_source = args[:data_source] if args.key?(:data_source)
2713
2720
  @evaluated_row_count = args[:evaluated_row_count] if args.key?(:evaluated_row_count)
@@ -3950,9 +3957,10 @@ module Google
3950
3957
  class GoogleCloudDataplexV1Entry
3951
3958
  include Google::Apis::Core::Hashable
3952
3959
 
3953
- # Optional. The Aspects attached to the Entry. The key is either the resource
3954
- # name of the aspect type (if the aspect is attached directly to the entry) or "
3955
- # aspectType@path" if the aspect is attached to an entry's path.
3960
+ # Optional. The Aspects attached to the Entry. The format for the key can be one
3961
+ # of the following: 1. `projectId`.`locationId`.`aspectTypeId` (if the aspect is
3962
+ # attached directly to the entry) 2. `projectId`.`locationId`.`aspectTypeId`@`
3963
+ # path` (if the aspect is attached to an entry's path)
3956
3964
  # Corresponds to the JSON property `aspects`
3957
3965
  # @return [Hash<String,Google::Apis::DataplexV1::GoogleCloudDataplexV1Aspect>]
3958
3966
  attr_accessor :aspects
@@ -6009,46 +6017,11 @@ module Google
6009
6017
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry]
6010
6018
  attr_accessor :dataplex_entry
6011
6019
 
6012
- # Entry description.
6013
- # Corresponds to the JSON property `description`
6014
- # @return [String]
6015
- attr_accessor :description
6016
-
6017
- # Display name.
6018
- # Corresponds to the JSON property `displayName`
6019
- # @return [String]
6020
- attr_accessor :display_name
6021
-
6022
- # Resource name of the entry.
6023
- # Corresponds to the JSON property `entry`
6024
- # @return [String]
6025
- attr_accessor :entry
6026
-
6027
- # The entry type.
6028
- # Corresponds to the JSON property `entryType`
6029
- # @return [String]
6030
- attr_accessor :entry_type
6031
-
6032
- # Fully qualified name.
6033
- # Corresponds to the JSON property `fullyQualifiedName`
6034
- # @return [String]
6035
- attr_accessor :fully_qualified_name
6036
-
6037
6020
  # Linked resource name.
6038
6021
  # Corresponds to the JSON property `linkedResource`
6039
6022
  # @return [String]
6040
6023
  attr_accessor :linked_resource
6041
6024
 
6042
- # The last modification timestamp.
6043
- # Corresponds to the JSON property `modifyTime`
6044
- # @return [String]
6045
- attr_accessor :modify_time
6046
-
6047
- # Relative resource name.
6048
- # Corresponds to the JSON property `relativeResource`
6049
- # @return [String]
6050
- attr_accessor :relative_resource
6051
-
6052
6025
  # Snippets for the entry, contains HTML-style highlighting for matched tokens,
6053
6026
  # will be used in UI.
6054
6027
  # Corresponds to the JSON property `snippets`
@@ -6062,14 +6035,7 @@ module Google
6062
6035
  # Update properties of this object
6063
6036
  def update!(**args)
6064
6037
  @dataplex_entry = args[:dataplex_entry] if args.key?(:dataplex_entry)
6065
- @description = args[:description] if args.key?(:description)
6066
- @display_name = args[:display_name] if args.key?(:display_name)
6067
- @entry = args[:entry] if args.key?(:entry)
6068
- @entry_type = args[:entry_type] if args.key?(:entry_type)
6069
- @fully_qualified_name = args[:fully_qualified_name] if args.key?(:fully_qualified_name)
6070
6038
  @linked_resource = args[:linked_resource] if args.key?(:linked_resource)
6071
- @modify_time = args[:modify_time] if args.key?(:modify_time)
6072
- @relative_resource = args[:relative_resource] if args.key?(:relative_resource)
6073
6039
  @snippets = args[:snippets] if args.key?(:snippets)
6074
6040
  end
6075
6041
  end
@@ -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.53.0"
19
+ GEM_VERSION = "0.55.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 = "20240325"
25
+ REVISION = "20240419"
26
26
  end
27
27
  end
28
28
  end
@@ -1907,6 +1907,7 @@ module Google
1907
1907
  class GoogleCloudDataplexV1DataQualityScanRuleResult
1908
1908
  # @private
1909
1909
  class Representation < Google::Apis::Core::JsonRepresentation
1910
+ property :assertion_row_count, :numeric_string => true, as: 'assertionRowCount'
1910
1911
  property :column, as: 'column'
1911
1912
  property :data_source, as: 'dataSource'
1912
1913
  property :evaluated_row_count, :numeric_string => true, as: 'evaluatedRowCount'
@@ -2844,14 +2845,7 @@ module Google
2844
2845
  class Representation < Google::Apis::Core::JsonRepresentation
2845
2846
  property :dataplex_entry, as: 'dataplexEntry', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry::Representation
2846
2847
 
2847
- property :description, as: 'description'
2848
- property :display_name, as: 'displayName'
2849
- property :entry, as: 'entry'
2850
- property :entry_type, as: 'entryType'
2851
- property :fully_qualified_name, as: 'fullyQualifiedName'
2852
2848
  property :linked_resource, as: 'linkedResource'
2853
- property :modify_time, as: 'modifyTime'
2854
- property :relative_resource, as: 'relativeResource'
2855
2849
  property :snippets, as: 'snippets', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResultSnippets, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1SearchEntriesResultSnippets::Representation
2856
2850
 
2857
2851
  end
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.53.0
4
+ version: 0.55.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-31 00:00:00.000000000 Z
11
+ date: 2024-04-28 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.53.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.55.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: []