public static interface Messages.RoleInfoOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
required string name = 1; |
com.google.protobuf.ByteString |
getNameBytes()
required string name = 1; |
double |
getWeight()
optional double weight = 2 [default = 1]; |
boolean |
hasName()
required string name = 1; |
boolean |
hasWeight()
optional double weight = 2 [default = 1]; |
boolean hasName()
required string name = 1;String getName()
required string name = 1;com.google.protobuf.ByteString getNameBytes()
required string name = 1;boolean hasWeight()
optional double weight = 2 [default = 1];double getWeight()
optional double weight = 2 [default = 1];Copyright © 2014–2015. All rights reserved.