Interface AdDetailsRequestFilterOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getCountries​(int index)
      repeated string countries = 7 [json_name = "countries"];
      com.google.protobuf.ByteString getCountriesBytes​(int index)
      repeated string countries = 7 [json_name = "countries"];
      int getCountriesCount()
      repeated string countries = 7 [json_name = "countries"];
      java.util.List<java.lang.String> getCountriesList()
      repeated string countries = 7 [json_name = "countries"];
      long getEventIds​(int index)
      repeated uint64 event_ids = 2 [json_name = "eventIds"];
      int getEventIdsCount()
      repeated uint64 event_ids = 2 [json_name = "eventIds"];
      java.util.List<java.lang.Long> getEventIdsList()
      repeated uint64 event_ids = 2 [json_name = "eventIds"];
      java.lang.String getOrganizationId()
      optional string organization_id = 1 [json_name = "organizationId"];
      com.google.protobuf.ByteString getOrganizationIdBytes()
      optional string organization_id = 1 [json_name = "organizationId"];
      java.lang.String getOs​(int index)
      e.g.
      com.google.protobuf.ByteString getOsBytes​(int index)
      e.g.
      int getOsCount()
      e.g.
      java.util.List<java.lang.String> getOsList()
      e.g.
      Period getPeriod()
      optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];
      java.lang.String getPlatform()
      e.g.
      com.google.protobuf.ByteString getPlatformBytes()
      e.g.
      java.lang.String getTopicIds​(int index)
      question ids
      com.google.protobuf.ByteString getTopicIdsBytes​(int index)
      question ids
      int getTopicIdsCount()
      question ids
      java.util.List<java.lang.String> getTopicIdsList()
      question ids
      java.lang.String getTz()
      optional string tz = 8 [json_name = "tz"];
      com.google.protobuf.ByteString getTzBytes()
      optional string tz = 8 [json_name = "tz"];
      boolean hasOrganizationId()
      optional string organization_id = 1 [json_name = "organizationId"];
      boolean hasPeriod()
      optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];
      boolean hasPlatform()
      e.g.
      boolean hasTz()
      optional string tz = 8 [json_name = "tz"];
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
    • Method Detail

      • hasOrganizationId

        boolean hasOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        Whether the organizationId field is set.
      • getOrganizationId

        java.lang.String getOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        com.google.protobuf.ByteString getOrganizationIdBytes()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        The bytes for organizationId.
      • getEventIdsList

        java.util.List<java.lang.Long> getEventIdsList()
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Returns:
        A list containing the eventIds.
      • getEventIdsCount

        int getEventIdsCount()
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Returns:
        The count of eventIds.
      • getEventIds

        long getEventIds​(int index)
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The eventIds at the given index.
      • getTopicIdsList

        java.util.List<java.lang.String> getTopicIdsList()
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Returns:
        A list containing the topicIds.
      • getTopicIdsCount

        int getTopicIdsCount()
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Returns:
        The count of topicIds.
      • getTopicIds

        java.lang.String getTopicIds​(int index)
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The topicIds at the given index.
      • getTopicIdsBytes

        com.google.protobuf.ByteString getTopicIdsBytes​(int index)
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The topicIds at the given index.
      • hasPeriod

        boolean hasPeriod()
        optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];
        Returns:
        Whether the period field is set.
      • getPeriod

        Period getPeriod()
        optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];
        Returns:
        The period.
      • hasPlatform

        boolean hasPlatform()
         e.g. "Desktop Web", "CTV", "Mobile App", "Mobile Web"
         
        optional string platform = 5 [json_name = "platform"];
        Returns:
        Whether the platform field is set.
      • getPlatform

        java.lang.String getPlatform()
         e.g. "Desktop Web", "CTV", "Mobile App", "Mobile Web"
         
        optional string platform = 5 [json_name = "platform"];
        Returns:
        The platform.
      • getPlatformBytes

        com.google.protobuf.ByteString getPlatformBytes()
         e.g. "Desktop Web", "CTV", "Mobile App", "Mobile Web"
         
        optional string platform = 5 [json_name = "platform"];
        Returns:
        The bytes for platform.
      • getOsList

        java.util.List<java.lang.String> getOsList()
         e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
         
        repeated string os = 6 [json_name = "os"];
        Returns:
        A list containing the os.
      • getOsCount

        int getOsCount()
         e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
         
        repeated string os = 6 [json_name = "os"];
        Returns:
        The count of os.
      • getOs

        java.lang.String getOs​(int index)
         e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
         
        repeated string os = 6 [json_name = "os"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The os at the given index.
      • getOsBytes

        com.google.protobuf.ByteString getOsBytes​(int index)
         e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
         
        repeated string os = 6 [json_name = "os"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The os at the given index.
      • getCountriesList

        java.util.List<java.lang.String> getCountriesList()
        repeated string countries = 7 [json_name = "countries"];
        Returns:
        A list containing the countries.
      • getCountriesCount

        int getCountriesCount()
        repeated string countries = 7 [json_name = "countries"];
        Returns:
        The count of countries.
      • getCountries

        java.lang.String getCountries​(int index)
        repeated string countries = 7 [json_name = "countries"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The countries at the given index.
      • getCountriesBytes

        com.google.protobuf.ByteString getCountriesBytes​(int index)
        repeated string countries = 7 [json_name = "countries"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The countries at the given index.
      • hasTz

        boolean hasTz()
        optional string tz = 8 [json_name = "tz"];
        Returns:
        Whether the tz field is set.
      • getTz

        java.lang.String getTz()
        optional string tz = 8 [json_name = "tz"];
        Returns:
        The tz.
      • getTzBytes

        com.google.protobuf.ByteString getTzBytes()
        optional string tz = 8 [json_name = "tz"];
        Returns:
        The bytes for tz.