Interface Rpc.ScanResultOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Rpc.ScanResult,Rpc.ScanResult.Builder
- Enclosing class:
- Rpc
public static interface Rpc.ScanResultOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rpc.KeyValuegetValue(int index)repeated .KeyValue value = 5;intgetValueCount()repeated .KeyValue value = 5;java.util.List<Rpc.KeyValue>getValueList()repeated .KeyValue value = 5;Rpc.KeyValueOrBuildergetValueOrBuilder(int index)repeated .KeyValue value = 5;java.util.List<? extends Rpc.KeyValueOrBuilder>getValueOrBuilderList()repeated .KeyValue value = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getValueList
java.util.List<Rpc.KeyValue> getValueList()
repeated .KeyValue value = 5;
-
getValue
Rpc.KeyValue getValue(int index)
repeated .KeyValue value = 5;
-
getValueCount
int getValueCount()
repeated .KeyValue value = 5;
-
getValueOrBuilderList
java.util.List<? extends Rpc.KeyValueOrBuilder> getValueOrBuilderList()
repeated .KeyValue value = 5;
-
getValueOrBuilder
Rpc.KeyValueOrBuilder getValueOrBuilder(int index)
repeated .KeyValue value = 5;
-
-