Skip to content

Commit 8ad9017

Browse files
feat: Automated regeneration of metastore v1 client (#26040)
Auto-created at 2026-03-22 10:48:09 +0000 using the toys pull request generator.
1 parent 718fea4 commit 8ad9017

3 files changed

Lines changed: 17 additions & 7 deletions

File tree

generated/google-apis-metastore_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-metastore_v1
22

3+
### v0.44.0 (2026-03-22)
4+
5+
* Regenerated from discovery document revision 20260312
6+
37
### v0.43.0 (2026-02-15)
48

59
* Regenerated from discovery document revision 20260203

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -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

generated/google-apis-metastore_v1/lib/google/apis/metastore_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 MetastoreV1
1818
# Version of the google-apis-metastore_v1 gem
19-
GEM_VERSION = "0.43.0"
19+
GEM_VERSION = "0.44.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 = "20260203"
25+
REVISION = "20260312"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)