Class ListAdvertisingRequest

    • Nested Class Summary

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

      • getWithoutList

        public java.util.List<java.lang.String> getWithoutList()
        repeated string without = 9 [json_name = "without"];
        Specified by:
        getWithoutList in interface ListAdvertisingRequestOrBuilder
        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 ListAdvertisingRequestOrBuilder
        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 ListAdvertisingRequestOrBuilder
        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.ListAdvertisingRequest.Filter filter = 10 [json_name = "filter"];
        Specified by:
        hasFilter in interface ListAdvertisingRequestOrBuilder
        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 ListAdvertisingRequestOrBuilder
        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 ListAdvertisingRequestOrBuilder
        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 ListAdvertisingRequestOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the tags at the given index.
      • parseFrom

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

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

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

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

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

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

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

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

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

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

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

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