google-apis-ids_v1 0.21.0 → 0.22.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: 930504bf07457436c3b2af702a752371dffeda722732a83220127b8efd16d1b4
|
|
4
|
+
data.tar.gz: 5e5b8938a95b8d6c811271c677781c94593e1ddae57ef34ca26f2706d776ff42
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: '08f4fd3b0982ece6a154a883be1bc887031f62213f4f6ba411c19dc8e596bdcb1e675367befefaea5f5360833281038adb4304f47ac248b86e92dc006f6687ef'
|
|
7
|
+
data.tar.gz: 3202f7a873dc57a1c62db789fae2eca66dd5364aee3266696f7fbb1fa001ae84183715f58783013277ed29fe44d17f30145065fac3141cbdbb036e00258e5ab7
|
data/CHANGELOG.md
CHANGED
|
@@ -224,6 +224,13 @@ module Google
|
|
|
224
224
|
# @return [Array<Google::Apis::IdsV1::Operation>]
|
|
225
225
|
attr_accessor :operations
|
|
226
226
|
|
|
227
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
228
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
|
229
|
+
# when attempting to list all resources across all supported locations.
|
|
230
|
+
# Corresponds to the JSON property `unreachable`
|
|
231
|
+
# @return [Array<String>]
|
|
232
|
+
attr_accessor :unreachable
|
|
233
|
+
|
|
227
234
|
def initialize(**args)
|
|
228
235
|
update!(**args)
|
|
229
236
|
end
|
|
@@ -232,6 +239,7 @@ module Google
|
|
|
232
239
|
def update!(**args)
|
|
233
240
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
234
241
|
@operations = args[:operations] if args.key?(:operations)
|
|
242
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
235
243
|
end
|
|
236
244
|
end
|
|
237
245
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module IdsV1
|
|
18
18
|
# Version of the google-apis-ids_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.22.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251020"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -139,6 +139,7 @@ module Google
|
|
|
139
139
|
property :next_page_token, as: 'nextPageToken'
|
|
140
140
|
collection :operations, as: 'operations', class: Google::Apis::IdsV1::Operation, decorator: Google::Apis::IdsV1::Operation::Representation
|
|
141
141
|
|
|
142
|
+
collection :unreachable, as: 'unreachable'
|
|
142
143
|
end
|
|
143
144
|
end
|
|
144
145
|
|
|
@@ -89,8 +89,8 @@ module Google
|
|
|
89
89
|
# @param [String] name
|
|
90
90
|
# The resource that owns the locations collection, if applicable.
|
|
91
91
|
# @param [Array<String>, String] extra_location_types
|
|
92
|
-
# Optional.
|
|
93
|
-
#
|
|
92
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
|
93
|
+
# field which is primarily intended for internal usage.
|
|
94
94
|
# @param [String] filter
|
|
95
95
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
96
96
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
|
@@ -469,6 +469,13 @@ module Google
|
|
|
469
469
|
# The standard list page size.
|
|
470
470
|
# @param [String] page_token
|
|
471
471
|
# The standard list page token.
|
|
472
|
+
# @param [Boolean] return_partial_success
|
|
473
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
|
474
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
|
475
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
|
476
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
|
477
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
|
478
|
+
# explicitly documented otherwise in service or product specific documentation.
|
|
472
479
|
# @param [String] fields
|
|
473
480
|
# Selector specifying which fields to include in a partial response.
|
|
474
481
|
# @param [String] quota_user
|
|
@@ -486,7 +493,7 @@ module Google
|
|
|
486
493
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
487
494
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
488
495
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
|
489
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
|
496
|
+
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)
|
|
490
497
|
command = make_simple_command(:get, 'v1/{+name}/operations', options)
|
|
491
498
|
command.response_representation = Google::Apis::IdsV1::ListOperationsResponse::Representation
|
|
492
499
|
command.response_class = Google::Apis::IdsV1::ListOperationsResponse
|
|
@@ -494,6 +501,7 @@ module Google
|
|
|
494
501
|
command.query['filter'] = filter unless filter.nil?
|
|
495
502
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
496
503
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
504
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
497
505
|
command.query['fields'] = fields unless fields.nil?
|
|
498
506
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
499
507
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-ids_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.22.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-ids_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-ids_v1/v0.22.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-ids_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|
|
@@ -73,7 +73,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
- !ruby/object:Gem::Version
|
|
74
74
|
version: '0'
|
|
75
75
|
requirements: []
|
|
76
|
-
rubygems_version: 3.6.
|
|
76
|
+
rubygems_version: 3.6.9
|
|
77
77
|
specification_version: 4
|
|
78
78
|
summary: Simple REST client for Cloud IDS API V1
|
|
79
79
|
test_files: []
|