Skip to content

Commit 010e55c

Browse files
feat: Automated regeneration of networkconnectivity v1 client (#25302)
Auto-created at 2025-12-21 10:34:30 +0000 using the toys pull request generator.
1 parent 96195bf commit 010e55c

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

generated/google-apis-networkconnectivity_v1/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-networkconnectivity_v1
22

3+
### v0.70.0 (2025-12-21)
4+
5+
* Regenerated from discovery document revision 20251209
6+
37
### v0.69.0 (2025-12-07)
48

59
* Regenerated from discovery document revision 20251113

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -533,9 +533,9 @@ class ConsumerPscConfig
533533
# @return [String]
534534
attr_accessor :project
535535

536-
# Output only. A map to store mapping between customer vip and target service
537-
# attachment. Only service attachment with producer specified ip addresses are
538-
# stored here.
536+
# Optional. A map to store mapping between customer vip and target service
537+
# attachment. This field can be used to specify a static IP address for a PSC
538+
# connection.
539539
# Corresponds to the JSON property `serviceAttachmentIpAddressMap`
540540
# @return [Hash<String,String>]
541541
attr_accessor :service_attachment_ip_address_map

generated/google-apis-networkconnectivity_v1/lib/google/apis/networkconnectivity_v1/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 NetworkconnectivityV1
1818
# Version of the google-apis-networkconnectivity_v1 gem
19-
GEM_VERSION = "0.69.0"
19+
GEM_VERSION = "0.70.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.18.0"
2323

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

0 commit comments

Comments
 (0)