public static interface Protos.WeightInfoOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRole()
Related role name.
|
com.google.protobuf.ByteString |
getRoleBytes()
Related role name.
|
double |
getWeight()
required double weight = 1; |
boolean |
hasRole()
Related role name.
|
boolean |
hasWeight()
required double weight = 1; |
boolean hasWeight()
required double weight = 1;double getWeight()
required double weight = 1;boolean hasRole()
Related role name.
optional string role = 2;java.lang.String getRole()
Related role name.
optional string role = 2;com.google.protobuf.ByteString getRoleBytes()
Related role name.
optional string role = 2;