Class ListRequest

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ListRequest.Builder
      Protobuf type streamlayer.files.ListRequest
      static class  ListRequest.Filter
      Protobuf type streamlayer.files.ListRequest.Filter
      static interface  ListRequest.FilterOrBuilder  
      static class  ListRequest.FilterProps
      Protobuf type streamlayer.files.ListRequest.FilterProps
      static interface  ListRequest.FilterPropsOrBuilder  
      • 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 Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Object dynamicMethod​(com.google.protobuf.GeneratedMessageLite.MethodToInvoke method, java.lang.Object arg0, java.lang.Object arg1)  
      java.lang.String getCriteria()
      string criteria = 4 [json_name = "criteria"];
      com.google.protobuf.ByteString getCriteriaBytes()
      string criteria = 4 [json_name = "criteria"];
      static ListRequest getDefaultInstance()  
      int getExpiration()
      int32 expiration = 8 [json_name = "expiration"];
      ListRequest.Filter getFilter()
      .streamlayer.files.ListRequest.Filter filter = 10 [json_name = "filter"];
      int getLimit()
      int32 limit = 2 [json_name = "limit"];
      int getOffset()
      int32 offset = 1 [json_name = "offset"];
      java.lang.String getOrder()
      string order = 3 [json_name = "order"];
      com.google.protobuf.ByteString getOrderBytes()
      string order = 3 [json_name = "order"];
      java.lang.String getOwner()
      string owner = 5 [json_name = "owner"];
      com.google.protobuf.ByteString getOwnerBytes()
      string owner = 5 [json_name = "owner"];
      boolean getPublic()
      bool public = 6 [json_name = "public"];
      java.lang.String getTags​(int index)
      repeated string tags = 11 [json_name = "tags"];
      com.google.protobuf.ByteString getTagsBytes​(int index)
      repeated string tags = 11 [json_name = "tags"];
      int getTagsCount()
      repeated string tags = 11 [json_name = "tags"];
      java.util.List<java.lang.String> getTagsList()
      repeated string tags = 11 [json_name = "tags"];
      boolean getTemp()
      bool temp = 7 [json_name = "temp"];
      java.lang.String getWithout​(int index)
      repeated string without = 9 [json_name = "without"];
      com.google.protobuf.ByteString getWithoutBytes​(int index)
      repeated string without = 9 [json_name = "without"];
      int getWithoutCount()
      repeated string without = 9 [json_name = "without"];
      java.util.List<java.lang.String> getWithoutList()
      repeated string without = 9 [json_name = "without"];
      boolean hasFilter()
      .streamlayer.files.ListRequest.Filter filter = 10 [json_name = "filter"];
      static ListRequest.Builder newBuilder()  
      static ListRequest.Builder newBuilder​(ListRequest prototype)  
      static ListRequest parseDelimitedFrom​(java.io.InputStream input)  
      static ListRequest parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ListRequest parseFrom​(byte[] data)  
      static ListRequest parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ListRequest parseFrom​(com.google.protobuf.ByteString data)  
      static ListRequest parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ListRequest parseFrom​(com.google.protobuf.CodedInputStream input)  
      static ListRequest parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ListRequest parseFrom​(java.io.InputStream input)  
      static ListRequest parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ListRequest parseFrom​(java.nio.ByteBuffer data)  
      static ListRequest parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<ListRequest> parser()  
      • Methods inherited from class com.google.protobuf.GeneratedMessageLite

        createBuilder, createBuilder, dynamicMethod, dynamicMethod, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, emptyProtobufList, equals, getDefaultInstanceForType, getParserForType, getSerializedSize, hashCode, isInitialized, isInitialized, makeImmutable, mergeLengthDelimitedField, mergeUnknownFields, mergeVarintField, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBuilderForType, newMessageInfo, newRepeatedGeneratedExtension, newSingularGeneratedExtension, parseDelimitedFrom, parseDelimitedFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parseFrom, parsePartialFrom, parseUnknownField, registerDefaultInstance, toBuilder, toString, writeTo
      • Methods inherited from class com.google.protobuf.AbstractMessageLite

        addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOffset

        public int getOffset()
        int32 offset = 1 [json_name = "offset"];
        Specified by:
        getOffset in interface ListRequestOrBuilder
        Returns:
        The offset.
      • getLimit

        public int getLimit()
        int32 limit = 2 [json_name = "limit"];
        Specified by:
        getLimit in interface ListRequestOrBuilder
        Returns:
        The limit.
      • getOrder

        public java.lang.String getOrder()
        string order = 3 [json_name = "order"];
        Specified by:
        getOrder in interface ListRequestOrBuilder
        Returns:
        The order.
      • getOrderBytes

        public com.google.protobuf.ByteString getOrderBytes()
        string order = 3 [json_name = "order"];
        Specified by:
        getOrderBytes in interface ListRequestOrBuilder
        Returns:
        The bytes for order.
      • getCriteria

        public java.lang.String getCriteria()
        string criteria = 4 [json_name = "criteria"];
        Specified by:
        getCriteria in interface ListRequestOrBuilder
        Returns:
        The criteria.
      • getCriteriaBytes

        public com.google.protobuf.ByteString getCriteriaBytes()
        string criteria = 4 [json_name = "criteria"];
        Specified by:
        getCriteriaBytes in interface ListRequestOrBuilder
        Returns:
        The bytes for criteria.
      • getOwner

        public java.lang.String getOwner()
        string owner = 5 [json_name = "owner"];
        Specified by:
        getOwner in interface ListRequestOrBuilder
        Returns:
        The owner.
      • getOwnerBytes

        public com.google.protobuf.ByteString getOwnerBytes()
        string owner = 5 [json_name = "owner"];
        Specified by:
        getOwnerBytes in interface ListRequestOrBuilder
        Returns:
        The bytes for owner.
      • getPublic

        public boolean getPublic()
        bool public = 6 [json_name = "public"];
        Specified by:
        getPublic in interface ListRequestOrBuilder
        Returns:
        The public.
      • getTemp

        public boolean getTemp()
        bool temp = 7 [json_name = "temp"];
        Specified by:
        getTemp in interface ListRequestOrBuilder
        Returns:
        The temp.
      • getExpiration

        public int getExpiration()
        int32 expiration = 8 [json_name = "expiration"];
        Specified by:
        getExpiration in interface ListRequestOrBuilder
        Returns:
        The expiration.
      • getWithoutList

        public java.util.List<java.lang.String> getWithoutList()
        repeated string without = 9 [json_name = "without"];
        Specified by:
        getWithoutList in interface ListRequestOrBuilder
        Returns:
        A list containing the without.
      • getWithoutCount

        public int getWithoutCount()
        repeated string without = 9 [json_name = "without"];
        Specified by:
        getWithoutCount in interface ListRequestOrBuilder
        Returns:
        The count of without.
      • getWithout

        public java.lang.String getWithout​(int index)
        repeated string without = 9 [json_name = "without"];
        Specified by:
        getWithout in interface ListRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The without at the given index.
      • getWithoutBytes

        public com.google.protobuf.ByteString getWithoutBytes​(int index)
        repeated string without = 9 [json_name = "without"];
        Specified by:
        getWithoutBytes in interface ListRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the without at the given index.
      • hasFilter

        public boolean hasFilter()
        .streamlayer.files.ListRequest.Filter filter = 10 [json_name = "filter"];
        Specified by:
        hasFilter in interface ListRequestOrBuilder
        Returns:
        Whether the filter field is set.
      • getTagsList

        public java.util.List<java.lang.String> getTagsList()
        repeated string tags = 11 [json_name = "tags"];
        Specified by:
        getTagsList in interface ListRequestOrBuilder
        Returns:
        A list containing the tags.
      • getTagsCount

        public int getTagsCount()
        repeated string tags = 11 [json_name = "tags"];
        Specified by:
        getTagsCount in interface ListRequestOrBuilder
        Returns:
        The count of tags.
      • getTags

        public java.lang.String getTags​(int index)
        repeated string tags = 11 [json_name = "tags"];
        Specified by:
        getTags in interface ListRequestOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.
      • getTagsBytes

        public com.google.protobuf.ByteString getTagsBytes​(int index)
        repeated string tags = 11 [json_name = "tags"];
        Specified by:
        getTagsBytes in interface ListRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the tags at the given index.
      • parseFrom

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

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

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

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

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

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

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

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

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

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

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

        public static ListRequest 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<ListRequest,​ListRequest.Builder>
      • getDefaultInstance

        public static ListRequest getDefaultInstance()
      • parser

        public static com.google.protobuf.Parser<ListRequest> parser()