public static interface BasicTypes.TableOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldName(int index)
repeated string fieldName = 1; |
com.google.protobuf.ByteString |
getFieldNameBytes(int index)
repeated string fieldName = 1; |
int |
getFieldNameCount()
repeated string fieldName = 1; |
java.util.List<java.lang.String> |
getFieldNameList()
repeated string fieldName = 1; |
BasicTypes.EncodedValueList |
getRow(int index)
repeated .org.apache.geode.internal.protocol.protobuf.v1.EncodedValueList row = 2; |
int |
getRowCount()
repeated .org.apache.geode.internal.protocol.protobuf.v1.EncodedValueList row = 2; |
java.util.List<BasicTypes.EncodedValueList> |
getRowList()
repeated .org.apache.geode.internal.protocol.protobuf.v1.EncodedValueList row = 2; |
BasicTypes.EncodedValueListOrBuilder |
getRowOrBuilder(int index)
repeated .org.apache.geode.internal.protocol.protobuf.v1.EncodedValueList row = 2; |
java.util.List<? extends BasicTypes.EncodedValueListOrBuilder> |
getRowOrBuilderList()
repeated .org.apache.geode.internal.protocol.protobuf.v1.EncodedValueList row = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<java.lang.String> getFieldNameList()
repeated string fieldName = 1;int getFieldNameCount()
repeated string fieldName = 1;java.lang.String getFieldName(int index)
repeated string fieldName = 1;com.google.protobuf.ByteString getFieldNameBytes(int index)
repeated string fieldName = 1;java.util.List<BasicTypes.EncodedValueList> getRowList()
repeated .org.apache.geode.internal.protocol.protobuf.v1.EncodedValueList row = 2;BasicTypes.EncodedValueList getRow(int index)
repeated .org.apache.geode.internal.protocol.protobuf.v1.EncodedValueList row = 2;int getRowCount()
repeated .org.apache.geode.internal.protocol.protobuf.v1.EncodedValueList row = 2;java.util.List<? extends BasicTypes.EncodedValueListOrBuilder> getRowOrBuilderList()
repeated .org.apache.geode.internal.protocol.protobuf.v1.EncodedValueList row = 2;BasicTypes.EncodedValueListOrBuilder getRowOrBuilder(int index)
repeated .org.apache.geode.internal.protocol.protobuf.v1.EncodedValueList row = 2;