Skip to content

Commit 5f58877

Browse files
feat: Automated regeneration of metastore v1beta client (#26633)
Auto-created at 2026-06-10 22:19:27 +0000 using the toys pull request generator.
1 parent 75a5736 commit 5f58877

6 files changed

Lines changed: 33 additions & 17 deletions

File tree

generated/google-apis-metastore_v1beta/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-metastore_v1beta
22

3+
### v0.81.0 (2026-06-10)
4+
5+
* Regenerated from discovery document revision 20260427
6+
* Regenerated using generator version 0.19.0
7+
38
### v0.80.0 (2026-02-15)
49

510
* Regenerated from discovery document revision 20260203

generated/google-apis-metastore_v1beta/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/dataproc-metastore/docs) ma
8383

8484
## Supported Ruby versions
8585

86-
This library is supported on Ruby 3.1+.
86+
This library is supported on Ruby 3.2+.
8787

8888
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
8989

generated/google-apis-metastore_v1beta/google-apis-metastore_v1beta.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ Gem::Specification.new do |gem|
2828
gem.files = Dir.glob("lib/**/*.rb") + Dir.glob("*.md") + [".yardopts"]
2929
gem.require_paths = ["lib"]
3030

31-
gem.required_ruby_version = '>= 3.1'
31+
gem.required_ruby_version = '>= 3.2'
3232
gem.add_runtime_dependency "google-apis-core", ">= 0.15.0", "< 2.a"
3333
end

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

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -618,8 +618,10 @@ def update!(**args)
618618
end
619619
end
620620

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

@@ -1820,8 +1822,10 @@ def update!(**args)
18201822
class MigrationExecution
18211823
include Google::Apis::Core::Hashable
18221824

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

1846-
# Output only. The current phase of the migration execution.
1850+
# Output only. Deprecated: Phase was designed for incoming migrations to
1851+
# Dataproc Metastore, not applicable when migrating away from it. The current
1852+
# phase of the migration execution.
18471853
# Corresponds to the JSON property `phase`
18481854
# @return [String]
18491855
attr_accessor :phase

generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/gem_version.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module MetastoreV1beta
1818
# Version of the google-apis-metastore_v1beta gem
19-
GEM_VERSION = "0.80.0"
19+
GEM_VERSION = "0.81.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.18.0"
22+
GENERATOR_VERSION = "0.19.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20260203"
25+
REVISION = "20260427"
2626
end
2727
end
2828
end

generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/service.rb

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,16 +82,21 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
8282
execute_or_queue_command(command, &block)
8383
end
8484

85-
# Lists information about the supported locations for this service. This method
86-
# can be called in two ways: List all public locations: Use the path GET /v1/
87-
# locations. List project-visible locations: Use the path GET /v1/projects/`
88-
# project_id`/locations. This may include public locations as well as private or
89-
# other locations specifically visible to the project.
85+
# Lists information about the supported locations for this service.This method
86+
# lists locations based on the resource scope provided in the
87+
# ListLocationsRequest.name field: Global locations: If name is empty, the
88+
# method lists the public locations available to all projects. Project-specific
89+
# locations: If name follows the format projects/`project`, the method lists
90+
# locations visible to that specific project. This includes public, private, or
91+
# other project-specific locations enabled for the project.For gRPC and client
92+
# library implementations, the resource name is passed as the name field. For
93+
# direct service calls, the resource name is incorporated into the request path
94+
# based on the specific service implementation and version.
9095
# @param [String] name
9196
# The resource that owns the locations collection, if applicable.
9297
# @param [Array<String>, String] extra_location_types
93-
# Optional. Do not use this field. It is unsupported and is ignored unless
94-
# explicitly documented otherwise. This is primarily for internal usage.
98+
# Optional. Do not use this field unless explicitly documented otherwise. This
99+
# is primarily for internal usage.
95100
# @param [String] filter
96101
# A filter to narrow down results to a preferred subset. The filtering language
97102
# accepts strings like "displayName=tokyo", and is documented in more detail in

0 commit comments

Comments
 (0)