From 1645e1c55f8358dd4a7c218fd26cc1580082dd89 Mon Sep 17 00:00:00 2001 From: David Garcia Quintas Date: Fri, 22 Jun 2018 13:41:28 -0700 Subject: Sync'd load_balancer.proto --- src/proto/grpc/lb/v1/load_balancer.proto | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/proto') diff --git a/src/proto/grpc/lb/v1/load_balancer.proto b/src/proto/grpc/lb/v1/load_balancer.proto index 8b1e55e066..c9932bcf60 100644 --- a/src/proto/grpc/lb/v1/load_balancer.proto +++ b/src/proto/grpc/lb/v1/load_balancer.proto @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// This file defines an the GRPCLB LoadBalancing protocol. +// This file defines the GRPCLB LoadBalancing protocol. // // The canonical version of this proto can be found at // https://github.com/grpc/grpc-proto/blob/master/grpc/lb/v1/load_balancer.proto @@ -45,8 +45,10 @@ message LoadBalanceRequest { } message InitialLoadBalanceRequest { - // Name of load balanced service (IE, service.googleapis.com). Its + // The name of the load balanced service (e.g., service.googleapis.com). Its // length should be less than 256 bytes. + // The name might include a port number. How to handle the port number is up + // to the balancer. string name = 1; } -- cgit v1.2.3