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

io.etcd.jetcd.api.lock.UnlockRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.8.4
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy