Interface Points.PointIdOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Points.PointId, Points.PointId.Builder
Enclosing class:
Points

public static interface Points.PointIdOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    Numerical ID of the point
     
    UUID
    com.google.protobuf.ByteString
    UUID
    boolean
    Numerical ID of the point
    boolean
    UUID

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

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

    • hasNum

      boolean hasNum()
       Numerical ID of the point
       
      uint64 num = 1;
      Returns:
      Whether the num field is set.
    • getNum

      long getNum()
       Numerical ID of the point
       
      uint64 num = 1;
      Returns:
      The num.
    • hasUuid

      boolean hasUuid()
       UUID
       
      string uuid = 2;
      Returns:
      Whether the uuid field is set.
    • getUuid

      String getUuid()
       UUID
       
      string uuid = 2;
      Returns:
      The uuid.
    • getUuidBytes

      com.google.protobuf.ByteString getUuidBytes()
       UUID
       
      string uuid = 2;
      Returns:
      The bytes for uuid.
    • getPointIdOptionsCase

      Points.PointId.PointIdOptionsCase getPointIdOptionsCase()