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

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

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

// Protobuf Java Version: 3.25.1
package io.etcd.jetcd.api;

public interface LeaseKeepAliveRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.LeaseKeepAliveRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * ID is the lease ID for the lease to keep alive.
   * 
* * int64 ID = 1; * @return The iD. */ long getID(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy