public interface MemberAddRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getPeerURLs(int index)
peerURLs is the list of URLs the added member will use to communicate with the cluster.
|
com.google.protobuf.ByteString |
getPeerURLsBytes(int index)
peerURLs is the list of URLs the added member will use to communicate with the cluster.
|
int |
getPeerURLsCount()
peerURLs is the list of URLs the added member will use to communicate with the cluster.
|
List<String> |
getPeerURLsList()
peerURLs is the list of URLs the added member will use to communicate with the cluster.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getPeerURLsList()
peerURLs is the list of URLs the added member will use to communicate with the cluster.
repeated string peerURLs = 1;int getPeerURLsCount()
peerURLs is the list of URLs the added member will use to communicate with the cluster.
repeated string peerURLs = 1;String getPeerURLs(int index)
peerURLs is the list of URLs the added member will use to communicate with the cluster.
repeated string peerURLs = 1;com.google.protobuf.ByteString getPeerURLsBytes(int index)
peerURLs is the list of URLs the added member will use to communicate with the cluster.
repeated string peerURLs = 1;Copyright © 2019. All rights reserved.