public interface FeatureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Point |
getLocation()
optional .routeguide.Point location = 2; |
PointOrBuilder |
getLocationOrBuilder()
optional .routeguide.Point location = 2; |
String |
getName()
optional string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
optional string name = 1; |
boolean |
hasLocation()
optional .routeguide.Point location = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
optional string name = 1;
The name of the feature.
com.google.protobuf.ByteString getNameBytes()
optional string name = 1;
The name of the feature.
boolean hasLocation()
optional .routeguide.Point location = 2;
The point where the feature is detected.
Point getLocation()
optional .routeguide.Point location = 2;
The point where the feature is detected.
PointOrBuilder getLocationOrBuilder()
optional .routeguide.Point location = 2;
The point where the feature is detected.