Interface MemberUpdateRequestOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    MemberUpdateRequest, MemberUpdateRequest.Builder

    public interface MemberUpdateRequestOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      long getID()
      ID is the member ID of the member to update.
      java.lang.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.
      java.util.List<java.lang.String> getPeerURLsList()
      peerURLs is the new list of URLs the member will use to communicate with the cluster.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getID

        long getID()
         ID is the member ID of the member to update.
         
        uint64 ID = 1;
        Returns:
        The iD.
      • getPeerURLsList

        java.util.List<java.lang.String> getPeerURLsList()
         peerURLs is the new list of URLs the member will use to communicate with the cluster.
         
        repeated string peerURLs = 2;
        Returns:
        A list containing the peerURLs.
      • getPeerURLsCount

        int getPeerURLsCount()
         peerURLs is the new list of URLs the member will use to communicate with the cluster.
         
        repeated string peerURLs = 2;
        Returns:
        The count of peerURLs.
      • getPeerURLs

        java.lang.String getPeerURLs​(int index)
         peerURLs is the new list of URLs the member will use to communicate with the cluster.
         
        repeated string peerURLs = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The peerURLs at the given index.
      • getPeerURLsBytes

        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;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the peerURLs at the given index.