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; |
com.google.protobuf.ProtocolStringList |
getValuesList()
repeated string values = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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;com.google.protobuf.ProtocolStringList getValuesList()
repeated string values = 2;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 © 2019. All rights reserved.