google-apis-metastore_v1beta 0.80.0 → 0.81.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 46afa866da84442638c717161a9cc8f045defe48c01c75eaae1f79a8b344be5a
|
|
4
|
+
data.tar.gz: 056d7dfa35ccf3144b4452225168a5add463919328e4da0dd311f43e6cdc5235
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49b9302631eb7c70c6f3ca065639dda5f954f2ec030397094a1115c3809cf44e1a738c11d3cc4ce4c55a7db71c25531ac8466940025984b37c2c489a464be6af
|
|
7
|
+
data.tar.gz: 5046a8dc2f408f31592fba55668a5d8fa9c7e64516926423a5044a2ad81b24afdc512900515b349f290093975a60ba64de3966c56c6fa3e1a8407c5e1d8afdd1
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-metastore_v1beta
|
|
2
2
|
|
|
3
|
+
### v0.81.0 (2026-06-10)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260427
|
|
6
|
+
* Regenerated using generator version 0.19.0
|
|
7
|
+
|
|
3
8
|
### v0.80.0 (2026-02-15)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20260203
|
data/OVERVIEW.md
CHANGED
|
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/dataproc-metastore/docs) ma
|
|
|
83
83
|
|
|
84
84
|
## Supported Ruby versions
|
|
85
85
|
|
|
86
|
-
This library is supported on Ruby 3.
|
|
86
|
+
This library is supported on Ruby 3.2+.
|
|
87
87
|
|
|
88
88
|
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.
|
|
89
89
|
|
|
@@ -618,8 +618,10 @@ module Google
|
|
|
618
618
|
end
|
|
619
619
|
end
|
|
620
620
|
|
|
621
|
-
#
|
|
622
|
-
#
|
|
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.
|
|
623
625
|
class CloudSqlMigrationConfig
|
|
624
626
|
include Google::Apis::Core::Hashable
|
|
625
627
|
|
|
@@ -1820,8 +1822,10 @@ module Google
|
|
|
1820
1822
|
class MigrationExecution
|
|
1821
1823
|
include Google::Apis::Core::Hashable
|
|
1822
1824
|
|
|
1823
|
-
#
|
|
1824
|
-
#
|
|
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.
|
|
1825
1829
|
# Corresponds to the JSON property `cloudSqlMigrationConfig`
|
|
1826
1830
|
# @return [Google::Apis::MetastoreV1beta::CloudSqlMigrationConfig]
|
|
1827
1831
|
attr_accessor :cloud_sql_migration_config
|
|
@@ -1843,7 +1847,9 @@ module Google
|
|
|
1843
1847
|
# @return [String]
|
|
1844
1848
|
attr_accessor :name
|
|
1845
1849
|
|
|
1846
|
-
# Output only.
|
|
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.
|
|
1847
1853
|
# Corresponds to the JSON property `phase`
|
|
1848
1854
|
# @return [String]
|
|
1849
1855
|
attr_accessor :phase
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MetastoreV1beta
|
|
18
18
|
# Version of the google-apis-metastore_v1beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.81.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260427"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -82,16 +82,21 @@ module Google
|
|
|
82
82
|
execute_or_queue_command(command, &block)
|
|
83
83
|
end
|
|
84
84
|
|
|
85
|
-
# Lists information about the supported locations for this service.
|
|
86
|
-
#
|
|
87
|
-
#
|
|
88
|
-
#
|
|
89
|
-
#
|
|
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.
|
|
90
95
|
# @param [String] name
|
|
91
96
|
# The resource that owns the locations collection, if applicable.
|
|
92
97
|
# @param [Array<String>, String] extra_location_types
|
|
93
|
-
# Optional. Do not use this field
|
|
94
|
-
#
|
|
98
|
+
# Optional. Do not use this field unless explicitly documented otherwise. This
|
|
99
|
+
# is primarily for internal usage.
|
|
95
100
|
# @param [String] filter
|
|
96
101
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
97
102
|
# accepts strings like "displayName=tokyo", and is documented in more detail in
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-metastore_v1beta
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.81.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -57,7 +57,7 @@ licenses:
|
|
|
57
57
|
metadata:
|
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.81.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
66
66
|
requirements:
|
|
67
67
|
- - ">="
|
|
68
68
|
- !ruby/object:Gem::Version
|
|
69
|
-
version: '3.
|
|
69
|
+
version: '3.2'
|
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
requirements:
|
|
72
72
|
- - ">="
|