google-apis-networksecurity_v1 0.54.0 → 0.56.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: 1634bfec73025a093d267a1341a5dc71c39c568a5a3fec71c351be149fa880cf
|
|
4
|
+
data.tar.gz: '051951799c8f7ebbf440a132d4ea32bc5fb848e989d70465fc48f89c5cd14d43'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6c4efe60502fe3d3b3f5fe35f45a1a3593b071fb41b64094751ea7723bd57ed09ecd9cae25053418416a7b2e506946733847ca6c067d26660c14c39b82fbe8bd
|
|
7
|
+
data.tar.gz: ed2aaed7c78262d316c91cc7c2bc9835452d4d44cc0a90022604a380dc9631a0101a76ef9941bcb7e0bc4b818974ba3d25c22df9cee0193dd40b522143643eec
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Release history for google-apis-networksecurity_v1
|
|
2
2
|
|
|
3
|
+
### v0.56.0 (2026-07-19)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20260707
|
|
6
|
+
|
|
7
|
+
### v0.55.0 (2026-07-05)
|
|
8
|
+
|
|
9
|
+
* Regenerated from discovery document revision 20260617
|
|
10
|
+
|
|
3
11
|
### v0.54.0 (2026-06-14)
|
|
4
12
|
|
|
5
13
|
* Regenerated from discovery document revision 20260524
|
|
@@ -408,8 +408,9 @@ module Google
|
|
|
408
408
|
# client's certificate. A match happens when any principal matches with the rule.
|
|
409
409
|
# Limited to 50 principals per Authorization Policy for regional internal
|
|
410
410
|
# Application Load Balancers, regional external Application Load Balancers,
|
|
411
|
-
# cross-region internal Application Load Balancers, and Cloud Service Mesh
|
|
412
|
-
#
|
|
411
|
+
# cross-region internal Application Load Balancers, and Cloud Service Mesh while
|
|
412
|
+
# 25 principals per Authorization Policy for global external Application Load
|
|
413
|
+
# Balancers.
|
|
413
414
|
# Corresponds to the JSON property `principals`
|
|
414
415
|
# @return [Array<Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRulePrincipal>]
|
|
415
416
|
attr_accessor :principals
|
|
@@ -3998,6 +3999,13 @@ module Google
|
|
|
3998
3999
|
# @return [String]
|
|
3999
4000
|
attr_accessor :network
|
|
4000
4001
|
|
|
4002
|
+
# Output only. Identifier used by the data-path. See the NSI GENEVE format for
|
|
4003
|
+
# more details: https://docs.cloud.google.com/network-security-integration/docs/
|
|
4004
|
+
# understand-geneve#network_id
|
|
4005
|
+
# Corresponds to the JSON property `networkCookie`
|
|
4006
|
+
# @return [Fixnum]
|
|
4007
|
+
attr_accessor :network_cookie
|
|
4008
|
+
|
|
4001
4009
|
# Output only. The current state of the resource does not match the user's
|
|
4002
4010
|
# intended state, and the system is working to reconcile them. This part of the
|
|
4003
4011
|
# normal operation (e.g. adding a new location to the target deployment group).
|
|
@@ -4031,6 +4039,7 @@ module Google
|
|
|
4031
4039
|
@mirroring_endpoint_group = args[:mirroring_endpoint_group] if args.key?(:mirroring_endpoint_group)
|
|
4032
4040
|
@name = args[:name] if args.key?(:name)
|
|
4033
4041
|
@network = args[:network] if args.key?(:network)
|
|
4042
|
+
@network_cookie = args[:network_cookie] if args.key?(:network_cookie)
|
|
4034
4043
|
@reconciling = args[:reconciling] if args.key?(:reconciling)
|
|
4035
4044
|
@state = args[:state] if args.key?(:state)
|
|
4036
4045
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
@@ -4590,8 +4599,8 @@ module Google
|
|
|
4590
4599
|
# @return [String]
|
|
4591
4600
|
attr_accessor :custom_mirroring_profile
|
|
4592
4601
|
|
|
4593
|
-
# Output only. Identifier used by the data-path. Unique within
|
|
4594
|
-
# location
|
|
4602
|
+
# Output only. Identifier used by the data-path. Unique within ``container,
|
|
4603
|
+
# location``.
|
|
4595
4604
|
# Corresponds to the JSON property `dataPathId`
|
|
4596
4605
|
# @return [Fixnum]
|
|
4597
4606
|
attr_accessor :data_path_id
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module NetworksecurityV1
|
|
18
18
|
# Version of the google-apis-networksecurity_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.56.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 = "20260707"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1757,6 +1757,7 @@ module Google
|
|
|
1757
1757
|
property :mirroring_endpoint_group, as: 'mirroringEndpointGroup'
|
|
1758
1758
|
property :name, as: 'name'
|
|
1759
1759
|
property :network, as: 'network'
|
|
1760
|
+
property :network_cookie, as: 'networkCookie'
|
|
1760
1761
|
property :reconciling, as: 'reconciling'
|
|
1761
1762
|
property :state, as: 'state'
|
|
1762
1763
|
property :update_time, as: 'updateTime'
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-networksecurity_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.56.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_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.56.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networksecurity_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|