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

io.etcd.jetcd.api.LeaderRequestOrBuilder Maven / Gradle / Ivy

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

package io.etcd.jetcd.api;

public interface LeaderRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:v3electionpb.LeaderRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * name is the election identifier for the leadership information.
   * 
* * bytes name = 1; * @return The name. */ com.google.protobuf.ByteString getName(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy