google-apis-metastore_v1beta 0.63.0 → 0.64.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: c7d62a1042ecf1876cb439667ae8f2c7452d2d016ca32b887ca3f7f0843d1d84
4
- data.tar.gz: a7b5526f4df3b3ca5f4a094ef4936bb9b6fe8bb241e68d34ec7c32ba90b32429
3
+ metadata.gz: 347f67c14b31fa921485c114d9c6d893d3679831342183ef7fa512cd560eb19f
4
+ data.tar.gz: e2b4cfad4ba25e6d5c9894c1ee11b91b5af23b2e177d708e056f9ef82a58d033
5
5
  SHA512:
6
- metadata.gz: 3e28ef1ea1a42b2a4b0a706a344fed9eaec56d53d7963da83e804fc7ab84b34a2791cabc341382753826f607e6b8ece1eee18d1bdda4023b90d76c90b53feca8
7
- data.tar.gz: 61d91a627189f93aac7a79d6fdab89066bcbc5a8983ab1c9b2261a3f45c3d697aedb179ad0d3bcd2fbed104be703625b62c012ff1e52574b077a7ae23f28a0c5
6
+ metadata.gz: ab4a3d7402383c9fa932a3b814fd360ce193cdbae38bcdfb2650a56345972bc88f3c6790eb6eb4f5d1c06dc315b3736b855a9f8c73e5966836d02e8300d34916
7
+ data.tar.gz: 3e36a3362d5cb20becfb5f2531227dcf67b2e106d526b5f043ac5ef05874ded66e4efe176e4064ba153c941781a6ab1a827f0e0c77d8886749cfb892a8d4d4db
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1beta
2
2
 
3
+ ### v0.64.0 (2024-06-16)
4
+
5
+ * Regenerated from discovery document revision 20240611
6
+
3
7
  ### v0.63.0 (2024-05-19)
4
8
 
5
9
  * Regenerated from discovery document revision 20240510
@@ -717,38 +717,6 @@ module Google
717
717
  end
718
718
  end
719
719
 
720
- # Metadata about a custom region. This is only populated if the region is a
721
- # custom region. For single/multi regions, it will be empty.
722
- class CustomRegionMetadata
723
- include Google::Apis::Core::Hashable
724
-
725
- # The read-only regions for this custom region.
726
- # Corresponds to the JSON property `optionalReadOnlyRegions`
727
- # @return [Array<String>]
728
- attr_accessor :optional_read_only_regions
729
-
730
- # The read-write regions for this custom region.
731
- # Corresponds to the JSON property `requiredReadWriteRegions`
732
- # @return [Array<String>]
733
- attr_accessor :required_read_write_regions
734
-
735
- # The Spanner witness region for this custom region.
736
- # Corresponds to the JSON property `witnessRegion`
737
- # @return [String]
738
- attr_accessor :witness_region
739
-
740
- def initialize(**args)
741
- update!(**args)
742
- end
743
-
744
- # Update properties of this object
745
- def update!(**args)
746
- @optional_read_only_regions = args[:optional_read_only_regions] if args.key?(:optional_read_only_regions)
747
- @required_read_write_regions = args[:required_read_write_regions] if args.key?(:required_read_write_regions)
748
- @witness_region = args[:witness_region] if args.key?(:witness_region)
749
- end
750
- end
751
-
752
720
  # Specifies how metastore metadata should be integrated with the Data Catalog
753
721
  # service.
754
722
  class DataCatalogConfig
@@ -1526,11 +1494,6 @@ module Google
1526
1494
  class LocationMetadata
1527
1495
  include Google::Apis::Core::Hashable
1528
1496
 
1529
- # Possible configurations supported if the current region is a custom region.
1530
- # Corresponds to the JSON property `customRegionMetadata`
1531
- # @return [Array<Google::Apis::MetastoreV1beta::CustomRegionMetadata>]
1532
- attr_accessor :custom_region_metadata
1533
-
1534
1497
  # The metadata for the multi-region that includes the constituent regions. The
1535
1498
  # metadata is only populated if the region is multi-region. For single region or
1536
1499
  # custom dual region, it will be empty.
@@ -1551,7 +1514,6 @@ module Google
1551
1514
 
1552
1515
  # Update properties of this object
1553
1516
  def update!(**args)
1554
- @custom_region_metadata = args[:custom_region_metadata] if args.key?(:custom_region_metadata)
1555
1517
  @multi_region_metadata = args[:multi_region_metadata] if args.key?(:multi_region_metadata)
1556
1518
  @supported_hive_metastore_versions = args[:supported_hive_metastore_versions] if args.key?(:supported_hive_metastore_versions)
1557
1519
  end
@@ -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.63.0"
19
+ GEM_VERSION = "0.64.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240510"
25
+ REVISION = "20240611"
26
26
  end
27
27
  end
28
28
  end
@@ -136,12 +136,6 @@ module Google
136
136
  include Google::Apis::Core::JsonObjectSupport
137
137
  end
138
138
 
139
- class CustomRegionMetadata
140
- class Representation < Google::Apis::Core::JsonRepresentation; end
141
-
142
- include Google::Apis::Core::JsonObjectSupport
143
- end
144
-
145
139
  class DataCatalogConfig
146
140
  class Representation < Google::Apis::Core::JsonRepresentation; end
147
141
 
@@ -630,15 +624,6 @@ module Google
630
624
  end
631
625
  end
632
626
 
633
- class CustomRegionMetadata
634
- # @private
635
- class Representation < Google::Apis::Core::JsonRepresentation
636
- collection :optional_read_only_regions, as: 'optionalReadOnlyRegions'
637
- collection :required_read_write_regions, as: 'requiredReadWriteRegions'
638
- property :witness_region, as: 'witnessRegion'
639
- end
640
- end
641
-
642
627
  class DataCatalogConfig
643
628
  # @private
644
629
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -858,8 +843,6 @@ module Google
858
843
  class LocationMetadata
859
844
  # @private
860
845
  class Representation < Google::Apis::Core::JsonRepresentation
861
- collection :custom_region_metadata, as: 'customRegionMetadata', class: Google::Apis::MetastoreV1beta::CustomRegionMetadata, decorator: Google::Apis::MetastoreV1beta::CustomRegionMetadata::Representation
862
-
863
846
  property :multi_region_metadata, as: 'multiRegionMetadata', class: Google::Apis::MetastoreV1beta::MultiRegionMetadata, decorator: Google::Apis::MetastoreV1beta::MultiRegionMetadata::Representation
864
847
 
865
848
  collection :supported_hive_metastore_versions, as: 'supportedHiveMetastoreVersions', class: Google::Apis::MetastoreV1beta::HiveMetastoreVersion, decorator: Google::Apis::MetastoreV1beta::HiveMetastoreVersion::Representation
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.63.0
4
+ version: 0.64.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: 2024-05-26 00:00:00.000000000 Z
11
+ date: 2024-06-16 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.63.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1beta/v0.64.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: []