google-apis-networksecurity_v1 0.54.0 → 0.55.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: c2a50dcf137badab3d369f1310736801fe74b6b02039a8e168707a691e54fe82
4
- data.tar.gz: 04221aaaaf138c455292735bd0ff8de35d6c6d74cf2958694714f05d922984a7
3
+ metadata.gz: 92f86b75bb2095f13a4f4339d4b1120b12a473945dc6cabbc74c50dcd7acb41c
4
+ data.tar.gz: 07ac9ca264ae8e7b271278da34c8c8b2e750cb43ea7ed63b85645616ce6be20e
5
5
  SHA512:
6
- metadata.gz: 92ad2863567c5a6343630d10f6971bd8da5e43230b1ada112de4a8ee2f9ef802ef7a95638fafb8d4190cdda8c1cc5883b9b9707b53e8dc258b2a770603790f8b
7
- data.tar.gz: d5ce5cfa58dcb2ccec1fcaa2e88451e74679aaa2c64e2c2b76f56941693e8fd55a4f754cfbaea566ce24509c1ad437a0d125ff04d6a8cde10bf2ddc745c8972e
6
+ metadata.gz: d1e68ac9509441fe3bb79658e407d2ede589d6430c25acca4fc7ad209fd11d6afa25f0d2c3b9948a9bfa3b66e1676ad9c6507411c5a23951e1a4fec8a770681d
7
+ data.tar.gz: d43c9eec3376b8b4c85d635c4b8c600385c34d9a92b59d60d0a4070841d2d5798ecbcbc4575d116d18a25fd67e4b1ce43d643e3cbc425f4403b7c393d078acd8
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-networksecurity_v1
2
2
 
3
+ ### v0.55.0 (2026-07-05)
4
+
5
+ * Regenerated from discovery document revision 20260617
6
+
3
7
  ### v0.54.0 (2026-06-14)
4
8
 
5
9
  * Regenerated from discovery document revision 20260524
@@ -3998,6 +3998,13 @@ module Google
3998
3998
  # @return [String]
3999
3999
  attr_accessor :network
4000
4000
 
4001
+ # Output only. Identifier used by the data-path. See the NSI GENEVE format for
4002
+ # more details: https://docs.cloud.google.com/network-security-integration/docs/
4003
+ # understand-geneve#network_id
4004
+ # Corresponds to the JSON property `networkCookie`
4005
+ # @return [Fixnum]
4006
+ attr_accessor :network_cookie
4007
+
4001
4008
  # Output only. The current state of the resource does not match the user's
4002
4009
  # intended state, and the system is working to reconcile them. This part of the
4003
4010
  # normal operation (e.g. adding a new location to the target deployment group).
@@ -4031,6 +4038,7 @@ module Google
4031
4038
  @mirroring_endpoint_group = args[:mirroring_endpoint_group] if args.key?(:mirroring_endpoint_group)
4032
4039
  @name = args[:name] if args.key?(:name)
4033
4040
  @network = args[:network] if args.key?(:network)
4041
+ @network_cookie = args[:network_cookie] if args.key?(:network_cookie)
4034
4042
  @reconciling = args[:reconciling] if args.key?(:reconciling)
4035
4043
  @state = args[:state] if args.key?(:state)
4036
4044
  @update_time = args[:update_time] if args.key?(:update_time)
@@ -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.54.0"
19
+ GEM_VERSION = "0.55.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 = "20260524"
25
+ REVISION = "20260617"
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.54.0
4
+ version: 0.55.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.54.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-networksecurity_v1/v0.55.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: