com.ibm.etcd.api.WatchCancelRequestOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of etcd-java Show documentation
Show all versions of etcd-java Show documentation
etcd3 java client and utilities
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: rpc.proto
package com.ibm.etcd.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;
* @return The watchId.
*/
long getWatchId();
}