Skip to content

Commit a69f555

Browse files
feat: Automated regeneration of accesscontextmanager v1 client (#25070)
Auto-created at 2025-11-23 10:44:08 +0000 using the toys pull request generator.
1 parent b603cb6 commit a69f555

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
lines changed

generated/google-apis-accesscontextmanager_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-accesscontextmanager_v1
22

3+
### v0.61.0 (2025-11-23)
4+
5+
* Regenerated from discovery document revision 20251112
6+
37
### v0.60.0 (2025-10-12)
48

59
* Regenerated from discovery document revision 20251005

generated/google-apis-accesscontextmanager_v1/lib/google/apis/accesscontextmanager_v1/classes.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1458,8 +1458,9 @@ class ListOperationsResponse
14581458
attr_accessor :operations
14591459

14601460
# Unordered list. Unreachable resources. Populated when the request sets `
1461-
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
1462-
# when attempting to list all resources across all supported locations.
1461+
# ListOperationsRequest.return_partial_success` and reads across collections.
1462+
# For example, when attempting to list all resources across all supported
1463+
# locations.
14631464
# Corresponds to the JSON property `unreachable`
14641465
# @return [Array<String>]
14651466
attr_accessor :unreachable

generated/google-apis-accesscontextmanager_v1/lib/google/apis/accesscontextmanager_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module AccesscontextmanagerV1
1818
# Version of the google-apis-accesscontextmanager_v1 gem
19-
GEM_VERSION = "0.60.0"
19+
GEM_VERSION = "0.61.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20251005"
25+
REVISION = "20251112"
2626
end
2727
end
2828
end

generated/google-apis-accesscontextmanager_v1/lib/google/apis/accesscontextmanager_v1/service.rb

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1220,11 +1220,12 @@ def get_operation(name, fields: nil, quota_user: nil, options: nil, &block)
12201220
# The standard list page token.
12211221
# @param [Boolean] return_partial_success
12221222
# When set to `true`, operations that are reachable are returned as normal, and
1223-
# those that are unreachable are returned in the [ListOperationsResponse.
1224-
# unreachable] field. This can only be `true` when reading across collections e.
1225-
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1226-
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
1227-
# explicitly documented otherwise in service or product specific documentation.
1223+
# those that are unreachable are returned in the ListOperationsResponse.
1224+
# unreachable field. This can only be `true` when reading across collections.
1225+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
1226+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
1227+
# if set unless explicitly documented otherwise in service or product specific
1228+
# documentation.
12281229
# @param [String] fields
12291230
# Selector specifying which fields to include in a partial response.
12301231
# @param [String] quota_user

0 commit comments

Comments
 (0)