Skip to content

Commit a1da399

Browse files
feat: Automated regeneration of metastore v1beta client (googleapis#22011)
Auto-created at 2025-03-09 10:15:48 +0000 using the toys pull request generator.
1 parent f65dd7e commit a1da399

File tree

5 files changed

+22
-2
lines changed

5 files changed

+22
-2
lines changed

api_names_out.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-metastore_v1beta/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/classes.rb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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

generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
end

generated/google-apis-metastore_v1beta/lib/google/apis/metastore_v1beta/representations.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)