io.etcd.jetcd.api.lock.UnlockRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: lock.proto
package io.etcd.jetcd.api.lock;
public interface UnlockRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:v3lockpb.UnlockRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* key is the lock ownership key granted by Lock.
*
*
* bytes key = 1;
* @return The key.
*/
com.google.protobuf.ByteString getKey();
}