com.ibm.etcd.api.LeaseStatusOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of etcd-java Show documentation
Show all versions of etcd-java Show documentation
etcd3 java client and utilities
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: rpc.proto
package com.ibm.etcd.api;
public interface LeaseStatusOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.LeaseStatus)
com.google.protobuf.MessageOrBuilder {
/**
*
* TODO: int64 TTL = 2;
*
*
* int64 ID = 1;
* @return The iD.
*/
long getID();
}