public static interface Common.FrameOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDone()
optional bool done = 2; |
long |
getOffset()
optional uint64 offset = 1; |
Common.Row |
getRows(int index)
repeated .Row rows = 3; |
int |
getRowsCount()
repeated .Row rows = 3; |
List<Common.Row> |
getRowsList()
repeated .Row rows = 3; |
Common.RowOrBuilder |
getRowsOrBuilder(int index)
repeated .Row rows = 3; |
List<? extends Common.RowOrBuilder> |
getRowsOrBuilderList()
repeated .Row rows = 3; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getOffset()
optional uint64 offset = 1;boolean getDone()
optional bool done = 2;List<Common.Row> getRowsList()
repeated .Row rows = 3;Common.Row getRows(int index)
repeated .Row rows = 3;int getRowsCount()
repeated .Row rows = 3;List<? extends Common.RowOrBuilder> getRowsOrBuilderList()
repeated .Row rows = 3;Common.RowOrBuilder getRowsOrBuilder(int index)
repeated .Row rows = 3;Copyright © 2012–2016 The Apache Software Foundation. All rights reserved.