google-apis-dataplex_v1 0.85.0 → 0.86.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: 8e98fb5e1815f737c90ead7ac01a7206a0e0eabe143cc14f88638b4c990cba7f
4
- data.tar.gz: cbedcc25f164b30e0e56543fa0c5d8126e677f9794eae21e498880ae247d2636
3
+ metadata.gz: 5e2fed232be1ee3bcc03161d23ecddb739d2e53663fd73a15264f61346173aff
4
+ data.tar.gz: 04fd1a8bc4c23074906c39aa4cf03afbca93c4acde00d893d089a9bd827b288e
5
5
  SHA512:
6
- metadata.gz: 11bb8403d084f9e226c57216fc4fa40c3ec866ef47a7be41dd9894df9c2599cbbfee96634c2ae889d2740b25d8eeaeb2c629e87849145a80f894af637c4d29a0
7
- data.tar.gz: e3d3958f7b5400cb139f7b1882311217abab909bb730d8de990f266b0c8ea9c191c37314aa90bac7246388a01ed821f56bcb6ac143458fb883644c07d13d8099
6
+ metadata.gz: d4398320fa6485591f45fd9c58e3f88fcfb7c4ea5233efde05ade627cd40565b29ad2be3992e8727ae858cdf301a0b670d89bddbf578545d0b9c138170434516
7
+ data.tar.gz: 6d57602b8334d31ac0dee3fb43fde332018123518b8b10fdb895b89f2a978d41dd2fa003892d0a5148d12a16ef7e0abb2b81c0911a5c8a47abc060541e6e7b30
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dataplex_v1
2
2
 
3
+ ### v0.86.0 (2025-09-21)
4
+
5
+ * Regenerated from discovery document revision 20250915
6
+
3
7
  ### v0.85.0 (2025-09-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20250907
@@ -7158,11 +7158,11 @@ module Google
7158
7158
  # @return [Array<String>]
7159
7159
  attr_accessor :aspect_types
7160
7160
 
7161
- # Required. The entry group that is in scope for the import job, specified as a
7162
- # relative resource name in the format projects/`project_number_or_id`/locations/
7163
- # `location_id`/entryGroups/`entry_group_id`. Only entries and aspects that
7164
- # belong to the specified entry group are affected by the job.Must contain
7165
- # exactly one element. The entry group and the job must be in the same location.
7161
+ # Required. The entry groups that are in scope for the import job, specified as
7162
+ # relative resource names in the format projects/`project_number_or_id`/
7163
+ # locations/`location_id`/entryGroups/`entry_group_id`. Only entries and aspects
7164
+ # that belong to the specified entry groups are affected by the job.The entry
7165
+ # groups and the job must be in the same location.
7166
7166
  # Corresponds to the JSON property `entryGroups`
7167
7167
  # @return [Array<String>]
7168
7168
  attr_accessor :entry_groups
@@ -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.85.0"
19
+ GEM_VERSION = "0.86.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 = "20250907"
25
+ REVISION = "20250915"
26
26
  end
27
27
  end
28
28
  end
@@ -589,7 +589,11 @@ module Google
589
589
  execute_or_queue_command(command, &block)
590
590
  end
591
591
 
592
- # Looks up an entry by name using the permission on the source system.
592
+ # Looks up an entry by name using the permission on the source system. Caution:
593
+ # The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform, and Dataproc Metastore
594
+ # metadata that is stored in Dataplex Universal Catalog is changing. For more
595
+ # information, see Changes to metadata stored in Dataplex Universal Catalog (
596
+ # https://cloud.google.com/dataplex/docs/metadata-changes).
593
597
  # @param [String] name
594
598
  # Required. The project to which the request should be attributed in the
595
599
  # following form: projects/`project`/locations/`location`.
@@ -3066,7 +3070,10 @@ module Google
3066
3070
  execute_or_queue_command(command, &block)
3067
3071
  end
3068
3072
 
3069
- # Gets an Entry.
3073
+ # Gets an Entry. Caution: The Vertex AI, Bigtable, Spanner, Pub/Sub, Dataform,
3074
+ # and Dataproc Metastore metadata that is stored in Dataplex Universal Catalog
3075
+ # is changing. For more information, see Changes to metadata stored in Dataplex
3076
+ # Universal Catalog (https://cloud.google.com/dataplex/docs/metadata-changes).
3070
3077
  # @param [String] name
3071
3078
  # Required. The resource name of the Entry: projects/`project`/locations/`
3072
3079
  # location`/entryGroups/`entry_group`/entries/`entry`.
@@ -3108,7 +3115,11 @@ module Google
3108
3115
  execute_or_queue_command(command, &block)
3109
3116
  end
3110
3117
 
3111
- # Lists Entries within an EntryGroup.
3118
+ # Lists Entries within an EntryGroup. Caution: The Vertex AI, Bigtable, Spanner,
3119
+ # Pub/Sub, Dataform, and Dataproc Metastore metadata that is stored in Dataplex
3120
+ # Universal Catalog is changing. For more information, see Changes to metadata
3121
+ # stored in Dataplex Universal Catalog (https://cloud.google.com/dataplex/docs/
3122
+ # metadata-changes).
3112
3123
  # @param [String] parent
3113
3124
  # Required. The resource name of the parent Entry Group: projects/`project`/
3114
3125
  # locations/`location`/entryGroups/`entry_group`.
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.85.0
4
+ version: 0.86.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.85.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dataplex_v1/v0.86.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: