Package io.dingodb.version
Interface Version.WatchCancelRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Version.WatchCancelRequest,Version.WatchCancelRequest.Builder
- Enclosing class:
- Version
public static interface Version.WatchCancelRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionlongwatch_id is the watcher id to cancel so that no more events are transmitted.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getWatchId
long getWatchId()watch_id is the watcher id to cancel so that no more events are transmitted.
int64 watch_id = 1;- Returns:
- The watchId.
-