Skip to content

Commit 5dce8e8

Browse files
feat: Automated regeneration of servicenetworking v1 client (googleapis#23232)
Auto-created at 2025-05-25 09:28:43 +0000 using the toys pull request generator.
1 parent f93fc3f commit 5dce8e8

File tree

3 files changed

+18
-12
lines changed

3 files changed

+18
-12
lines changed

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

3+
### v0.79.0 (2025-05-25)
4+
5+
* Regenerated from discovery document revision 20250521
6+
* Regenerated using generator version 0.18.0
7+
38
### v0.78.0 (2025-05-21)
49

510
* Regenerated from discovery document revision 20250518

generated/google-apis-servicenetworking_v1/lib/google/apis/servicenetworking_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 ServicenetworkingV1
1818
# Version of the google-apis-servicenetworking_v1 gem
19-
GEM_VERSION = "0.78.0"
19+
GEM_VERSION = "0.79.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 = "20250518"
25+
REVISION = "20250521"
2626
end
2727
end
2828
end

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

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -469,16 +469,17 @@ def delete_connection(name, delete_connection_request_object = nil, fields: nil,
469469
# List the private connections that are configured in a service consumer's VPC
470470
# network.
471471
# @param [String] parent
472-
# The service that is managing peering connectivity for a service producer's
473-
# organization. For Google services that support this functionality, this value
474-
# is `services/servicenetworking.googleapis.com`. If you specify `services/-` as
475-
# the parameter value, all configured peering services are listed.
472+
# Required. The service that is managing peering connectivity for a service
473+
# producer's organization. For Google services that support this functionality,
474+
# this value is `services/servicenetworking.googleapis.com`. If you specify `
475+
# services/-` as the parameter value, all configured peering services are listed.
476476
# @param [String] network
477-
# The name of service consumer's VPC network that's connected with service
478-
# producer network through a private connection. The network name must be in the
479-
# following format: `projects/`project`/global/networks/`network``. `project` is
480-
# a project number, such as in `12345` that includes the VPC service consumer's
481-
# VPC network. `network` is the name of the service consumer's VPC network.
477+
# Required. The name of service consumer's VPC network that's connected with
478+
# service producer network through a private connection. The network name must
479+
# be in the following format: `projects/`project`/global/networks/`network``. `
480+
# project` is a project number, such as in `12345` that includes the VPC service
481+
# consumer's VPC network. `network` is the name of the service consumer's VPC
482+
# network.
482483
# @param [String] fields
483484
# Selector specifying which fields to include in a partial response.
484485
# @param [String] quota_user

0 commit comments

Comments
 (0)