Skip to content

Commit 01ec0da

Browse files
feat: Automated regeneration of ondemandscanning v1beta1 client (googleapis#25265)
Auto-created at 2025-12-14 11:20:56 +0000 using the toys pull request generator.
1 parent dd71793 commit 01ec0da

4 files changed

Lines changed: 15 additions & 9 deletions

File tree

generated/google-apis-ondemandscanning_v1beta1/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-ondemandscanning_v1beta1
22

3+
### v0.58.0 (2025-12-14)
4+
5+
* Regenerated from discovery document revision 20251208
6+
37
### v0.57.0 (2025-10-05)
48

59
* Regenerated from discovery document revision 20250929

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2032,8 +2032,9 @@ class ListOperationsResponse
20322032
attr_accessor :operations
20332033

20342034
# Unordered list. Unreachable resources. Populated when the request sets `
2035-
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
2036-
# when attempting to list all resources across all supported locations.
2035+
# ListOperationsRequest.return_partial_success` and reads across collections.
2036+
# For example, when attempting to list all resources across all supported
2037+
# locations.
20372038
# Corresponds to the JSON property `unreachable`
20382039
# @return [Array<String>]
20392040
attr_accessor :unreachable

generated/google-apis-ondemandscanning_v1beta1/lib/google/apis/ondemandscanning_v1beta1/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 OndemandscanningV1beta1
1818
# Version of the google-apis-ondemandscanning_v1beta1 gem
19-
GEM_VERSION = "0.57.0"
19+
GEM_VERSION = "0.58.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 = "20250929"
25+
REVISION = "20251208"
2626
end
2727
end
2828
end

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

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,11 +164,12 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
164164
# The standard list page token.
165165
# @param [Boolean] return_partial_success
166166
# When set to `true`, operations that are reachable are returned as normal, and
167-
# those that are unreachable are returned in the [ListOperationsResponse.
168-
# unreachable] field. This can only be `true` when reading across collections e.
169-
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
170-
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
171-
# explicitly documented otherwise in service or product specific documentation.
167+
# those that are unreachable are returned in the ListOperationsResponse.
168+
# unreachable field. This can only be `true` when reading across collections.
169+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
170+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
171+
# if set unless explicitly documented otherwise in service or product specific
172+
# documentation.
172173
# @param [String] fields
173174
# Selector specifying which fields to include in a partial response.
174175
# @param [String] quota_user

0 commit comments

Comments
 (0)