
io.etcd.jetcd.api.WatchCancelRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: rpc.proto
package io.etcd.jetcd.api;
public interface WatchCancelRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:etcdserverpb.WatchCancelRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* watch_id is the watcher id to cancel so that no more events are transmitted.
*
*
* int64 watch_id = 1;
*/
long getWatchId();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy