File tree Expand file tree Collapse file tree 5 files changed +22
-2
lines changed
generated/google-apis-metastore_v1beta
lib/google/apis/metastore_v1beta Expand file tree Collapse file tree 5 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -269097,6 +269097,8 @@
269097269097"/metastore:v1beta/MultiRegionMetadata": multi_region_metadata
269098269098"/metastore:v1beta/MultiRegionMetadata/constituentRegions": constituent_regions
269099269099"/metastore:v1beta/MultiRegionMetadata/constituentRegions/constituent_region": constituent_region
269100+ "/metastore:v1beta/MultiRegionMetadata/continent": continent
269101+ "/metastore:v1beta/MultiRegionMetadata/witnessRegion": witness_region
269100269102"/metastore:v1beta/NetworkConfig": network_config
269101269103"/metastore:v1beta/NetworkConfig/consumers": consumers
269102269104"/metastore:v1beta/NetworkConfig/consumers/consumer": consumer
Original file line number Diff line number Diff line change 11# Release history for google-apis-metastore_v1beta
22
3+ ### v0.68.0 (2025-03-09)
4+
5+ * Regenerated from discovery document revision 20250227
6+
37### v0.67.0 (2025-02-26)
48
59* Regenerated from discovery document revision 20250121
Original file line number Diff line number Diff line change @@ -1907,13 +1907,25 @@ class MultiRegionMetadata
19071907 # @return [Array<String>]
19081908 attr_accessor :constituent_regions
19091909
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+
19101920 def initialize ( **args )
19111921 update! ( **args )
19121922 end
19131923
19141924 # Update properties of this object
19151925 def update! ( **args )
19161926 @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 )
19171929 end
19181930 end
19191931
Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ module Google
1616 module Apis
1717 module MetastoreV1beta
1818 # Version of the google-apis-metastore_v1beta gem
19- GEM_VERSION = "0.67 .0"
19+ GEM_VERSION = "0.68 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.16.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20250121 "
25+ REVISION = "20250227 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -989,6 +989,8 @@ class MultiRegionMetadata
989989 # @private
990990 class Representation < Google ::Apis ::Core ::JsonRepresentation
991991 collection :constituent_regions , as : 'constituentRegions'
992+ property :continent , as : 'continent'
993+ property :witness_region , as : 'witnessRegion'
992994 end
993995 end
994996
You can’t perform that action at this time.
0 commit comments