Skip to content

Commit 0813913

Browse files
feat: Automated regeneration of networksecurity v1beta1 client
1 parent 1f3b10c commit 0813913

5 files changed

Lines changed: 16 additions & 2 deletions

File tree

api_names_out.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337239,6 +337239,7 @@
337239337239
"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/mirroringEndpointGroup": mirroring_endpoint_group
337240337240
"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/name": name
337241337241
"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/network": network
337242+
"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/networkCookie": network_cookie
337242337243
"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/reconciling": reconciling
337243337244
"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/state": state
337244337245
"/networksecurity:v1beta1/MirroringEndpointGroupAssociation/updateTime": update_time

generated/google-apis-networksecurity_v1beta1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/classes.rb

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
2828
end

generated/google-apis-networksecurity_v1beta1/lib/google/apis/networksecurity_v1beta1/representations.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)