public interface RouteNoteOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Point |
getLocation()
optional .routeguide.Point location = 1; |
PointOrBuilder |
getLocationOrBuilder()
optional .routeguide.Point location = 1; |
String |
getMessage()
optional string message = 2; |
com.google.protobuf.ByteString |
getMessageBytes()
optional string message = 2; |
boolean |
hasLocation()
optional .routeguide.Point location = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasLocation()
optional .routeguide.Point location = 1;
The location from which the message is sent.
Point getLocation()
optional .routeguide.Point location = 1;
The location from which the message is sent.
PointOrBuilder getLocationOrBuilder()
optional .routeguide.Point location = 1;
The location from which the message is sent.
String getMessage()
optional string message = 2;
The message to be sent.
com.google.protobuf.ByteString getMessageBytes()
optional string message = 2;
The message to be sent.