Class AdDetailsRequestFilter.Builder

    • Method Detail

      • hasOrganizationId

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

        public java.lang.String getOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Specified by:
        getOrganizationId in interface AdDetailsRequestFilterOrBuilder
        Returns:
        The organizationId.
      • getOrganizationIdBytes

        public com.google.protobuf.ByteString getOrganizationIdBytes()
        optional string organization_id = 1 [json_name = "organizationId"];
        Specified by:
        getOrganizationIdBytes in interface AdDetailsRequestFilterOrBuilder
        Returns:
        The bytes for organizationId.
      • setOrganizationId

        public AdDetailsRequestFilter.Builder setOrganizationId​(java.lang.String value)
        optional string organization_id = 1 [json_name = "organizationId"];
        Parameters:
        value - The organizationId to set.
        Returns:
        This builder for chaining.
      • clearOrganizationId

        public AdDetailsRequestFilter.Builder clearOrganizationId()
        optional string organization_id = 1 [json_name = "organizationId"];
        Returns:
        This builder for chaining.
      • setOrganizationIdBytes

        public AdDetailsRequestFilter.Builder setOrganizationIdBytes​(com.google.protobuf.ByteString value)
        optional string organization_id = 1 [json_name = "organizationId"];
        Parameters:
        value - The bytes for organizationId to set.
        Returns:
        This builder for chaining.
      • getEventIdsList

        public java.util.List<java.lang.Long> getEventIdsList()
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Specified by:
        getEventIdsList in interface AdDetailsRequestFilterOrBuilder
        Returns:
        A list containing the eventIds.
      • getEventIds

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

        public AdDetailsRequestFilter.Builder setEventIds​(int index,
                                                          long value)
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        value - The eventIds to set.
        Returns:
        This builder for chaining.
      • addEventIds

        public AdDetailsRequestFilter.Builder addEventIds​(long value)
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        value - The eventIds to add.
        Returns:
        This builder for chaining.
      • addAllEventIds

        public AdDetailsRequestFilter.Builder addAllEventIds​(java.lang.Iterable<? extends java.lang.Long> values)
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Parameters:
        values - The eventIds to add.
        Returns:
        This builder for chaining.
      • clearEventIds

        public AdDetailsRequestFilter.Builder clearEventIds()
        repeated uint64 event_ids = 2 [json_name = "eventIds"];
        Returns:
        This builder for chaining.
      • getTopicIdsList

        public java.util.List<java.lang.String> getTopicIdsList()
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Specified by:
        getTopicIdsList in interface AdDetailsRequestFilterOrBuilder
        Returns:
        A list containing the topicIds.
      • getTopicIds

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

        public com.google.protobuf.ByteString getTopicIdsBytes​(int index)
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Specified by:
        getTopicIdsBytes in interface AdDetailsRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the topicIds at the given index.
      • setTopicIds

        public AdDetailsRequestFilter.Builder setTopicIds​(int index,
                                                          java.lang.String value)
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Parameters:
        index - The index to set the value at.
        value - The topicIds to set.
        Returns:
        This builder for chaining.
      • addTopicIds

        public AdDetailsRequestFilter.Builder addTopicIds​(java.lang.String value)
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Parameters:
        value - The topicIds to add.
        Returns:
        This builder for chaining.
      • addAllTopicIds

        public AdDetailsRequestFilter.Builder addAllTopicIds​(java.lang.Iterable<java.lang.String> values)
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Parameters:
        values - The topicIds to add.
        Returns:
        This builder for chaining.
      • clearTopicIds

        public AdDetailsRequestFilter.Builder clearTopicIds()
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Returns:
        This builder for chaining.
      • addTopicIdsBytes

        public AdDetailsRequestFilter.Builder addTopicIdsBytes​(com.google.protobuf.ByteString value)
         question ids
         
        repeated string topic_ids = 3 [json_name = "topicIds"];
        Parameters:
        value - The bytes of the topicIds to add.
        Returns:
        This builder for chaining.
      • hasPeriod

        public boolean hasPeriod()
        optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];
        Specified by:
        hasPeriod in interface AdDetailsRequestFilterOrBuilder
        Returns:
        Whether the period field is set.
      • clearPeriod

        public AdDetailsRequestFilter.Builder clearPeriod()
        optional .streamlayer.analytics.v1.common.Period period = 4 [json_name = "period"];
      • hasPlatform

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

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

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

        public AdDetailsRequestFilter.Builder setPlatform​(java.lang.String value)
         e.g. "Desktop Web", "CTV", "Mobile App", "Mobile Web"
         
        optional string platform = 5 [json_name = "platform"];
        Parameters:
        value - The platform to set.
        Returns:
        This builder for chaining.
      • clearPlatform

        public AdDetailsRequestFilter.Builder clearPlatform()
         e.g. "Desktop Web", "CTV", "Mobile App", "Mobile Web"
         
        optional string platform = 5 [json_name = "platform"];
        Returns:
        This builder for chaining.
      • setPlatformBytes

        public AdDetailsRequestFilter.Builder setPlatformBytes​(com.google.protobuf.ByteString value)
         e.g. "Desktop Web", "CTV", "Mobile App", "Mobile Web"
         
        optional string platform = 5 [json_name = "platform"];
        Parameters:
        value - The bytes for platform to set.
        Returns:
        This builder for chaining.
      • getOsList

        public 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"];
        Specified by:
        getOsList in interface AdDetailsRequestFilterOrBuilder
        Returns:
        A list containing the os.
      • getOsCount

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

        public 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"];
        Specified by:
        getOs in interface AdDetailsRequestFilterOrBuilder
        Parameters:
        index - The index of the element to return.
        Returns:
        The os at the given index.
      • getOsBytes

        public 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"];
        Specified by:
        getOsBytes in interface AdDetailsRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the os at the given index.
      • setOs

        public AdDetailsRequestFilter.Builder setOs​(int index,
                                                    java.lang.String value)
         e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
         
        repeated string os = 6 [json_name = "os"];
        Parameters:
        index - The index to set the value at.
        value - The os to set.
        Returns:
        This builder for chaining.
      • addOs

        public AdDetailsRequestFilter.Builder addOs​(java.lang.String value)
         e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
         
        repeated string os = 6 [json_name = "os"];
        Parameters:
        value - The os to add.
        Returns:
        This builder for chaining.
      • addAllOs

        public AdDetailsRequestFilter.Builder addAllOs​(java.lang.Iterable<java.lang.String> values)
         e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
         
        repeated string os = 6 [json_name = "os"];
        Parameters:
        values - The os to add.
        Returns:
        This builder for chaining.
      • clearOs

        public AdDetailsRequestFilter.Builder clearOs()
         e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
         
        repeated string os = 6 [json_name = "os"];
        Returns:
        This builder for chaining.
      • addOsBytes

        public AdDetailsRequestFilter.Builder addOsBytes​(com.google.protobuf.ByteString value)
         e.g. ["iOS", "Android", "Roku", "ChromeOS", "Windows", "MacOS", "Linux", "ChromeOS", "Tizen", "Other"]
         
        repeated string os = 6 [json_name = "os"];
        Parameters:
        value - The bytes of the os to add.
        Returns:
        This builder for chaining.
      • getCountriesList

        public java.util.List<java.lang.String> getCountriesList()
        repeated string countries = 7 [json_name = "countries"];
        Specified by:
        getCountriesList in interface AdDetailsRequestFilterOrBuilder
        Returns:
        A list containing the countries.
      • getCountries

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

        public com.google.protobuf.ByteString getCountriesBytes​(int index)
        repeated string countries = 7 [json_name = "countries"];
        Specified by:
        getCountriesBytes in interface AdDetailsRequestFilterOrBuilder
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the countries at the given index.
      • setCountries

        public AdDetailsRequestFilter.Builder setCountries​(int index,
                                                           java.lang.String value)
        repeated string countries = 7 [json_name = "countries"];
        Parameters:
        index - The index to set the value at.
        value - The countries to set.
        Returns:
        This builder for chaining.
      • addCountries

        public AdDetailsRequestFilter.Builder addCountries​(java.lang.String value)
        repeated string countries = 7 [json_name = "countries"];
        Parameters:
        value - The countries to add.
        Returns:
        This builder for chaining.
      • addAllCountries

        public AdDetailsRequestFilter.Builder addAllCountries​(java.lang.Iterable<java.lang.String> values)
        repeated string countries = 7 [json_name = "countries"];
        Parameters:
        values - The countries to add.
        Returns:
        This builder for chaining.
      • clearCountries

        public AdDetailsRequestFilter.Builder clearCountries()
        repeated string countries = 7 [json_name = "countries"];
        Returns:
        This builder for chaining.
      • addCountriesBytes

        public AdDetailsRequestFilter.Builder addCountriesBytes​(com.google.protobuf.ByteString value)
        repeated string countries = 7 [json_name = "countries"];
        Parameters:
        value - The bytes of the countries to add.
        Returns:
        This builder for chaining.
      • hasTz

        public boolean hasTz()
        optional string tz = 8 [json_name = "tz"];
        Specified by:
        hasTz in interface AdDetailsRequestFilterOrBuilder
        Returns:
        Whether the tz field is set.
      • getTzBytes

        public com.google.protobuf.ByteString getTzBytes()
        optional string tz = 8 [json_name = "tz"];
        Specified by:
        getTzBytes in interface AdDetailsRequestFilterOrBuilder
        Returns:
        The bytes for tz.
      • setTz

        public AdDetailsRequestFilter.Builder setTz​(java.lang.String value)
        optional string tz = 8 [json_name = "tz"];
        Parameters:
        value - The tz to set.
        Returns:
        This builder for chaining.
      • setTzBytes

        public AdDetailsRequestFilter.Builder setTzBytes​(com.google.protobuf.ByteString value)
        optional string tz = 8 [json_name = "tz"];
        Parameters:
        value - The bytes for tz to set.
        Returns:
        This builder for chaining.