google-apis-networksecurity_v1beta1 0.66.0 → 0.67.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: a4a0d8630706f71b2ec24ab5eb2c9bf5c38a106778adaf24c6f8d8da18ab39eb
|
|
4
|
+
data.tar.gz: c83d9465d57311f27e29330f82767851410082a3187d4e5c5b788979343a9950
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5956be46faef9a1be08bdf96af4a17b9c8229c255724ed3d01dc5db3bf1233ed85362802c10a87be943517433180cbef8970280b2531601d153350072a03dae6
|
|
7
|
+
data.tar.gz: 978b54e15516b4b36a6057ac97b46a66ed43d97120ae9a91572d682442f8f2f5ed5aea0cfe71057f06d7135ca27a099c24f850e2d89c13047b78a60a25449c66
|
data/CHANGELOG.md
CHANGED
|
@@ -4138,6 +4138,13 @@ module Google
|
|
|
4138
4138
|
# @return [String]
|
|
4139
4139
|
attr_accessor :network
|
|
4140
4140
|
|
|
4141
|
+
# Output only. Identifier used by the data-path. See the NSI GENEVE format for
|
|
4142
|
+
# more details: https://docs.cloud.google.com/network-security-integration/docs/
|
|
4143
|
+
# understand-geneve#network_id
|
|
4144
|
+
# Corresponds to the JSON property `networkCookie`
|
|
4145
|
+
# @return [Fixnum]
|
|
4146
|
+
attr_accessor :network_cookie
|
|
4147
|
+
|
|
4141
4148
|
# Output only. The current state of the resource does not match the user's
|
|
4142
4149
|
# intended state, and the system is working to reconcile them. This part of the
|
|
4143
4150
|
# normal operation (e.g. adding a new location to the target deployment group).
|
|
@@ -4171,6 +4178,7 @@ module Google
|
|
|
4171
4178
|
@mirroring_endpoint_group = args[:mirroring_endpoint_group] if args.key?(:mirroring_endpoint_group)
|
|
4172
4179
|
@name = args[:name] if args.key?(:name)
|
|
4173
4180
|
@network = args[:network] if args.key?(:network)
|
|
4181
|
+
@network_cookie = args[:network_cookie] if args.key?(:network_cookie)
|
|
4174
4182
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
|
4175
4183
|
@state = args[:state] if args.key?(:state)
|
|
4176
4184
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
@@ -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.67.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260617"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1894,6 +1894,7 @@ module Google
|
|
|
1894
1894
|
property :mirroring_endpoint_group, as: 'mirroringEndpointGroup'
|
|
1895
1895
|
property :name, as: 'name'
|
|
1896
1896
|
property :network, as: 'network'
|
|
1897
|
+
property :network_cookie, as: 'networkCookie'
|
|
1897
1898
|
property :reconciling, as: 'reconciling'
|
|
1898
1899
|
property :state, as: 'state'
|
|
1899
1900
|
property :update_time, as: 'updateTime'
|
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.67.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.67.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:
|