com.ibm.etcd.api.UnlockRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of etcd-java Show documentation
Show all versions of etcd-java Show documentation
etcd3 java client and utilities
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: v3lock.proto
package com.ibm.etcd.api;
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();
}