File tree Expand file tree Collapse file tree
generated/google-apis-networksecurity_v1beta1
lib/google/apis/networksecurity_v1beta1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -337560,6 +337560,7 @@
337560337560"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/mirroringEndpointGroup": mirroring_endpoint_group
337561337561"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/name": name
337562337562"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/network": network
337563+ "/networksecurity:v1beta1/MirroringEndpointGroupAssociation/networkCookie": network_cookie
337563337564"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/reconciling": reconciling
337564337565"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/state": state
337565337566"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/updateTime": update_time
Original file line number Diff line number Diff line change 11# Release history for google-apis-networksecurity_v1beta1
22
3+ ### v0.67.0 (2026-07-05)
4+
5+ * Regenerated from discovery document revision 20260617
6+
37### v0.66.0 (2026-06-14)
48
59* Regenerated from discovery document revision 20260524
Original file line number Diff line number Diff line change @@ -4138,6 +4138,13 @@ class MirroringEndpointGroupAssociation
41384138 # @return [String]
41394139 attr_accessor :network
41404140
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+
41414148 # Output only. The current state of the resource does not match the user's
41424149 # intended state, and the system is working to reconcile them. This part of the
41434150 # normal operation (e.g. adding a new location to the target deployment group).
@@ -4171,6 +4178,7 @@ def update!(**args)
41714178 @mirroring_endpoint_group = args [ :mirroring_endpoint_group ] if args . key? ( :mirroring_endpoint_group )
41724179 @name = args [ :name ] if args . key? ( :name )
41734180 @network = args [ :network ] if args . key? ( :network )
4181+ @network_cookie = args [ :network_cookie ] if args . key? ( :network_cookie )
41744182 @reconciling = args [ :reconciling ] if args . key? ( :reconciling )
41754183 @state = args [ :state ] if args . key? ( :state )
41764184 @update_time = args [ :update_time ] if args . key? ( :update_time )
Original file line number Diff line number Diff 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.66 .0"
19+ GEM_VERSION = "0.67 .0"
2020
2121 # Version of the code generator used to generate this client
2222 GENERATOR_VERSION = "0.19.0"
2323
2424 # Revision of the discovery document this client was generated from
25- REVISION = "20260524 "
25+ REVISION = "20260617 "
2626 end
2727 end
2828end
Original file line number Diff line number Diff line change @@ -1894,6 +1894,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
18941894 property :mirroring_endpoint_group , as : 'mirroringEndpointGroup'
18951895 property :name , as : 'name'
18961896 property :network , as : 'network'
1897+ property :network_cookie , as : 'networkCookie'
18971898 property :reconciling , as : 'reconciling'
18981899 property :state , as : 'state'
18991900 property :update_time , as : 'updateTime'
You can’t perform that action at this time.
0 commit comments