google-apis-metastore_v1alpha 0.77.0 → 0.78.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: 51e56d98865d51cce99e3d62d0c9694900d50a4bdeb70b56f76670c6984e15fc
4
- data.tar.gz: a78672c9a6006566368fe8840f61b47364a7496af6de660ec53dd239de8dfaa0
3
+ metadata.gz: 2e2eea4efcaec9b5ece78ed1f0938cfb13aedb230837da3a0d95aff7572ad923
4
+ data.tar.gz: a9ec059a051657b28da3b24c2aa7f5f85b2e4c20518ed6cef8681dbc995c12cd
5
5
  SHA512:
6
- metadata.gz: a7110fc36ec99e55d4718aae5070b4a94a2d3aed8a270fe238998bb5c4f7bcb7a03cc8186ddbdd6880da8da89b567fd7bccc1cf3e3670a3ca24bde7635a9b80c
7
- data.tar.gz: 5238cba16f813d82e0774fcc70e1712d6c2e25ff7190accd5e2ebab44fa4a6c25abeb675da061d26b3bc216b5a46e4cc05cff36ad4bf815c2485819c1b674201
6
+ metadata.gz: b88cc20a7caec9443241e4a39ba4b3665ba53c966bdd048c1cc512d5d8a52ff7c946bd8a507fb3d765a74f052ecb0b76665b600f97f0a907e79b803fe950e824
7
+ data.tar.gz: df3c819ef70e43123fa4049e475f6d51fb6b1da3591b89b9538352427b2f6d8a2978e40c9f009e4f9c15a6ded874eca47c4ca215219ecbcb7d17f41b8132089e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-metastore_v1alpha
2
2
 
3
+ ### v0.78.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260122
6
+
3
7
  ### v0.77.0 (2025-12-07)
4
8
 
5
9
  * Regenerated from discovery document revision 20251125
@@ -717,8 +717,9 @@ module Google
717
717
  end
718
718
  end
719
719
 
720
- # Custom configuration used to specify regions that the metastore service runs
721
- # in. Currently only supported in the us multi-region.
720
+ # Deprecated: Use a single region service instead. Custom configuration used to
721
+ # specify regions that the metastore service runs in. Currently only supported
722
+ # in the us multi-region.
722
723
  class CustomRegionConfig
723
724
  include Google::Apis::Core::Hashable
724
725
 
@@ -745,8 +746,9 @@ module Google
745
746
  end
746
747
  end
747
748
 
748
- # Metadata about a custom region. This is only populated if the region is a
749
- # custom region. For single/multi regions, it will be empty.
749
+ # Deprecated: Use a single region service instead. Metadata about a custom
750
+ # region. This is only populated if the region is a custom region. For single/
751
+ # multi regions, it will be empty.
750
752
  class CustomRegionMetadata
751
753
  include Google::Apis::Core::Hashable
752
754
 
@@ -1580,14 +1582,16 @@ module Google
1580
1582
  class LocationMetadata
1581
1583
  include Google::Apis::Core::Hashable
1582
1584
 
1583
- # Possible configurations supported if the current region is a custom region.
1585
+ # Deprecated: Use a single region service instead. Possible configurations
1586
+ # supported if the current region is a custom region.
1584
1587
  # Corresponds to the JSON property `customRegionMetadata`
1585
1588
  # @return [Array<Google::Apis::MetastoreV1alpha::CustomRegionMetadata>]
1586
1589
  attr_accessor :custom_region_metadata
1587
1590
 
1588
- # The metadata for the multi-region that includes the constituent regions. The
1589
- # metadata is only populated if the region is multi-region. For single region or
1590
- # custom dual region, it will be empty.
1591
+ # Deprecated: Use a single region service instead. The metadata for the multi-
1592
+ # region that includes the constituent regions. The metadata is only populated
1593
+ # if the region is multi-region. For single region or custom dual region, it
1594
+ # will be empty.
1591
1595
  # Corresponds to the JSON property `multiRegionMetadata`
1592
1596
  # @return [Google::Apis::MetastoreV1alpha::MultiRegionMetadata]
1593
1597
  attr_accessor :multi_region_metadata
@@ -1915,18 +1919,21 @@ module Google
1915
1919
  end
1916
1920
  end
1917
1921
 
