io.etcd.jetcd.api.HashKVRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: rpc.proto
package io.etcd.jetcd.api;
public interface HashKVRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.HashKVRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* revision is the key-value store revision for the hash operation.
*
*
* int64 revision = 1;
* @return The revision.
*/
long getRevision();
}