commit | 4e6265827406b37da706e1e404cac5f99ae2854e | [log] [tgz] |
---|---|---|
author | Feed Team <no-reply@google.com> | Tue Sep 10 15:52:49 2019 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 10 15:53:45 2019 |
tree | 151a034980a9ba610afcf8351bd0ff7fcdf61eaa | |
parent | 6578d4402c58640958fea10a0e3bd1559eb2f83b [diff] |
Remove unreferenced message 'StreamCursor' PiperOrigin-RevId: 268234318 Change-Id: I34a675a5ef76c27ab4a264eef179f773f2f2a6ab
diff --git a/src/main/proto/com/google/android/libraries/feed/api/internal/proto/stream_data.proto b/src/main/proto/com/google/android/libraries/feed/api/internal/proto/stream_data.proto index bc03bdd..a800459 100644 --- a/src/main/proto/com/google/android/libraries/feed/api/internal/proto/stream_data.proto +++ b/src/main/proto/com/google/android/libraries/feed/api/internal/proto/stream_data.proto
@@ -184,15 +184,6 @@ optional bytes data = 2; } -// This message allows a Cursor to be serialized. -message StreamCursor { - // The Parent of the cursor. - optional string parent_content_id = 1; - - // This is the ContentId of the last accessed Child in the cursor. - optional string last_accessed_content = 2; -} - // List of all the sessions. message StreamSessions { // Represents the current sessions