From f6808ff4e8b966cd571e99279d4a2780ed97dff2 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 14 Nov 2019 21:13:54 -0800 Subject: [PATCH] Rename the `endpoint_urls` field to `endpoint_uris` to be consistent with Google API nomenclature. PiperOrigin-RevId: 280581337 --- .../admin/instance/v1/spanner_instance_admin.proto | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/google/spanner/admin/instance/v1/spanner_instance_admin.proto b/google/spanner/admin/instance/v1/spanner_instance_admin.proto index a40b2629..a4378741 100644 --- a/google/spanner/admin/instance/v1/spanner_instance_admin.proto +++ b/google/spanner/admin/instance/v1/spanner_instance_admin.proto @@ -398,15 +398,15 @@ message Instance { // allow "_" in a future release. map labels = 7; - // Output only. The endpoint URLs based on the instance config. + // Output only. The endpoint URIs based on the instance config. // For example, instances located in a specific cloud region (or multi region) - // such as nam3, would have a nam3 specific endpoint URL. - // This URL is to be used implictly by SDK clients, with fallback to default - // URL. These endpoints are intended to optimize the network routing between + // such as nam3, would have a nam3 specific endpoint URI. + // This URI is to be used implictly by SDK clients, with fallback to default + // URI. These endpoints are intended to optimize the network routing between // the client and the instance's serving resources. - // If multiple endpoints are present, - // client may establish connections using any of the given URLs. - repeated string endpoint_urls = 8; + // If multiple endpoints are present, client may establish connections using + // any of the given URIs. + repeated string endpoint_uris = 8; } // The request for [ListInstanceConfigs][google.spanner.admin.instance.v1.InstanceAdmin.ListInstanceConfigs].