io.helidon.config.etcd.internal.client.proto.PutResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of helidon-config-etcd Show documentation
Show all versions of helidon-config-etcd Show documentation
etcd config source implementation.
// Generated by the protocol buffer compiler. DO NOT EDIT!
// NO CHECKED-IN PROTOBUF GENCODE
// source: rpc.proto
// Protobuf Java Version: 4.27.3
package io.helidon.config.etcd.internal.client.proto;
public interface PutResponseOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.PutResponse)
com.google.protobuf.MessageOrBuilder {
/**
* .etcdserverpb.ResponseHeader header = 1;
* @return Whether the header field is set.
*/
boolean hasHeader();
/**
* .etcdserverpb.ResponseHeader header = 1;
* @return The header.
*/
io.helidon.config.etcd.internal.client.proto.ResponseHeader getHeader();
/**
* .etcdserverpb.ResponseHeader header = 1;
*/
io.helidon.config.etcd.internal.client.proto.ResponseHeaderOrBuilder getHeaderOrBuilder();
/**
*
* if prev_kv is set in the request, the previous key-value pair will be returned.
*
*
* .mvccpb.KeyValue prev_kv = 2;
* @return Whether the prevKv field is set.
*/
boolean hasPrevKv();
/**
*
* if prev_kv is set in the request, the previous key-value pair will be returned.
*
*
* .mvccpb.KeyValue prev_kv = 2;
* @return The prevKv.
*/
io.helidon.config.etcd.internal.client.proto.KeyValue getPrevKv();
/**
*
* if prev_kv is set in the request, the previous key-value pair will be returned.
*
*
* .mvccpb.KeyValue prev_kv = 2;
*/
io.helidon.config.etcd.internal.client.proto.KeyValueOrBuilder getPrevKvOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy