From a603808f12e963b8fe7c0e36241868b66c618ada Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 22 Mar 2026 09:23:50 +0000 Subject: [PATCH] feat: Automated regeneration of metastore v1beta client --- .../google-apis-metastore_v1beta/CHANGELOG.md | 4 ++++ .../lib/google/apis/metastore_v1beta/classes.rb | 16 +++++++++++----- .../google/apis/metastore_v1beta/gem_version.rb | 4 ++-- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/generated/google-apis-metastore_v1beta/CHANGELOG.md b/generated/google-apis-metastore_v1beta/CHANGELOG.md index 66081654a0b..6813c7455a8 100644 --- a/generated/google-apis-metastore_v1beta/CHANGELOG.md +++ b/generated/google-apis-metastore_v1beta/CHANGELOG.md @@ -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 diff --git a/generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/classes.rb b/generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/classes.rb index 59272656967..734a60e95f6 100644 --- a/generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/classes.rb +++ b/generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/classes.rb @@ -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 @@ -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 @@ -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 diff --git a/generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/gem_version.rb b/generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/gem_version.rb index 538f5f8e50f..27297439fd1 100644 --- a/generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/gem_version.rb +++ b/generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/gem_version.rb @@ -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