google-apis-metastore_v1 0.41.0 → 0.42.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_v1/classes.rb +13 -9
- data/lib/google/apis/metastore_v1/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: bc1763cfd074631df3b16ea952616f098c97a615580a925733e081b04e6bffa1
|
|
4
|
+
data.tar.gz: af32c65c6833b2bda6321d82fb920604526823c2b00a17f103d2f817f4dd97b4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96d2aebe154d80742389745ed0c102f5c2023a14cb9f98d9d0ea7e0bdc0bf3bdefceadcb279be6a31d6858dfd75364cbf1b9adb99fa6aeed85987bab38ddce53
|
|
7
|
+
data.tar.gz: a73eed678d535c8e411d23b17b27bf1c74895090075b3e3f8a395d1653efd82a3ab987bfc4bede6ea43087403217d62ab642488318994f043278e1a9a302599b
|
data/CHANGELOG.md
CHANGED
|
@@ -675,8 +675,9 @@ module Google
|
|
|
675
675
|
end
|
|
676
676
|
end
|
|
677
677
|
|
|
678
|
-
#
|
|
679
|
-
#
|
|
678
|
+
# Deprecated: Use a single region service instead. Metadata about a custom
|
|
679
|
+
# region. This is only populated if the region is a custom region. For single/
|
|
680
|
+
# multi regions, it will be empty.
|
|
680
681
|
class CustomRegionMetadata
|
|
681
682
|
include Google::Apis::Core::Hashable
|
|
682
683
|
|
|
@@ -1459,14 +1460,16 @@ module Google
|
|
|
1459
1460
|
class LocationMetadata
|
|
1460
1461
|
include Google::Apis::Core::Hashable
|
|
1461
1462
|
|
|
1462
|
-
#
|
|
1463
|
+
# Deprecated: Use a single region service instead. Possible configurations
|
|
1464
|
+
# supported if the current region is a custom region.
|
|
1463
1465
|
# Corresponds to the JSON property `customRegionMetadata`
|
|
1464
1466
|
# @return [Array<Google::Apis::MetastoreV1::CustomRegionMetadata>]
|
|
1465
1467
|
attr_accessor :custom_region_metadata
|
|
1466
1468
|
|
|
1467
|
-
#
|
|
1468
|
-
#
|
|
1469
|
-
# custom dual region, it
|
|
1469
|
+
# Deprecated: Use a single region service instead. The metadata for the multi-
|
|
1470
|
+
# region that includes the constituent regions. The metadata is only populated
|
|
1471
|
+
# if the region is multi-region. For single region or custom dual region, it
|
|
1472
|
+
# will be empty.
|
|
1470
1473
|
# Corresponds to the JSON property `multiRegionMetadata`
|
|
1471
1474
|
# @return [Google::Apis::MetastoreV1::MultiRegionMetadata]
|
|
1472
1475
|
attr_accessor :multi_region_metadata
|
|
@@ -1787,9 +1790,10 @@ module Google
|
|
|
1787
1790
|
end
|
|
1788
1791
|
end
|
|
1789
1792
|
|
|
1790
|
-
#
|
|
1791
|
-
#
|
|
1792
|
-
# custom dual region, it
|
|
1793
|
+
# Deprecated: Use a single region service instead. The metadata for the multi-
|
|
1794
|
+
# region that includes the constituent regions. The metadata is only populated
|
|
1795
|
+
# if the region is multi-region. For single region or custom dual region, it
|
|
1796
|
+
# will be empty.
|
|
1793
1797
|
class MultiRegionMetadata
|
|
1794
1798
|
include Google::Apis::Core::Hashable
|
|
1795
1799
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module MetastoreV1
|
|
18
18
|
# Version of the google-apis-metastore_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.42.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_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.42.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.42.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|