Interface ListAdvertisingRequestOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCriteria()
      string criteria = 4 [json_name = "criteria"];
      com.google.protobuf.ByteString getCriteriaBytes()
      string criteria = 4 [json_name = "criteria"];
      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"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • getOffset

        int getOffset()
        int32 offset = 1 [json_name = "offset"];
        Returns:
        The offset.
      • getLimit

        int getLimit()
        int32 limit = 2 [json_name = "limit"];
        Returns:
        The limit.
      • getOrder

        java.lang.String getOrder()
        string order = 3 [json_name = "order"];
        Returns:
        The order.
      • getOrderBytes

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

        java.lang.String getCriteria()
        string criteria = 4 [json_name = "criteria"];
        Returns:
        The criteria.
      • getCriteriaBytes

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

        java.lang.String getOwner()
        string owner = 5 [json_name = "owner"];
        Returns:
        The owner.
      • getOwnerBytes

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

        boolean getPublic()
        bool public = 6 [json_name = "public"];
        Returns:
        The public.
      • getTemp

        boolean getTemp()
        bool temp = 7 [json_name = "temp"];
        Returns:
        The temp.
      • getExpiration

        int getExpiration()
        int32 expiration = 8 [json_name = "expiration"];
        Returns:
        The expiration.
      • getWithoutList

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

        int getWithoutCount()
        repeated string without = 9 [json_name = "without"];
        Returns:
        The count of without.
      • getWithout

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

        com.google.protobuf.ByteString getWithoutBytes​(int index)
        repeated string without = 9 [json_name = "without"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The without at the given index.
      • hasFilter

        boolean hasFilter()
        .streamlayer.files.ListAdvertisingRequest.Filter filter = 10 [json_name = "filter"];
        Returns:
        Whether the filter field is set.
      • getFilter

        ListAdvertisingRequest.Filter getFilter()
        .streamlayer.files.ListAdvertisingRequest.Filter filter = 10 [json_name = "filter"];
        Returns:
        The filter.
      • getTagsList

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

        int getTagsCount()
        repeated string tags = 11 [json_name = "tags"];
        Returns:
        The count of tags.
      • getTags

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

        com.google.protobuf.ByteString getTagsBytes​(int index)
        repeated string tags = 11 [json_name = "tags"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The tags at the given index.