google-apis-beyondcorp_v1 0.43.0 → 0.45.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: 1de0cb3397b7c57c6bd74000da2a44c0fb53ac600184f614b7a6ca4a9e2cae74
4
- data.tar.gz: 5c11197c4665fecb75a57b644f00f2b6ca5695539013e2260d771c0a27df2140
3
+ metadata.gz: 991203e7a3cbf8fe8d3337b3f0016f131dcdb83d69776ef853ab26a5b1a3f8a5
4
+ data.tar.gz: 8364db6448f4f4cbb229b1188bf7e4cefe84bdf7355916104f6781db2b1c1de1
5
5
  SHA512:
6
- metadata.gz: 0637c9d98db6ff78b2456198b3db08ca6bc26f3738d567c40306dd4ed758879a22ecb53097f93d799c9e00ebb7634e850302fd8b246fb0e85dad0a94bbfa77eb
7
- data.tar.gz: 23abc9e63e32d8610afb5e9611ad02486076720f2903edbabf5bfa2447550f64dd74178227045894ece6a11667211e5596d5b3bb1f3f26f970a225568d99a158
6
+ metadata.gz: 82f6e018f065349a4d5a7bfda554a58d9269936308f29557efe354a12868691b85687b6bf72ad0fe5362ad377a26b3266e7e077b3866f6985f0a5a533828447a
7
+ data.tar.gz: c723c2b19d4501a44ac8e564f4f889e32a3b5805442c2044eb448badb9de6ce2e9d052ee107aa947068696cddc8b716a41e6e158d2011872257b9a7c3aca8ad2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-beyondcorp_v1
2
2
 
3
+ ### v0.45.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251029
6
+
7
+ ### v0.44.0 (2025-10-12)
8
+
9
+ * Regenerated from discovery document revision 20250930
10
+
3
11
  ### v0.43.0 (2025-09-28)
4
12
 
5
13
  * Regenerated from discovery document revision 20250922
@@ -1689,13 +1689,15 @@ module Google
1689
1689
  # @return [String]
1690
1690
  attr_accessor :display_name
1691
1691
 
1692
- # Required. Endpoint matchers associated with an application. A combination of
1693
- # hostname and ports as endpoint matchers is used to match the application.
1694
- # Match conditions for OR logic. An array of match conditions to allow for
1695
- # multiple matching criteria. The rule is considered a match if one of the
1696
- # conditions is met. The conditions should be the following combination: (
1697
- # Hostname & Ports) EXAMPLES: Hostname and Ports - ("*.example.com", "443"), ("
1698
- # example.com" and "22"), ("example.com" and "22,33") etc
1692
+ # Optional. An array of conditions to match the application's network endpoint.
1693
+ # Each element in the array is an EndpointMatcher object, which defines a
1694
+ # specific combination of a hostname pattern and one or more ports. The
1695
+ # application is considered matched if at least one of the EndpointMatcher
1696
+ # conditions in this array is met (the conditions are combined using OR logic).
1697
+ # Each EndpointMatcher must contain a hostname pattern, such as "example.com",
1698
+ # and one or more port numbers specified as a string, such as "443". Hostname
1699
+ # and port number examples: "*.example.com", "443" "example.com" and "22" "
1700
+ # example.com" and "22,33"
1699
1701
  # Corresponds to the JSON property `endpointMatchers`
1700
1702
  # @return [Array<Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher>]
1701
1703
  attr_accessor :endpoint_matchers
@@ -1816,12 +1818,12 @@ module Google
1816
1818
  class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders
1817
1819
  include Google::Apis::Core::Hashable
1818
1820
 
1819
- # Delegated device info configuration.
1821
+ # The delegated device information configuration.
1820
1822
  # Corresponds to the JSON property `deviceInfo`
1821
1823
  # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo]
1822
1824
  attr_accessor :device_info
1823
1825
 
1824
- # Delegated group info configuration.
1826
+ # The delegated group configuration details.
1825
1827
  # Corresponds to the JSON property `groupInfo`
1826
1828
  # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo]
1827
1829
  attr_accessor :group_info
@@ -1831,7 +1833,7 @@ module Google
1831
1833
  # @return [String]
1832
1834
  attr_accessor :output_type
1833
1835
 
1834
- # Delegated user info configuration.
1836
+ # The configuration information for the delegated user.
1835
1837
  # Corresponds to the JSON property `userInfo`
1836
1838
  # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo]
1837
1839
  attr_accessor :user_info
@@ -1849,11 +1851,11 @@ module Google
1849
1851
  end
1850
1852
  end
1851
1853
 
1852
- # Delegated device info configuration.
1854
+ # The delegated device information configuration.
1853
1855
  class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedDeviceInfo
1854
1856
  include Google::Apis::Core::Hashable
1855
1857
 
