@@ -469,16 +469,17 @@ def delete_connection(name, delete_connection_request_object = nil, fields: nil,
469
469
# List the private connections that are configured in a service consumer's VPC
470
470
# network.
471
471
# @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.
476
476
# @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.
482
483
# @param [String] fields
483
484
# Selector specifying which fields to include in a partial response.
484
485
# @param [String] quota_user
0 commit comments