public static interface CliRequests.GetPeersRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getGroupId()
required string group_id = 1; |
com.google.protobuf.ByteString |
getGroupIdBytes()
required string group_id = 1; |
String |
getLeaderId()
optional string leader_id = 2; |
com.google.protobuf.ByteString |
getLeaderIdBytes()
optional string leader_id = 2; |
boolean |
getOnlyAlive()
optional bool only_alive = 3 [default = false]; |
boolean |
hasGroupId()
required string group_id = 1; |
boolean |
hasLeaderId()
optional string leader_id = 2; |
boolean |
hasOnlyAlive()
optional bool only_alive = 3 [default = false]; |
boolean hasGroupId()
required string group_id = 1;String getGroupId()
required string group_id = 1;com.google.protobuf.ByteString getGroupIdBytes()
required string group_id = 1;boolean hasLeaderId()
optional string leader_id = 2;String getLeaderId()
optional string leader_id = 2;com.google.protobuf.ByteString getLeaderIdBytes()
optional string leader_id = 2;boolean hasOnlyAlive()
optional bool only_alive = 3 [default = false];boolean getOnlyAlive()
optional bool only_alive = 3 [default = false];Copyright © 2021. All rights reserved.