google-apis-beyondcorp_v1alpha 0.56.0 → 0.58.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: b05a84a35255f0753b4ef265281f04bfa00ea8f7921b39e009a726b9e29e6241
4
- data.tar.gz: b29d4bc3b82d2a5971e0e80eff58c20b4d73d0cf17ca3ad7c2db0192fab03f06
3
+ metadata.gz: c40dc7428287543926d76628580804795c49cff3b5d4f7a1b611f888604ee26f
4
+ data.tar.gz: 2c37ff92c0bb70c215a772197f567862a03ab3eb5a9fad98363194c38976a93b
5
5
  SHA512:
6
- metadata.gz: 842e41903b8188ce9bbfdf8e2deaec9dab6cdbe69d7b450e47ba76075cb5315bb9f72b1d7400b472a97e619a4f5823147f887d5e4ff4e85e7d73d10d8e6e227d
7
- data.tar.gz: 3521e90d3df811de1bdf6801d9620d7e343d3871e1d315ffbad417cbdd91159763c3965c2bcba3dc6006c994f46ef7f3189e5701243040b6d79a77b334c0a99a
6
+ metadata.gz: 12c9e3657c48538c7cf083259b31d1c8b8f0e0b01b9aeb17d74abdcc44aa8ab95d6f6f20660d817634002c18b0bca456633e248406d451ee61a68f18d9ce6f2c
7
+ data.tar.gz: 8ec8f69fe3e4c9b690e213db3fc80ceb376b8aacb84fe20173be0a7c9da60e0904a01d4150ac503938d245bcb7c9dad31f60b84856e5bc3abc4c420b3a47b033
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-beyondcorp_v1alpha
2
2
 
3
+ ### v0.58.0 (2025-12-21)
4
+
5
+ * Regenerated from discovery document revision 20251210
6
+
7
+ ### v0.57.0 (2025-11-16)
8
+
9
+ * Regenerated from discovery document revision 20251029
10
+
3
11
  ### v0.56.0 (2025-10-12)
4
12
 
5
13
  * Regenerated from discovery document revision 20250930
@@ -2677,13 +2677,15 @@ module Google
2677
2677
  # @return [String]
2678
2678
  attr_accessor :display_name
2679
2679
 
2680
- # Required. Endpoint matchers associated with an application. A combination of
2681
- # hostname and ports as endpoint matchers is used to match the application.
2682
- # Match conditions for OR logic. An array of match conditions to allow for
2683
- # multiple matching criteria. The rule is considered a match if one of the
2684
- # conditions is met. The conditions should be the following combination: (
2685
- # Hostname & Ports) EXAMPLES: Hostname and Ports - ("*.example.com", "443"), ("
2686
- # example.com" and "22"), ("example.com" and "22,33") etc
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
- # Delegated device info configuration.
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
- # Delegated group info configuration.
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
- # Delegated user info configuration.
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
- # Delegated device info configuration.
2842
+ # The delegated device information configuration.
2841
2843
  class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedDeviceInfo
2842
2844
  include Google::Apis::Core::Hashable
2843
2845
 
2844
- # Optional. The output type of the delegated device info.
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
- # Delegated group info configuration.
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 info.
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
- # Delegated user info configuration.
2880
+ # The configuration information for the delegated user.
2879
2881
  class GoogleCloudBeyondcorpSecuritygatewaysV1alphaContextualHeadersDelegatedUserInfo
2880
2882
  include Google::Apis::Core::Hashable
2881
2883
 
2882
- # Optional. The output type of the delegated user info.
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. Ports of the application.
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. Gateway identity configuration.
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: > Field names SHOULD constrain themselves to
3097
- # alphanumeric characters, "-", and ".", and SHOULD begin with a letter. Field
3098
- # values SHOULD contain only ASCII printable characters and tab.
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 uri path fragment where HTTP request is sent.
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
@@ -3767,8 +3769,9 @@ module Google
3767
3769
  attr_accessor :operations
3768
3770
 
3769
3771
  # 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
+ # ListOperationsRequest.return_partial_success` and reads across collections.
3773
+ # For example, when attempting to list all resources across all supported
3774
+ # locations.
3772
3775
  # Corresponds to the JSON property `unreachable`
3773
3776
  # @return [Array<String>]
3774
3777
  attr_accessor :unreachable
@@ -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.56.0"
19
+ GEM_VERSION = "0.58.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 = "20250930"
25
+ REVISION = "20251210"
26
26
  end
27
27
  end
28
28
  end
@@ -22,10 +22,11 @@ module Google
22
22
  module BeyondcorpV1alpha
23
23
  # BeyondCorp API
24
24
  #
25
- # Beyondcorp Enterprise provides identity and context aware access controls for
26
- # enterprise resources and enables zero-trust access. Using the Beyondcorp
27
- # Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity
28
- # solutions.
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'
@@ -493,11 +494,12 @@ module Google
493
494
  # The standard list page token.
494
495
  # @param [Boolean] return_partial_success
495
496
  # 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.
497
+ # those that are unreachable are returned in the ListOperationsResponse.
498
+ # unreachable field. This can only be `true` when reading across collections.
499
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
500
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
501
+ # if set unless explicitly documented otherwise in service or product specific
502
+ # documentation.
501
503
  # @param [String] fields
502
504
  # Selector specifying which fields to include in a partial response.
503
505
  # @param [String] quota_user
@@ -816,8 +818,8 @@ module Google
816
818
  # @param [String] name
817
819
  # The resource that owns the locations collection, if applicable.
818
820
  # @param [Array<String>, String] extra_location_types
819
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
820
- # field which is primarily intended for internal usage.
821
+ # Optional. Do not use this field. It is unsupported and is ignored unless
822
+ # explicitly documented otherwise. This is primarily for internal usage.
821
823
  # @param [String] filter
822
824
  # A filter to narrow down results to a preferred subset. The filtering language
823
825
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -3303,11 +3305,12 @@ module Google
3303
3305
  # The standard list page token.
3304
3306
  # @param [Boolean] return_partial_success
3305
3307
  # 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.
3308
+ # those that are unreachable are returned in the ListOperationsResponse.
3309
+ # unreachable field. This can only be `true` when reading across collections.
3310
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
3311
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
3312
+ # if set unless explicitly documented otherwise in service or product specific
3313
+ # documentation.
3311
3314
  # @param [String] fields
3312
3315
  # Selector specifying which fields to include in a partial response.
3313
3316
  # @param [String] quota_user
@@ -21,10 +21,11 @@ module Google
21
21
  module Apis
22
22
  # BeyondCorp API
23
23
  #
24
- # Beyondcorp Enterprise provides identity and context aware access controls for
25
- # enterprise resources and enables zero-trust access. Using the Beyondcorp
26
- # Enterprise APIs, enterprises can set up multi-cloud and on-prem connectivity
27
- # solutions.
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.56.0
4
+ version: 0.58.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.56.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1alpha/v0.58.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: