File tree Expand file tree Collapse file tree
generated/google-apis-networksecurity_v1
lib/google/apis/networksecurity_v1 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -336326,6 +336326,7 @@
336326336326"/networksecurity:v1/MirroringEndpointGroupAssociation/mirroringEndpointGroup": mirroring_endpoint_group
336327336327"/networksecurity:v1/MirroringEndpointGroupAssociation/name": name
336328336328"/networksecurity:v1/MirroringEndpointGroupAssociation/network": network
336329+ "/networksecurity:v1/MirroringEndpointGroupAssociation/networkCookie": network_cookie
336329336330"/networksecurity:v1/MirroringEndpointGroupAssociation/reconciling": reconciling
336330336331"/networksecurity:v1/MirroringEndpointGroupAssociation/state": state
336331336332"/networksecurity:v1/MirroringEndpointGroupAssociation/updateTime": update_time
Original file line number Diff line number Diff line change 11# Release history for google-apis-networksecurity_v1
22
3+ ### v0.55.0 (2026-07-05)
4+
5+ * Regenerated from discovery document revision 20260617
6+
37### v0.54.0 (2026-06-14)
48
59* Regenerated from discovery document revision 20260524
Original file line number Diff line number Diff line change @@ -3998,6 +3998,13 @@ class MirroringEndpointGroupAssociation
39983998 # @return [String]
39993999 attr_accessor :network
40004000
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+
40014008 # Output only. The current state of the resource does not match the user's
40024009 # intended state, and the system is working to reconcile them. This part of the
40034010 # normal operation (e.g. adding a new location to the target deployment group).
@@ -4031,6 +4038,7 @@ def update!(**args)
40314038 @mirroring_endpoint_group = args [ :mirroring_endpoint_group ] if args . key? ( :mirroring_endpoint_group )
40324039 @name = args [ :name ] if args . key? ( :name )
40334040 @network = args [ :network ] if args . key? ( :network )
4041+ @network_cookie = args [ :network_cookie ] if args . key? ( :network_cookie )
40344042 @reconciling = args [ :reconciling ] if args . key? ( :reconciling )
40354043 @state = args [ :state ] if args . key? ( :state )
40364044 @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 NetworksecurityV1
1818 # Version of the google-apis-networksecurity_v1 gem
19- GEM_VERSION = "0.54 .0"
19+ GEM_VERSION = "0.55 .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 @@ -1757,6 +1757,7 @@ class Representation < Google::Apis::Core::JsonRepresentation
17571757 property :mirroring_endpoint_group , as : 'mirroringEndpointGroup'
17581758 property :name , as : 'name'
17591759 property :network , as : 'network'
1760+ property :network_cookie , as : 'networkCookie'
17601761 property :reconciling , as : 'reconciling'
17611762 property :state , as : 'state'
17621763 property :update_time , as : 'updateTime'
You can’t perform that action at this time.
0 commit comments