Interface Meta.WatchProgressRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    long
    the watch_id is the watcher id to request progress for.

    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()
       the watch_id is the watcher id to request progress for.
       
      int64 watch_id = 1;
      Returns:
      The watchId.