io.helidon.config.etcd.internal.client.proto.RequestOpOrBuilder 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 RequestOpOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.RequestOp)
com.google.protobuf.MessageOrBuilder {
/**
* .etcdserverpb.RangeRequest request_range = 1;
* @return Whether the requestRange field is set.
*/
boolean hasRequestRange();
/**
* .etcdserverpb.RangeRequest request_range = 1;
* @return The requestRange.
*/
io.helidon.config.etcd.internal.client.proto.RangeRequest getRequestRange();
/**
* .etcdserverpb.RangeRequest request_range = 1;
*/
io.helidon.config.etcd.internal.client.proto.RangeRequestOrBuilder getRequestRangeOrBuilder();
/**
* .etcdserverpb.PutRequest request_put = 2;
* @return Whether the requestPut field is set.
*/
boolean hasRequestPut();
/**
* .etcdserverpb.PutRequest request_put = 2;
* @return The requestPut.
*/
io.helidon.config.etcd.internal.client.proto.PutRequest getRequestPut();
/**
* .etcdserverpb.PutRequest request_put = 2;
*/
io.helidon.config.etcd.internal.client.proto.PutRequestOrBuilder getRequestPutOrBuilder();
/**
* .etcdserverpb.DeleteRangeRequest request_delete_range = 3;
* @return Whether the requestDeleteRange field is set.
*/
boolean hasRequestDeleteRange();
/**
* .etcdserverpb.DeleteRangeRequest request_delete_range = 3;
* @return The requestDeleteRange.
*/
io.helidon.config.etcd.internal.client.proto.DeleteRangeRequest getRequestDeleteRange();
/**
* .etcdserverpb.DeleteRangeRequest request_delete_range = 3;
*/
io.helidon.config.etcd.internal.client.proto.DeleteRangeRequestOrBuilder getRequestDeleteRangeOrBuilder();
io.helidon.config.etcd.internal.client.proto.RequestOp.RequestCase getRequestCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy