google-apis-metastore_v1alpha 0.79.0 → 0.80.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: 9aa8ed1f251dfaa7ea3d301b969b7b6617ff7b9e5552636b044ac1bd5d1516f0
|
|
4
|
+
data.tar.gz: b5cdb3273909048850e7cfb371fd3ace3a785fc12c8c8bf29374b5e69f54e220
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 974b392a43a7e0bc5eb21232b3169d7ccc9d45f3732253ab1be2bf0dd69873d9df68f99f9eb832b830a14e821f3791d7dbb83a6541af0cf4798bdfcdc9a3f338
|
|
7
|
+
data.tar.gz: 4af36a8860239222630538275a6f6749e1475bd31ae55757837c9d39e03c6b8bf4554c5957a3741f5b0d2a49504801cfcfd29d0b6130e07807b34cb6368dbb5c
|
data/CHANGELOG.md
CHANGED
|
@@ -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::MetastoreV1alpha::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 MetastoreV1alpha
|
|
18
18
|
# Version of the google-apis-metastore_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.80.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260312"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-metastore_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.80.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_v1alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.80.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|