public interface StreamAggregatedStatePriceRequestV1OrBuilder
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAssets(int index)
assets is a list of assets to subscribe to
|
com.google.protobuf.ByteString |
getAssetsBytes(int index)
assets is a list of assets to subscribe to
|
int |
getAssetsCount()
assets is a list of assets to subscribe to
|
java.util.List<java.lang.String> |
getAssetsList()
assets is a list of assets to subscribe to
|
java.util.List<java.lang.String> getAssetsList()
assets is a list of assets to subscribe to
repeated string assets = 1;
int getAssetsCount()
assets is a list of assets to subscribe to
repeated string assets = 1;
java.lang.String getAssets(int index)
assets is a list of assets to subscribe to
repeated string assets = 1;
index
- The index of the element to return.com.google.protobuf.ByteString getAssetsBytes(int index)
assets is a list of assets to subscribe to
repeated string assets = 1;
index
- The index of the value to return.