public static interface Cells.CellsProtoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getCellId(int index)
repeated int32 cellId = 3; |
int |
getCellIdCount()
repeated int32 cellId = 3; |
List<Integer> |
getCellIdList()
repeated int32 cellId = 3; |
long |
getTimestamp()
int64 timestamp = 2; |
int |
getVersion()
Version to allow change in the message format if needed.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofint getVersion()
Version to allow change in the message format if needed.
int32 version = 1;long getTimestamp()
int64 timestamp = 2;List<Integer> getCellIdList()
repeated int32 cellId = 3;int getCellIdCount()
repeated int32 cellId = 3;int getCellId(int index)
repeated int32 cellId = 3;index - The index of the element to return.