Interface SyncResponse.SyncResponseMetadataOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getBefore()
      64 bit tweet string id
      com.google.protobuf.ByteString getBeforeBytes()
      64 bit tweet string id
      int getCount()
      Count of results
      java.lang.String getCursor()
      string cursor = 3 [json_name = "cursor"];
      com.google.protobuf.ByteString getCursorBytes()
      string cursor = 3 [json_name = "cursor"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getCount

        int getCount()
         Count of results
         
        int32 count = 1 [json_name = "count"];
        Returns:
        The count.
      • getBefore

        java.lang.String getBefore()
         64 bit tweet string id
         
        string before = 2 [json_name = "before"];
        Returns:
        The before.
      • getBeforeBytes

        com.google.protobuf.ByteString getBeforeBytes()
         64 bit tweet string id
         
        string before = 2 [json_name = "before"];
        Returns:
        The bytes for before.
      • getCursor

        java.lang.String getCursor()
        string cursor = 3 [json_name = "cursor"];
        Returns:
        The cursor.
      • getCursorBytes

        com.google.protobuf.ByteString getCursorBytes()
        string cursor = 3 [json_name = "cursor"];
        Returns:
        The bytes for cursor.