google-apis-parallelstore_v1 0.10.0 → 0.11.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: 743cdefba872b11f42af6f7e1b5b8987491192b43406f7a0329cf05e87a1abfc
|
4
|
+
data.tar.gz: 8fb5cf0ada39f554c8a0463b635878d849f0df0c4d4e279fe82794398823d575
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3858f9a89db55f82ca9e05d754238745b7077c958aeaf21b19eee87c595b9e3b60319d2b12eadf0e6e0a358adfd428c22e0866ddb60f386dec41ea94c9fbd51
|
7
|
+
data.tar.gz: c6b612debbebcc0b92dedd17abdfce63f1674e52f437c8429b4d18cc5317e62164742633781d59de86e0e1396c2250c3e070e168fc9ba722f553f4e2b3bb8413
|
data/CHANGELOG.md
CHANGED
@@ -401,6 +401,13 @@ module Google
|
|
401
401
|
# @return [Array<Google::Apis::ParallelstoreV1::Operation>]
|
402
402
|
attr_accessor :operations
|
403
403
|
|
404
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
405
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
406
|
+
# when attempting to list all resources across all supported locations.
|
407
|
+
# Corresponds to the JSON property `unreachable`
|
408
|
+
# @return [Array<String>]
|
409
|
+
attr_accessor :unreachable
|
410
|
+
|
404
411
|
def initialize(**args)
|
405
412
|
update!(**args)
|
406
413
|
end
|
@@ -409,6 +416,7 @@ module Google
|
|
409
416
|
def update!(**args)
|
410
417
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
411
418
|
@operations = args[:operations] if args.key?(:operations)
|
419
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
412
420
|
end
|
413
421
|
end
|
414
422
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ParallelstoreV1
|
18
18
|
# Version of the google-apis-parallelstore_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.11.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 = "20250924"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -230,6 +230,7 @@ module Google
|
|
230
230
|
property :next_page_token, as: 'nextPageToken'
|
231
231
|
collection :operations, as: 'operations', class: Google::Apis::ParallelstoreV1::Operation, decorator: Google::Apis::ParallelstoreV1::Operation::Representation
|
232
232
|
|
233
|
+
collection :unreachable, as: 'unreachable'
|
233
234
|
end
|
234
235
|
end
|
235
236
|
|
@@ -531,6 +531,13 @@ module Google
|
|
531
531
|
# The standard list page size.
|
532
532
|
# @param [String] page_token
|
533
533
|
# The standard list page token.
|
534
|
+
# @param [Boolean] return_partial_success
|
535
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
536
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
537
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
538
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
539
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
540
|
+
# explicitly documented otherwise in service or product specific documentation.
|
534
541
|
# @param [String] fields
|
535
542
|
# Selector specifying which fields to include in a partial response.
|
536
543
|
# @param [String] quota_user
|
@@ -548,7 +555,7 @@ module Google
|
|
548
555
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
549
556
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
550
557
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
551
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
558
|
+
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)
|
552
559
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
553
560
|
command.response_representation = Google::Apis::ParallelstoreV1::ListOperationsResponse::Representation
|
554
561
|
command.response_class = Google::Apis::ParallelstoreV1::ListOperationsResponse
|
@@ -556,6 +563,7 @@ module Google
|
|
556
563
|
command.query['filter'] = filter unless filter.nil?
|
557
564
|
command.query['pageSize'] = page_size unless page_size.nil?
|
558
565
|
command.query['pageToken'] = page_token unless page_token.nil?
|
566
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
559
567
|
command.query['fields'] = fields unless fields.nil?
|
560
568
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
561
569
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-parallelstore_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.11.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-parallelstore_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-parallelstore_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-parallelstore_v1/v0.11.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-parallelstore_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|