Skip to content

Commit 1ea5cd1

Browse files
feat: Automated regeneration of datacatalog v1 client (googleapis#23414)
Auto-created at 2025-06-15 09:57:22 +0000 using the toys pull request generator.
1 parent 9994de7 commit 1ea5cd1

File tree

4 files changed

+54
-49
lines changed

4 files changed

+54
-49
lines changed

generated/google-apis-datacatalog_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-datacatalog_v1
22

3+
### v0.60.0 (2025-06-15)
4+
5+
* Regenerated from discovery document revision 20250609
6+
37
### v0.59.0 (2025-05-25)
48

59
* Regenerated from discovery document revision 20250520

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

Lines changed: 34 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ class GoogleCloudDatacatalogV1DatabaseTableSpec
777777
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec]
778778
attr_accessor :database_view_spec
779779

780-
# Entry specification for a Dataplex table.
780+
# Entry specification for a Dataplex Universal Catalog table.
781781
# Corresponds to the JSON property `dataplexTable`
782782
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexTableSpec]
783783
attr_accessor :dataplex_table
@@ -830,11 +830,12 @@ def update!(**args)
830830
end
831831
end
832832

833-
# External table registered by Dataplex. Dataplex publishes data discovered from
834-
# an asset into multiple other systems (BigQuery, DPMS) in form of tables. We
835-
# call them "external tables". External tables are also synced into the Data
836-
# Catalog. This message contains pointers to those external tables (fully
837-
# qualified name, resource name et cetera) within the Data Catalog.
833+
# External table registered by Dataplex Universal Catalog. Dataplex Universal
834+
# Catalog publishes data discovered from an asset into multiple other systems (
835+
# BigQuery, DPMS) in form of tables. We call them "external tables". External
836+
# tables are also synced into the Data Catalog. This message contains pointers
837+
# to those external tables (fully qualified name, resource name et cetera)
838+
# within the Data Catalog.
838839
class GoogleCloudDatacatalogV1DataplexExternalTable
839840
include Google::Apis::Core::Hashable
840841

@@ -871,11 +872,11 @@ def update!(**args)
871872
end
872873
end
873874

874-
# Entry specyfication for a Dataplex fileset.
875+
# Entry specification for a Dataplex Universal Catalog fileset.
875876
class GoogleCloudDatacatalogV1DataplexFilesetSpec
876877
include Google::Apis::Core::Hashable
877878

878-
# Common Dataplex fields.
879+
# Common Dataplex Universal Catalog fields.
879880
# Corresponds to the JSON property `dataplexSpec`
880881
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexSpec]
881882
attr_accessor :dataplex_spec
@@ -890,13 +891,13 @@ def update!(**args)
890891
end
891892
end
892893

893-
# Common Dataplex fields.
894+
# Common Dataplex Universal Catalog fields.
894895
class GoogleCloudDatacatalogV1DataplexSpec
895896
include Google::Apis::Core::Hashable
896897

897-
# Fully qualified resource name of an asset in Dataplex, to which the underlying
898-
# data source (Cloud Storage bucket or BigQuery dataset) of the entity is
899-
# attached.
898+
# Fully qualified resource name of an asset in Dataplex Universal Catalog, to
899+
# which the underlying data source (Cloud Storage bucket or BigQuery dataset) of
900+
# the entity is attached.
900901
# Corresponds to the JSON property `asset`
901902
# @return [String]
902903
attr_accessor :asset
@@ -913,8 +914,8 @@ class GoogleCloudDatacatalogV1DataplexSpec
913914
attr_accessor :data_format
914915

915916
# Project ID of the underlying Cloud Storage or BigQuery data. Note that this
916-
# may not be the same project as the correspondingly Dataplex lake / zone /
917-
# asset.
917+
# may not be the same project as the corresponding Dataplex Universal Catalog
918+
# lake / zone / asset.
918919
# Corresponds to the JSON property `projectId`
919920
# @return [String]
920921
attr_accessor :project_id
@@ -932,18 +933,18 @@ def update!(**args)
932933
end
933934
end
934935

935-
# Entry specification for a Dataplex table.
936+
# Entry specification for a Dataplex Universal Catalog table.
936937
class GoogleCloudDatacatalogV1DataplexTableSpec
937938
include Google::Apis::Core::Hashable
938939