1856
- # Optional. The output type of the delegated device info.
1858
+ # Optional. The output type details for the delegated device.
1857
1859
  # Corresponds to the JSON property `outputType`
1858
1860
  # @return [String]
1859
1861
  attr_accessor :output_type
@@ -1868,11 +1870,11 @@ module Google
1868
1870
  end
1869
1871
  end
1870
1872
 
1871
- # Delegated group info configuration.
1873
+ # The delegated group configuration details.
1872
1874
  class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedGroupInfo
1873
1875
  include Google::Apis::Core::Hashable
1874
1876
 
1875
- # Optional. The output type of the delegated group info.
1877
+ # Optional. The output type of the delegated group information.
1876
1878
  # Corresponds to the JSON property `outputType`
1877
1879
  # @return [String]
1878
1880
  attr_accessor :output_type
@@ -1887,11 +1889,11 @@ module Google
1887
1889
  end
1888
1890
  end
1889
1891
 
1890
- # Delegated user info configuration.
1892
+ # The configuration information for the delegated user.
1891
1893
  class GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeadersDelegatedUserInfo
1892
1894
  include Google::Apis::Core::Hashable
1893
1895
 
1894
- # Optional. The output type of the delegated user info.
1896
+ # Optional. The delegated user's information.
1895
1897
  # Corresponds to the JSON property `outputType`
1896
1898
  # @return [String]
1897
1899
  attr_accessor :output_type
@@ -1960,7 +1962,7 @@ module Google
1960
1962
  # @return [String]
1961
1963
  attr_accessor :hostname
1962
1964
 
1963
- # Required. Ports of the application.
1965
+ # Required. The ports of the application.
1964
1966
  # Corresponds to the JSON property `ports`
1965
1967
  # @return [Array<Fixnum>]
1966
1968
  attr_accessor :ports
@@ -2099,15 +2101,15 @@ module Google
2099
2101
  # @return [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1ContextualHeaders]
2100
2102
  attr_accessor :contextual_headers
2101
2103
 
2102
- # Optional. Gateway identity configuration.
2104
+ # Optional. The security gateway identity configuration.
2103
2105
  # Corresponds to the JSON property `gatewayIdentity`
2104
2106
  # @return [String]
2105
2107
  attr_accessor :gateway_identity
2106
2108
 
2107
2109
  # Optional. Custom resource specific headers along with the values. The names
2108
- # should conform to RFC 9110: > Field names SHOULD constrain themselves to
2109
- # alphanumeric characters, "-", and ".", and SHOULD begin with a letter. Field
2110
- # values SHOULD contain only ASCII printable characters and tab.
2110
+ # should conform to RFC 9110: >Field names can contain alphanumeric characters,
2111
+ # hyphens, and periods, can contain only ASCII-printable characters and tabs,
2112
+ # and must start with a letter.
2111
2113
  # Corresponds to the JSON property `metadataHeaders`
2112
2114
  # @return [Hash<String,String>]
2113
2115
  attr_accessor :metadata_headers
@@ -2304,7 +2306,7 @@ module Google
2304
2306
  class GoogleCloudBeyondcorpSecuritygatewaysV1ServiceDiscoveryApiGatewayOperationDescriptor
2305
2307
  include Google::Apis::Core::Hashable
2306
2308
 
2307
- # Required. Contains uri path fragment where HTTP request is sent.
2309
+ # Required. Contains the URI path fragment where HTTP request is sent.
2308
2310
  # Corresponds to the JSON property `path`
2309
2311
  # @return [String]
2310
2312
  attr_accessor :path
@@ -2837,6 +2839,13 @@ module Google
2837
2839
  # @return [Array<Google::Apis::BeyondcorpV1::GoogleLongrunningOperation>]
2838
2840
  attr_accessor :operations
2839
2841
 
2842
+ # Unordered list. Unreachable resources. Populated when the request sets `
2843
+ # ListOperationsRequest.return_partial_success` and reads across collections e.g.
2844
+ # when attempting to list all resources across all supported locations.
2845
+ # Corresponds to the JSON property `unreachable`
2846
+ # @return [Array<String>]
2847
+ attr_accessor :unreachable
2848
+
2840
2849
  def initialize(**args)
2841
2850
  update!(**args)
2842
2851
  end
@@ -2845,6 +2854,7 @@ module Google
2845
2854
  def update!(**args)
2846
2855
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
2847
2856
  @operations = args[:operations] if args.key?(:operations)
2857
+ @unreachable = args[:unreachable] if args.key?(:unreachable)
2848
2858
  end
2849
2859
  end
2850
2860
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BeyondcorpV1
18
18
  # Version of the google-apis-beyondcorp_v1 gem
19
- GEM_VERSION = "0.43.0"
19
+ GEM_VERSION = "0.45.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 = "20250922"
25
+ REVISION = "20251029"
26
26
  end
27
27
  end
28
28
  end
@@ -1232,6 +1232,7 @@ module Google
1232
1232
  property :next_page_token, as: 'nextPageToken'
1233
1233
  collection :operations, as: 'operations', class: Google::Apis::BeyondcorpV1::GoogleLongrunningOperation, decorator: Google::Apis::BeyondcorpV1::GoogleLongrunningOperation::Representation
1234
1234
 
1235
+ collection :unreachable, as: 'unreachable'
1235
1236
  end
1236
1237
  end
1237
1238
 
@@ -22,10 +22,11 @@ module Google
22
22
  module BeyondcorpV1
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_v1'
@@ -168,6 +169,13 @@ module Google
168
169
  # The standard list page size.
169
170
  # @param [String] page_token
170
171
  # The standard list page token.
172
+ # @param [Boolean] return_partial_success
173
+ # When set to `true`, operations that are reachable are returned as normal, and
174
+ # those that are unreachable are returned in the [ListOperationsResponse.
175
+ # unreachable] field. This can only be `true` when reading across collections e.
176
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
177
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
178
+ # explicitly documented otherwise in service or product specific documentation.
171
179
  # @param [String] fields
172
180
  # Selector specifying which fields to include in a partial response.
173
181
  # @param [String] quota_user
@@ -185,7 +193,7 @@ module Google
185
193
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
186
194
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
187
195
  # @raise [Google::Apis::AuthorizationError] Authorization is required
188
- def list_organization_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
196
+ 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)
189
197
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
190
198
  command.response_representation = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse::Representation
191
199
  command.response_class = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse
@@ -193,6 +201,7 @@ module Google
193
201
  command.query['filter'] = filter unless filter.nil?
194
202
  command.query['pageSize'] = page_size unless page_size.nil?
195
203
  command.query['pageToken'] = page_token unless page_token.nil?
204
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
196
205
  command.query['fields'] = fields unless fields.nil?
197
206
  command.query['quotaUser'] = quota_user unless quota_user.nil?
198
207
  execute_or_queue_command(command, &block)
@@ -232,8 +241,8 @@ module Google
232
241
  # @param [String] name
233
242
  # The resource that owns the locations collection, if applicable.
234
243
  # @param [Array<String>, String] extra_location_types
235
- # Optional. Unless explicitly documented otherwise, don't use this unsupported
236
- # field which is primarily intended for internal usage.
244
+ # Optional. Do not use this field. It is unsupported and is ignored unless
245
+ # explicitly documented otherwise. This is primarily for internal usage.
237
246
  # @param [String] filter
238
247
  # A filter to narrow down results to a preferred subset. The filtering language
239
248
  # accepts strings like `"displayName=tokyo"`, and is documented in more detail
@@ -1526,6 +1535,13 @@ module Google
1526
1535
  # The standard list page size.
1527
1536
  # @param [String] page_token
1528
1537
  # The standard list page token.
1538
+ # @param [Boolean] return_partial_success
1539
+ # When set to `true`, operations that are reachable are returned as normal, and
1540
+ # those that are unreachable are returned in the [ListOperationsResponse.
1541
+ # unreachable] field. This can only be `true` when reading across collections e.
1542
+ # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
1543
+ # by default supported and will result in an `UNIMPLEMENTED` error if set unless
1544
+ # explicitly documented otherwise in service or product specific documentation.
1529
1545
  # @param [String] fields
1530
1546
  # Selector specifying which fields to include in a partial response.
1531
1547
  # @param [String] quota_user
@@ -1543,7 +1559,7 @@ module Google
1543
1559
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1544
1560
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1545
1561
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1546
- def list_project_location_operations(name, filter: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
1562
+ 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)
1547
1563
  command = make_simple_command(:get, 'v1/{+name}/operations', options)
1548
1564
  command.response_representation = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse::Representation
1549
1565
  command.response_class = Google::Apis::BeyondcorpV1::GoogleLongrunningListOperationsResponse
@@ -1551,6 +1567,7 @@ module Google
1551
1567
  command.query['filter'] = filter unless filter.nil?
1552
1568
  command.query['pageSize'] = page_size unless page_size.nil?
1553
1569
  command.query['pageToken'] = page_token unless page_token.nil?
1570
+ command.query['returnPartialSuccess'] = return_partial_success unless return_partial_success.nil?
1554
1571
  command.query['fields'] = fields unless fields.nil?
1555
1572
  command.query['quotaUser'] = quota_user unless quota_user.nil?
1556
1573
  execute_or_queue_command(command, &block)
@@ -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 BeyondcorpV1
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-beyondcorp_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.43.0
4
+ version: 0.45.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_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.43.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-beyondcorp_v1/v0.45.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-beyondcorp_v1
62
62
  rdoc_options: []
63
63
  require_paths: