google-apis-privateca_v1beta1 0.38.0 → 0.40.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: 0a5ba34623379914a6e43a1d2a7519cb2147acd9f48f33cf8452b56990cabe3a
|
4
|
+
data.tar.gz: 4ec34d1388dfd9a4692dceedc4cb3c6ece7ae5765aa52194bc3c4b24ba874c31
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a3421937d5886a5836757c4ab9f879d8a7503ffd940150443e4cb94493cfccca20b3ffc43b48fc071170a370171fca9327832a59221318cb3c6155207fbb19d7
|
7
|
+
data.tar.gz: b7748fd552d519ff926f6a727d15cf676b0b53ac1013a823b0cb34c5d0b4d06b65415b4a317fddd2031931d40e7d69157662fbacfa44fb762dad49b9101059d5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-privateca_v1beta1
|
2
2
|
|
3
|
+
### v0.40.0 (2025-10-05)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250926
|
6
|
+
|
7
|
+
### v0.39.0 (2025-09-21)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250910
|
10
|
+
|
3
11
|
### v0.38.0 (2025-09-07)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250901
|
@@ -316,6 +316,13 @@ module Google
|
|
316
316
|
# @return [Array<Google::Apis::PrivatecaV1beta1::Operation>]
|
317
317
|
attr_accessor :operations
|
318
318
|
|
319
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
320
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
321
|
+
# when attempting to list all resources across all supported locations.
|
322
|
+
# Corresponds to the JSON property `unreachable`
|
323
|
+
# @return [Array<String>]
|
324
|
+
attr_accessor :unreachable
|
325
|
+
|
319
326
|
def initialize(**args)
|
320
327
|
update!(**args)
|
321
328
|
end
|
@@ -324,6 +331,7 @@ module Google
|
|
324
331
|
def update!(**args)
|
325
332
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
326
333
|
@operations = args[:operations] if args.key?(:operations)
|
334
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
327
335
|
end
|
328
336
|
end
|
329
337
|
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module PrivatecaV1beta1
|
18
18
|
# Version of the google-apis-privateca_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.40.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 = "20250926"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -176,6 +176,7 @@ module Google
|
|
176
176
|
property :next_page_token, as: 'nextPageToken'
|
177
177
|
collection :operations, as: 'operations', class: Google::Apis::PrivatecaV1beta1::Operation, decorator: Google::Apis::PrivatecaV1beta1::Operation::Representation
|
178
178
|
|
179
|
+
collection :unreachable, as: 'unreachable'
|
179
180
|
end
|
180
181
|
end
|
181
182
|
|
@@ -87,8 +87,8 @@ module Google
|
|
87
87
|
# @param [String] name
|
88
88
|
# The resource that owns the locations collection, if applicable.
|
89
89
|
# @param [Array<String>, String] extra_location_types
|
90
|
-
# Optional.
|
91
|
-
#
|
90
|
+
# Optional. Unless explicitly documented otherwise, don't use this unsupported
|
91
|
+
# field which is primarily intended for internal usage.
|
92
92
|
# @param [String] filter
|
93
93
|
# A filter to narrow down results to a preferred subset. The filtering language
|
94
94
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
@@ -486,6 +486,13 @@ module Google
|
|
486
486
|
# The standard list page size.
|
487
487
|
# @param [String] page_token
|
488
488
|
# The standard list page token.
|
489
|
+
# @param [Boolean] return_partial_success
|
490
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
491
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
492
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
493
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
494
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
495
|
+
# explicitly documented otherwise in service or product specific documentation.
|
489
496
|
# @param [String] fields
|
490
497
|
# Selector specifying which fields to include in a partial response.
|
491
498
|
# @param [String] quota_user
|
@@ -503,7 +510,7 @@ module Google
|
|
503
510
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
504
511
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
505
512
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
506
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
513
|
+
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)
|
507
514
|
command = make_simple_command(:get, 'v1beta1/{+name}/operations', options)
|
508
515
|
command.response_representation = Google::Apis::PrivatecaV1beta1::ListOperationsResponse::Representation
|
509
516
|
command.response_class = Google::Apis::PrivatecaV1beta1::ListOperationsResponse
|
@@ -511,6 +518,7 @@ module Google
|
|
511
518
|
command.query['filter'] = filter unless filter.nil?
|
512
519
|
command.query['pageSize'] = page_size unless page_size.nil?
|
513
520
|
command.query['pageToken'] = page_token unless page_token.nil?
|
521
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
514
522
|
command.query['fields'] = fields unless fields.nil?
|
515
523
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
516
524
|
execute_or_queue_command(command, &block)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-privateca_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.40.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-privateca_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-privateca_v1beta1/v0.40.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-privateca_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|