Skip to content

Commit ec5a2fd

Browse files
feat: Automated regeneration of networksecurity v1 client (googleapis#23275)
Auto-created at 2025-06-01 09:37:55 +0000 using the toys pull request generator.
1 parent 010f6a5 commit ec5a2fd

File tree

4 files changed

+8
-13
lines changed

4 files changed

+8
-13
lines changed

generated/google-apis-networksecurity_v1/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release history for google-apis-networksecurity_v1
22

3+
### v0.38.0 (2025-06-01)
4+
5+
* Regenerated from discovery document revision 20250514
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.37.0 (2025-05-11)
49

510
* Regenerated from discovery document revision 20250428

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -375,13 +375,6 @@ def update!(**args)
375375
class AuthzPolicyAuthzRuleFromRequestSource
376376
include Google::Apis::Core::Hashable
377377

378-
# Optional. A list of identities derived from the client's certificate. This
379-
# field is under development and we don't recommend using it at this time.
380-
# Limited to 5 principals.
381-
# Corresponds to the JSON property `principals`
382-
# @return [Array<Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRuleStringMatch>]
383-
attr_accessor :principals
384-
385378
# Optional. A list of resources to match against the resource of the source VM
386379
# of a request. Limited to 5 resources.
387380
# Corresponds to the JSON property `resources`
@@ -394,7 +387,6 @@ def initialize(**args)
394387

395388
# Update properties of this object
396389
def update!(**args)
397-
@principals = args[:principals] if args.key?(:principals)
398390
@resources = args[:resources] if args.key?(:resources)
399391
end
400392
end

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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.37.0"
19+
GEM_VERSION = "0.38.0"
2020

2121
# Version of the code generator used to generate this client
22-
GENERATOR_VERSION = "0.17.0"
22+
GENERATOR_VERSION = "0.18.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20250428"
25+
REVISION = "20250514"
2626
end
2727
end
2828
end

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -740,8 +740,6 @@ class Representation < Google::Apis::Core::JsonRepresentation
740740
class AuthzPolicyAuthzRuleFromRequestSource
741741
# @private
742742
class Representation < Google::Apis::Core::JsonRepresentation
743-
collection :principals, as: 'principals', class: Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRuleStringMatch, decorator: Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRuleStringMatch::Representation
744-
745743
collection :resources, as: 'resources', class: Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRuleRequestResource, decorator: Google::Apis::NetworksecurityV1::AuthzPolicyAuthzRuleRequestResource::Representation
746744

747745
end

0 commit comments

Comments
 (0)