google-apis-beyondcorp_v1alpha 0.57.0 → 0.58.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: a208abc5fbb2464b1cc74b697e249fb07b737b604bfcb32a1cf55c07afb6c736
4
- data.tar.gz: 006eceb8ee4a38035506abb80df5926007bf5f2a6a2d4048f3b637d7f79a6055
3
+ metadata.gz: c40dc7428287543926d76628580804795c49cff3b5d4f7a1b611f888604ee26f
4
+ data.tar.gz: 2c37ff92c0bb70c215a772197f567862a03ab3eb5a9fad98363194c38976a93b
5
5
  SHA512:
6
- metadata.gz: 2e9086d55536ac17904b27ef09fa561e2dac7e6cc7fda7268ea0676cf64bdf174be08cb7cf167ec58a39054c403ee6603cce47601b5b3ca439bc1404dc9fc9a4
7
- data.tar.gz: 8f5a04fdec4281f5bd8861b26cad00d212f2bf0fdc3c4339f49910003257b0ff215d1a88cba809a02749cc54efd3113212925820abc98e8de745ea0ea1c7bd15
6
+ metadata.gz: 12c9e3657c48538c7cf083259b31d1c8b8f0e0b01b9aeb17d74abdcc44aa8ab95d6f6f20660d817634002c18b0bca456633e248406d451ee61a68f18d9ce6f2c
7
+ data.tar.gz: 8ec8f69fe3e4c9b690e213db3fc80ceb376b8aacb84fe20173be0a7c9da60e0904a01d4150ac503938d245bcb7c9dad31f60b84856e5bc3abc4c420b3a47b033
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.58.0 (2025-12-21)
4
+
5
+ * Regenerated from discovery document revision 20251210
6
+
3
7
  ### v0.57.0 (2025-11-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20251029
@@ -3769,8 +3769,9 @@ module Google
3769
3769
  attr_accessor :operations
3770
3770
 
3771
3771
  # 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.
3774
3775
  # Corresponds to the JSON property `unreachable`
3775
3776
  # @return [Array<String>]
3776
3777
  attr_accessor :unreachable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1alpha
18
18
  # Version of the google-apis-beyondcorp_v1alpha gem
19
- GEM_VERSION = "0.57.0"
19
+ GEM_VERSION = "0.58.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 = "20251029"
25
+ REVISION = "20251210"
26
26
  end
27
27
  end
28
28
  end
@@ -494,11 +494,12 @@ module Google
494
494
  # The standard list page token.
495
495
  # @param [Boolean] return_partial_success
496
496
  # 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.
502
503
  # @param [String] fields
503
504
  # Selector specifying which fields to include in a partial response.
504
505
  # @param [String] quota_user
@@ -3304,11 +3305,12 @@ module Google
3304
3305
  # The standard list page token.
3305
3306
  # @param [Boolean] return_partial_success
3306
3307
  # 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.
3312
3314
  # @param [String] fields
3313
3315
  # Selector specifying which fields to include in a partial response.
3314
3316
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.57.0
4
+ version: 0.58.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-beyondcorp_v1alpha/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.57.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.58.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1alpha
62
62
  rdoc_options: []
63
63
  require_paths: