Skip to content

Commit f421302

Browse files
feat: Automated regeneration of servicemanagement v1 client (googleapis#25264)
Auto-created at 2025-12-14 11:20:23 +0000 using the toys pull request generator.
1 parent 4e8e5c5 commit f421302

4 files changed

Lines changed: 15 additions & 9 deletions

File tree

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

3+
### v0.73.0 (2025-12-14)
4+
5+
* Regenerated from discovery document revision 20251208
6+
37
### v0.72.0 (2025-11-02)
48

59
* Regenerated from discovery document revision 20251027

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2508,8 +2508,9 @@ class ListOperationsResponse
25082508
attr_accessor :operations
25092509

25102510
# Unordered list. Unreachable resources. Populated when the request sets `
2511-
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
2512-
# when attempting to list all resources across all supported locations.
2511+
# ListOperationsRequest.return_partial_success` and reads across collections.
2512+
# For example, when attempting to list all resources across all supported
2513+
# locations.
25132514
# Corresponds to the JSON property `unreachable`
25142515
# @return [Array<String>]
25152516
attr_accessor :unreachable

generated/google-apis-servicemanagement_v1/lib/google/apis/servicemanagement_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 ServicemanagementV1
1818
# Version of the google-apis-servicemanagement_v1 gem
19-
GEM_VERSION = "0.72.0"
19+
GEM_VERSION = "0.73.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 = "20251027"
25+
REVISION = "20251208"
2626
end
2727
end
2828
end

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

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

0 commit comments

Comments
 (0)