1918
- # The multi-region config for the Dataproc Metastore service.
1922
+ # Deprecated: Use a single region service instead. The multi-region config for
1923
+ # the Dataproc Metastore service.
1919
1924
  class MultiRegionConfig
1920
1925
  include Google::Apis::Core::Hashable
1921
1926
 
1922
- # Output only. The list of root CA certificates that a gRPC client uses to
1923
- # connect to a multi-regional Dataproc Metastore service.
1927
+ # Output only. Deprecated: Use a single region service instead. The list of root
1928
+ # CA certificates that a gRPC client uses to connect to a multi-regional
1929
+ # Dataproc Metastore service.
1924
1930
  # Corresponds to the JSON property `certificates`
1925
1931
  # @return [Array<Google::Apis::MetastoreV1alpha::RootCaCertificate>]
1926
1932
  attr_accessor :certificates
1927
1933
 
1928
- # Custom configuration used to specify regions that the metastore service runs
1929
- # in. Currently only supported in the us multi-region.
1934
+ # Deprecated: Use a single region service instead. Custom configuration used to
1935
+ # specify regions that the metastore service runs in. Currently only supported
1936
+ # in the us multi-region.
1930
1937
  # Corresponds to the JSON property `customRegionConfig`
1931
1938
  # @return [Google::Apis::MetastoreV1alpha::CustomRegionConfig]
1932
1939
  attr_accessor :custom_region_config
@@ -1942,9 +1949,10 @@ module Google
1942
1949
  end
1943
1950
  end
1944
1951
 
1945
- # The metadata for the multi-region that includes the constituent regions. The
1946
- # metadata is only populated if the region is multi-region. For single region or
1947
- # custom dual region, it will be empty.
1952
+ # Deprecated: Use a single region service instead. The metadata for the multi-
1953
+ # region that includes the constituent regions. The metadata is only populated
1954
+ # if the region is multi-region. For single region or custom dual region, it
1955
+ # will be empty.
1948
1956
  class MultiRegionMetadata
1949
1957
  include Google::Apis::Core::Hashable
1950
1958
 
@@ -2409,17 +2417,20 @@ module Google
2409
2417
  end
2410
2418
  end
2411
2419
 
2412
- # A gRPC client must install all root CA certificates to connect to a multi-
2413
- # regional Dataproc Metastore service and achieve failover.
2420
+ # Deprecated: Use a single region service instead. A gRPC client must install
2421
+ # all root CA certificates to connect to a multi-regional Dataproc Metastore
2422
+ # service and achieve failover.
2414
2423
  class RootCaCertificate
2415
2424
  include Google::Apis::Core::Hashable
2416
2425
 
2417
- # The root CA certificate in PEM format. The maximum length is 65536 bytes.
2426
+ # Deprecated: Use a single region service instead. The root CA certificate in
2427
+ # PEM format. The maximum length is 65536 bytes.
2418
2428
  # Corresponds to the JSON property `certificate`
2419
2429
  # @return [String]
2420
2430
  attr_accessor :certificate
2421
2431
 
2422
- # The certificate expiration time in timestamp format.
2432
+ # Deprecated: Use a single region service instead. The certificate expiration
2433
+ # time in timestamp format.
2423
2434
  # Corresponds to the JSON property `expirationTime`
2424
2435
  # @return [String]
2425
2436
  attr_accessor :expiration_time
@@ -2610,7 +2621,8 @@ module Google
2610
2621
  # @return [Google::Apis::MetastoreV1alpha::MetadataManagementActivity]
2611
2622
  attr_accessor :metadata_management_activity
2612
2623
 
2613
- # The multi-region config for the Dataproc Metastore service.
2624
+ # Deprecated: Use a single region service instead. The multi-region config for
2625
+ # the Dataproc Metastore service.
2614
2626
  # Corresponds to the JSON property `multiRegionConfig`
2615
2627
  # @return [Google::Apis::MetastoreV1alpha::MultiRegionConfig]
2616
2628
  attr_accessor :multi_region_config
@@ -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.77.0"
19
+ GEM_VERSION = "0.78.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.18.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20251125"
25
+ REVISION = "20260122"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-metastore_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.77.0
4
+ version: 0.78.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -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.77.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1alpha/v0.78.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: