google-apis-metastore_v1beta 0.49.0 → 0.51.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e8dffb233ce3d2b40ce0ee9699194c5660319dae5734b7c562895046d0dd3037
4
- data.tar.gz: 65341dd783ea9a948fd4634dc848f1ca2089d7fa45adf9be1414133fa443d43e
3
+ metadata.gz: 9523a2c3e39f0d34f8abb043f8412a9ab329f2fe7001d4d04387d6d1eeca57b0
4
+ data.tar.gz: 96500a61d35facfc1aeac3f9fee3f8a14cb12e0611b6988b78ad4a9fa00e6ce3
5
5
  SHA512:
6
- metadata.gz: 67208052339ea3eef7cbc69d34c23865f1c0a45f3f2bef5f3ff7165c527d0eb76861398ad0f8f287dd5ab998a9e5ba717dc9c13df8fa21e2ba07f96bf35e330a
7
- data.tar.gz: 72705c0eb39e82b9afd3f7bbbfc5c8f122cc5c80aeacfd6164df84fd2dd1b90827f73db29c3ba3456672eb0a45e7063efb43d464c07f55f03a459b954929e86b
6
+ metadata.gz: cf18517f18303b143f9c04d871933fcfcc02ce902c7947504d9648ca8aefd5c826343ae2c8e9168cb23d480682a8e2332a3fdcba883e3b4c60a33def4ddcfe8d
7
+ data.tar.gz: '085c8cf6beb1406151e03472961e99a2ed14c2e25955aee4d17161d010adc144bc2c3c8277fdbc1b362e4806da731d173bc14fdce05ce48eb5c7b7730f161e6f'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-metastore_v1beta
2
2
 
3
+ ### v0.51.0 (2023-10-15)
4
+
5
+ * Regenerated from discovery document revision 20231010
6
+
7
+ ### v0.50.0 (2023-10-08)
8
+
9
+ * Regenerated from discovery document revision 20230926
10
+
3
11
  ### v0.49.0 (2023-09-10)
4
12
 
5
13
  * Regenerated from discovery document revision 20230905
@@ -146,7 +146,7 @@ module Google
146
146
  # @return [Hash<String,String>]
147
147
  attr_accessor :config_overrides
148
148
 
149
- # Network configuration for the Dataproc Metastore service.Next available ID: 4
149
+ # Network configuration for the Dataproc Metastore service.
150
150
  # Corresponds to the JSON property `networkConfig`
151
151
  # @return [Google::Apis::MetastoreV1beta::NetworkConfig]
152
152
  attr_accessor :network_config
@@ -342,8 +342,7 @@ module Google
342
342
  end
343
343
  end
344
344
 
345
- # Contains information of the customer's network configurations.Next available
346
- # ID: 5
345
+ # Contains information of the customer's network configurations.
347
346
  class Consumer
348
347
  include Google::Apis::Core::Hashable
349
348
 
@@ -1061,6 +1060,13 @@ module Google
1061
1060
  class LocationMetadata
1062
1061
  include Google::Apis::Core::Hashable
1063
1062
 
1063
+ # The metadata for the multi-region that includes the constituent regions. The
1064
+ # metadata is only populated if the region is multi-region. For single region,
1065
+ # it will be empty.
1066
+ # Corresponds to the JSON property `multiRegionMetadata`
1067
+ # @return [Google::Apis::MetastoreV1beta::MultiRegionMetadata]
1068
+ attr_accessor :multi_region_metadata
1069
+
1064
1070
  # The versions of Hive Metastore that can be used when creating a new metastore
1065
1071
  # service in this location. The server guarantees that exactly one
1066
1072
  # HiveMetastoreVersion in the list will set is_default.
@@ -1074,6 +1080,7 @@ module Google
1074
1080
 
1075
1081
  # Update properties of this object
1076
1082
  def update!(**args)
1083
+ @multi_region_metadata = args[:multi_region_metadata] if args.key?(:multi_region_metadata)
1077
1084
  @supported_hive_metastore_versions = args[:supported_hive_metastore_versions] if args.key?(:supported_hive_metastore_versions)
