Interface Cells.CellsProtoOrBuilder

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

public static interface Cells.CellsProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    getCellId(int index)
    repeated int32 cellId = 3;
    int
    repeated int32 cellId = 3;
    repeated int32 cellId = 3;
    long
    int64 timestamp = 2;
    int
    Version to allow change in the message format if needed.

    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

    • getVersion

      int getVersion()
       Version to allow change in the message format if needed.
       
      int32 version = 1;
      Returns:
      The version.
    • getTimestamp

      long getTimestamp()
      int64 timestamp = 2;
      Returns:
      The timestamp.
    • getCellIdList

      List<Integer> getCellIdList()
      repeated int32 cellId = 3;
      Returns:
      A list containing the cellId.
    • getCellIdCount

      int getCellIdCount()
      repeated int32 cellId = 3;
      Returns:
      The count of cellId.
    • getCellId

      int getCellId(int index)
      repeated int32 cellId = 3;
      Parameters:
      index - The index of the element to return.
      Returns:
      The cellId at the given index.