public interface MemberUpdateRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong 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;index - The index of the element to return.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;index - The index of the value to return.Copyright © 2023. All rights reserved.