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

io.helidon.config.etcd.internal.client.proto.LeaseTimeToLiveRequestOrBuilder Maven / Gradle / Ivy

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

package io.helidon.config.etcd.internal.client.proto;

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

  /**
   * 
   * ID is the lease ID for the lease.
   * 
* * int64 ID = 1; * @return The iD. */ long getID(); /** *
   * keys is true to query all the keys attached to this lease.
   * 
* * bool keys = 2; * @return The keys. */ boolean getKeys(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy