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

protobuf.java.io.helidon.config.etcd.internal.client.proto.LeaseGrantRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.0.10
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 LeaseGrantRequestOrBuilder extends
    // @@protoc_insertion_point(interface_extends:etcdserverpb.LeaseGrantRequest)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * TTL is the advisory time-to-live in seconds.
   * 
* * int64 TTL = 1; * @return The tTL. */ long getTTL(); /** *
   * ID is the requested ID for the lease. If ID is set to 0, the lessor chooses an ID.
   * 
* * int64 ID = 2; * @return The iD. */ long getID(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy