@@ -653,18 +653,18 @@ message Slicer {
653653 // to receive sharding assignments from and to send load reports to.
654654 config.core .v3 .GrpcService grpc_service = 1
655655
656- // An identifier sent to the sharding service. Assignments and load reports are
657- // scoped to this identifier.
658- //
659- // Can optionally contain up to two "%s" tokens. The first is replaced with the
660- // "Backend Service" and the second with the "Locality" before sending. If a
661- // token is present, but the corresponding information is not available to the
662- // LB policy, the token will be replaced with an empty string.
656+ // An identifier sent to the sharding service. Assignments and load reports are
657+ // scoped to this identifier.
658+ //
659+ // Can optionally contain up to two "%s" tokens. The first is replaced with the
660+ // "Backend Service" and the second with the "Locality" before sending. If a
661+ // token is present, but the corresponding information is not available to the
662+ // LB policy, the token will be replaced with an empty string.
663663 string slicing_target = 3 ;
664664
665- // Name of the request header containing the application-defined key. This key
666- // is used to look up the matching key range (slice) assigned by the sharding
667- // service.
665+ // Name of the request header containing the application-defined key. This key
666+ // is used to look up the matching key range (slice) assigned by the sharding
667+ // service.
668668 string slice_key_header_name = 4 ;
669669
670670 // Mode used to pick an endpoint for a request.
0 commit comments