io.etcd.jetcd.api.LeaderRequestOrBuilder Maven / Gradle / Ivy
// 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();
}