Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions generated/google-apis-metastore_v1beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-metastore_v1beta

### v0.81.0 (2026-03-22)

* Regenerated from discovery document revision 20260312

### v0.80.0 (2026-02-15)

* Regenerated from discovery document revision 20260203
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -618,8 +618,10 @@ def update!(**args)
end
end

# Configuration information for migrating from self-managed hive metastore on
# Google Cloud using Cloud SQL as the backend database to Dataproc Metastore.
# Deprecated: Migrations to Dataproc Metastore are no longer supported. Use
# BigLake Metastore migration instead. Configuration information for migrating
# from self-managed hive metastore on Google Cloud using Cloud SQL as the
# backend database to Dataproc Metastore.
class CloudSqlMigrationConfig
include Google::Apis::Core::Hashable

Expand Down Expand Up @@ -1820,8 +1822,10 @@ def update!(**args)
class MigrationExecution
include Google::Apis::Core::Hashable

# Configuration information for migrating from self-managed hive metastore on
# Google Cloud using Cloud SQL as the backend database to Dataproc Metastore.
# Deprecated: Migrations to Dataproc Metastore are no longer supported. Use
# BigLake Metastore migration instead. Configuration information for migrating
# from self-managed hive metastore on Google Cloud using Cloud SQL as the
# backend database to Dataproc Metastore.
# Corresponds to the JSON property `cloudSqlMigrationConfig`
# @return [Google::Apis::MetastoreV1beta::CloudSqlMigrationConfig]
attr_accessor :cloud_sql_migration_config
Expand All @@ -1843,7 +1847,9 @@ class MigrationExecution
# @return [String]
attr_accessor :name

# Output only. The current phase of the migration execution.
# Output only. Deprecated: Phase was designed for incoming migrations to
# Dataproc Metastore, not applicable when migrating away from it. The current
# phase of the migration execution.
# Corresponds to the JSON property `phase`
# @return [String]
attr_accessor :phase
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module MetastoreV1beta
# Version of the google-apis-metastore_v1beta gem
GEM_VERSION = "0.80.0"
GEM_VERSION = "0.81.0"

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

# Revision of the discovery document this client was generated from
REVISION = "20260203"
REVISION = "20260312"
end
end
end
Loading