939-
# Common Dataplex fields.
940+
# Common Dataplex Universal Catalog fields.
940941
# Corresponds to the JSON property `dataplexSpec`
941942
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexSpec]
942943
attr_accessor :dataplex_spec
943944

944-
# List of external tables registered by Dataplex in other systems based on the
945-
# same underlying data. External tables allow to query this data in those
946-
# systems.
945+
# List of external tables registered by Dataplex Universal Catalog in other
946+
# systems based on the same underlying data. External tables allow to query this
947+
# data in those systems.
947948
# Corresponds to the JSON property `externalTables`
948949
# @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexExternalTable>]
949950
attr_accessor :external_tables
@@ -1283,7 +1284,7 @@ class GoogleCloudDatacatalogV1EntryGroup
12831284
attr_accessor :name
12841285

12851286
# Optional. When set to [true], it means DataCatalog EntryGroup was transferred
1286-
# to Dataplex Catalog Service. It makes EntryGroup and its Entries to be read-
1287+
# to Dataplex Universal Catalog. It makes EntryGroup and its Entries to be read-
12871288
# only in DataCatalog. However, new Tags on EntryGroup and its Entries can be
12881289
# created. After setting the flag to [true] it cannot be unset.
12891290
# Corresponds to the JSON property `transferredToDataplex`
@@ -1441,7 +1442,7 @@ def update!(**args)
14411442
class GoogleCloudDatacatalogV1FilesetSpec
14421443
include Google::Apis::Core::Hashable
14431444

1444-
# Entry specyfication for a Dataplex fileset.
1445+
# Entry specification for a Dataplex Universal Catalog fileset.
14451446
# Corresponds to the JSON property `dataplexFileset`
14461447
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexFilesetSpec]
14471448
attr_accessor :dataplex_fileset
@@ -1563,8 +1564,8 @@ class GoogleCloudDatacatalogV1ImportEntriesRequest
15631564
# @return [String]
15641565
attr_accessor :gcs_bucket_path
15651566

1566-
# Optional. (Optional) Dataplex task job id, if specified will be used as part
1567-
# of ImportEntries LRO ID
1567+
# Optional. (Optional) Dataplex Universal Catalog task job id, if specified will
1568+
# be used as part of ImportEntries LRO ID
15681569
# Corresponds to the JSON property `jobId`
15691570
# @return [String]
15701571
attr_accessor :job_id
@@ -1851,18 +1852,18 @@ def update!(**args)
18511852
end
18521853
end
18531854

1854-
# The configuration related to the migration to Dataplex applied to an
1855-
# organization or project. It is the response message for SetConfig and
1856-
# RetrieveEffectiveConfig.
1855+
# The configuration related to the migration to Dataplex Universal Catalog
1856+
# applied to an organization or project. It is the response message for
1857+
# SetConfig and RetrieveEffectiveConfig.
18571858
class GoogleCloudDatacatalogV1MigrationConfig
18581859
include Google::Apis::Core::Hashable
18591860

1860-
# Opt-in status for the UI switch to Dataplex.
1861+
# Opt-in status for the UI switch to Dataplex Universal Catalog.
18611862
# Corresponds to the JSON property `catalogUiExperience`
18621863
# @return [String]
18631864
attr_accessor :catalog_ui_experience
18641865

1865-
# Opt-in status for the migration of Tag Templates to Dataplex.
1866+
# Opt-in status for the migration of Tag Templates to Dataplex Universal Catalog.
18661867
# Corresponds to the JSON property `tagTemplateMigration`
18671868
# @return [String]
18681869
attr_accessor :tag_template_migration
@@ -1943,9 +1944,9 @@ def update!(**args)
19431944
end
19441945
end
19451946

1946-
# The configuration related to the migration from Data Catalog to Dataplex that
1947-
# has been applied to an organization and any projects under it. It is the
1948-
# response message for RetrieveConfig.
1947+
# The configuration related to the migration from Data Catalog to Dataplex
1948+
# Universal Catalog that has been applied to an organization and any projects
1949+
# under it. It is the response message for RetrieveConfig.
19491950
class GoogleCloudDatacatalogV1OrganizationConfig
19501951
include Google::Apis::Core::Hashable
19511952

