Class SyncRequest.SyncRequestFilter

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SyncRequest.SyncRequestFilter.Builder
      Protobuf type streamlayer.social.SyncRequest.SyncRequestFilter
      • Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageLite

        com.google.protobuf.GeneratedMessageLite.DefaultInstanceBasedParser<T extends com.google.protobuf.GeneratedMessageLite<T,​?>>, com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageLite.ExtendableMessage<MessageType,​BuilderType>,​BuilderType extends com.google.protobuf.GeneratedMessageLite.ExtendableBuilder<MessageType,​BuilderType>>, com.google.protobuf.GeneratedMessageLite.GeneratedExtension<ContainingType extends com.google.protobuf.MessageLite,​Type extends java.lang.Object>, com.google.protobuf.GeneratedMessageLite.MethodToInvoke, com.google.protobuf.GeneratedMessageLite.SerializedForm
      • Nested classes/interfaces inherited from class com.google.protobuf.AbstractMessageLite

        com.google.protobuf.AbstractMessageLite.InternalOneOfEnum
    • Method Detail

      • getAccountBytes

        public com.google.protobuf.ByteString getAccountBytes()
         Twitter username to fetch feed for
         
        string account = 1 [json_name = "account"];
        Specified by:
        getAccountBytes in interface SyncRequest.SyncRequestFilterOrBuilder
        Returns:
        The bytes for account.
      • getMentionsList

        public java.util.List<java.lang.String> getMentionsList()
         Array of mentions to search for
         
        repeated string mentions = 2 [json_name = "mentions"];
        Specified by:
        getMentionsList in interface SyncRequest.SyncRequestFilterOrBuilder
        Returns:
        A list containing the mentions.
      • getMentions

        public java.lang.String getMentions​(int index)
         Array of mentions to search for
         
        repeated string mentions = 2 [json_name = "mentions"];
        Specified by:
        getMentions in interface SyncRequest.SyncRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The mentions at the given index.
      • getMentionsBytes

        public com.google.protobuf.ByteString getMentionsBytes​(int index)
         Array of mentions to search for
         
        repeated string mentions = 2 [json_name = "mentions"];
        Specified by:
        getMentionsBytes in interface SyncRequest.SyncRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the mentions at the given index.
      • getHashtagsList

        public java.util.List<java.lang.String> getHashtagsList()
         Array of hashtags to search for
         
        repeated string hashtags = 3 [json_name = "hashtags"];
        Specified by:
        getHashtagsList in interface SyncRequest.SyncRequestFilterOrBuilder
        Returns:
        A list containing the hashtags.
      • getHashtags

        public java.lang.String getHashtags​(int index)
         Array of hashtags to search for
         
        repeated string hashtags = 3 [json_name = "hashtags"];
        Specified by:
        getHashtags in interface SyncRequest.SyncRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The hashtags at the given index.
      • getHashtagsBytes

        public com.google.protobuf.ByteString getHashtagsBytes​(int index)
         Array of hashtags to search for
         
        repeated string hashtags = 3 [json_name = "hashtags"];
        Specified by:
        getHashtagsBytes in interface SyncRequest.SyncRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the hashtags at the given index.
      • getCursor

        public java.lang.String getCursor()
         Pass biggest internal status id for consistent pagination
         
        string cursor = 6 [json_name = "cursor"];
        Specified by:
        getCursor in interface SyncRequest.SyncRequestFilterOrBuilder
        Returns:
        The cursor.
      • getCursorBytes

        public com.google.protobuf.ByteString getCursorBytes()
         Pass biggest internal status id for consistent pagination
         
        string cursor = 6 [json_name = "cursor"];
        Specified by:
        getCursorBytes in interface SyncRequest.SyncRequestFilterOrBuilder
        Returns:
        The bytes for cursor.
      • getAccountsList

        public java.util.List<java.lang.String> getAccountsList()
         Same as account, but an array. If provided OVERRIDES account
         
        repeated string accounts = 9 [json_name = "accounts"];
        Specified by:
        getAccountsList in interface SyncRequest.SyncRequestFilterOrBuilder
        Returns:
        A list containing the accounts.
      • getAccountsCount

        public int getAccountsCount()
         Same as account, but an array. If provided OVERRIDES account
         
        repeated string accounts = 9 [json_name = "accounts"];
        Specified by:
        getAccountsCount in interface SyncRequest.SyncRequestFilterOrBuilder
        Returns:
        The count of accounts.
      • getAccounts

        public java.lang.String getAccounts​(int index)
         Same as account, but an array. If provided OVERRIDES account
         
        repeated string accounts = 9 [json_name = "accounts"];
        Specified by:
        getAccounts in interface SyncRequest.SyncRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The accounts at the given index.
      • getAccountsBytes

        public com.google.protobuf.ByteString getAccountsBytes​(int index)
         Same as account, but an array. If provided OVERRIDES account
         
        repeated string accounts = 9 [json_name = "accounts"];
        Specified by:
        getAccountsBytes in interface SyncRequest.SyncRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the accounts at the given index.
      • parseFrom

        public static SyncRequest.SyncRequestFilter parseFrom​(java.nio.ByteBuffer data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SyncRequest.SyncRequestFilter parseFrom​(java.nio.ByteBuffer data,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SyncRequest.SyncRequestFilter parseFrom​(com.google.protobuf.ByteString data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SyncRequest.SyncRequestFilter parseFrom​(com.google.protobuf.ByteString data,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SyncRequest.SyncRequestFilter parseFrom​(byte[] data)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SyncRequest.SyncRequestFilter parseFrom​(byte[] data,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws com.google.protobuf.InvalidProtocolBufferException
        Throws:
        com.google.protobuf.InvalidProtocolBufferException
      • parseFrom

        public static SyncRequest.SyncRequestFilter parseFrom​(java.io.InputStream input)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static SyncRequest.SyncRequestFilter parseFrom​(java.io.InputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static SyncRequest.SyncRequestFilter parseDelimitedFrom​(java.io.InputStream input)
                                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseDelimitedFrom

        public static SyncRequest.SyncRequestFilter parseDelimitedFrom​(java.io.InputStream input,
                                                                       com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static SyncRequest.SyncRequestFilter parseFrom​(com.google.protobuf.CodedInputStream input)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • parseFrom

        public static SyncRequest.SyncRequestFilter parseFrom​(com.google.protobuf.CodedInputStream input,
                                                              com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                       throws java.io.IOException
        Throws:
        java.io.IOException
      • dynamicMethod

        protected final java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
                                                       java.lang.Object arg0,
                                                       java.lang.Object arg1)
        Specified by:
        dynamicMethod in class com.google.protobuf.GeneratedMessageLite<SyncRequest.SyncRequestFilter,​SyncRequest.SyncRequestFilter.Builder>