Skip to content

Commit 23d2769

Browse files
feat: Automated regeneration of beyondcorp v1alpha client (#25276)
Auto-created at 2025-12-21 09:27:53 +0000 using the toys pull request generator.
1 parent 236b84e commit 23d2769

File tree

4 files changed

+21
-14
lines changed

4 files changed

+21
-14
lines changed

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

3+
### v0.58.0 (2025-12-21)
4+
5+
* Regenerated from discovery document revision 20251210
6+
37
### v0.57.0 (2025-11-16)
48

59
* Regenerated from discovery document revision 20251029

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3769,8 +3769,9 @@ class GoogleLongrunningListOperationsResponse
37693769
attr_accessor :operations
37703770

37713771
# Unordered list. Unreachable resources. Populated when the request sets `
3772-
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
3773-
# when attempting to list all resources across all supported locations.
3772+
# ListOperationsRequest.return_partial_success` and reads across collections.
3773+
# For example, when attempting to list all resources across all supported
3774+
# locations.
37743775
# Corresponds to the JSON property `unreachable`
37753776
# @return [Array<String>]
37763777
attr_accessor :unreachable

generated/google-apis-beyondcorp_v1alpha/lib/google/apis/beyondcorp_v1alpha/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 BeyondcorpV1alpha
1818
# Version of the google-apis-beyondcorp_v1alpha 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 = "20251029"
25+
REVISION = "20251210"
2626
end
2727
end
2828
end

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

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -494,11 +494,12 @@ def get_organization_location_operation(name, fields: nil, quota_user: nil, opti
494494
# The standard list page token.
495495
# @param [Boolean] return_partial_success
496496
# When set to `true`, operations that are reachable are returned as normal, and
497-
# those that are unreachable are returned in the [ListOperationsResponse.
498-
# unreachable] field. This can only be `true` when reading across collections e.
499-
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
500-
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
501-
# explicitly documented otherwise in service or product specific documentation.
497+
# those that are unreachable are returned in the ListOperationsResponse.
498+
# unreachable field. This can only be `true` when reading across collections.
499+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
500+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
501+
# if set unless explicitly documented otherwise in service or product specific
502+
# documentation.
502503
# @param [String] fields
503504
# Selector specifying which fields to include in a partial response.
504505
# @param [String] quota_user
@@ -3304,11 +3305,12 @@ def get_project_location_operation(name, fields: nil, quota_user: nil, options:
33043305
# The standard list page token.
33053306
# @param [Boolean] return_partial_success
33063307
# When set to `true`, operations that are reachable are returned as normal, and
3307-
# those that are unreachable are returned in the [ListOperationsResponse.
3308-
# unreachable] field. This can only be `true` when reading across collections e.
3309-
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
3310-
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
3311-
# explicitly documented otherwise in service or product specific documentation.
3308+
# those that are unreachable are returned in the ListOperationsResponse.
3309+
# unreachable field. This can only be `true` when reading across collections.
3310+
# For example, when `parent` is set to `"projects/example/locations/-"`. This
3311+
# field is not supported by default and will result in an `UNIMPLEMENTED` error
3312+
# if set unless explicitly documented otherwise in service or product specific
3313+
# documentation.
33123314
# @param [String] fields
33133315
# Selector specifying which fields to include in a partial response.
33143316
# @param [String] quota_user

0 commit comments

Comments
 (0)