public static interface Rpc.MemberUpdateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
long |
getID()
ID is the member ID of the member to update.
|
String |
getPeerURLs(int index)
peerURLs is the new list of URLs the member will use to communicate with the cluster.
|
com.google.protobuf.ByteString |
getPeerURLsBytes(int index)
peerURLs is the new list of URLs the member will use to communicate with the cluster.
|
int |
getPeerURLsCount()
peerURLs is the new list of URLs the member will use to communicate with the cluster.
|
List<String> |
getPeerURLsList()
peerURLs is the new list of URLs the member will use to communicate with the cluster.
|
long getID()
ID is the member ID of the member to update.
uint64 ID = 1;List<String> getPeerURLsList()
peerURLs is the new list of URLs the member will use to communicate with the cluster.
repeated string peerURLs = 2;int getPeerURLsCount()
peerURLs is the new list of URLs the member will use to communicate with the cluster.
repeated string peerURLs = 2;String getPeerURLs(int index)
peerURLs is the new list of URLs the member will use to communicate with the cluster.
repeated string peerURLs = 2;com.google.protobuf.ByteString getPeerURLsBytes(int index)
peerURLs is the new list of URLs the member will use to communicate with the cluster.
repeated string peerURLs = 2;Copyright © 2018. All rights reserved.