google-apis-beyondcorp_v1 0.43.0 → 0.44.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: 04d15513fccbebfec514041ecca0a3265f584a6b66260805d845c6643ac7ba9c
|
4
|
+
data.tar.gz: 73872816754287ddd72ece518fa0d34c0a2b9f484bd439f478d8c9c113a77420
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: '089e8aa2482c447efb5959e58c8fcf5cbfad6aa3f3bfe9f6926be44ea40e39f0a41abdd31562155bb77f8e8021ef7420d95b6ad861d03376d7941e2196aa119e'
|
7
|
+
data.tar.gz: 66e54a848e1cbfdfec81f45fa475a5717884e2f9b1f8db24932d65c5577bd5e226fbbfaf1652135af01811c95f06c138c3cd560c9d47b68b4d7e68c51e2e8ac2
|
data/CHANGELOG.md
CHANGED
@@ -2837,6 +2837,13 @@ module Google
|
|
2837
2837
|
# @return [Array<Google::Apis::BeyondcorpV1::GoogleLongrunningOperation>]
|
2838
2838
|
attr_accessor :operations
|
2839
2839
|
|
2840
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
2841
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
2842
|
+
# when attempting to list all resources across all supported locations.
|
2843
|
+
# Corresponds to the JSON property `unreachable`
|
2844
|
+
# @return [Array<String>]
|
2845
|
+
attr_accessor :unreachable
|
2846
|
+
|
2840
2847
|
def initialize(**args)
|
2841
2848
|
update!(**args)
|
2842
2849
|
end
|
@@ -2845,6 +2852,7 @@ module Google
|
|
2845
2852
|
def update!(**args)
|
2846
2853
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
2847
2854
|
@operations = args[:operations] if args.key?(:operations)
|
2855
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
2848
2856
|
end
|
2849
2857
|
end
|
2850
2858
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module BeyondcorpV1
|
18
18
|
# Version of the google-apis-beyondcorp_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.44.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 = "20250930"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1232,6 +1232,7 @@ module Google
|
|
1232
1232
|
property :next_page_token, as: 'nextPageToken'
|
1233
1233
|
collection :operations, as: 'operations', class: Google::Apis::BeyondcorpV1::GoogleLongrunningOperation, decorator: Google::Apis::BeyondcorpV1::GoogleLongrunningOperation::Representation
|
1234
1234
|
|
1235
|
+
collection :unreachable, as: 'unreachable'
|
1235
1236
|
end
|
1236
1237
|
end
|
1237
1238
|
|
@@ -168,6 +168,13 @@ module Google
|
|
168
168
|
# The standard list page size.
|
169
169
|
# @param [String] page_token
|
170
170
|
# The standard list page token.
|
171
|
+
# @param [Boolean] return_partial_success
|
172
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
173
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
174
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
175
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
176
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
177
|
+
# explicitly documented otherwise in service or product specific documentation.
|
171
178
|
# @param [String] fields
|
172
179
|
# Selector specifying which fields to include in a partial response.
|
173
180
|
# @param [String] quota_user
|
@@ -185,7 +192,7 @@ module Google
|
|
185
192
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
186
193
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
187
194
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
188
|
-
def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
195
|
+
def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
189
196
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
190
197
|
command.response_representation = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse::Representation
|
191
198
|
command.response_class = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse
|
@@ -193,6 +200,7 @@ module Google
|
|
193
200
|
command.query['filter'] = filter unless filter.nil?
|
194
201
|
command.query['pageSize'] = page_size unless page_size.nil?
|
195
202
|
command.query['pageToken'] = page_token unless page_token.nil?
|
203
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
196
204
|
command.query['fields'] = fields unless fields.nil?
|
197
205
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
198
206
|
execute_or_queue_command(command, &block)
|
@@ -1526,6 +1534,13 @@ module Google
|
|
1526
1534
|
# The standard list page size.
|
1527
1535
|
# @param [String] page_token
|
1528
1536
|
# The standard list page token.
|
1537
|
+
# @param [Boolean] return_partial_success
|
1538
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
1539
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
1540
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
1541
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
1542
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
1543
|
+
# explicitly documented otherwise in service or product specific documentation.
|
1529
1544
|
# @param [String] fields
|
1530
1545
|
# Selector specifying which fields to include in a partial response.
|
1531
1546
|
# @param [String] quota_user
|
@@ -1543,7 +1558,7 @@ module Google
|
|
1543
1558
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
1544
1559
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
1545
1560
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
1546
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1561
|
+
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, return_partial_success: nil, fields: nil, quota_user: nil, options: nil, &block)
|
1547
1562
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
1548
1563
|
command.response_representation = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse::Representation
|
1549
1564
|
command.response_class = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse
|
@@ -1551,6 +1566,7 @@ module Google
|
|
1551
1566
|
command.query['filter'] = filter unless filter.nil?
|
1552
1567
|
command.query['pageSize'] = page_size unless page_size.nil?
|
1553
1568
|
command.query['pageToken'] = page_token unless page_token.nil?
|
1569
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
1554
1570
|
command.query['fields'] = fields unless fields.nil?
|
1555
1571
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
1556
1572
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-beyondcorp_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.44.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_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.44.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|