google-apis-beyondcorp_v1alpha 0.56.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b05a84a35255f0753b4ef265281f04bfa00ea8f7921b39e009a726b9e29e6241
4
- data.tar.gz: b29d4bc3b82d2a5971e0e80eff58c20b4d73d0cf17ca3ad7c2db0192fab03f06
3
+ metadata.gz: a208abc5fbb2464b1cc74b697e249fb07b737b604bfcb32a1cf55c07afb6c736
4
+ data.tar.gz: 006eceb8ee4a38035506abb80df5926007bf5f2a6a2d4048f3b637d7f79a6055
5
5
  SHA512:
6
- metadata.gz: 842e41903b8188ce9bbfdf8e2deaec9dab6cdbe69d7b450e47ba76075cb5315bb9f72b1d7400b472a97e619a4f5823147f887d5e4ff4e85e7d73d10d8e6e227d
7
- data.tar.gz: 3521e90d3df811de1bdf6801d9620d7e343d3871e1d315ffbad417cbdd91159763c3965c2bcba3dc6006c994f46ef7f3189e5701243040b6d79a77b334c0a99a
6
+ metadata.gz: 2e9086d55536ac17904b27ef09fa561e2dac7e6cc7fda7268ea0676cf64bdf174be08cb7cf167ec58a39054c403ee6603cce47601b5b3ca439bc1404dc9fc9a4
7
+ data.tar.gz: 8f5a04fdec4281f5bd8861b26cad00d212f2bf0fdc3c4339f49910003257b0ff215d1a88cba809a02749cc54efd3113212925820abc98e8de745ea0ea1c7bd15
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.56.0 (2025-10-12)
4
8
 
5
9
  * 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
@@ -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.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 = "20250930"
25
+ REVISION = "20251029"
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'
@@ -816,8 +817,8 @@ module Google
816
817
  # @param [String] name
817
818
  # The resource that owns the locations collection, if applicable.
818
819
  # @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.
820
+ # Optional. Do not use this field. It is unsupported and is ignored unless
821
+ # explicitly documented otherwise. This is primarily for internal usage.
821
822
  # @param [String] filter
822
823
  # A filter to narrow down results to a preferred subset. The filtering language
823
824
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -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.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.56.0
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: