@@ -597,8 +597,10 @@ def update!(**args)
597597 end
598598 end
599599
600- # Configuration information for migrating from self-managed hive metastore on
601- # Google Cloud using Cloud SQL as the backend database to Dataproc Metastore.
600+ # Deprecated: Migrations to Dataproc Metastore are no longer supported. Use
601+ # BigLake Metastore migration instead. Configuration information for migrating
602+ # from self-managed hive metastore on Google Cloud using Cloud SQL as the
603+ # backend database to Dataproc Metastore.
602604 class CloudSqlMigrationConfig
603605 include Google ::Apis ::Core ::Hashable
604606
@@ -1691,8 +1693,10 @@ def update!(**args)
16911693 class MigrationExecution
16921694 include Google ::Apis ::Core ::Hashable
16931695
1694- # Configuration information for migrating from self-managed hive metastore on
1695- # Google Cloud using Cloud SQL as the backend database to Dataproc Metastore.
1696+ # Deprecated: Migrations to Dataproc Metastore are no longer supported. Use
1697+ # BigLake Metastore migration instead. Configuration information for migrating
1698+ # from self-managed hive metastore on Google Cloud using Cloud SQL as the
1699+ # backend database to Dataproc Metastore.
16961700 # Corresponds to the JSON property `cloudSqlMigrationConfig`
16971701 # @return [Google::Apis::MetastoreV1::CloudSqlMigrationConfig]
16981702 attr_accessor :cloud_sql_migration_config
@@ -1714,7 +1718,9 @@ class MigrationExecution
17141718 # @return [String]
17151719 attr_accessor :name
17161720
1717- # Output only. The current phase of the migration execution.
1721+ # Output only. Deprecated: Phase was designed for incoming migrations to
1722+ # Dataproc Metastore, not applicable when migrating away from it. The current
1723+ # phase of the migration execution.
17181724 # Corresponds to the JSON property `phase`
17191725 # @return [String]
17201726 attr_accessor :phase
0 commit comments