We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aa4ec4 + 6876409 commit 05f596bCopy full SHA for 05f596b
1 file changed
authzed/api/materialize/v0/watchpermissionsets.proto
@@ -101,6 +101,8 @@ message Cursor {
101
bool completed_members = 6;
102
// starting_key is a string cursor used by some backends to resume the stream from a specific point.
103
string starting_key = 7;
104
+ // cursor is a string-encoded internal materialize cursor.
105
+ string cursor = 8;
106
}
107
108
message LookupPermissionSetsRequest {
0 commit comments