All Downloads are FREE. Search and download functionalities are using the official Maven repository.

protobuf.java.io.helidon.config.etcd.internal.client.proto.MemberUpdateRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.0.10
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

package io.helidon.config.etcd.internal.client.proto;

public interface MemberUpdateRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.MemberUpdateRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * ID is the member ID of the member to update.
   * 
* * uint64 ID = 1; * @return The iD. */ long getID(); /** *
   * peerURLs is the new list of URLs the member will use to communicate with the cluster.
   * 
* * repeated string peerURLs = 2; * @return A list containing the peerURLs. */ java.util.List getPeerURLsList(); /** *
   * peerURLs is the new list of URLs the member will use to communicate with the cluster.
   * 
* * repeated string peerURLs = 2; * @return The count of peerURLs. */ int getPeerURLsCount(); /** *
   * peerURLs is the new list of URLs the member will use to communicate with the cluster.
   * 
* * repeated string peerURLs = 2; * @param index The index of the element to return. * @return The peerURLs at the given index. */ 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; * @param index The index of the value to return. * @return The bytes of the peerURLs at the given index. */ com.google.protobuf.ByteString getPeerURLsBytes(int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy