Skip to content

Commit 0228fa1

Browse files
feat: Automated regeneration of networkconnectivity v1 client (#24884)
Auto-created at 2025-11-09 09:15:59 +0000 using the toys pull request generator.
1 parent a3a991e commit 0228fa1

File tree

4 files changed

+9
-5
lines changed

4 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.68.0 (2025-11-09)
4+
5+
* Regenerated from discovery document revision 20251030
6+
37
### v0.67.0 (2025-10-19)
48

59
* Regenerated from discovery document revision 20251009

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2920,7 +2920,7 @@ class PolicyBasedRoute
29202920
# @return [Hash<String,String>]
29212921
attr_accessor :labels
29222922

2923-
# Immutable. A unique name of the resource in the form of `projects/`
2923+
# Immutable. Identifier. A unique name of the resource in the form of `projects/`
29242924
# project_number`/locations/global/PolicyBasedRoutes/`policy_based_route_id``
29252925
# Corresponds to the JSON property `name`
29262926
# @return [String]

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.67.0"
19+
GEM_VERSION = "0.68.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 = "20251009"
25+
REVISION = "20251030"
2626
end
2727
end
2828
end

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,8 +126,8 @@ def get_project_location(name, fields: nil, quota_user: nil, options: nil, &bloc
126126
# @param [String] name
127127
# The resource that owns the locations collection, if applicable.
128128
# @param [Array<String>, String] extra_location_types
129-
# Optional. Unless explicitly documented otherwise, don't use this unsupported
130-
# field which is primarily intended for internal usage.
129+
# Optional. Do not use this field. It is unsupported and is ignored unless
130+
# explicitly documented otherwise. This is primarily for internal usage.
131131
# @param [String] filter
132132
# A filter to narrow down results to a preferred subset. The filtering language
133133
# accepts strings like `"displayName=tokyo"`, and is documented in more detail

0 commit comments

Comments
 (0)