Update the comment of GetFeature to clarify its unintuitive behavior

pull/3109/head
Daniel Wang 10 years ago
parent b3c93a2d6a
commit b224d6a500
  1. 3
      protos/route_guide.proto

@ -38,6 +38,9 @@ service RouteGuide {
// A simple RPC. // A simple RPC.
// //
// Obtains the feature at a given position. // Obtains the feature at a given position.
//
// A feature with an empty name is returned if there's no feature at the given
// position.
rpc GetFeature(Point) returns (Feature) {} rpc GetFeature(Point) returns (Feature) {}
// A server-to-client streaming RPC. // A server-to-client streaming RPC.

Loading…
Cancel
Save