public static interface VectorTile.Tile.ValueOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<VectorTile.Tile.Value>
| Modifier and Type | Method and Description |
|---|---|
boolean |
getBoolValue()
optional bool bool_value = 7; |
double |
getDoubleValue()
optional double double_value = 3; |
float |
getFloatValue()
optional float float_value = 2; |
long |
getIntValue()
optional int64 int_value = 4; |
long |
getSintValue()
optional sint64 sint_value = 6; |
String |
getStringValue()
Exactly one of these values must be present in a valid message
|
com.google.protobuf.ByteString |
getStringValueBytes()
Exactly one of these values must be present in a valid message
|
long |
getUintValue()
optional uint64 uint_value = 5; |
boolean |
hasBoolValue()
optional bool bool_value = 7; |
boolean |
hasDoubleValue()
optional double double_value = 3; |
boolean |
hasFloatValue()
optional float float_value = 2; |
boolean |
hasIntValue()
optional int64 int_value = 4; |
boolean |
hasSintValue()
optional sint64 sint_value = 6; |
boolean |
hasStringValue()
Exactly one of these values must be present in a valid message
|
boolean |
hasUintValue()
optional uint64 uint_value = 5; |
getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtensionboolean hasStringValue()
Exactly one of these values must be present in a valid message
optional string string_value = 1;String getStringValue()
Exactly one of these values must be present in a valid message
optional string string_value = 1;com.google.protobuf.ByteString getStringValueBytes()
Exactly one of these values must be present in a valid message
optional string string_value = 1;boolean hasFloatValue()
optional float float_value = 2;float getFloatValue()
optional float float_value = 2;boolean hasDoubleValue()
optional double double_value = 3;double getDoubleValue()
optional double double_value = 3;boolean hasIntValue()
optional int64 int_value = 4;long getIntValue()
optional int64 int_value = 4;boolean hasUintValue()
optional uint64 uint_value = 5;long getUintValue()
optional uint64 uint_value = 5;boolean hasSintValue()
optional sint64 sint_value = 6;long getSintValue()
optional sint64 sint_value = 6;boolean hasBoolValue()
optional bool bool_value = 7;boolean getBoolValue()
optional bool bool_value = 7;Copyright © 2022. All rights reserved.