Skip to content

Commit 3bc695f

Browse files
feat: Automated regeneration of networksecurity v1beta1 client (googleapis#23629)
Auto-created at 2025-07-06 10:25:35 +0000 using the toys pull request generator.
1 parent 3d95e55 commit 3bc695f

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

generated/google-apis-networksecurity_v1beta1/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-networksecurity_v1beta1
22

3+
### v0.50.0 (2025-07-06)
4+
5+
* Regenerated from discovery document revision 20250608
6+
37
### v0.49.0 (2025-06-15)
48

59
* Regenerated from discovery document revision 20250604

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4048,7 +4048,7 @@ def update!(**args)
40484048
end
40494049
end
40504050

4051-
# Represents a Secure Access Connect (SAC) Attachment resource. A Secure Access
4051+
# Represents a Secure Access Connect (SAC) attachment resource. A Secure Access
40524052
# Connect attachment enables NCC Gateway to process traffic with an SSE product.
40534053
class SacAttachment
40544054
include Google::Apis::Core::Hashable
@@ -4134,7 +4134,7 @@ class SacAttachmentSacAttachmentSymantecOptions
41344134
include Google::Apis::Core::Hashable
41354135

41364136
# Immutable. Name to be used when creating a location on the customer's behalf
4137-
# in Symantec's Location API. Not to be confused with GCP locations.
4137+
# in Symantec's Location API. Not to be confused with Google Cloud locations.
41384138
# Corresponds to the JSON property `symantecLocationName`
41394139
# @return [String]
41404140
attr_accessor :symantec_location_name
@@ -4156,7 +4156,7 @@ def update!(**args)
41564156
end
41574157
end
41584158

4159-
# Represents a Secure Access Connect (SAC) Realm resource. A Secure Access
4159+
# Represents a Secure Access Connect (SAC) realm resource. A Secure Access
41604160
# Connect realm establishes a connection between your Google Cloud project and
41614161
# an SSE service.
41624162
class SacRealm

generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/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 NetworksecurityV1beta1
1818
# Version of the google-apis-networksecurity_v1beta1 gem
19-
GEM_VERSION = "0.49.0"
19+
GEM_VERSION = "0.50.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 = "20250604"
25+
REVISION = "20250608"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)