google-apis-metastore_v1alpha 0.66.0 → 0.67.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: 0bac40445ec4a02a75f3f88db1a235deb9912e273b100639c2a591a1b84952b6
|
4
|
+
data.tar.gz: e5ad4a2706ea8687e80dba537c034eb924b73e72b85baff9d3d846bdd1c75f27
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cae1063cdd677abebd83b7cbccff45a320eb8a177ec73da549d19d57f254bcd1cbad7085ccb47f4db85215a72830630237099d70f89e5fb96a2736aff54999c2
|
7
|
+
data.tar.gz: 4d3f6a682776216aa6ecb3191ad823372fc8450146199f5045dcc04bd3e8531ffd9516127cfb5f14d2dcd22824fb0f6b76896354566fdf8a03f989352b40f15d
|
data/CHANGELOG.md
CHANGED
@@ -1907,6 +1907,16 @@ module Google
|
|
1907
1907
|
# @return [Array<String>]
|
1908
1908
|
attr_accessor :constituent_regions
|
1909
1909
|
|
1910
|
+
# The continent for this multi-region.
|
1911
|
+
# Corresponds to the JSON property `continent`
|
1912
|
+
# @return [String]
|
1913
|
+
attr_accessor :continent
|
1914
|
+
|
1915
|
+
# The Spanner witness region for this multi-region.
|
1916
|
+
# Corresponds to the JSON property `witnessRegion`
|
1917
|
+
# @return [String]
|
1918
|
+
attr_accessor :witness_region
|
1919
|
+
|
1910
1920
|
def initialize(**args)
|
1911
1921
|
update!(**args)
|
1912
1922
|
end
|
@@ -1914,6 +1924,8 @@ module Google
|
|
1914
1924
|
# Update properties of this object
|
1915
1925
|
def update!(**args)
|
1916
1926
|
@constituent_regions = args[:constituent_regions] if args.key?(:constituent_regions)
|
1927
|
+
@continent = args[:continent] if args.key?(:continent)
|
1928
|
+
@witness_region = args[:witness_region] if args.key?(:witness_region)
|
1917
1929
|
end
|
1918
1930
|
end
|
1919
1931
|
|
@@ -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.67.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.16.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250227"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -989,6 +989,8 @@ module Google
|
|
989
989
|
# @private
|
990
990
|
class Representation < Google::Apis::Core::JsonRepresentation
|
991
991
|
collection :constituent_regions, as: 'constituentRegions'
|
992
|
+
property :continent, as: 'continent'
|
993
|
+
property :witness_region, as: 'witnessRegion'
|
992
994
|
end
|
993
995
|
end
|
994
996
|
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.67.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date: 2025-03-
|
10
|
+
date: 2025-03-09 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.67.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:
|