Package vector_tile

Interface VectorTile.Tile.ValueOrBuilder

All Superinterfaces:
com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<VectorTile.Tile.Value>, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
VectorTile.Tile.Value, VectorTile.Tile.Value.Builder
Enclosing class:
VectorTile.Tile

public static interface VectorTile.Tile.ValueOrBuilder extends com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<VectorTile.Tile.Value>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    optional bool bool_value = 7;
    double
    optional double double_value = 3;
    float
    optional float float_value = 2;
    long
    optional int64 int_value = 4;
    long
    optional sint64 sint_value = 6;
    Exactly one of these values must be present in a valid message
    com.google.protobuf.ByteString
    Exactly one of these values must be present in a valid message
    long
    optional uint64 uint_value = 5;
    boolean
    optional bool bool_value = 7;
    boolean
    optional double double_value = 3;
    boolean
    optional float float_value = 2;
    boolean
    optional int64 int_value = 4;
    boolean
    optional sint64 sint_value = 6;
    boolean
    Exactly one of these values must be present in a valid message
    boolean
    optional uint64 uint_value = 5;

    Methods inherited from interface com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder

    getDefaultInstanceForType, getExtension, getExtension, getExtension, getExtension, getExtension, getExtension, getExtensionCount, getExtensionCount, getExtensionCount, hasExtension, hasExtension, hasExtension

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • hasStringValue

      boolean hasStringValue()
       Exactly one of these values must be present in a valid message
       
      optional string string_value = 1;
    • getStringValue

      String getStringValue()
       Exactly one of these values must be present in a valid message
       
      optional string string_value = 1;
    • getStringValueBytes

      com.google.protobuf.ByteString getStringValueBytes()
       Exactly one of these values must be present in a valid message
       
      optional string string_value = 1;
    • hasFloatValue

      boolean hasFloatValue()
      optional float float_value = 2;
    • getFloatValue

      float getFloatValue()
      optional float float_value = 2;
    • hasDoubleValue

      boolean hasDoubleValue()
      optional double double_value = 3;
    • getDoubleValue

      double getDoubleValue()
      optional double double_value = 3;
    • hasIntValue

      boolean hasIntValue()
      optional int64 int_value = 4;
    • getIntValue

      long getIntValue()
      optional int64 int_value = 4;
    • hasUintValue

      boolean hasUintValue()
      optional uint64 uint_value = 5;
    • getUintValue

      long getUintValue()
      optional uint64 uint_value = 5;
    • hasSintValue

      boolean hasSintValue()
      optional sint64 sint_value = 6;
    • getSintValue

      long getSintValue()
      optional sint64 sint_value = 6;
    • hasBoolValue

      boolean hasBoolValue()
      optional bool bool_value = 7;
    • getBoolValue

      boolean getBoolValue()
      optional bool bool_value = 7;