google-apis-networksecurity_v1beta1 0.49.0 → 0.50.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c106267f674e7426489d0f92fbde6b51ec0dce1f094e16676c088cd4fe1b32be
|
4
|
+
data.tar.gz: 350f4794b71a9e2072309a60c012b5787f63f9db9b20ed0b87b696fda57f7299
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 69b13416264abb646539a345e6a082592e6887037e24cf5ba520f998ecd64d84d3dff42aadc06d3df6d42c41933f6c8bf16fb93939534c31fe697ff7fac16a14
|
7
|
+
data.tar.gz: be287e7a883660e1036a7cfe89bdaa44462d9d19b570f4adcc8412e1cfd00a79dce5391461e43702d3068d5be03623f9697a0dd907b7ec57ce275bfb8bc8484f
|
data/CHANGELOG.md
CHANGED
@@ -4048,7 +4048,7 @@ module Google
|
|
4048
4048
|
end
|
4049
4049
|
end
|
4050
4050
|
|
4051
|
-
# Represents a Secure Access Connect (SAC)
|
4051
|
+
# Represents a Secure Access Connect (SAC) attachment resource. A Secure Access
|
4052
4052
|
# Connect attachment enables NCC Gateway to process traffic with an SSE product.
|
4053
4053
|
class SacAttachment
|
4054
4054
|
include Google::Apis::Core::Hashable
|
@@ -4134,7 +4134,7 @@ module Google
|
|
4134
4134
|
include Google::Apis::Core::Hashable
|
4135
4135
|
|
4136
4136
|
# 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
|
4137
|
+
# in Symantec's Location API. Not to be confused with Google Cloud locations.
|
4138
4138
|
# Corresponds to the JSON property `symantecLocationName`
|
4139
4139
|
# @return [String]
|
4140
4140
|
attr_accessor :symantec_location_name
|
@@ -4156,7 +4156,7 @@ module Google
|
|
4156
4156
|
end
|
4157
4157
|
end
|
4158
4158
|
|
4159
|
-
# Represents a Secure Access Connect (SAC)
|
4159
|
+
# Represents a Secure Access Connect (SAC) realm resource. A Secure Access
|
4160
4160
|
# Connect realm establishes a connection between your Google Cloud project and
|
4161
4161
|
# an SSE service.
|
4162
4162
|
class SacRealm
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworksecurityV1beta1
|
18
18
|
# Version of the google-apis-networksecurity_v1beta1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.50.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 = "
|
25
|
+
REVISION = "20250608"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networksecurity_v1beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.50.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-networksecurity_v1beta1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1beta1/v0.50.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1beta1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|