io.helidon.config.etcd.internal.client.proto.WatchRequestOrBuilder 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 WatchRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.WatchRequest)
com.google.protobuf.MessageOrBuilder {
/**
* .etcdserverpb.WatchCreateRequest create_request = 1;
* @return Whether the createRequest field is set.
*/
boolean hasCreateRequest();
/**
* .etcdserverpb.WatchCreateRequest create_request = 1;
* @return The createRequest.
*/
io.helidon.config.etcd.internal.client.proto.WatchCreateRequest getCreateRequest();
/**
* .etcdserverpb.WatchCreateRequest create_request = 1;
*/
io.helidon.config.etcd.internal.client.proto.WatchCreateRequestOrBuilder getCreateRequestOrBuilder();
/**
* .etcdserverpb.WatchCancelRequest cancel_request = 2;
* @return Whether the cancelRequest field is set.
*/
boolean hasCancelRequest();
/**
* .etcdserverpb.WatchCancelRequest cancel_request = 2;
* @return The cancelRequest.
*/
io.helidon.config.etcd.internal.client.proto.WatchCancelRequest getCancelRequest();
/**
* .etcdserverpb.WatchCancelRequest cancel_request = 2;
*/
io.helidon.config.etcd.internal.client.proto.WatchCancelRequestOrBuilder getCancelRequestOrBuilder();
io.helidon.config.etcd.internal.client.proto.WatchRequest.RequestUnionCase getRequestUnionCase();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy