google-apis-beyondcorp_v1alpha 0.55.0 → 0.56.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/beyondcorp_v1alpha/classes.rb +8 -0
- data/lib/google/apis/beyondcorp_v1alpha/gem_version.rb +2 -2
- data/lib/google/apis/beyondcorp_v1alpha/representations.rb +1 -0
- data/lib/google/apis/beyondcorp_v1alpha/service.rb +18 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b05a84a35255f0753b4ef265281f04bfa00ea8f7921b39e009a726b9e29e6241
|
4
|
+
data.tar.gz: b29d4bc3b82d2a5971e0e80eff58c20b4d73d0cf17ca3ad7c2db0192fab03f06
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 842e41903b8188ce9bbfdf8e2deaec9dab6cdbe69d7b450e47ba76075cb5315bb9f72b1d7400b472a97e619a4f5823147f887d5e4ff4e85e7d73d10d8e6e227d
|
7
|
+
data.tar.gz: 3521e90d3df811de1bdf6801d9620d7e343d3871e1d315ffbad417cbdd91159763c3965c2bcba3dc6006c994f46ef7f3189e5701243040b6d79a77b334c0a99a
|
data/CHANGELOG.md
CHANGED
@@ -3766,6 +3766,13 @@ module Google
|
|
3766
3766
|
# @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation>]
|
3767
3767
|
attr_accessor :operations
|
3768
3768
|
|
3769
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
3770
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
3771
|
+
# when attempting to list all resources across all supported locations.
|
3772
|
+
# Corresponds to the JSON property `unreachable`
|
3773
|
+
# @return [Array<String>]
|
3774
|
+
attr_accessor :unreachable
|
3775
|
+
|
3769
3776
|
def initialize(**args)
|
3770
3777
|
update!(**args)
|
3771
3778
|
end
|
@@ -3774,6 +3781,7 @@ module Google
|
|
3774
3781
|
def update!(**args)
|
3775
3782
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
3776
3783
|
@operations = args[:operations] if args.key?(:operations)
|
3784
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
3777
3785
|
end
|
3778
3786
|
end
|
3779
3787
|
|
@@ -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.56.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
|
@@ -1688,6 +1688,7 @@ module Google
|
|
1688
1688
|
property :next_page_token, as: 'nextPageToken'
|
1689
1689
|
collection :operations, as: 'operations', class: Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation, decorator: Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation::Representation
|
1690
1690
|
|
1691
|
+
collection :unreachable, as: 'unreachable'
|
1691
1692
|
end
|
1692
1693
|
end
|
1693
1694
|
|
@@ -491,6 +491,13 @@ module Google
|
|
491
491
|
# The standard list page size.
|
492
492
|
# @param [String] page_token
|
493
493
|
# The standard list page token.
|
494
|
+
# @param [Boolean] return_partial_success
|
495
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
496
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
497
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
498
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
499
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
500
|
+
# explicitly documented otherwise in service or product specific documentation.
|
494
501
|
# @param [String] fields
|
495
502
|
# Selector specifying which fields to include in a partial response.
|
496
503
|
# @param [String] quota_user
|
@@ -508,7 +515,7 @@ module Google
|
|
508
515
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
509
516
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
510
517
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
511
|
-
def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
518
|
+
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)
|
512
519
|
command = make_simple_command(:get, 'v1alpha/{+name}/operations', options)
|
513
520
|
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningListOperationsResponse::Representation
|
514
521
|
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningListOperationsResponse
|
@@ -516,6 +523,7 @@ module Google
|
|
516
523
|
command.query['filter'] = filter unless filter.nil?
|
517
524
|
command.query['pageSize'] = page_size unless page_size.nil?
|
518
525
|
command.query['pageToken'] = page_token unless page_token.nil?
|
526
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
519
527
|
command.query['fields'] = fields unless fields.nil?
|
520
528
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
521
529
|
execute_or_queue_command(command, &block)
|
@@ -3293,6 +3301,13 @@ module Google
|
|
3293
3301
|
# The standard list page size.
|
3294
3302
|
# @param [String] page_token
|
3295
3303
|
# The standard list page token.
|
3304
|
+
# @param [Boolean] return_partial_success
|
3305
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
3306
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
3307
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
3308
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
3309
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
3310
|
+
# explicitly documented otherwise in service or product specific documentation.
|
3296
3311
|
# @param [String] fields
|
3297
3312
|
# Selector specifying which fields to include in a partial response.
|
3298
3313
|
# @param [String] quota_user
|
@@ -3310,7 +3325,7 @@ module Google
|
|
3310
3325
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
3311
3326
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
3312
3327
|
# @raise [Google::Apis::AuthorizationError] Authorization is required
|
3313
|
-
def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
|
3328
|
+
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)
|
3314
3329
|
command = make_simple_command(:get, 'v1alpha/{+name}/operations', options)
|
3315
3330
|
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningListOperationsResponse::Representation
|
3316
3331
|
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningListOperationsResponse
|
@@ -3318,6 +3333,7 @@ module Google
|
|
3318
3333
|
command.query['filter'] = filter unless filter.nil?
|
3319
3334
|
command.query['pageSize'] = page_size unless page_size.nil?
|
3320
3335
|
command.query['pageToken'] = page_token unless page_token.nil?
|
3336
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
3321
3337
|
command.query['fields'] = fields unless fields.nil?
|
3322
3338
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
3323
3339
|
execute_or_queue_command(command, &block)
|
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.56.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.56.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:
|