io.helidon.config.etcd.internal.client.proto.LeaseRevokeRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helidon-config-etcd Show documentation
Show all versions of helidon-config-etcd Show documentation
etcd config source implementation.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: rpc.proto
// Protobuf Java Version: 4.27.3
package io.helidon.config.etcd.internal.client.proto;
public interface LeaseRevokeRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.LeaseRevokeRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* ID is the lease ID to revoke. When the ID is revoked, all associated keys will be deleted.
*
*
* int64 ID = 1;
* @return The iD.
*/
long getID();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy