public static interface RpcClient.PositionResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RpcClient.PositionKey |
getKeys(int index)
repeated .PositionKey keys = 1; |
int |
getKeysCount()
repeated .PositionKey keys = 1; |
List<RpcClient.PositionKey> |
getKeysList()
repeated .PositionKey keys = 1; |
RpcClient.PositionKeyOrBuilder |
getKeysOrBuilder(int index)
repeated .PositionKey keys = 1; |
List<? extends RpcClient.PositionKeyOrBuilder> |
getKeysOrBuilderList()
repeated .PositionKey keys = 1; |
String |
getValues(int index)
repeated string values = 2; |
com.google.protobuf.ByteString |
getValuesBytes(int index)
repeated string values = 2; |
int |
getValuesCount()
repeated string values = 2; |
List<String> |
getValuesList()
repeated string values = 2; |
List<RpcClient.PositionKey> getKeysList()
repeated .PositionKey keys = 1;RpcClient.PositionKey getKeys(int index)
repeated .PositionKey keys = 1;int getKeysCount()
repeated .PositionKey keys = 1;List<? extends RpcClient.PositionKeyOrBuilder> getKeysOrBuilderList()
repeated .PositionKey keys = 1;RpcClient.PositionKeyOrBuilder getKeysOrBuilder(int index)
repeated .PositionKey keys = 1;int getValuesCount()
repeated string values = 2;String getValues(int index)
repeated string values = 2;com.google.protobuf.ByteString getValuesBytes(int index)
repeated string values = 2;Copyright © 2015. All Rights Reserved.