Class ListModerationRequest

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  ListModerationRequest.Builder
      Protobuf type streamlayer.files.ListModerationRequest
      static class  ListModerationRequest.Filter
      Protobuf type streamlayer.files.ListModerationRequest.Filter
      static interface  ListModerationRequest.FilterOrBuilder  
      static class  ListModerationRequest.FilterProps
      Protobuf type streamlayer.files.ListModerationRequest.FilterProps
      static interface  ListModerationRequest.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 ListModerationRequest getDefaultInstance()  
      int getExpiration()
      int32 expiration = 8 [json_name = "expiration"];
      ListModerationRequest.Filter getFilter()
      .streamlayer.files.ListModerationRequest.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.ListModerationRequest.Filter filter = 10 [json_name = "filter"];
      static ListModerationRequest.Builder newBuilder()  
      static ListModerationRequest.Builder newBuilder​(ListModerationRequest prototype)  
      static ListModerationRequest parseDelimitedFrom​(java.io.InputStream input)  
      static ListModerationRequest parseDelimitedFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ListModerationRequest parseFrom​(byte[] data)  
      static ListModerationRequest parseFrom​(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ListModerationRequest parseFrom​(com.google.protobuf.ByteString data)  
      static ListModerationRequest parseFrom​(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ListModerationRequest parseFrom​(com.google.protobuf.CodedInputStream input)  
      static ListModerationRequest parseFrom​(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ListModerationRequest parseFrom​(java.io.InputStream input)  
      static ListModerationRequest parseFrom​(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static ListModerationRequest parseFrom​(java.nio.ByteBuffer data)  
      static ListModerationRequest parseFrom​(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)  
      static com.google.protobuf.Parser<ListModerationRequest> 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

      • getOrderBytes

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

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

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

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

        public java.lang.String getWithout​(int index)
        repeated string without = 9 [json_name = "without"];
        Specified by:
        getWithout in interface ListModerationRequestOrBuilder
        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 ListModerationRequestOrBuilder
        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.ListModerationRequest.Filter filter = 10 [json_name = "filter"];
        Specified by:
        hasFilter in interface ListModerationRequestOrBuilder
        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 ListModerationRequestOrBuilder
        Returns:
        A list containing the tags.
      • getTags

        public java.lang.String getTags​(int index)
        repeated string tags = 11 [json_name = "tags"];
        Specified by:
        getTags in interface ListModerationRequestOrBuilder
        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 ListModerationRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the tags at the given index.
      • parseFrom

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

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

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

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

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

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

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

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

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

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

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

        public static ListModerationRequest 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<ListModerationRequest,​ListModerationRequest.Builder>