google-apis-dataplex_v1 0.76.0 → 0.78.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: 2227be65ad8b7bfa163f58eb8d29b860a894c78dece5d339afd369c4c750f8ec
4
- data.tar.gz: 0cc20c2375a219d53ebfcce22caba16d21791dd12674849b2d9997a9e2f0efee
3
+ metadata.gz: 7f7add73a78615f9faa7720e7f9340cb3331871ee360c2e2d9eb44ac77e3acc8
4
+ data.tar.gz: '058bb77dd997ca1739388047d685daab58108580b13ce38873ff5a4b67ac8061'
5
5
  SHA512:
6
- metadata.gz: b7a93eeca6578a058f95ded767ec258e19b1933c0676af5635d4b3bda7b493042b616febc66e5762782c438d6813dde1ebf9362cc5fd2141f21a5cdb48665f74
7
- data.tar.gz: 5ec2e117037d26c2d1adf6e15a1b0c3cde8d470eaa61ac94df28d5f2e36119388716b60db4391299e7cf246037d65340789539408572491f53fb56245eda93a9
6
+ metadata.gz: 98a32c6ddffe95f2697dd94143140527bd8329302e497daa0a084f91f2328f41a29b11001fa865278e1789feaa3020f035e9068abe0a5ff2d4c5559f085d861c
7
+ data.tar.gz: 7c6f966bb47c4da85af8284929f853a69eddd3603cac3dca059dfdd675bab353cc4ea30a6dfcf17c1ad0a77c23da1192f19785c93d5f3f00e2a6abcf2a252359
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.78.0 (2025-06-22)
4
+
5
+ * Regenerated from discovery document revision 20250618
6
+
7
+ ### v0.77.0 (2025-06-08)
8
+
9
+ * Regenerated from discovery document revision 20250603
10
+
3
11
  ### v0.76.0 (2025-05-25)
4
12
 
5
13
  * Regenerated from discovery document revision 20250520
@@ -574,7 +574,7 @@ module Google
574
574
  attr_accessor :record_fields
575
575
 
576
576
  # Required. The datatype of this field. The following values are supported:
577
- # Primitive types: string integer boolean double datetime. Must be of the format
577
+ # Primitive types: string int bool double datetime. Must be of the format
578
578
  # RFC3339 UTC "Zulu" (Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.
579
579
  # 045123456Z").Complex types: enum array map record
580
580
  # Corresponds to the JSON property `type`
@@ -2622,8 +2622,8 @@ module Google
2622
2622
  attr_accessor :description
2623
2623
 
2624
2624
  # Required. The dimension a rule belongs to. Results are also aggregated at the
2625
- # dimension level. Supported dimensions are "COMPLETENESS", "ACCURACY", "
2626
- # CONSISTENCY", "VALIDITY", "UNIQUENESS", "FRESHNESS", "VOLUME"
2625
+ # dimension level. Custom dimension name is supported with all uppercase letters
2626
+ # and maximum length of 30 characters.
2627
2627
  # Corresponds to the JSON property `dimension`
2628
2628
  # @return [String]
2629
2629
  attr_accessor :dimension
@@ -3360,7 +3360,8 @@ module Google
3360
3360
  # data profiling (https://cloud.google.com/dataplex/docs/data-profiling-overview)
3361
3361
  # . Data discovery: scans data in Cloud Storage buckets to extract and then
3362
3362
  # catalog metadata. For more information, see Discover and catalog Cloud Storage
3363
- # data (https://cloud.google.com/bigquery/docs/automatic-discovery).
3363
+ # data (https://cloud.google.com/bigquery/docs/automatic-discovery). LINT.
3364
+ # IfChange
3364
3365
  class GoogleCloudDataplexV1DataScan
3365
3366
  include Google::Apis::Core::Hashable
3366
3367
 
@@ -3975,9 +3976,11 @@ module Google
3975
3976
  attr_accessor :entity
3976
3977
 
3977
3978
  # Immutable. The service-qualified full resource name of the cloud resource for
3978
- # a DataScan job to scan against. The field could be: BigQuery table of type "
3979
- # TABLE" for DataProfileScan/DataQualityScan Format: //bigquery.googleapis.com/
3980
- # projects/PROJECT_ID/datasets/DATASET_ID/tables/TABLE_ID
3979
+ # a DataScan job to scan against. The field could eitherbe: Cloud Storage bucket
3980
+ # for DataDiscoveryScan Format: //storage.googleapis.com/projects/PROJECT_ID/
3981
+ # buckets/BUCKET_ID or BigQuery table of type "TABLE" for DataProfileScan/
3982
+ # DataQualityScan Format: //bigquery.googleapis.com/projects/PROJECT_ID/datasets/
3983
+ # DATASET_ID/tables/TABLE_ID
3981
3984
  # Corresponds to the JSON property `resource`
3982
3985
  # @return [String]
3983
3986
  attr_accessor :resource
@@ -5689,6 +5692,11 @@ module Google
5689
5692
  # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry]