@@ -2822,12 +2823,12 @@ def update!(**args)
28222823
class GoogleCloudDatacatalogV1SetConfigRequest
28232824
include Google::Apis::Core::Hashable
28242825

2825-
# Opt-in status for the UI switch to Dataplex.
2826+
# Opt-in status for the UI switch to Dataplex Universal Catalog.
28262827
# Corresponds to the JSON property `catalogUiExperience`
28272828
# @return [String]
28282829
attr_accessor :catalog_ui_experience
28292830

2830-
# Opt-in status for the migration of Tag Templates to Dataplex.
2831+
# Opt-in status for the migration of Tag Templates to Dataplex Universal Catalog.
28312832
# Corresponds to the JSON property `tagTemplateMigration`
28322833
# @return [String]
28332834
attr_accessor :tag_template_migration

generated/google-apis-datacatalog_v1/lib/google/apis/datacatalog_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 DatacatalogV1
1818
# Version of the google-apis-datacatalog_v1 gem
19-
GEM_VERSION = "0.59.0"
19+
GEM_VERSION = "0.60.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 = "20250520"
25+
REVISION = "20250609"
2626
end
2727
end
2828
end

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

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ def lookup_entry(fully_qualified_name: nil, linked_resource: nil, location: nil,
156156
end
157157

158158
# Retrieves the configuration related to the migration from Data Catalog to
159-
# Dataplex for a specific organization, including all the projects under it
160-
# which have a separate configuration set.
159+
# Dataplex Universal Catalog for a specific organization, including all the
160+
# projects under it which have a separate configuration set.
161161
# @param [String] name
162162
# Required. The organization whose config is being retrieved.
163163
# @param [String] fields
@@ -188,10 +188,10 @@ def retrieve_organization_location_config(name, fields: nil, quota_user: nil, op
188188
end
189189

190190
# Retrieves the effective configuration related to the migration from Data
191-
# Catalog to Dataplex for a specific organization or project. If there is no
192-
# specific configuration set for the resource, the setting is checked
193-
# hierarchicahlly through the ancestors of the resource, starting from the
194-
# resource itself.
191+
# Catalog to Dataplex Universal Catalog for a specific organization or project.
192+
# If there is no specific configuration set for the resource, the setting is
193+
# checked hierarchicahlly through the ancestors of the resource, starting from
194+
# the resource itself.
195195
# @param [String] name
196196
# Required. The resource whose effective config is being retrieved.
197197
# @param [String] fields
@@ -221,8 +221,8 @@ def retrieve_organization_location_effective_config(name, fields: nil, quota_use
221221
execute_or_queue_command(command, &block)
222222
end
223223

224-
# Sets the configuration related to the migration to Dataplex for an
225-
# organization or project.
224+
# Sets the configuration related to the migration to Dataplex Universal Catalog
225+
# for an organization or project.
226226
# @param [String] name
227227
# Required. The organization or project whose config is being specified.
228228
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SetConfigRequest] google_cloud_datacatalog_v1_set_config_request_object
@@ -256,10 +256,10 @@ def set_organization_location_config(name, google_cloud_datacatalog_v1_set_confi
256256
end
257257

258258
# Retrieves the effective configuration related to the migration from Data
259-
# Catalog to Dataplex for a specific organization or project. If there is no
260-
# specific configuration set for the resource, the setting is checked
261-
# hierarchicahlly through the ancestors of the resource, starting from the
262-
# resource itself.
259+
# Catalog to Dataplex Universal Catalog for a specific organization or project.
260+
# If there is no specific configuration set for the resource, the setting is
261+
# checked hierarchicahlly through the ancestors of the resource, starting from
262+
# the resource itself.
263263
# @param [String] name
264264
# Required. The resource whose effective config is being retrieved.
265265
# @param [String] fields
@@ -289,8 +289,8 @@ def retrieve_project_location_effective_config(name, fields: nil, quota_user: ni
289289
execute_or_queue_command(command, &block)
290290
end
291291

292-
# Sets the configuration related to the migration to Dataplex for an
293-
# organization or project.
292+
# Sets the configuration related to the migration to Dataplex Universal Catalog
293+
# for an organization or project.
294294
# @param [String] name
295295
# Required. The organization or project whose config is being specified.
296296
# @param [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1SetConfigRequest] google_cloud_datacatalog_v1_set_config_request_object

0 commit comments

Comments
 (0)