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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c40dc7428287543926d76628580804795c49cff3b5d4f7a1b611f888604ee26f
|
|
4
|
+
data.tar.gz: 2c37ff92c0bb70c215a772197f567862a03ab3eb5a9fad98363194c38976a93b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 12c9e3657c48538c7cf083259b31d1c8b8f0e0b01b9aeb17d74abdcc44aa8ab95d6f6f20660d817634002c18b0bca456633e248406d451ee61a68f18d9ce6f2c
|
|
7
|
+
data.tar.gz: 8ec8f69fe3e4c9b690e213db3fc80ceb376b8aacb84fe20173be0a7c9da60e0904a01d4150ac503938d245bcb7c9dad31f60b84856e5bc3abc4c420b3a47b033
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
3773
|
-
# when attempting to list all resources across all supported
|
|
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.
|
|
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 = "
|
|
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
|
|
498
|
-
# unreachable
|
|
499
|
-
#
|
|
500
|
-
# by default
|
|
501
|
-
# explicitly documented otherwise in service or product specific
|
|
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
|
|
3308
|
-
# unreachable
|
|
3309
|
-
#
|
|
3310
|
-
# by default
|
|
3311
|
-
# explicitly documented otherwise in service or product specific
|
|
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.
|
|
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.
|
|
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:
|