@@ -777,7 +777,7 @@ class GoogleCloudDatacatalogV1DatabaseTableSpec
777
777
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DatabaseTableSpecDatabaseViewSpec]
778
778
attr_accessor :database_view_spec
779
779
780
- # Entry specification for a Dataplex table.
780
+ # Entry specification for a Dataplex Universal Catalog table.
781
781
# Corresponds to the JSON property `dataplexTable`
782
782
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexTableSpec]
783
783
attr_accessor :dataplex_table
@@ -830,11 +830,12 @@ def update!(**args)
830
830
end
831
831
end
832
832
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.
838
839
class GoogleCloudDatacatalogV1DataplexExternalTable
839
840
include Google ::Apis ::Core ::Hashable
840
841
@@ -871,11 +872,11 @@ def update!(**args)
871
872
end
872
873
end
873
874
874
- # Entry specyfication for a Dataplex fileset.
875
+ # Entry specification for a Dataplex Universal Catalog fileset.
875
876
class GoogleCloudDatacatalogV1DataplexFilesetSpec
876
877
include Google ::Apis ::Core ::Hashable
877
878
878
- # Common Dataplex fields.
879
+ # Common Dataplex Universal Catalog fields.
879
880
# Corresponds to the JSON property `dataplexSpec`
880
881
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexSpec]
881
882
attr_accessor :dataplex_spec
@@ -890,13 +891,13 @@ def update!(**args)
890
891
end
891
892
end
892
893
893
- # Common Dataplex fields.
894
+ # Common Dataplex Universal Catalog fields.
894
895
class GoogleCloudDatacatalogV1DataplexSpec
895
896
include Google ::Apis ::Core ::Hashable
896
897
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.
900
901
# Corresponds to the JSON property `asset`
901
902
# @return [String]
902
903
attr_accessor :asset
@@ -913,8 +914,8 @@ class GoogleCloudDatacatalogV1DataplexSpec
913
914
attr_accessor :data_format
914
915
915
916
# 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.
918
919
# Corresponds to the JSON property `projectId`
919
920
# @return [String]
920
921
attr_accessor :project_id
@@ -932,18 +933,18 @@ def update!(**args)
932
933
end
933
934
end
934
935
935
- # Entry specification for a Dataplex table.
936
+ # Entry specification for a Dataplex Universal Catalog table.
936
937
class GoogleCloudDatacatalogV1DataplexTableSpec
937
938
include Google ::Apis ::Core ::Hashable
938
939
939
- # Common Dataplex fields.
940
+ # Common Dataplex Universal Catalog fields.
940
941
# Corresponds to the JSON property `dataplexSpec`
941
942
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexSpec]
942
943
attr_accessor :dataplex_spec
943
944
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.
947
948
# Corresponds to the JSON property `externalTables`
948
949
# @return [Array<Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexExternalTable>]
949
950
attr_accessor :external_tables
@@ -1283,7 +1284,7 @@ class GoogleCloudDatacatalogV1EntryGroup
1283
1284
attr_accessor :name
1284
1285
1285
1286
# 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-
1287
1288
# only in DataCatalog. However, new Tags on EntryGroup and its Entries can be
1288
1289
# created. After setting the flag to [true] it cannot be unset.
1289
1290
# Corresponds to the JSON property `transferredToDataplex`
@@ -1441,7 +1442,7 @@ def update!(**args)
1441
1442
class GoogleCloudDatacatalogV1FilesetSpec
1442
1443
include Google ::Apis ::Core ::Hashable
1443
1444
1444
- # Entry specyfication for a Dataplex fileset.
1445
+ # Entry specification for a Dataplex Universal Catalog fileset.
1445
1446
# Corresponds to the JSON property `dataplexFileset`
1446
1447
# @return [Google::Apis::DatacatalogV1::GoogleCloudDatacatalogV1DataplexFilesetSpec]
1447
1448
attr_accessor :dataplex_fileset
@@ -1563,8 +1564,8 @@ class GoogleCloudDatacatalogV1ImportEntriesRequest
1563
1564
# @return [String]
1564
1565
attr_accessor :gcs_bucket_path
1565
1566
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
1568
1569
# Corresponds to the JSON property `jobId`
1569
1570
# @return [String]
1570
1571
attr_accessor :job_id
@@ -1851,18 +1852,18 @@ def update!(**args)
1851
1852
end
1852
1853
end
1853
1854
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.
1857
1858
class GoogleCloudDatacatalogV1MigrationConfig
1858
1859
include Google ::Apis ::Core ::Hashable
1859
1860
1860
- # Opt-in status for the UI switch to Dataplex.
1861
+ # Opt-in status for the UI switch to Dataplex Universal Catalog .
1861
1862
# Corresponds to the JSON property `catalogUiExperience`
1862
1863
# @return [String]
1863
1864
attr_accessor :catalog_ui_experience
1864
1865
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 .
1866
1867
# Corresponds to the JSON property `tagTemplateMigration`
1867
1868
# @return [String]
1868
1869
attr_accessor :tag_template_migration
@@ -1943,9 +1944,9 @@ def update!(**args)
1943
1944
end
1944
1945
end
1945
1946
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.
1949
1950
class GoogleCloudDatacatalogV1OrganizationConfig
1950
1951
include Google ::Apis ::Core ::Hashable
1951
1952
@@ -2822,12 +2823,12 @@ def update!(**args)
2822
2823
class GoogleCloudDatacatalogV1SetConfigRequest
2823
2824
include Google ::Apis ::Core ::Hashable
2824
2825
2825
- # Opt-in status for the UI switch to Dataplex.
2826
+ # Opt-in status for the UI switch to Dataplex Universal Catalog .
2826
2827
# Corresponds to the JSON property `catalogUiExperience`
2827
2828
# @return [String]
2828
2829
attr_accessor :catalog_ui_experience
2829
2830
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 .
2831
2832
# Corresponds to the JSON property `tagTemplateMigration`
2832
2833
# @return [String]
2833
2834
attr_accessor :tag_template_migration
0 commit comments