-
- All Implemented Interfaces:
public final class WatchServiceOuterClass
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interfaceWatchServiceOuterClass.WatchRequestOrBuilderpublic final classWatchServiceOuterClass.WatchRequest
Protobuf typeWatchRequest specifies the object definitions for which we want to start watching mutations, and an optional start snapshot for when to start watching.authzed.api.v1.WatchRequestpublic interfaceWatchServiceOuterClass.WatchResponseOrBuilderpublic final classWatchServiceOuterClass.WatchResponse
Protobuf typeWatchResponse contains all tuple modification events in ascending timestamp order, from the requested start snapshot to a snapshot encoded in the watch response. The client can use the snapshot to resume watching where the previous watch response left off.authzed.api.v1.WatchResponse
-
Field Summary
Fields Modifier and Type Field Description private static Descriptors.FileDescriptordescriptor
-
Method Summary
Modifier and Type Method Description static Descriptors.FileDescriptorgetDescriptor()static voidregisterAllExtensions(ExtensionRegistryLite registry)static voidregisterAllExtensions(ExtensionRegistry registry)-
-
Method Detail
-
getDescriptor
static Descriptors.FileDescriptor getDescriptor()
-
registerAllExtensions
static void registerAllExtensions(ExtensionRegistryLite registry)
-
registerAllExtensions
static void registerAllExtensions(ExtensionRegistry registry)
-
-
-
-