Interface GhcnmProto.StationIndexOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GhcnmProto.StationIndex, GhcnmProto.StationIndex.Builder
    Enclosing class:
    GhcnmProto

    public static interface GhcnmProto.StationIndexOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getDataCount()
      uint32 dataCount = 4;
      long getDataPos()
      uint64 dataPos = 3;
      long getStnid()
      uint64 stnid = 1;
      long getStnPos()
      uint64 stnPos = 2;
      • 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 Detail

      • getStnid

        long getStnid()
        uint64 stnid = 1;
        Returns:
        The stnid.
      • getStnPos

        long getStnPos()
        uint64 stnPos = 2;
        Returns:
        The stnPos.
      • getDataPos

        long getDataPos()
        uint64 dataPos = 3;
        Returns:
        The dataPos.
      • getDataCount

        int getDataCount()
        uint32 dataCount = 4;
        Returns:
        The dataCount.