1078
1085
  end
1079
1086
  end
@@ -1302,7 +1309,28 @@ module Google
1302
1309
  end
1303
1310
  end
1304
1311
 
1305
- # Network configuration for the Dataproc Metastore service.Next available ID: 4
1312
+ # The metadata for the multi-region that includes the constituent regions. The
1313
+ # metadata is only populated if the region is multi-region. For single region,
1314
+ # it will be empty.
1315
+ class MultiRegionMetadata
1316
+ include Google::Apis::Core::Hashable
1317
+
1318
+ # The regions constituting the multi-region.
1319
+ # Corresponds to the JSON property `constituentRegions`
1320
+ # @return [Array<String>]
1321
+ attr_accessor :constituent_regions
1322
+
1323
+ def initialize(**args)
1324
+ update!(**args)
1325
+ end
1326
+
1327
+ # Update properties of this object
1328
+ def update!(**args)
1329
+ @constituent_regions = args[:constituent_regions] if args.key?(:constituent_regions)
1330
+ end
1331
+ end
1332
+
1333
+ # Network configuration for the Dataproc Metastore service.
1306
1334
  class NetworkConfig
1307
1335
  include Google::Apis::Core::Hashable
1308
1336
 
@@ -1838,7 +1866,7 @@ module Google
1838
1866
  # @return [String]
1839
1867
  attr_accessor :network
1840
1868
 
1841
- # Network configuration for the Dataproc Metastore service.Next available ID: 4
1869
+ # Network configuration for the Dataproc Metastore service.
1842
1870
  # Corresponds to the JSON property `networkConfig`
1843
1871
  # @return [Google::Apis::MetastoreV1beta::NetworkConfig]
1844
1872
  attr_accessor :network_config
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MetastoreV1beta
18
18
  # Version of the google-apis-metastore_v1beta gem
19
- GEM_VERSION = "0.49.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230905"
25
+ REVISION = "20231010"
26
26
  end
27
27
  end
28
28
  end
@@ -250,6 +250,12 @@ module Google
250
250
  include Google::Apis::Core::JsonObjectSupport
251
251
  end
252
252
 
253
+ class MultiRegionMetadata
254
+ class Representation < Google::Apis::Core::JsonRepresentation; end
255
+
256
+ include Google::Apis::Core::JsonObjectSupport
257
+ end
258
+
253
259
  class NetworkConfig
254
260
  class Representation < Google::Apis::Core::JsonRepresentation; end
255
261
 
@@ -637,6 +643,8 @@ module Google
637
643
  class LocationMetadata
638
644
  # @private
639
645
  class Representation < Google::Apis::Core::JsonRepresentation
646
+ property :multi_region_metadata, as: 'multiRegionMetadata', class: Google::Apis::MetastoreV1beta::MultiRegionMetadata, decorator: Google::Apis::MetastoreV1beta::MultiRegionMetadata::Representation
647
+
640
648
  collection :supported_hive_metastore_versions, as: 'supportedHiveMetastoreVersions', class: Google::Apis::MetastoreV1beta::HiveMetastoreVersion, decorator: Google::Apis::MetastoreV1beta::HiveMetastoreVersion::Representation
641
649
 
642
650
  end
@@ -710,6 +718,13 @@ module Google
710
718
  end
711
719
  end
712
720
 
721
+ class MultiRegionMetadata
722
+ # @private
723
+ class Representation < Google::Apis::Core::JsonRepresentation
724
+ collection :constituent_regions, as: 'constituentRegions'
725
+ end
726
+ end
727
+
713
728
  class NetworkConfig
714
729
  # @private
715
730
  class Representation < Google::Apis::Core::JsonRepresentation
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-metastore_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.49.0
4
+ version: 0.51.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-10 00:00:00.000000000 Z
11
+ date: 2023-10-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.49.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.51.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1beta
63
63
  post_install_message:
64
64
  rdoc_options: []