google-apis-beyondcorp_v1alpha 0.55.0 → 0.57.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 +8 -0
- data/lib/google/apis/beyondcorp_v1alpha/classes.rb +32 -22
- 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 +25 -8
- data/lib/google/apis/beyondcorp_v1alpha.rb +5 -4
- 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: a208abc5fbb2464b1cc74b697e249fb07b737b604bfcb32a1cf55c07afb6c736
|
|
4
|
+
data.tar.gz: 006eceb8ee4a38035506abb80df5926007bf5f2a6a2d4048f3b637d7f79a6055
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e9086d55536ac17904b27ef09fa561e2dac7e6cc7fda7268ea0676cf64bdf174be08cb7cf167ec58a39054c403ee6603cce47601b5b3ca439bc1404dc9fc9a4
|
|
7
|
+
data.tar.gz: 8f5a04fdec4281f5bd8861b26cad00d212f2bf0fdc3c4339f49910003257b0ff215d1a88cba809a02749cc54efd3113212925820abc98e8de745ea0ea1c7bd15
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-beyondcorp_v1alpha
|
|
2
2
|
|
|
3
|
+
### v0.57.0 (2025-11-16)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20251029
|
|
6
|
+
|
|
7
|
+
### v0.56.0 (2025-10-12)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20250930
|
|
10
|
+
|
|
3
11
|
### v0.55.0 (2025-09-28)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20250922
|
|
@@ -2677,13 +2677,15 @@ module Google
|
|
|
2677
2677
|
# @return [String]
|
|
2678
2678
|
attr_accessor :display_name
|
|
2679
2679
|
|
|
2680
|
-
#
|
|
2681
|
-
#
|
|
2682
|
-
#
|
|
2683
|
-
#
|
|
2684
|
-
# conditions is met
|
|
2685
|
-
#
|
|
2686
|
-
#
|
|
2680
|
+
# Optional. An array of conditions to match the application's network endpoint.
|
|
2681
|
+
# Each element in the array is an EndpointMatcher object, which defines a
|
|
2682
|
+
# specific combination of a hostname pattern and one or more ports. The
|
|
2683
|
+
# application is considered matched if at least one of the EndpointMatcher
|
|
2684
|
+
# conditions in this array is met (the conditions are combined using OR logic).
|
|
2685
|
+
# Each EndpointMatcher must contain a hostname pattern, such as "example.com",
|
|
2686
|
+
# and one or more port numbers specified as a string, such as "443". Hostname
|
|
2687
|
+
# and port number examples: "*.example.com", "443" "example.com" and "22" "
|
|
2688
|
+
# example.com" and "22,33"
|
|
2687
2689
|
# Corresponds to the JSON property `endpointMatchers`
|
|
2688
2690
|
# @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaEndpointMatcher>]
|
|
2689
2691
|
attr_accessor :endpoint_matchers
|
|
@@ -2804,12 +2806,12 @@ module Google
|
|
|
2804
2806
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders
|
|
2805
2807
|
include Google::Apis::Core::Hashable
|
|
2806
2808
|
|
|
2807
|
-
#
|
|
2809
|
+
# The delegated device information configuration.
|
|
2808
2810
|
# Corresponds to the JSON property `deviceInfo`
|
|
2809
2811
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo]
|
|
2810
2812
|
attr_accessor :device_info
|
|
2811
2813
|
|
|
2812
|
-
#
|
|
2814
|
+
# The delegated group configuration details.
|
|
2813
2815
|
# Corresponds to the JSON property `groupInfo`
|
|
2814
2816
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo]
|
|
2815
2817
|
attr_accessor :group_info
|
|
@@ -2819,7 +2821,7 @@ module Google
|
|
|
2819
2821
|
# @return [String]
|
|
2820
2822
|
attr_accessor :output_type
|
|
2821
2823
|
|
|
2822
|
-
#
|
|
2824
|
+
# The configuration information for the delegated user.
|
|
2823
2825
|
# Corresponds to the JSON property `userInfo`
|
|
2824
2826
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo]
|
|
2825
2827
|
attr_accessor :user_info
|
|
@@ -2837,11 +2839,11 @@ module Google
|
|
|
2837
2839
|
end
|
|
2838
2840
|
end
|
|
2839
2841
|
|
|
2840
|
-
#
|
|
2842
|
+
# The delegated device information configuration.
|
|
2841
2843
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo
|
|
2842
2844
|
include Google::Apis::Core::Hashable
|
|
2843
2845
|
|
|
2844
|
-
# Optional. The output type
|
|
2846
|
+
# Optional. The output type details for the delegated device.
|
|
2845
2847
|
# Corresponds to the JSON property `outputType`
|
|
2846
2848
|
# @return [String]
|
|
2847
2849
|
attr_accessor :output_type
|
|
@@ -2856,11 +2858,11 @@ module Google
|
|
|
2856
2858
|
end
|
|
2857
2859
|
end
|
|
2858
2860
|
|
|
2859
|
-
#
|
|
2861
|
+
# The delegated group configuration details.
|
|
2860
2862
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedGroupInfo
|
|
2861
2863
|
include Google::Apis::Core::Hashable
|
|
2862
2864
|
|
|
2863
|
-
# Optional. The output type of the delegated group
|
|
2865
|
+
# Optional. The output type of the delegated group information.
|
|
2864
2866
|
# Corresponds to the JSON property `outputType`
|
|
2865
2867
|
# @return [String]
|
|
2866
2868
|
attr_accessor :output_type
|
|
@@ -2875,11 +2877,11 @@ module Google
|
|
|
2875
2877
|
end
|
|
2876
2878
|
end
|
|
2877
2879
|
|
|
2878
|
-
#
|
|
2880
|
+
# The configuration information for the delegated user.
|
|
2879
2881
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo
|
|
2880
2882
|
include Google::Apis::Core::Hashable
|
|
2881
2883
|
|
|
2882
|
-
# Optional. The
|
|
2884
|
+
# Optional. The delegated user's information.
|
|
2883
2885
|
# Corresponds to the JSON property `outputType`
|
|
2884
2886
|
# @return [String]
|
|
2885
2887
|
attr_accessor :output_type
|
|
@@ -2948,7 +2950,7 @@ module Google
|
|
|
2948
2950
|
# @return [String]
|
|
2949
2951
|
attr_accessor :hostname
|
|
2950
2952
|
|
|
2951
|
-
# Required.
|
|
2953
|
+
# Required. The ports of the application.
|
|
2952
2954
|
# Corresponds to the JSON property `ports`
|
|
2953
2955
|
# @return [Array<Fixnum>]
|
|
2954
2956
|
attr_accessor :ports
|
|
@@ -3087,15 +3089,15 @@ module Google
|
|
|
3087
3089
|
# @return [Google::Apis::BeyondcorpV1alpha::GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeaders]
|
|
3088
3090
|
attr_accessor :contextual_headers
|
|
3089
3091
|
|
|
3090
|
-
# Optional.
|
|
3092
|
+
# Optional. The security gateway identity configuration.
|
|
3091
3093
|
# Corresponds to the JSON property `gatewayIdentity`
|
|
3092
3094
|
# @return [String]
|
|
3093
3095
|
attr_accessor :gateway_identity
|
|
3094
3096
|
|
|
3095
3097
|
# Optional. Custom resource specific headers along with the values. The names
|
|
3096
|
-
# should conform to RFC 9110: >
|
|
3097
|
-
#
|
|
3098
|
-
#
|
|
3098
|
+
# should conform to RFC 9110: >Field names can contain alphanumeric characters,
|
|
3099
|
+
# hyphens, and periods, can contain only ASCII-printable characters and tabs,
|
|
3100
|
+
# and must start with a letter.
|
|
3099
3101
|
# Corresponds to the JSON property `metadataHeaders`
|
|
3100
3102
|
# @return [Hash<String,String>]
|
|
3101
3103
|
attr_accessor :metadata_headers
|
|
@@ -3292,7 +3294,7 @@ module Google
|
|
|
3292
3294
|
class GoogleCloudBeyondcorpSecuritygatewaysV1alphaServiceDiscoveryApiGatewayOperationDescriptor
|
|
3293
3295
|
include Google::Apis::Core::Hashable
|
|
3294
3296
|
|
|
3295
|
-
# Required. Contains
|
|
3297
|
+
# Required. Contains the URI path fragment where HTTP request is sent.
|
|
3296
3298
|
# Corresponds to the JSON property `path`
|
|
3297
3299
|
# @return [String]
|
|
3298
3300
|
attr_accessor :path
|
|
@@ -3766,6 +3768,13 @@ module Google
|
|
|
3766
3768
|
# @return [Array<Google::Apis::BeyondcorpV1alpha::GoogleLongrunningOperation>]
|
|
3767
3769
|
attr_accessor :operations
|
|
3768
3770
|
|
|
3771
|
+
# Unordered list. Unreachable resources. Populated when the request sets `
|
|
3772
|
+
# ListOperationsRequest.return_partial_success` and reads across collections e.g.
|
|
3773
|
+
# when attempting to list all resources across all supported locations.
|
|
3774
|
+
# Corresponds to the JSON property `unreachable`
|
|
3775
|
+
# @return [Array<String>]
|
|
3776
|
+
attr_accessor :unreachable
|
|
3777
|
+
|
|
3769
3778
|
def initialize(**args)
|
|
3770
3779
|
update!(**args)
|
|
3771
3780
|
end
|
|
@@ -3774,6 +3783,7 @@ module Google
|
|
|
3774
3783
|
def update!(**args)
|
|
3775
3784
|
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
3776
3785
|
@operations = args[:operations] if args.key?(:operations)
|
|
3786
|
+
@unreachable = args[:unreachable] if args.key?(:unreachable)
|
|
3777
3787
|
end
|
|
3778
3788
|
end
|
|
3779
3789
|
|
|
@@ -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.57.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 = "20251029"
|
|
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
|
|
|
@@ -22,10 +22,11 @@ module Google
|
|
|
22
22
|
module BeyondcorpV1alpha
|
|
23
23
|
# BeyondCorp API
|
|
24
24
|
#
|
|
25
|
-
#
|
|
26
|
-
#
|
|
27
|
-
#
|
|
28
|
-
#
|
|
25
|
+
# Chrome Enterprise Premium is a secure enterprise browsing solution that
|
|
26
|
+
# provides secure access to applications and resources, and offers integrated
|
|
27
|
+
# threat and data protection. It adds an extra layer of security to safeguard
|
|
28
|
+
# your Chrome browser environment, including Data Loss Prevention (DLP), real-
|
|
29
|
+
# time URL and file scanning, and Context-Aware Access for SaaS and web apps.
|
|
29
30
|
#
|
|
30
31
|
# @example
|
|
31
32
|
# require 'google/apis/beyondcorp_v1alpha'
|
|
@@ -491,6 +492,13 @@ module Google
|
|
|
491
492
|
# The standard list page size.
|
|
492
493
|
# @param [String] page_token
|
|
493
494
|
# The standard list page token.
|
|
495
|
+
# @param [Boolean] return_partial_success
|
|
496
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
|
497
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
|
498
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
|
499
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
|
500
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
|
501
|
+
# explicitly documented otherwise in service or product specific documentation.
|
|
494
502
|
# @param [String] fields
|
|
495
503
|
# Selector specifying which fields to include in a partial response.
|
|
496
504
|
# @param [String] quota_user
|
|
@@ -508,7 +516,7 @@ module Google
|
|
|
508
516
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
509
517
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
510
518
|
# @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)
|
|
519
|
+
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
520
|
command = make_simple_command(:get, 'v1alpha/{+name}/operations', options)
|
|
513
521
|
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningListOperationsResponse::Representation
|
|
514
522
|
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningListOperationsResponse
|
|
@@ -516,6 +524,7 @@ module Google
|
|
|
516
524
|
command.query['filter'] = filter unless filter.nil?
|
|
517
525
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
518
526
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
527
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
519
528
|
command.query['fields'] = fields unless fields.nil?
|
|
520
529
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
521
530
|
execute_or_queue_command(command, &block)
|
|
@@ -808,8 +817,8 @@ module Google
|
|
|
808
817
|
# @param [String] name
|
|
809
818
|
# The resource that owns the locations collection, if applicable.
|
|
810
819
|
# @param [Array<String>, String] extra_location_types
|
|
811
|
-
# Optional.
|
|
812
|
-
#
|
|
820
|
+
# Optional. Do not use this field. It is unsupported and is ignored unless
|
|
821
|
+
# explicitly documented otherwise. This is primarily for internal usage.
|
|
813
822
|
# @param [String] filter
|
|
814
823
|
# A filter to narrow down results to a preferred subset. The filtering language
|
|
815
824
|
# accepts strings like `"displayName=tokyo"`, and is documented in more detail
|
|
@@ -3293,6 +3302,13 @@ module Google
|
|
|
3293
3302
|
# The standard list page size.
|
|
3294
3303
|
# @param [String] page_token
|
|
3295
3304
|
# The standard list page token.
|
|
3305
|
+
# @param [Boolean] return_partial_success
|
|
3306
|
+
# When set to `true`, operations that are reachable are returned as normal, and
|
|
3307
|
+
# those that are unreachable are returned in the [ListOperationsResponse.
|
|
3308
|
+
# unreachable] field. This can only be `true` when reading across collections e.
|
|
3309
|
+
# g. when `parent` is set to `"projects/example/locations/-"`. This field is not
|
|
3310
|
+
# by default supported and will result in an `UNIMPLEMENTED` error if set unless
|
|
3311
|
+
# explicitly documented otherwise in service or product specific documentation.
|
|
3296
3312
|
# @param [String] fields
|
|
3297
3313
|
# Selector specifying which fields to include in a partial response.
|
|
3298
3314
|
# @param [String] quota_user
|
|
@@ -3310,7 +3326,7 @@ module Google
|
|
|
3310
3326
|
# @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
|
|
3311
3327
|
# @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
|
|
3312
3328
|
# @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)
|
|
3329
|
+
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
3330
|
command = make_simple_command(:get, 'v1alpha/{+name}/operations', options)
|
|
3315
3331
|
command.response_representation = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningListOperationsResponse::Representation
|
|
3316
3332
|
command.response_class = Google::Apis::BeyondcorpV1alpha::GoogleLongrunningListOperationsResponse
|
|
@@ -3318,6 +3334,7 @@ module Google
|
|
|
3318
3334
|
command.query['filter'] = filter unless filter.nil?
|
|
3319
3335
|
command.query['pageSize'] = page_size unless page_size.nil?
|
|
3320
3336
|
command.query['pageToken'] = page_token unless page_token.nil?
|
|
3337
|
+
command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
|
|
3321
3338
|
command.query['fields'] = fields unless fields.nil?
|
|
3322
3339
|
command.query['quotaUser'] = quota_user unless quota_user.nil?
|
|
3323
3340
|
execute_or_queue_command(command, &block)
|
|
@@ -21,10 +21,11 @@ module Google
|
|
|
21
21
|
module Apis
|
|
22
22
|
# BeyondCorp API
|
|
23
23
|
#
|
|
24
|
-
#
|
|
25
|
-
#
|
|
26
|
-
#
|
|
27
|
-
#
|
|
24
|
+
# Chrome Enterprise Premium is a secure enterprise browsing solution that
|
|
25
|
+
# provides secure access to applications and resources, and offers integrated
|
|
26
|
+
# threat and data protection. It adds an extra layer of security to safeguard
|
|
27
|
+
# your Chrome browser environment, including Data Loss Prevention (DLP), real-
|
|
28
|
+
# time URL and file scanning, and Context-Aware Access for SaaS and web apps.
|
|
28
29
|
#
|
|
29
30
|
# @see https://cloud.google.com/
|
|
30
31
|
module BeyondcorpV1alpha
|
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.57.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.57.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:
|