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 TypeMethodDescriptionintgetCellId(int index) repeated int32 cellId = 3;intrepeated int32 cellId = 3;repeated int32 cellId = 3;longint64 timestamp = 2;intVersion to allow change in the message format if needed.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
-
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.
-