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

com.ibm.etcd.api.UnlockRequestOrBuilder Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy