Index: third_party/cacheinvalidation/src/proto/channel_common.proto |
diff --git a/third_party/cacheinvalidation/src/proto/channel_common.proto b/third_party/cacheinvalidation/src/proto/channel_common.proto |
index c68ac74ba36236d8ee4c6054e05f97795c2ab29a..b1feb8a2002c35cbc2ac295cf59dadca9946c450 100644 |
--- a/third_party/cacheinvalidation/src/proto/channel_common.proto |
+++ b/third_party/cacheinvalidation/src/proto/channel_common.proto |
@@ -31,7 +31,7 @@ option java_package = "com.google.protos.ipc.invalidation"; |
message ChannelMessageEncoding { |
- // What kind of encoding is used for network_message |
+ // What kind of encoding is used for network_message |
enum MessageEncoding { |
// Raw proto encoding |
PROTOBUF_BINARY_FORMAT = 1; |
@@ -40,6 +40,7 @@ message ChannelMessageEncoding { |
} |
message NetworkEndpointId { |
+ // Identifies which sender/receiver the gateway uses. |
enum NetworkAddress { |
TEST = 1; // A delivery service for testing |