-
- All Implemented Interfaces:
-
com.authzed.api.v1.WatchServiceOuterClass.WatchResponseOrBuilder,com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,java.io.Serializable
public final class WatchServiceOuterClass.WatchResponse extends GeneratedMessageV3 implements WatchServiceOuterClass.WatchResponseOrBuilder
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
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classWatchServiceOuterClass.WatchResponse.Builder
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 public final static intUPDATES_FIELD_NUMBERpublic final static intCHANGES_THROUGH_FIELD_NUMBER
-
Method Summary
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof -
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, toString -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.Message
getParserForType -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getUnknownFields
final UnknownFieldSet getUnknownFields()
-
getDescriptor
final static Descriptors.Descriptor getDescriptor()
-
getUpdatesList
List<Core.RelationshipUpdate> getUpdatesList()
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
-
getUpdatesOrBuilderList
List<out Core.RelationshipUpdateOrBuilder> getUpdatesOrBuilderList()
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
-
getUpdatesCount
int getUpdatesCount()
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
-
getUpdates
Core.RelationshipUpdate getUpdates(int index)
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
-
getUpdatesOrBuilder
Core.RelationshipUpdateOrBuilder getUpdatesOrBuilder(int index)
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
-
hasChangesThrough
boolean hasChangesThrough()
.authzed.api.v1.ZedToken changes_through = 2;
-
getChangesThrough
Core.ZedToken getChangesThrough()
.authzed.api.v1.ZedToken changes_through = 2;
-
getChangesThroughOrBuilder
Core.ZedTokenOrBuilder getChangesThroughOrBuilder()
.authzed.api.v1.ZedToken changes_through = 2;
-
isInitialized
final boolean isInitialized()
-
writeTo
void writeTo(CodedOutputStream output)
-
getSerializedSize
int getSerializedSize()
-
equals
boolean equals(Object obj)
-
hashCode
int hashCode()
-
parseFrom
static WatchServiceOuterClass.WatchResponse parseFrom(ByteBuffer data)
-
parseFrom
static WatchServiceOuterClass.WatchResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchServiceOuterClass.WatchResponse parseFrom(ByteString data)
-
parseFrom
static WatchServiceOuterClass.WatchResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchServiceOuterClass.WatchResponse parseFrom(Array<byte> data)
-
parseFrom
static WatchServiceOuterClass.WatchResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchServiceOuterClass.WatchResponse parseFrom(InputStream input)
-
parseFrom
static WatchServiceOuterClass.WatchResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static WatchServiceOuterClass.WatchResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static WatchServiceOuterClass.WatchResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static WatchServiceOuterClass.WatchResponse parseFrom(CodedInputStream input)
-
parseFrom
static WatchServiceOuterClass.WatchResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilderForType
WatchServiceOuterClass.WatchResponse.Builder newBuilderForType()
-
newBuilder
static WatchServiceOuterClass.WatchResponse.Builder newBuilder()
-
newBuilder
static WatchServiceOuterClass.WatchResponse.Builder newBuilder(WatchServiceOuterClass.WatchResponse prototype)
-
getDefaultInstance
static WatchServiceOuterClass.WatchResponse getDefaultInstance()
-
parser
static Parser<WatchServiceOuterClass.WatchResponse> parser()
-
getParserForType
Parser<WatchServiceOuterClass.WatchResponse> getParserForType()
-
getDefaultInstanceForType
WatchServiceOuterClass.WatchResponse getDefaultInstanceForType()
-
-
-
-