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

protobuf.java.io.helidon.config.etcd.internal.client.proto.TxnRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.0.10
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rpc.proto

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 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 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 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 - 2024 Weber Informatics LLC | Privacy Policy