5690
5693
  attr_accessor :entry
5691
5694
 
5695
+ # EntryLink represents a link between two Entries.
5696
+ # Corresponds to the JSON property `entryLink`
5697
+ # @return [Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryLink]
5698
+ attr_accessor :entry_link
5699
+
5692
5700
  # The fields to update, in paths that are relative to the Entry resource.
5693
5701
  # Separate each field with a comma.In FULL entry sync mode, Dataplex includes
5694
5702
  # the paths of all of the fields for an entry that can be modified, including
@@ -5714,6 +5722,7 @@ module Google
5714
5722
  def update!(**args)
5715
5723
  @aspect_keys = args[:aspect_keys] if args.key?(:aspect_keys)
5716
5724
  @entry = args[:entry] if args.key?(:entry)
5725
+ @entry_link = args[:entry_link] if args.key?(:entry_link)
5717
5726
  @update_mask = args[:update_mask] if args.key?(:update_mask)
5718
5727
  end
5719
5728
  end
@@ -6990,11 +6999,21 @@ module Google
6990
6999
  # @return [Fixnum]
6991
7000
  attr_accessor :created_entries
6992
7001
 
7002
+ # Output only. The total number of entry links that were successfully created.
7003
+ # Corresponds to the JSON property `createdEntryLinks`
7004
+ # @return [Fixnum]
7005
+ attr_accessor :created_entry_links
7006
+
6993
7007
  # Output only. The total number of entries that were deleted.
6994
7008
  # Corresponds to the JSON property `deletedEntries`
6995
7009
  # @return [Fixnum]
6996
7010
  attr_accessor :deleted_entries
6997
7011
 
7012
+ # Output only. The total number of entry links that were successfully deleted.
7013
+ # Corresponds to the JSON property `deletedEntryLinks`
7014
+ # @return [Fixnum]
7015
+ attr_accessor :deleted_entry_links
7016
+
6998
7017
  # Output only. The total number of entries that were recreated.
6999
7018
  # Corresponds to the JSON property `recreatedEntries`
7000
7019
  # @return [Fixnum]
@@ -7005,6 +7024,11 @@ module Google
7005
7024
  # @return [Fixnum]
7006
7025
  attr_accessor :unchanged_entries
7007
7026
 
7027
+ # Output only. The total number of entry links that were left unchanged.
7028
+ # Corresponds to the JSON property `unchangedEntryLinks`
7029
+ # @return [Fixnum]
7030
+ attr_accessor :unchanged_entry_links
7031
+
7008
7032
  # Output only. The time when the status was updated.
7009
7033
  # Corresponds to the JSON property `updateTime`
7010
7034
  # @return [String]
@@ -7022,9 +7046,12 @@ module Google
7022
7046
  # Update properties of this object
7023
7047
  def update!(**args)
7024
7048
  @created_entries = args[:created_entries] if args.key?(:created_entries)
7049
+ @created_entry_links = args[:created_entry_links] if args.key?(:created_entry_links)
7025
7050
  @deleted_entries = args[:deleted_entries] if args.key?(:deleted_entries)
7051
+ @deleted_entry_links = args[:deleted_entry_links] if args.key?(:deleted_entry_links)
7026
7052
  @recreated_entries = args[:recreated_entries] if args.key?(:recreated_entries)
7027
7053
  @unchanged_entries = args[:unchanged_entries] if args.key?(:unchanged_entries)
7054
+ @unchanged_entry_links = args[:unchanged_entry_links] if args.key?(:unchanged_entry_links)
7028
7055
  @update_time = args[:update_time] if args.key?(:update_time)
7029
7056
  @updated_entries = args[:updated_entries] if args.key?(:updated_entries)
7030
7057
  end
@@ -7125,6 +7152,16 @@ module Google
7125
7152
  # @return [Array<String>]
7126
7153
  attr_accessor :entry_groups
7127
7154
 
7155
+ # Optional. The entry link types that are in scope for the import job, specified
7156
+ # as relative resource names in the format projects/`project_number_or_id`/
7157
+ # locations/`location_id`/entryLinkTypes/`entry_link_type_id`. The job modifies
7158
+ # only the entryLinks that belong to these entry link types.If the metadata
7159
+ # import file attempts to create or delete an entry link whose entry link type
7160
+ # isn't included in this list, the import job will skip those entry links.
7161
+ # Corresponds to the JSON property `entryLinkTypes`
7162
+ # @return [Array<String>]
7163
+ attr_accessor :entry_link_types
7164
+
7128
7165
  # Required. The entry types that are in scope for the import job, specified as
7129
7166
  # relative resource names in the format projects/`project_number_or_id`/
7130
7167
  # locations/`location_id`/entryTypes/`entry_type_id`. The job modifies only the
@@ -7137,6 +7174,27 @@ module Google
7137
7174
  # @return [Array<String>]
7138
7175
  attr_accessor :entry_types
7139
7176
 
7177
+ # Optional. The glossaries that are in scope for the import job, specified as
7178
+ # relative resource names in the format projects/`project_number_or_id`/
7179
+ # locations/`location_id`/glossaries/`glossary_id`.While importing Business
7180
+ # Glossary entries, the user must provide glossaries. While importing entries,
7181
+ # the user does not have to provide glossaries. If the metadata import file
7182
+ # attempts to modify Business Glossary entries whose glossary isn't included in
7183
+ # this list, the import job will skip those entries.The location of a glossary
7184
+ # must either match the location of the job, or the glossary must be global.
7185
+ # Corresponds to the JSON property `glossaries`
7186
+ # @return [Array<String>]
7187
+ attr_accessor :glossaries
7188
+
7189
+ # Optional. Defines the scope of entries that can be referenced in the entry
7190
+ # links.Currently, projects are supported as valid scopes. Format: projects/`
7191
+ # project_number_or_id`If the metadata import file attempts to create an entry
7192
+ # link which references an entry that is not in the scope, the import job will
7193
+ # skip that entry link.
7194
+ # Corresponds to the JSON property `referencedEntryScopes`
7195
+ # @return [Array<String>]
7196
+ attr_accessor :referenced_entry_scopes
7197
+
7140
7198
  def initialize(**args)
7141
7199
  update!(**args)
7142
7200
  end
@@ -7145,7 +7203,10 @@ module Google
7145
7203
  def update!(**args)
7146
7204
  @aspect_types = args[:aspect_types] if args.key?(:aspect_types)
7147
7205
  @entry_groups = args[:entry_groups] if args.key?(:entry_groups)
7206
+ @entry_link_types = args[:entry_link_types] if args.key?(:entry_link_types)
7148
7207
  @entry_types = args[:entry_types] if args.key?(:entry_types)
7208
+ @glossaries = args[:glossaries] if args.key?(:glossaries)
7209
+ @referenced_entry_scopes = args[:referenced_entry_scopes] if args.key?(:referenced_entry_scopes)
7149
7210
  end
7150
7211
  end
7151
7212
 
@@ -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.76.0"
19
+ GEM_VERSION = "0.78.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250520"
25
+ REVISION = "20250618"
26
26
  end
27
27
  end
28
28
  end
@@ -2901,6 +2901,8 @@ module Google
2901
2901
  collection :aspect_keys, as: 'aspectKeys'
2902
2902
  property :entry, as: 'entry', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1Entry::Representation
2903
2903
 
2904
+ property :entry_link, as: 'entryLink', class: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryLink, decorator: Google::Apis::DataplexV1::GoogleCloudDataplexV1EntryLink::Representation
2905
+
2904
2906
  property :update_mask, as: 'updateMask'
2905
2907
  end
2906
2908
  end
@@ -3271,9 +3273,12 @@ module Google
3271
3273
  # @private
3272
3274
  class Representation < Google::Apis::Core::JsonRepresentation
3273
3275
  property :created_entries, :numeric_string => true, as: 'createdEntries'
3276
+ property :created_entry_links, :numeric_string => true, as: 'createdEntryLinks'
3274
3277
  property :deleted_entries, :numeric_string => true, as: 'deletedEntries'
3278
+ property :deleted_entry_links, :numeric_string => true, as: 'deletedEntryLinks'
3275
3279
  property :recreated_entries, :numeric_string => true, as: 'recreatedEntries'
3276
3280
  property :unchanged_entries, :numeric_string => true, as: 'unchangedEntries'
3281
+ property :unchanged_entry_links, :numeric_string => true, as: 'unchangedEntryLinks'
3277
3282
  property :update_time, as: 'updateTime'
3278
3283
  property :updated_entries, :numeric_string => true, as: 'updatedEntries'
3279
3284
  end
@@ -3297,7 +3302,10 @@ module Google
3297
3302
  class Representation < Google::Apis::Core::JsonRepresentation
3298
3303
  collection :aspect_types, as: 'aspectTypes'
3299
3304
  collection :entry_groups, as: 'entryGroups'
3305
+ collection :entry_link_types, as: 'entryLinkTypes'
3300
3306
  collection :entry_types, as: 'entryTypes'
3307
+ collection :glossaries, as: 'glossaries'
3308
+ collection :referenced_entry_scopes, as: 'referencedEntryScopes'
3301
3309
  end
3302
3310
  end
3303
3311
 
@@ -658,7 +658,8 @@ module Google
658
658
  # be organizations/ or projects/. If it is unspecified, it defaults to the
659
659
  # organization where the project provided in name is located.
660
660
  # @param [Boolean] semantic_search
661
- # Optional. Internal only.
661
+ # Optional. Specifies whether the search should understand the meaning and
662
+ # intent behind the query, rather than just matching keywords.
662
663
  # @param [String] fields
663
664
  # Selector specifying which fields to include in a partial response.
664
665
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dataplex_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.76.0
4
+ version: 0.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.76.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.78.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dataplex_v1
62
62
  rdoc_options: []
63
63
  require_paths: