Skip to content

Commit 20c4be9

Browse files
feat: Automated regeneration of beyondcorp v1 client (#23840)
Auto-created at 2025-08-03 10:04:57 +0000 using the toys pull request generator.
1 parent fbd29be commit 20c4be9

File tree

4 files changed

+19
-14
lines changed

4 files changed

+19
-14
lines changed

generated/google-apis-beyondcorp_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-beyondcorp_v1
22

3+
### v0.40.0 (2025-08-03)
4+
5+
* Regenerated from discovery document revision 20250723
6+
37
### v0.39.0 (2025-07-27)
48

59
* Regenerated from discovery document revision 20250714

generated/google-apis-beyondcorp_v1/lib/google/apis/beyondcorp_v1/classes.rb

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,7 +1674,7 @@ def update!(**args)
16741674
end
16751675
end
16761676

1677-
# A Beyondcorp Application resource information.
1677+
# The information about an application resource.
16781678
class GoogleCloudBeyondcorpSecuritygatewaysV1Application
16791679
include Google::Apis::Core::Hashable
16801680

@@ -1683,19 +1683,20 @@ class GoogleCloudBeyondcorpSecuritygatewaysV1Application
16831683
# @return [String]
16841684
attr_accessor :create_time
16851685

1686-
# Optional. An arbitrary user-provided name for the Application resource. Cannot
1686+
# Optional. An arbitrary user-provided name for the application resource. Cannot
16871687
# exceed 64 characters.
16881688
# Corresponds to the JSON property `displayName`
16891689
# @return [String]
16901690
attr_accessor :display_name
16911691

16921692
# Required. Endpoint matchers associated with an application. A combination of
1693-
# hostname and ports as endpoint matcher is used to match the application. Match
1694-
# conditions for OR logic. An array of match conditions to allow for multiple
1695-
# matching criteria. The rule is considered a match if one the conditions are
1696-
# met. The conditions can be one of the following combination (Hostname), (
1697-
# Hostname & Ports) EXAMPLES: Hostname - ("*.abc.com"), ("xyz.abc.com") Hostname
1698-
# and Ports - ("abc.com" and "22"), ("abc.com" and "22,33") etc
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 can be one of the following combinations (
1697+
# Hostname), (Hostname & Ports) EXAMPLES: Hostname - ("*.example.com"), ("xyz.
1698+
# example.com") Hostname and Ports - ("example.com" and "22"), ("example.com"
1699+
# and "22,33") etc
16991700
# Corresponds to the JSON property `endpointMatchers`
17001701
# @return [Array<Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1EndpointMatcher>]
17011702
attr_accessor :endpoint_matchers
@@ -1923,7 +1924,7 @@ def update!(**args)
19231924
end
19241925
end
19251926

1926-
# Information about a BeyondCorp SecurityGateway resource.
1927+
# The information about a security gateway resource.
19271928
class GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway
19281929
include Google::Apis::Core::Hashable
19291930

generated/google-apis-beyondcorp_v1/lib/google/apis/beyondcorp_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BeyondcorpV1
1818
# Version of the google-apis-beyondcorp_v1 gem
19-
GEM_VERSION = "0.39.0"
19+
GEM_VERSION = "0.40.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250714"
25+
REVISION = "20250723"
2626
end
2727
end
2828
end

generated/google-apis-beyondcorp_v1/lib/google/apis/beyondcorp_v1/service.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1556,15 +1556,15 @@ def list_project_location_operations(name, filter: nil, page_size: nil, page_tok
15561556
execute_or_queue_command(command, &block)
15571557
end
15581558

1559-
# Creates a new SecurityGateway in a given project and location.
1559+
# Creates a new Security Gateway in a given project and location.
15601560
# @param [String] parent
15611561
# Required. The resource project name of the SecurityGateway location using the
15621562
# form: `projects/`project_id`/locations/`location_id``
15631563
# @param [Google::Apis::BeyondcorpV1::GoogleCloudBeyondcorpSecuritygatewaysV1SecurityGateway] google_cloud_beyondcorp_securitygateways_v1_security_gateway_object
15641564
# @param [String] request_id
15651565
# Optional. An optional request ID to identify requests. Specify a unique
15661566
# request ID so that if you must retry your request, the server will know to
1567-
# ignore request if it has already been completed. The server will guarantee
1567+
# ignore the request if it has already been completed. The server will guarantee
15681568
# that for at least 60 minutes since the first request.
15691569
# @param [String] security_gateway_id
15701570
# Optional. User-settable SecurityGateway resource ID. * Must start with a
@@ -1945,7 +1945,7 @@ def create_project_location_security_gateway_application(parent, google_cloud_be
19451945
execute_or_queue_command(command, &block)
19461946
end
19471947

1948-
# Deletes a single Application.
1948+
# Deletes a single application.
19491949
# @param [String] name
19501950
# Required. Name of the resource.
19511951
# @param [String] request_id

0 commit comments

Comments
 (0)