public static interface Geojson.PropertyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey()
required string key = 1; |
com.google.protobuf.ByteString |
getKeyBytes()
required string key = 1; |
Geojson.Property.ValueCase |
getValueCase() |
double |
getValueNumber()
optional double valueNumber = 3; |
java.lang.String |
getValueString()
optional string valueString = 2; |
com.google.protobuf.ByteString |
getValueStringBytes()
optional string valueString = 2; |
boolean |
hasKey()
required string key = 1; |
boolean |
hasValueNumber()
optional double valueNumber = 3; |
boolean |
hasValueString()
optional string valueString = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKey()
required string key = 1;java.lang.String getKey()
required string key = 1;com.google.protobuf.ByteString getKeyBytes()
required string key = 1;boolean hasValueString()
optional string valueString = 2;java.lang.String getValueString()
optional string valueString = 2;com.google.protobuf.ByteString getValueStringBytes()
optional string valueString = 2;boolean hasValueNumber()
optional double valueNumber = 3;double getValueNumber()
optional double valueNumber = 3;Geojson.Property.ValueCase getValueCase()