google-apis-apigateway_v1 0.37.0 → 0.39.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: ace6481318b50231f6edc5074392212f615603eb44ccf892772a0b7a5d6531f8
4
- data.tar.gz: 49d21f1e9d8c279de6808b663fded15c843dbd3106c01026fbd391af215de4e2
3
+ metadata.gz: 6fca08f36035fc61121220a11adbb642e34c7a0fa719e269f6c1352a7c5b6925
4
+ data.tar.gz: 1212a6e9b50c4d715e09d8d571480248bd9b86b5399a334a2b5565aedb0fa766
5
5
  SHA512:
6
- metadata.gz: b1bee0da988ab66dde223f6364ca41a0c0260deedf5a41b257cac6e8a27e2a21b2b8fe32d618b54d24c74b5255332104bcfbeca2429f98473d80cc9ab2e1e597
7
- data.tar.gz: 3b969a97eafc13f18f2bfc15d6d67ae4dbfab35e10c2cfda931aa460a52bfce502a6e687937df8028983d5b6c12464d48e4c9eefbbcc3209473291904db4db5c
6
+ metadata.gz: a792731d1d18e35bba1e4f69e0c670f9bb006bb5e183e01fce5bb30bda735b302c8d92742f543b9dcffa8104d423a513d92036871e571a27483663d18c65ceb1
7
+ data.tar.gz: ff00f0d9446804f4fb0e94d987b9e913b1298f5febcee7f401a6d8fdec005094bdc3527553e65ce406b8297e3e5381391c2bcca884b90a1cb0c97dcd52b6ed95
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-apigateway_v1
2
2
 
3
+ ### v0.39.0 (2025-12-21)
4
+
5
+ * Regenerated from discovery document revision 20251210
6
+
7
+ ### v0.38.0 (2025-11-02)
8
+
9
+ * Regenerated from discovery document revision 20251021
10
+
3
11
  ### v0.37.0 (2025-10-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20251001
@@ -693,8 +693,9 @@ module Google
693
693
  attr_accessor :operations
694
694
 
695
695
  # Unordered list. Unreachable resources. Populated when the request sets `
696
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
697
- # when attempting to list all resources across all supported locations.
696
+ # ListOperationsRequest.return_partial_success` and reads across collections.
697
+ # For example, when attempting to list all resources across all supported
698
+ # locations.
698
699
  # Corresponds to the JSON property `unreachable`
699
700
  # @return [Array<String>]
700
701
  attr_accessor :unreachable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ApigatewayV1
18
18
  # Version of the google-apis-apigateway_v1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.39.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 = "20251001"
25
+ REVISION = "20251210"
26
26
  end
27
27
  end
28
28
  end
@@ -85,8 +85,8 @@ module Google
85
85
  # @param [String] name
86
86
  # The resource that owns the locations collection, if applicable.
87
87
  # @param [Array<String>, String] extra_location_types
88
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
89
- # field which is primarily intended for internal usage.
88
+ # Optional. Do not use this field. It is unsupported and is ignored unless
89
+ # explicitly documented otherwise. This is primarily for internal usage.
90
90
  # @param [String] filter
91
91
  # A filter to narrow down results to a preferred subset. The filtering language
92
92
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -1156,11 +1156,12 @@ module Google
1156
1156
  # The standard list page token.
1157
1157
  # @param [Boolean] return_partial_success
1158
1158
  # When set to `true`, operations that are reachable are returned as normal, and
1159
- # those that are unreachable are returned in the [ListOperationsResponse.
1160
- # unreachable] field. This can only be `true` when reading across collections e.
1161
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1162
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1163
- # explicitly documented otherwise in service or product specific documentation.
1159
+ # those that are unreachable are returned in the ListOperationsResponse.
1160
+ # unreachable field. This can only be `true` when reading across collections.
1161
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
1162
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
1163
+ # if set unless explicitly documented otherwise in service or product specific
1164
+ # documentation.
1164
1165
  # @param [String] fields
1165
1166
  # Selector specifying which fields to include in a partial response.
1166
1167
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-apigateway_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.39.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-apigateway_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1/v0.37.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-apigateway_v1/v0.39.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-apigateway_v1
62
62
  rdoc_options: []
63
63
  require_paths: