com.ibm.etcd.api.LeaseCheckpointOrBuilder 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 LeaseCheckpointOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.LeaseCheckpoint)
com.google.protobuf.MessageOrBuilder {
/**
*
* ID is the lease ID to checkpoint.
*
*
* int64 ID = 1;
* @return The iD.
*/
long getID();
/**
*
* Remaining_TTL is the remaining time until expiry of the lease.
*
*
* int64 remaining_TTL = 2;
* @return The remainingTTL.
*/
long getRemainingTTL();
}