Skip to content

Commit d2f3f2e

Browse files
feat: Automated regeneration of dataplex v1 client (#24338)
Auto-created at 2025-09-21 09:50:48 +0000 using the toys pull request generator.
1 parent 0cbad5a commit d2f3f2e

File tree

4 files changed

+25
-10
lines changed

4 files changed

+25
-10
lines changed

generated/google-apis-dataplex_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-dataplex_v1
22

3+
### v0.86.0 (2025-09-21)
4+
5+
* Regenerated from discovery document revision 20250915
6+
37
### v0.85.0 (2025-09-14)
48

59
* Regenerated from discovery document revision 20250907

generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/classes.rb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7158,11 +7158,11 @@ class GoogleCloudDataplexV1MetadataJobImportJobSpecImportJobScope
71587158
# @return [Array<String>]
71597159
attr_accessor :aspect_types
71607160

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.
71667166
# Corresponds to the JSON property `entryGroups`
71677167
# @return [Array<String>]
71687168
attr_accessor :entry_groups

generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module DataplexV1
1818
# Version of the google-apis-dataplex_v1 gem
19-
GEM_VERSION = "0.85.0"
19+
GEM_VERSION = "0.86.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250907"
25+
REVISION = "20250915"
2626
end
2727
end
2828
end

generated/google-apis-dataplex_v1/lib/google/apis/dataplex_v1/service.rb

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,11 @@ def list_project_locations(name, extra_location_types: nil, filter: nil, page_si
589589
execute_or_queue_command(command, &block)
590590
end
591591

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).
593597
# @param [String] name
594598
# Required. The project to which the request should be attributed in the
595599
# following form: projects/`project`/locations/`location`.
@@ -3066,7 +3070,10 @@ def delete_project_location_entry_group_entry(name, fields: nil, quota_user: nil
30663070
execute_or_queue_command(command, &block)
30673071
end
30683072

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).
30703077
# @param [String] name
30713078
# Required. The resource name of the Entry: projects/`project`/locations/`
30723079
# location`/entryGroups/`entry_group`/entries/`entry`.
@@ -3108,7 +3115,11 @@ def get_project_location_entry_group_entry(name, aspect_types: nil, paths: nil,
31083115
execute_or_queue_command(command, &block)
31093116
end
31103117

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).
31123123
# @param [String] parent
31133124
# Required. The resource name of the parent Entry Group: projects/`project`/
31143125
# locations/`location`/entryGroups/`entry_group`.

0 commit comments

Comments
 (0)