io.helidon.config.etcd.internal.client.proto.TxnRequestOrBuilder 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 TxnRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.TxnRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* compare is a list of predicates representing a conjunction of terms.
* If the comparisons succeed, then the success requests will be processed in order,
* and the response will contain their respective responses in order.
* If the comparisons fail, then the failure requests will be processed in order,
* and the response will contain their respective responses in order.
*
*
* repeated .etcdserverpb.Compare compare = 1;
*/
java.util.List
getCompareList();
/**
*
* compare is a list of predicates representing a conjunction of terms.
* If the comparisons succeed, then the success requests will be processed in order,
* and the response will contain their respective responses in order.
* If the comparisons fail, then the failure requests will be processed in order,
* and the response will contain their respective responses in order.
*
*
* repeated .etcdserverpb.Compare compare = 1;
*/
io.helidon.config.etcd.internal.client.proto.Compare getCompare(int index);
/**
*
* compare is a list of predicates representing a conjunction of terms.
* If the comparisons succeed, then the success requests will be processed in order,
* and the response will contain their respective responses in order.
* If the comparisons fail, then the failure requests will be processed in order,
* and the response will contain their respective responses in order.
*
*
* repeated .etcdserverpb.Compare compare = 1;
*/
int getCompareCount();
/**
*
* compare is a list of predicates representing a conjunction of terms.
* If the comparisons succeed, then the success requests will be processed in order,
* and the response will contain their respective responses in order.
* If the comparisons fail, then the failure requests will be processed in order,
* and the response will contain their respective responses in order.
*
*
* repeated .etcdserverpb.Compare compare = 1;
*/
java.util.List extends io.helidon.config.etcd.internal.client.proto.CompareOrBuilder>
getCompareOrBuilderList();
/**
*
* compare is a list of predicates representing a conjunction of terms.
* If the comparisons succeed, then the success requests will be processed in order,
* and the response will contain their respective responses in order.
* If the comparisons fail, then the failure requests will be processed in order,
* and the response will contain their respective responses in order.
*
*
* repeated .etcdserverpb.Compare compare = 1;
*/
io.helidon.config.etcd.internal.client.proto.CompareOrBuilder getCompareOrBuilder(
int index);
/**
*
* success is a list of requests which will be applied when compare evaluates to true.
*
*
* repeated .etcdserverpb.RequestOp success = 2;
*/
java.util.List
getSuccessList();
/**
*
* success is a list of requests which will be applied when compare evaluates to true.
*
*
* repeated .etcdserverpb.RequestOp success = 2;
*/
io.helidon.config.etcd.internal.client.proto.RequestOp getSuccess(int index);
/**
*
* success is a list of requests which will be applied when compare evaluates to true.
*
*
* repeated .etcdserverpb.RequestOp success = 2;
*/
int getSuccessCount();
/**
*
* success is a list of requests which will be applied when compare evaluates to true.
*
*
* repeated .etcdserverpb.RequestOp success = 2;
*/
java.util.List extends io.helidon.config.etcd.internal.client.proto.RequestOpOrBuilder>
getSuccessOrBuilderList();
/**
*
* success is a list of requests which will be applied when compare evaluates to true.
*
*
* repeated .etcdserverpb.RequestOp success = 2;
*/
io.helidon.config.etcd.internal.client.proto.RequestOpOrBuilder getSuccessOrBuilder(
int index);
/**
*
* failure is a list of requests which will be applied when compare evaluates to false.
*
*
* repeated .etcdserverpb.RequestOp failure = 3;
*/
java.util.List
getFailureList();
/**
*
* failure is a list of requests which will be applied when compare evaluates to false.
*
*
* repeated .etcdserverpb.RequestOp failure = 3;
*/
io.helidon.config.etcd.internal.client.proto.RequestOp getFailure(int index);
/**
*
* failure is a list of requests which will be applied when compare evaluates to false.
*
*
* repeated .etcdserverpb.RequestOp failure = 3;
*/
int getFailureCount();
/**
*
* failure is a list of requests which will be applied when compare evaluates to false.
*
*
* repeated .etcdserverpb.RequestOp failure = 3;
*/
java.util.List extends io.helidon.config.etcd.internal.client.proto.RequestOpOrBuilder>
getFailureOrBuilderList();
/**
*
* failure is a list of requests which will be applied when compare evaluates to false.
*
*
* repeated .etcdserverpb.RequestOp failure = 3;
*/
io.helidon.config.etcd.internal.client.proto.RequestOpOrBuilder getFailureOrBuilder(
int index);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy