Skip to content

Commit 51bde70

Browse files
feat: Automated regeneration of networkconnectivity v1 client (googleapis#22119)
Auto-created at 2025-03-16 10:29:17 +0000 using the toys pull request generator.
1 parent cde7988 commit 51bde70

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-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.55.0 (2025-03-16)
4+
5+
* Regenerated from discovery document revision 20250305
6+
37
### v0.54.0 (2025-03-09)
48

59
* Regenerated from discovery document revision 20250226

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2700,8 +2700,8 @@ class RegionalEndpoint
27002700
# @return [Hash<String,String>]
27012701
attr_accessor :labels
27022702

2703-
# Output only. The name of a RegionalEndpoint. Format: `projects/`project`/
2704-
# locations/`location`/regionalEndpoints/`regional_endpoint``.
2703+
# Output only. The name of a RegionalEndpoint. Pattern: `projects/`project`/
2704+
# locations/`location`/regionalEndpoints/^[-a-z0-9](?:[-a-z0-9]`0,44`)[a-z0-9]$`.
27052705
# Corresponds to the JSON property `name`
27062706
# @return [String]
27072707
attr_accessor :name

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.54.0"
19+
GEM_VERSION = "0.55.0"
2020

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

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

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1763,7 +1763,8 @@ def list_project_location_operations(name, filter: nil, page_size: nil, page_tok
17631763
# Required. The parent resource's name of the RegionalEndpoint.
17641764
# @param [Google::Apis::NetworkconnectivityV1::RegionalEndpoint] regional_endpoint_object
17651765
# @param [String] regional_endpoint_id
1766-
# Required. Unique id of the Regional Endpoint to be created.
1766+
# Required. Unique id of the Regional Endpoint to be created. @pattern: ^[-a-z0-
1767+
# 9](?:[-a-z0-9]`0,44`)[a-z0-9]$
17671768
# @param [String] request_id
17681769
# Optional. An optional request ID to identify requests. Specify a unique
17691770
# request ID so that if you must retry your request, the server knows to ignore

0 commit comments

Comments
 (0)