google-apis-metastore_v1alpha 0.77.0 → 0.78.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/metastore_v1alpha/classes.rb +33 -21
- data/lib/google/apis/metastore_v1alpha/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2e2eea4efcaec9b5ece78ed1f0938cfb13aedb230837da3a0d95aff7572ad923
|
|
4
|
+
data.tar.gz: a9ec059a051657b28da3b24c2aa7f5f85b2e4c20518ed6cef8681dbc995c12cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b88cc20a7caec9443241e4a39ba4b3665ba53c966bdd048c1cc512d5d8a52ff7c946bd8a507fb3d765a74f052ecb0b76665b600f97f0a907e79b803fe950e824
|
|
7
|
+
data.tar.gz: df3c819ef70e43123fa4049e475f6d51fb6b1da3591b89b9538352427b2f6d8a2978e40c9f009e4f9c15a6ded874eca47c4ca215219ecbcb7d17f41b8132089e
|
data/CHANGELOG.md
CHANGED
|
@@ -717,8 +717,9 @@ module Google
|
|
|
717
717
|
end
|
|
718
718
|
end
|
|
719
719
|
|
|
720
|
-
#
|
|
721
|
-
# in. Currently only supported
|
|
720
|
+
# Deprecated: Use a single region service instead. Custom configuration used to
|
|
721
|
+
# specify regions that the metastore service runs in. Currently only supported
|
|
722
|
+
# in the us multi-region.
|
|
722
723
|
class CustomRegionConfig
|
|
723
724
|
include Google::Apis::Core::Hashable
|
|
724
725
|
|
|
@@ -745,8 +746,9 @@ module Google
|
|
|
745
746
|
end
|
|
746
747
|
end
|
|
747
748
|
|
|
748
|
-
#
|
|
749
|
-
#
|
|
749
|
+
# Deprecated: Use a single region service instead. Metadata about a custom
|
|
750
|
+
# region. This is only populated if the region is a custom region. For single/
|
|
751
|
+
# multi regions, it will be empty.
|
|
750
752
|
class CustomRegionMetadata
|
|
751
753
|
include Google::Apis::Core::Hashable
|
|
752
754
|
|
|
@@ -1580,14 +1582,16 @@ module Google
|
|
|
1580
1582
|
class LocationMetadata
|
|
1581
1583
|
include Google::Apis::Core::Hashable
|
|
1582
1584
|
|
|
1583
|
-
#
|
|
1585
|
+
# Deprecated: Use a single region service instead. Possible configurations
|
|
1586
|
+
# supported if the current region is a custom region.
|
|
1584
1587
|
# Corresponds to the JSON property `customRegionMetadata`
|
|
1585
1588
|
# @return [Array<Google::Apis::MetastoreV1alpha::CustomRegionMetadata>]
|
|
1586
1589
|
attr_accessor :custom_region_metadata
|
|
1587
1590
|
|
|
1588
|
-
#
|
|
1589
|
-
#
|
|
1590
|
-
# custom dual region, it
|
|
1591
|
+
# Deprecated: Use a single region service instead. The metadata for the multi-
|
|
1592
|
+
# region that includes the constituent regions. The metadata is only populated
|
|
1593
|
+
# if the region is multi-region. For single region or custom dual region, it
|
|
1594
|
+
# will be empty.
|
|
1591
1595
|
# Corresponds to the JSON property `multiRegionMetadata`
|
|
1592
1596
|
# @return [Google::Apis::MetastoreV1alpha::MultiRegionMetadata]
|
|
1593
1597
|
attr_accessor :multi_region_metadata
|
|
@@ -1915,18 +1919,21 @@ module Google
|
|
|
1915
1919
|
end
|
|
1916
1920
|
end
|
|
1917
1921
|
|
|
1918
|
-
# The multi-region config for
|
|
1922
|
+
# Deprecated: Use a single region service instead. The multi-region config for
|
|
1923
|
+
# the Dataproc Metastore service.
|
|
1919
1924
|
class MultiRegionConfig
|
|
1920
1925
|
include Google::Apis::Core::Hashable
|
|
1921
1926
|
|
|
1922
|
-
# Output only.
|
|
1923
|
-
# connect to a multi-regional
|
|
1927
|
+
# Output only. Deprecated: Use a single region service instead. The list of root
|
|
1928
|
+
# CA certificates that a gRPC client uses to connect to a multi-regional
|
|
1929
|
+
# Dataproc Metastore service.
|
|
1924
1930
|
# Corresponds to the JSON property `certificates`
|
|
1925
1931
|
# @return [Array<Google::Apis::MetastoreV1alpha::RootCaCertificate>]
|
|
1926
1932
|
attr_accessor :certificates
|
|
1927
1933
|
|
|
1928
|
-
#
|
|
1929
|
-
# in. Currently only supported
|
|
1934
|
+
# Deprecated: Use a single region service instead. Custom configuration used to
|
|
1935
|
+
# specify regions that the metastore service runs in. Currently only supported
|
|
1936
|
+
# in the us multi-region.
|
|
1930
1937
|
# Corresponds to the JSON property `customRegionConfig`
|
|
1931
1938
|
# @return [Google::Apis::MetastoreV1alpha::CustomRegionConfig]
|
|
1932
1939
|
attr_accessor :custom_region_config
|
|
@@ -1942,9 +1949,10 @@ module Google
|
|
|
1942
1949
|
end
|
|
1943
1950
|
end
|
|
1944
1951
|
|
|
1945
|
-
#
|
|
1946
|
-
#
|
|
1947
|
-
# custom dual region, it
|
|
1952
|
+
# Deprecated: Use a single region service instead. The metadata for the multi-
|
|
1953
|
+
# region that includes the constituent regions. The metadata is only populated
|
|
1954
|
+
# if the region is multi-region. For single region or custom dual region, it
|
|
1955
|
+
# will be empty.
|
|
1948
1956
|
class MultiRegionMetadata
|
|
1949
1957
|
include Google::Apis::Core::Hashable
|
|
1950
1958
|
|
|
@@ -2409,17 +2417,20 @@ module Google
|
|
|
2409
2417
|
end
|
|
2410
2418
|
end
|
|
2411
2419
|
|
|
2412
|
-
#
|
|
2413
|
-
#
|
|
2420
|
+
# Deprecated: Use a single region service instead. A gRPC client must install
|
|
2421
|
+
# all root CA certificates to connect to a multi-regional Dataproc Metastore
|
|
2422
|
+
# service and achieve failover.
|
|
2414
2423
|
class RootCaCertificate
|
|
2415
2424
|
include Google::Apis::Core::Hashable
|
|
2416
2425
|
|
|
2417
|
-
#
|
|
2426
|
+
# Deprecated: Use a single region service instead. The root CA certificate in
|
|
2427
|
+
# PEM format. The maximum length is 65536 bytes.
|
|
2418
2428
|
# Corresponds to the JSON property `certificate`
|
|
2419
2429
|
# @return [String]
|
|
2420
2430
|
attr_accessor :certificate
|
|
2421
2431
|
|
|
2422
|
-
#
|
|
2432
|
+
# Deprecated: Use a single region service instead. The certificate expiration
|
|
2433
|
+
# time in timestamp format.
|
|
2423
2434
|
# Corresponds to the JSON property `expirationTime`
|
|
2424
2435
|
# @return [String]
|
|
2425
2436
|
attr_accessor :expiration_time
|
|
@@ -2610,7 +2621,8 @@ module Google
|
|
|
2610
2621
|
# @return [Google::Apis::MetastoreV1alpha::MetadataManagementActivity]
|
|
2611
2622
|
attr_accessor :metadata_management_activity
|
|
2612
2623
|
|
|
2613
|
-
# The multi-region config for
|
|
2624
|
+
# Deprecated: Use a single region service instead. The multi-region config for
|
|
2625
|
+
# the Dataproc Metastore service.
|
|
2614
2626
|
# Corresponds to the JSON property `multiRegionConfig`
|
|
2615
2627
|
# @return [Google::Apis::MetastoreV1alpha::MultiRegionConfig]
|
|
2616
2628
|
attr_accessor :multi_region_config
|
|
@@ -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.78.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 = "20260122"
|
|
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.78.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.78.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:
|