google-apis-metastore_v1 0.40.0 → 0.42.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: bdbcd5ea80342750ae3d8b7c62854711820e876c5862f48e8330ad3d90d8cf71
4
- data.tar.gz: 34f8b8a2602b718f2566480d6fc620cf8b5f09c303317069049385c5e8e3f227
3
+ metadata.gz: bc1763cfd074631df3b16ea952616f098c97a615580a925733e081b04e6bffa1
4
+ data.tar.gz: af32c65c6833b2bda6321d82fb920604526823c2b00a17f103d2f817f4dd97b4
5
5
  SHA512:
6
- metadata.gz: a8a3e2d09a611eb244a8918aab4c43e09fec9fd1130601473f08bf7e430bf4de262082160bc9e9b0a80b00212a08c9f1728acb4d42c7e327d3433e1d139bb6d0
7
- data.tar.gz: 6e10c2eb756f8be6f427faf11c5ced25d948ac8ae0d28d987a54d4743f84caf1c20fc80f72fe5f4bb42191742a67dcf48514134676b451b547f323b3f4e472fe
6
+ metadata.gz: 96d2aebe154d80742389745ed0c102f5c2023a14cb9f98d9d0ea7e0bdc0bf3bdefceadcb279be6a31d6858dfd75364cbf1b9adb99fa6aeed85987bab38ddce53
7
+ data.tar.gz: a73eed678d535c8e411d23b17b27bf1c74895090075b3e3f8a395d1653efd82a3ab987bfc4bede6ea43087403217d62ab642488318994f043278e1a9a302599b
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-metastore_v1
2
2
 
3
+ ### v0.42.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260122
6
+
7
+ ### v0.41.0 (2025-12-07)
8
+
9
+ * Regenerated from discovery document revision 20251125
10
+
3
11
  ### v0.40.0 (2025-11-02)
4
12
 
5
13
  * Regenerated from discovery document revision 20251023
@@ -675,8 +675,9 @@ module Google
675
675
  end
676
676
  end
677
677
 
678
- # Metadata about a custom region. This is only populated if the region is a
679
- # custom region. For single/multi regions, it will be empty.
678
+ # Deprecated: Use a single region service instead. Metadata about a custom
679
+ # region. This is only populated if the region is a custom region. For single/
680
+ # multi regions, it will be empty.
680
681
  class CustomRegionMetadata
681
682
  include Google::Apis::Core::Hashable
682
683
 
@@ -1358,8 +1359,8 @@ module Google
1358
1359
  attr_accessor :operations
1359
1360
 
1360
1361
  # Unordered list. Unreachable resources. Populated when the request sets
1361
- # ListOperationsRequest.return_partial_success and reads across collections e.g.
1362
- # when attempting to list all resources across all supported locations.
1362
+ # ListOperationsRequest.return_partial_success and reads across collections. For
1363
+ # example, when attempting to list all resources across all supported locations.
1363
1364
  # Corresponds to the JSON property `unreachable`
1364
1365
  # @return [Array<String>]
1365
1366
  attr_accessor :unreachable
@@ -1459,14 +1460,16 @@ module Google
1459
1460
  class LocationMetadata
1460
1461
  include Google::Apis::Core::Hashable
1461
1462
 
1462
- # Possible configurations supported if the current region is a custom region.
1463
+ # Deprecated: Use a single region service instead. Possible configurations
1464
+ # supported if the current region is a custom region.
1463
1465
  # Corresponds to the JSON property `customRegionMetadata`
1464
1466
  # @return [Array<Google::Apis::MetastoreV1::CustomRegionMetadata>]
1465
1467
  attr_accessor :custom_region_metadata
1466
1468
 
1467
- # The metadata for the multi-region that includes the constituent regions. The
1468
- # metadata is only populated if the region is multi-region. For single region or
1469
- # custom dual region, it will be empty.
1469
+ # Deprecated: Use a single region service instead. The metadata for the multi-
1470
+ # region that includes the constituent regions. The metadata is only populated
1471
+ # if the region is multi-region. For single region or custom dual region, it
1472
+ # will be empty.
1470
1473
  # Corresponds to the JSON property `multiRegionMetadata`
1471
1474
  # @return [Google::Apis::MetastoreV1::MultiRegionMetadata]
1472
1475
  attr_accessor :multi_region_metadata
@@ -1787,9 +1790,10 @@ module Google
1787
1790
  end
1788
1791
  end
1789
1792
 
1790
- # The metadata for the multi-region that includes the constituent regions. The
1791
- # metadata is only populated if the region is multi-region. For single region or
1792
- # custom dual region, it will be empty.
1793
+ # Deprecated: Use a single region service instead. The metadata for the multi-
1794
+ # region that includes the constituent regions. The metadata is only populated
1795
+ # if the region is multi-region. For single region or custom dual region, it
1796
+ # will be empty.
1793
1797
  class MultiRegionMetadata
1794
1798
  include Google::Apis::Core::Hashable
1795
1799
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module MetastoreV1
18
18
  # Version of the google-apis-metastore_v1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.42.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 = "20251023"
25
+ REVISION = "20260122"
26
26
  end
27
27
  end
28
28
  end
@@ -594,10 +594,11 @@ module Google
594
594
  # @param [Boolean] return_partial_success
595
595
  # When set to true, operations that are reachable are returned as normal, and
596
596
  # those that are unreachable are returned in the ListOperationsResponse.
597
- # unreachable field.This can only be true when reading across collections e.g.
598
- # when parent is set to "projects/example/locations/-".This field is not by
599
- # default supported and will result in an UNIMPLEMENTED error if set unless
600
- # explicitly documented otherwise in service or product specific documentation.
597
+ # unreachable field.This can only be true when reading across collections. For
598
+ # example, when parent is set to "projects/example/locations/-".This field is
599
+ # not supported by default and will result in an UNIMPLEMENTED error if set
600
+ # unless explicitly documented otherwise in service or product specific
601
+ # documentation.
601
602
  # @param [String] fields
602
603
  # Selector specifying which fields to include in a partial response.
603
604
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-metastore_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.42.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.40.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-metastore_v1/v0.42.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-metastore_v1
62
62
  rdoc_options: []
63
63
  require_paths: