aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/proto
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2018-06-22 13:41:28 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2018-06-22 13:41:28 -0700
commit1645e1c55f8358dd4a7c218fd26cc1580082dd89 (patch)
tree402b428c843d3ad25f0fc878b7d74d6fbdda3cbb /src/proto
parent8c8cd02014cb886aaca3bc0f89cbb705e47fc29a (diff)
Sync'd load_balancer.proto
Diffstat (limited to 'src/proto')
-rw-r--r--src/proto/grpc/lb/v1/load_balancer.proto6
1 files changed, 4 insertions, 2 deletions
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;
}