public static interface RpcClient.BrokerAlgoSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
RpcClient.BrokerAlgoTagSpec |
getAlgoTagSpecs(int index)
repeated .BrokerAlgoTagSpec algoTagSpecs = 2; |
int |
getAlgoTagSpecsCount()
repeated .BrokerAlgoTagSpec algoTagSpecs = 2; |
List<RpcClient.BrokerAlgoTagSpec> |
getAlgoTagSpecsList()
repeated .BrokerAlgoTagSpec algoTagSpecs = 2; |
RpcClient.BrokerAlgoTagSpecOrBuilder |
getAlgoTagSpecsOrBuilder(int index)
repeated .BrokerAlgoTagSpec algoTagSpecs = 2; |
List<? extends RpcClient.BrokerAlgoTagSpecOrBuilder> |
getAlgoTagSpecsOrBuilderList()
repeated .BrokerAlgoTagSpec algoTagSpecs = 2; |
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
boolean |
hasName()
required string name = 1; |
boolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;List<RpcClient.BrokerAlgoTagSpec> getAlgoTagSpecsList()
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;RpcClient.BrokerAlgoTagSpec getAlgoTagSpecs(int index)
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;int getAlgoTagSpecsCount()
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;List<? extends RpcClient.BrokerAlgoTagSpecOrBuilder> getAlgoTagSpecsOrBuilderList()
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;RpcClient.BrokerAlgoTagSpecOrBuilder getAlgoTagSpecsOrBuilder(int index)
repeated .BrokerAlgoTagSpec algoTagSpecs = 2;Copyright © 2015. All Rights Reserved.