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

io.helidon.config.etcd.internal.client.proto.MemberAddRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.1.1
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 MemberAddRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.MemberAddRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * peerURLs is the list of URLs the added member will use to communicate with the cluster.
   * 
* * repeated string peerURLs = 1; */ java.util.List 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; */ java.lang.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); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy