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"];
      Period getPeriod()
      optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];
      java.lang.String getPlatformCategory()
      e.g.
      com.google.protobuf.ByteString getPlatformCategoryBytes()
      e.g.
      java.lang.String getPlatformOs​(int index)
      e.g.
      com.google.protobuf.ByteString getPlatformOsBytes​(int index)
      e.g.
      int getPlatformOsCount()
      e.g.
      java.util.List<java.lang.String> getPlatformOsList()
      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 hasPlatformCategory()
      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.
      • hasPlatformCategory

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

        java.lang.String getPlatformCategory()
         e.g. "Desktop Web", "CTV", "Mobile App", "Mobile Web"
         
        optional string platform_category = 5 [json_name = "platformCategory"];
        Returns:
        The platformCategory.
      • getPlatformCategoryBytes

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

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

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

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

        com.google.protobuf.ByteString getPlatformOsBytes​(int index)
         e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
         
        repeated string platform_os = 6 [json_name = "platformOs"];
        Parameters:
        index - The index of the element to return.
        Returns:
        The platformOs 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.