Interface Meta.WatchCancelRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Meta.WatchCancelRequest, Meta.WatchCancelRequest.Builder
Enclosing class:
Meta

public static interface Meta.WatchCancelRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    watch_id is the watcher id to cancel so that no more events are transmitted.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.