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: b99c0fbb492550a42a8d924e7c4c552446f0857d5861bd761e9356e713289d7d
4
- data.tar.gz: e60f058d128921f316d08b587b04806f3806c0fa835e8eecd1d7ab07c94b9ce7
3
+ metadata.gz: 0bac40445ec4a02a75f3f88db1a235deb9912e273b100639c2a591a1b84952b6
4
+ data.tar.gz: e5ad4a2706ea8687e80dba537c034eb924b73e72b85baff9d3d846bdd1c75f27
5
5
  SHA512:
6
- metadata.gz: 002ab71f90c3c4985a7bd03b41c8b48d4468e0a16ef7a4986b6f8b5dd38485d57f4094a24870737bd41ee2b8783178b21c62f7518d3e11af5f8bbefec59b01c5
7
- data.tar.gz: a1fc20d1c1dcf873d941e3c955f7df24f4d4c1f355d1338d54eb7c75277de6242621168a1adf4687b4935df2151ce246fc446c0a1cbb3d0992610d5b3d762400
6
+ metadata.gz: cae1063cdd677abebd83b7cbccff45a320eb8a177ec73da549d19d57f254bcd1cbad7085ccb47f4db85215a72830630237099d70f89e5fb96a2736aff54999c2
7
+ data.tar.gz: 4d3f6a682776216aa6ecb3191ad823372fc8450146199f5045dcc04bd3e8531ffd9516127cfb5f14d2dcd22824fb0f6b76896354566fdf8a03f989352b40f15d
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1alpha
2
2
 
3
+ ### v0.67.0 (2025-03-09)
4
+
5
+ * Regenerated from discovery document revision 20250227
6
+
3
7
  ### v0.66.0 (2025-02-26)
4
8
 
5
9
  * Regenerated from discovery document revision 20250121
@@ -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.66.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 = "20250121"
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.66.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-02 00:00:00.000000000 Z
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.66.0
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: