Class AdTotalsResponseData.Builder

    • Method Detail

      • hasEventId

        public boolean hasEventId()
         when breakdown by event
         
        optional uint64 event_id = 1 [json_name = "eventId"];
        Specified by:
        hasEventId in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the eventId field is set.
      • getEventId

        public long getEventId()
         when breakdown by event
         
        optional uint64 event_id = 1 [json_name = "eventId"];
        Specified by:
        getEventId in interface AdTotalsResponseDataOrBuilder
        Returns:
        The eventId.
      • setEventId

        public AdTotalsResponseData.Builder setEventId​(long value)
         when breakdown by event
         
        optional uint64 event_id = 1 [json_name = "eventId"];
        Parameters:
        value - The eventId to set.
        Returns:
        This builder for chaining.
      • clearEventId

        public AdTotalsResponseData.Builder clearEventId()
         when breakdown by event
         
        optional uint64 event_id = 1 [json_name = "eventId"];
        Returns:
        This builder for chaining.
      • hasQuestionId

        public boolean hasQuestionId()
         when breakdown by question
         
        optional string question_id = 2 [json_name = "questionId"];
        Specified by:
        hasQuestionId in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the questionId field is set.
      • getQuestionId

        public java.lang.String getQuestionId()
         when breakdown by question
         
        optional string question_id = 2 [json_name = "questionId"];
        Specified by:
        getQuestionId in interface AdTotalsResponseDataOrBuilder
        Returns:
        The questionId.
      • getQuestionIdBytes

        public com.google.protobuf.ByteString getQuestionIdBytes()
         when breakdown by question
         
        optional string question_id = 2 [json_name = "questionId"];
        Specified by:
        getQuestionIdBytes in interface AdTotalsResponseDataOrBuilder
        Returns:
        The bytes for questionId.
      • setQuestionId

        public AdTotalsResponseData.Builder setQuestionId​(java.lang.String value)
         when breakdown by question
         
        optional string question_id = 2 [json_name = "questionId"];
        Parameters:
        value - The questionId to set.
        Returns:
        This builder for chaining.
      • clearQuestionId

        public AdTotalsResponseData.Builder clearQuestionId()
         when breakdown by question
         
        optional string question_id = 2 [json_name = "questionId"];
        Returns:
        This builder for chaining.
      • setQuestionIdBytes

        public AdTotalsResponseData.Builder setQuestionIdBytes​(com.google.protobuf.ByteString value)
         when breakdown by question
         
        optional string question_id = 2 [json_name = "questionId"];
        Parameters:
        value - The bytes for questionId to set.
        Returns:
        This builder for chaining.
      • hasPlatform

        public boolean hasPlatform()
         when breakdown by platform or platform+question
         
        optional string platform = 3 [json_name = "platform"];
        Specified by:
        hasPlatform in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the platform field is set.
      • getPlatform

        public java.lang.String getPlatform()
         when breakdown by platform or platform+question
         
        optional string platform = 3 [json_name = "platform"];
        Specified by:
        getPlatform in interface AdTotalsResponseDataOrBuilder
        Returns:
        The platform.
      • getPlatformBytes

        public com.google.protobuf.ByteString getPlatformBytes()
         when breakdown by platform or platform+question
         
        optional string platform = 3 [json_name = "platform"];
        Specified by:
        getPlatformBytes in interface AdTotalsResponseDataOrBuilder
        Returns:
        The bytes for platform.
      • setPlatform

        public AdTotalsResponseData.Builder setPlatform​(java.lang.String value)
         when breakdown by platform or platform+question
         
        optional string platform = 3 [json_name = "platform"];
        Parameters:
        value - The platform to set.
        Returns:
        This builder for chaining.
      • clearPlatform

        public AdTotalsResponseData.Builder clearPlatform()
         when breakdown by platform or platform+question
         
        optional string platform = 3 [json_name = "platform"];
        Returns:
        This builder for chaining.
      • setPlatformBytes

        public AdTotalsResponseData.Builder setPlatformBytes​(com.google.protobuf.ByteString value)
         when breakdown by platform or platform+question
         
        optional string platform = 3 [json_name = "platform"];
        Parameters:
        value - The bytes for platform to set.
        Returns:
        This builder for chaining.
      • getTotalAdImpressions

        public int getTotalAdImpressions()
         base totals
         
        uint32 total_ad_impressions = 10 [json_name = "totalAdImpressions"];
        Specified by:
        getTotalAdImpressions in interface AdTotalsResponseDataOrBuilder
        Returns:
        The totalAdImpressions.
      • setTotalAdImpressions

        public AdTotalsResponseData.Builder setTotalAdImpressions​(int value)
         base totals
         
        uint32 total_ad_impressions = 10 [json_name = "totalAdImpressions"];
        Parameters:
        value - The totalAdImpressions to set.
        Returns:
        This builder for chaining.
      • clearTotalAdImpressions

        public AdTotalsResponseData.Builder clearTotalAdImpressions()
         base totals
         
        uint32 total_ad_impressions = 10 [json_name = "totalAdImpressions"];
        Returns:
        This builder for chaining.
      • getTotalDisplayImpressions

        public int getTotalDisplayImpressions()
         EMetric.TotalDisplayImpressions
         
        uint32 total_display_impressions = 11 [json_name = "totalDisplayImpressions"];
        Specified by:
        getTotalDisplayImpressions in interface AdTotalsResponseDataOrBuilder
        Returns:
        The totalDisplayImpressions.
      • setTotalDisplayImpressions

        public AdTotalsResponseData.Builder setTotalDisplayImpressions​(int value)
         EMetric.TotalDisplayImpressions
         
        uint32 total_display_impressions = 11 [json_name = "totalDisplayImpressions"];
        Parameters:
        value - The totalDisplayImpressions to set.
        Returns:
        This builder for chaining.
      • clearTotalDisplayImpressions

        public AdTotalsResponseData.Builder clearTotalDisplayImpressions()
         EMetric.TotalDisplayImpressions
         
        uint32 total_display_impressions = 11 [json_name = "totalDisplayImpressions"];
        Returns:
        This builder for chaining.
      • getTotalAdVideoImpressions

        public int getTotalAdVideoImpressions()
         EMetric.TotalAdVideoImpressions
         
        uint32 total_ad_video_impressions = 12 [json_name = "totalAdVideoImpressions"];
        Specified by:
        getTotalAdVideoImpressions in interface AdTotalsResponseDataOrBuilder
        Returns:
        The totalAdVideoImpressions.
      • setTotalAdVideoImpressions

        public AdTotalsResponseData.Builder setTotalAdVideoImpressions​(int value)
         EMetric.TotalAdVideoImpressions
         
        uint32 total_ad_video_impressions = 12 [json_name = "totalAdVideoImpressions"];
        Parameters:
        value - The totalAdVideoImpressions to set.
        Returns:
        This builder for chaining.
      • clearTotalAdVideoImpressions

        public AdTotalsResponseData.Builder clearTotalAdVideoImpressions()
         EMetric.TotalAdVideoImpressions
         
        uint32 total_ad_video_impressions = 12 [json_name = "totalAdVideoImpressions"];
        Returns:
        This builder for chaining.
      • getTotalAdVideoPlayed

        public int getTotalAdVideoPlayed()
         EMetric.TotalAdVideoPlayed
         
        uint32 total_ad_video_played = 13 [json_name = "totalAdVideoPlayed"];
        Specified by:
        getTotalAdVideoPlayed in interface AdTotalsResponseDataOrBuilder
        Returns:
        The totalAdVideoPlayed.
      • setTotalAdVideoPlayed

        public AdTotalsResponseData.Builder setTotalAdVideoPlayed​(int value)
         EMetric.TotalAdVideoPlayed
         
        uint32 total_ad_video_played = 13 [json_name = "totalAdVideoPlayed"];
        Parameters:
        value - The totalAdVideoPlayed to set.
        Returns:
        This builder for chaining.
      • clearTotalAdVideoPlayed

        public AdTotalsResponseData.Builder clearTotalAdVideoPlayed()
         EMetric.TotalAdVideoPlayed
         
        uint32 total_ad_video_played = 13 [json_name = "totalAdVideoPlayed"];
        Returns:
        This builder for chaining.
      • getTotalAdClicks

        public int getTotalAdClicks()
         EMetric.TotalAdClicks
         
        uint32 total_ad_clicks = 20 [json_name = "totalAdClicks"];
        Specified by:
        getTotalAdClicks in interface AdTotalsResponseDataOrBuilder
        Returns:
        The totalAdClicks.
      • setTotalAdClicks

        public AdTotalsResponseData.Builder setTotalAdClicks​(int value)
         EMetric.TotalAdClicks
         
        uint32 total_ad_clicks = 20 [json_name = "totalAdClicks"];
        Parameters:
        value - The totalAdClicks to set.
        Returns:
        This builder for chaining.
      • clearTotalAdClicks

        public AdTotalsResponseData.Builder clearTotalAdClicks()
         EMetric.TotalAdClicks
         
        uint32 total_ad_clicks = 20 [json_name = "totalAdClicks"];
        Returns:
        This builder for chaining.
      • getTotalAdInteractions

        public int getTotalAdInteractions()
         EMetric.TotalAdInteractions
         
        uint32 total_ad_interactions = 21 [json_name = "totalAdInteractions"];
        Specified by:
        getTotalAdInteractions in interface AdTotalsResponseDataOrBuilder
        Returns:
        The totalAdInteractions.
      • setTotalAdInteractions

        public AdTotalsResponseData.Builder setTotalAdInteractions​(int value)
         EMetric.TotalAdInteractions
         
        uint32 total_ad_interactions = 21 [json_name = "totalAdInteractions"];
        Parameters:
        value - The totalAdInteractions to set.
        Returns:
        This builder for chaining.
      • clearTotalAdInteractions

        public AdTotalsResponseData.Builder clearTotalAdInteractions()
         EMetric.TotalAdInteractions
         
        uint32 total_ad_interactions = 21 [json_name = "totalAdInteractions"];
        Returns:
        This builder for chaining.
      • getAdVideoQ25

        public int getAdVideoQ25()
         EMetric.AdVideoQ25
         
        uint32 ad_video_q25 = 22 [json_name = "adVideoQ25"];
        Specified by:
        getAdVideoQ25 in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adVideoQ25.
      • setAdVideoQ25

        public AdTotalsResponseData.Builder setAdVideoQ25​(int value)
         EMetric.AdVideoQ25
         
        uint32 ad_video_q25 = 22 [json_name = "adVideoQ25"];
        Parameters:
        value - The adVideoQ25 to set.
        Returns:
        This builder for chaining.
      • clearAdVideoQ25

        public AdTotalsResponseData.Builder clearAdVideoQ25()
         EMetric.AdVideoQ25
         
        uint32 ad_video_q25 = 22 [json_name = "adVideoQ25"];
        Returns:
        This builder for chaining.
      • getAdVideoQ50

        public int getAdVideoQ50()
         EMetric.AdVideoQ50
         
        uint32 ad_video_q50 = 23 [json_name = "adVideoQ50"];
        Specified by:
        getAdVideoQ50 in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adVideoQ50.
      • setAdVideoQ50

        public AdTotalsResponseData.Builder setAdVideoQ50​(int value)
         EMetric.AdVideoQ50
         
        uint32 ad_video_q50 = 23 [json_name = "adVideoQ50"];
        Parameters:
        value - The adVideoQ50 to set.
        Returns:
        This builder for chaining.
      • clearAdVideoQ50

        public AdTotalsResponseData.Builder clearAdVideoQ50()
         EMetric.AdVideoQ50
         
        uint32 ad_video_q50 = 23 [json_name = "adVideoQ50"];
        Returns:
        This builder for chaining.
      • getAdVideoQ75

        public int getAdVideoQ75()
         EMetric.AdVideoQ75
         
        uint32 ad_video_q75 = 24 [json_name = "adVideoQ75"];
        Specified by:
        getAdVideoQ75 in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adVideoQ75.
      • setAdVideoQ75

        public AdTotalsResponseData.Builder setAdVideoQ75​(int value)
         EMetric.AdVideoQ75
         
        uint32 ad_video_q75 = 24 [json_name = "adVideoQ75"];
        Parameters:
        value - The adVideoQ75 to set.
        Returns:
        This builder for chaining.
      • clearAdVideoQ75

        public AdTotalsResponseData.Builder clearAdVideoQ75()
         EMetric.AdVideoQ75
         
        uint32 ad_video_q75 = 24 [json_name = "adVideoQ75"];
        Returns:
        This builder for chaining.
      • getAdVideoComplete

        public int getAdVideoComplete()
         EMetric.AdVideoComplete
         
        uint32 ad_video_complete = 25 [json_name = "adVideoComplete"];
        Specified by:
        getAdVideoComplete in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adVideoComplete.
      • setAdVideoComplete

        public AdTotalsResponseData.Builder setAdVideoComplete​(int value)
         EMetric.AdVideoComplete
         
        uint32 ad_video_complete = 25 [json_name = "adVideoComplete"];
        Parameters:
        value - The adVideoComplete to set.
        Returns:
        This builder for chaining.
      • clearAdVideoComplete

        public AdTotalsResponseData.Builder clearAdVideoComplete()
         EMetric.AdVideoComplete
         
        uint32 ad_video_complete = 25 [json_name = "adVideoComplete"];
        Returns:
        This builder for chaining.
      • getAdReplays

        public int getAdReplays()
         EMetric.AdReplays
         
        uint32 ad_replays = 26 [json_name = "adReplays"];
        Specified by:
        getAdReplays in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adReplays.
      • setAdReplays

        public AdTotalsResponseData.Builder setAdReplays​(int value)
         EMetric.AdReplays
         
        uint32 ad_replays = 26 [json_name = "adReplays"];
        Parameters:
        value - The adReplays to set.
        Returns:
        This builder for chaining.
      • clearAdReplays

        public AdTotalsResponseData.Builder clearAdReplays()
         EMetric.AdReplays
         
        uint32 ad_replays = 26 [json_name = "adReplays"];
        Returns:
        This builder for chaining.
      • getAdUnmutes

        public int getAdUnmutes()
         EMetric.AdUnmutes
         
        uint32 ad_unmutes = 27 [json_name = "adUnmutes"];
        Specified by:
        getAdUnmutes in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adUnmutes.
      • setAdUnmutes

        public AdTotalsResponseData.Builder setAdUnmutes​(int value)
         EMetric.AdUnmutes
         
        uint32 ad_unmutes = 27 [json_name = "adUnmutes"];
        Parameters:
        value - The adUnmutes to set.
        Returns:
        This builder for chaining.
      • clearAdUnmutes

        public AdTotalsResponseData.Builder clearAdUnmutes()
         EMetric.AdUnmutes
         
        uint32 ad_unmutes = 27 [json_name = "adUnmutes"];
        Returns:
        This builder for chaining.
      • getTotalAdBannerNavigated

        public int getTotalAdBannerNavigated()
         EMetric.TotalAdBannerNavigated
         
        uint32 total_ad_banner_navigated = 28 [json_name = "totalAdBannerNavigated"];
        Specified by:
        getTotalAdBannerNavigated in interface AdTotalsResponseDataOrBuilder
        Returns:
        The totalAdBannerNavigated.
      • setTotalAdBannerNavigated

        public AdTotalsResponseData.Builder setTotalAdBannerNavigated​(int value)
         EMetric.TotalAdBannerNavigated
         
        uint32 total_ad_banner_navigated = 28 [json_name = "totalAdBannerNavigated"];
        Parameters:
        value - The totalAdBannerNavigated to set.
        Returns:
        This builder for chaining.
      • clearTotalAdBannerNavigated

        public AdTotalsResponseData.Builder clearTotalAdBannerNavigated()
         EMetric.TotalAdBannerNavigated
         
        uint32 total_ad_banner_navigated = 28 [json_name = "totalAdBannerNavigated"];
        Returns:
        This builder for chaining.
      • getTotalAdButtonNavigated

        public int getTotalAdButtonNavigated()
         EMetric.TotalAdButtonNavigated
         
        uint32 total_ad_button_navigated = 29 [json_name = "totalAdButtonNavigated"];
        Specified by:
        getTotalAdButtonNavigated in interface AdTotalsResponseDataOrBuilder
        Returns:
        The totalAdButtonNavigated.
      • setTotalAdButtonNavigated

        public AdTotalsResponseData.Builder setTotalAdButtonNavigated​(int value)
         EMetric.TotalAdButtonNavigated
         
        uint32 total_ad_button_navigated = 29 [json_name = "totalAdButtonNavigated"];
        Parameters:
        value - The totalAdButtonNavigated to set.
        Returns:
        This builder for chaining.
      • clearTotalAdButtonNavigated

        public AdTotalsResponseData.Builder clearTotalAdButtonNavigated()
         EMetric.TotalAdButtonNavigated
         
        uint32 total_ad_button_navigated = 29 [json_name = "totalAdButtonNavigated"];
        Returns:
        This builder for chaining.
      • getAdTotalReach

        public int getAdTotalReach()
         reach + baseline
         
        uint32 ad_total_reach = 30 [json_name = "adTotalReach"];
        Specified by:
        getAdTotalReach in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adTotalReach.
      • setAdTotalReach

        public AdTotalsResponseData.Builder setAdTotalReach​(int value)
         reach + baseline
         
        uint32 ad_total_reach = 30 [json_name = "adTotalReach"];
        Parameters:
        value - The adTotalReach to set.
        Returns:
        This builder for chaining.
      • clearAdTotalReach

        public AdTotalsResponseData.Builder clearAdTotalReach()
         reach + baseline
         
        uint32 ad_total_reach = 30 [json_name = "adTotalReach"];
        Returns:
        This builder for chaining.
      • getTotalEventViewers

        public int getTotalEventViewers()
         EMetric.TotalEventViewers (uniq devices for the event)
         
        uint32 total_event_viewers = 31 [json_name = "totalEventViewers"];
        Specified by:
        getTotalEventViewers in interface AdTotalsResponseDataOrBuilder
        Returns:
        The totalEventViewers.
      • setTotalEventViewers

        public AdTotalsResponseData.Builder setTotalEventViewers​(int value)
         EMetric.TotalEventViewers (uniq devices for the event)
         
        uint32 total_event_viewers = 31 [json_name = "totalEventViewers"];
        Parameters:
        value - The totalEventViewers to set.
        Returns:
        This builder for chaining.
      • clearTotalEventViewers

        public AdTotalsResponseData.Builder clearTotalEventViewers()
         EMetric.TotalEventViewers (uniq devices for the event)
         
        uint32 total_event_viewers = 31 [json_name = "totalEventViewers"];
        Returns:
        This builder for chaining.
      • getUniqAdBannerNavigated

        public int getUniqAdBannerNavigated()
         uniques by action
         
        uint32 uniq_ad_banner_navigated = 32 [json_name = "uniqAdBannerNavigated"];
        Specified by:
        getUniqAdBannerNavigated in interface AdTotalsResponseDataOrBuilder
        Returns:
        The uniqAdBannerNavigated.
      • setUniqAdBannerNavigated

        public AdTotalsResponseData.Builder setUniqAdBannerNavigated​(int value)
         uniques by action
         
        uint32 uniq_ad_banner_navigated = 32 [json_name = "uniqAdBannerNavigated"];
        Parameters:
        value - The uniqAdBannerNavigated to set.
        Returns:
        This builder for chaining.
      • clearUniqAdBannerNavigated

        public AdTotalsResponseData.Builder clearUniqAdBannerNavigated()
         uniques by action
         
        uint32 uniq_ad_banner_navigated = 32 [json_name = "uniqAdBannerNavigated"];
        Returns:
        This builder for chaining.
      • getUniqAdButtonNavigated

        public int getUniqAdButtonNavigated()
         EMetric.UniqAdButtonNavigated
         
        uint32 uniq_ad_button_navigated = 33 [json_name = "uniqAdButtonNavigated"];
        Specified by:
        getUniqAdButtonNavigated in interface AdTotalsResponseDataOrBuilder
        Returns:
        The uniqAdButtonNavigated.
      • setUniqAdButtonNavigated

        public AdTotalsResponseData.Builder setUniqAdButtonNavigated​(int value)
         EMetric.UniqAdButtonNavigated
         
        uint32 uniq_ad_button_navigated = 33 [json_name = "uniqAdButtonNavigated"];
        Parameters:
        value - The uniqAdButtonNavigated to set.
        Returns:
        This builder for chaining.
      • clearUniqAdButtonNavigated

        public AdTotalsResponseData.Builder clearUniqAdButtonNavigated()
         EMetric.UniqAdButtonNavigated
         
        uint32 uniq_ad_button_navigated = 33 [json_name = "uniqAdButtonNavigated"];
        Returns:
        This builder for chaining.
      • getUniqAdVideoPlayed

        public int getUniqAdVideoPlayed()
         EMetric.UniqAdVideoPlayed
         
        uint32 uniq_ad_video_played = 34 [json_name = "uniqAdVideoPlayed"];
        Specified by:
        getUniqAdVideoPlayed in interface AdTotalsResponseDataOrBuilder
        Returns:
        The uniqAdVideoPlayed.
      • setUniqAdVideoPlayed

        public AdTotalsResponseData.Builder setUniqAdVideoPlayed​(int value)
         EMetric.UniqAdVideoPlayed
         
        uint32 uniq_ad_video_played = 34 [json_name = "uniqAdVideoPlayed"];
        Parameters:
        value - The uniqAdVideoPlayed to set.
        Returns:
        This builder for chaining.
      • clearUniqAdVideoPlayed

        public AdTotalsResponseData.Builder clearUniqAdVideoPlayed()
         EMetric.UniqAdVideoPlayed
         
        uint32 uniq_ad_video_played = 34 [json_name = "uniqAdVideoPlayed"];
        Returns:
        This builder for chaining.
      • getAverageCtr

        public double getAverageCtr()
         rates & ratios (percent values as doubles)
         
        double average_ctr = 40 [json_name = "averageCtr"];
        Specified by:
        getAverageCtr in interface AdTotalsResponseDataOrBuilder
        Returns:
        The averageCtr.
      • setAverageCtr

        public AdTotalsResponseData.Builder setAverageCtr​(double value)
         rates & ratios (percent values as doubles)
         
        double average_ctr = 40 [json_name = "averageCtr"];
        Parameters:
        value - The averageCtr to set.
        Returns:
        This builder for chaining.
      • clearAverageCtr

        public AdTotalsResponseData.Builder clearAverageCtr()
         rates & ratios (percent values as doubles)
         
        double average_ctr = 40 [json_name = "averageCtr"];
        Returns:
        This builder for chaining.
      • getAdInteractionRate

        public double getAdInteractionRate()
         EMetric.AdInteractionRate (interactions / impressions * 100)
         
        double ad_interaction_rate = 41 [json_name = "adInteractionRate"];
        Specified by:
        getAdInteractionRate in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adInteractionRate.
      • setAdInteractionRate

        public AdTotalsResponseData.Builder setAdInteractionRate​(double value)
         EMetric.AdInteractionRate (interactions / impressions * 100)
         
        double ad_interaction_rate = 41 [json_name = "adInteractionRate"];
        Parameters:
        value - The adInteractionRate to set.
        Returns:
        This builder for chaining.
      • clearAdInteractionRate

        public AdTotalsResponseData.Builder clearAdInteractionRate()
         EMetric.AdInteractionRate (interactions / impressions * 100)
         
        double ad_interaction_rate = 41 [json_name = "adInteractionRate"];
        Returns:
        This builder for chaining.
      • getVideoCompletionRate

        public double getVideoCompletionRate()
         EMetric.VideoCompletionRate (completes / video starts * 100)
         
        double video_completion_rate = 42 [json_name = "videoCompletionRate"];
        Specified by:
        getVideoCompletionRate in interface AdTotalsResponseDataOrBuilder
        Returns:
        The videoCompletionRate.
      • setVideoCompletionRate

        public AdTotalsResponseData.Builder setVideoCompletionRate​(double value)
         EMetric.VideoCompletionRate (completes / video starts * 100)
         
        double video_completion_rate = 42 [json_name = "videoCompletionRate"];
        Parameters:
        value - The videoCompletionRate to set.
        Returns:
        This builder for chaining.
      • clearVideoCompletionRate

        public AdTotalsResponseData.Builder clearVideoCompletionRate()
         EMetric.VideoCompletionRate (completes / video starts * 100)
         
        double video_completion_rate = 42 [json_name = "videoCompletionRate"];
        Returns:
        This builder for chaining.
      • getAdReachPct

        public double getAdReachPct()
         EMetric.AdReachPct (reach / total_event_viewers * 100)
         
        double ad_reach_pct = 43 [json_name = "adReachPct"];
        Specified by:
        getAdReachPct in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adReachPct.
      • setAdReachPct

        public AdTotalsResponseData.Builder setAdReachPct​(double value)
         EMetric.AdReachPct (reach / total_event_viewers * 100)
         
        double ad_reach_pct = 43 [json_name = "adReachPct"];
        Parameters:
        value - The adReachPct to set.
        Returns:
        This builder for chaining.
      • clearAdReachPct

        public AdTotalsResponseData.Builder clearAdReachPct()
         EMetric.AdReachPct (reach / total_event_viewers * 100)
         
        double ad_reach_pct = 43 [json_name = "adReachPct"];
        Returns:
        This builder for chaining.
      • getAdReplayRate

        public double getAdReplayRate()
         EMetric.AdReplayRate (replays / impressions * 100)
         
        double ad_replay_rate = 44 [json_name = "adReplayRate"];
        Specified by:
        getAdReplayRate in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adReplayRate.
      • setAdReplayRate

        public AdTotalsResponseData.Builder setAdReplayRate​(double value)
         EMetric.AdReplayRate (replays / impressions * 100)
         
        double ad_replay_rate = 44 [json_name = "adReplayRate"];
        Parameters:
        value - The adReplayRate to set.
        Returns:
        This builder for chaining.
      • clearAdReplayRate

        public AdTotalsResponseData.Builder clearAdReplayRate()
         EMetric.AdReplayRate (replays / impressions * 100)
         
        double ad_replay_rate = 44 [json_name = "adReplayRate"];
        Returns:
        This builder for chaining.
      • getAdViewRate

        public double getAdViewRate()
         EMetric.AdViewRate (AdUnmutes / TotalAdVideoImpressions * 100)
         
        double ad_view_rate = 45 [json_name = "adViewRate"];
        Specified by:
        getAdViewRate in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adViewRate.
      • setAdViewRate

        public AdTotalsResponseData.Builder setAdViewRate​(double value)
         EMetric.AdViewRate (AdUnmutes / TotalAdVideoImpressions * 100)
         
        double ad_view_rate = 45 [json_name = "adViewRate"];
        Parameters:
        value - The adViewRate to set.
        Returns:
        This builder for chaining.
      • clearAdViewRate

        public AdTotalsResponseData.Builder clearAdViewRate()
         EMetric.AdViewRate (AdUnmutes / TotalAdVideoImpressions * 100)
         
        double ad_view_rate = 45 [json_name = "adViewRate"];
        Returns:
        This builder for chaining.
      • getAdFrequency

        public double getAdFrequency()
         EMetric.AdFrequency (impressions / AdTotalReach)
         
        double ad_frequency = 46 [json_name = "adFrequency"];
        Specified by:
        getAdFrequency in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adFrequency.
      • setAdFrequency

        public AdTotalsResponseData.Builder setAdFrequency​(double value)
         EMetric.AdFrequency (impressions / AdTotalReach)
         
        double ad_frequency = 46 [json_name = "adFrequency"];
        Parameters:
        value - The adFrequency to set.
        Returns:
        This builder for chaining.
      • clearAdFrequency

        public AdTotalsResponseData.Builder clearAdFrequency()
         EMetric.AdFrequency (impressions / AdTotalReach)
         
        double ad_frequency = 46 [json_name = "adFrequency"];
        Returns:
        This builder for chaining.
      • getAdUnmuteRate

        public double getAdUnmuteRate()
         EMetric.AdUnmuteRate (unmutes / video_impressions * 100)
         
        double ad_unmute_rate = 47 [json_name = "adUnmuteRate"];
        Specified by:
        getAdUnmuteRate in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adUnmuteRate.
      • setAdUnmuteRate

        public AdTotalsResponseData.Builder setAdUnmuteRate​(double value)
         EMetric.AdUnmuteRate (unmutes / video_impressions * 100)
         
        double ad_unmute_rate = 47 [json_name = "adUnmuteRate"];
        Parameters:
        value - The adUnmuteRate to set.
        Returns:
        This builder for chaining.
      • clearAdUnmuteRate

        public AdTotalsResponseData.Builder clearAdUnmuteRate()
         EMetric.AdUnmuteRate (unmutes / video_impressions * 100)
         
        double ad_unmute_rate = 47 [json_name = "adUnmuteRate"];
        Returns:
        This builder for chaining.
      • getAdConversionRate

        public double getAdConversionRate()
         EMetric.AdConversionRate (AdConversions / TotalEventViewers * 100)
         
        double ad_conversion_rate = 48 [json_name = "adConversionRate"];
        Specified by:
        getAdConversionRate in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adConversionRate.
      • setAdConversionRate

        public AdTotalsResponseData.Builder setAdConversionRate​(double value)
         EMetric.AdConversionRate (AdConversions / TotalEventViewers * 100)
         
        double ad_conversion_rate = 48 [json_name = "adConversionRate"];
        Parameters:
        value - The adConversionRate to set.
        Returns:
        This builder for chaining.
      • clearAdConversionRate

        public AdTotalsResponseData.Builder clearAdConversionRate()
         EMetric.AdConversionRate (AdConversions / TotalEventViewers * 100)
         
        double ad_conversion_rate = 48 [json_name = "adConversionRate"];
        Returns:
        This builder for chaining.
      • getAdConversions

        public int getAdConversions()
         conversions / engaged
         
        uint32 ad_conversions = 50 [json_name = "adConversions"];
        Specified by:
        getAdConversions in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adConversions.
      • setAdConversions

        public AdTotalsResponseData.Builder setAdConversions​(int value)
         conversions / engaged
         
        uint32 ad_conversions = 50 [json_name = "adConversions"];
        Parameters:
        value - The adConversions to set.
        Returns:
        This builder for chaining.
      • clearAdConversions

        public AdTotalsResponseData.Builder clearAdConversions()
         conversions / engaged
         
        uint32 ad_conversions = 50 [json_name = "adConversions"];
        Returns:
        This builder for chaining.
      • getAdEngagedViews

        public int getAdEngagedViews()
         EMetric.AdEngagedViews (uniq devices that interacted (CTA or custom))
         
        uint32 ad_engaged_views = 51 [json_name = "adEngagedViews"];
        Specified by:
        getAdEngagedViews in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adEngagedViews.
      • setAdEngagedViews

        public AdTotalsResponseData.Builder setAdEngagedViews​(int value)
         EMetric.AdEngagedViews (uniq devices that interacted (CTA or custom))
         
        uint32 ad_engaged_views = 51 [json_name = "adEngagedViews"];
        Parameters:
        value - The adEngagedViews to set.
        Returns:
        This builder for chaining.
      • clearAdEngagedViews

        public AdTotalsResponseData.Builder clearAdEngagedViews()
         EMetric.AdEngagedViews (uniq devices that interacted (CTA or custom))
         
        uint32 ad_engaged_views = 51 [json_name = "adEngagedViews"];
        Returns:
        This builder for chaining.
      • hasAdEngagement

        public boolean hasAdEngagement()
         EMetric.AdEngagement (avg engaged seconds per engaged session (nullable/omitted when N/A))
         
        optional double ad_engagement = 52 [json_name = "adEngagement"];
        Specified by:
        hasAdEngagement in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the adEngagement field is set.
      • getAdEngagement

        public double getAdEngagement()
         EMetric.AdEngagement (avg engaged seconds per engaged session (nullable/omitted when N/A))
         
        optional double ad_engagement = 52 [json_name = "adEngagement"];
        Specified by:
        getAdEngagement in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adEngagement.
      • setAdEngagement

        public AdTotalsResponseData.Builder setAdEngagement​(double value)
         EMetric.AdEngagement (avg engaged seconds per engaged session (nullable/omitted when N/A))
         
        optional double ad_engagement = 52 [json_name = "adEngagement"];
        Parameters:
        value - The adEngagement to set.
        Returns:
        This builder for chaining.
      • clearAdEngagement

        public AdTotalsResponseData.Builder clearAdEngagement()
         EMetric.AdEngagement (avg engaged seconds per engaged session (nullable/omitted when N/A))
         
        optional double ad_engagement = 52 [json_name = "adEngagement"];
        Returns:
        This builder for chaining.
      • getAdAutoplay

        public boolean getAdAutoplay()
         flags from PG (normalized as booleans at select time)
         
        bool ad_autoplay = 60 [json_name = "adAutoplay"];
        Specified by:
        getAdAutoplay in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adAutoplay.
      • setAdAutoplay

        public AdTotalsResponseData.Builder setAdAutoplay​(boolean value)
         flags from PG (normalized as booleans at select time)
         
        bool ad_autoplay = 60 [json_name = "adAutoplay"];
        Parameters:
        value - The adAutoplay to set.
        Returns:
        This builder for chaining.
      • clearAdAutoplay

        public AdTotalsResponseData.Builder clearAdAutoplay()
         flags from PG (normalized as booleans at select time)
         
        bool ad_autoplay = 60 [json_name = "adAutoplay"];
        Returns:
        This builder for chaining.
      • getAdAudioPriority

        public boolean getAdAudioPriority()
         EMetric.AdAudioPriority
         
        bool ad_audio_priority = 61 [json_name = "adAudioPriority"];
        Specified by:
        getAdAudioPriority in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adAudioPriority.
      • setAdAudioPriority

        public AdTotalsResponseData.Builder setAdAudioPriority​(boolean value)
         EMetric.AdAudioPriority
         
        bool ad_audio_priority = 61 [json_name = "adAudioPriority"];
        Parameters:
        value - The adAudioPriority to set.
        Returns:
        This builder for chaining.
      • clearAdAudioPriority

        public AdTotalsResponseData.Builder clearAdAudioPriority()
         EMetric.AdAudioPriority
         
        bool ad_audio_priority = 61 [json_name = "adAudioPriority"];
        Returns:
        This builder for chaining.
      • hasAdName

        public boolean hasAdName()
         PG: polls_ad_questions
         
        optional string ad_name = 70 [json_name = "adName"];
        Specified by:
        hasAdName in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the adName field is set.
      • getAdName

        public java.lang.String getAdName()
         PG: polls_ad_questions
         
        optional string ad_name = 70 [json_name = "adName"];
        Specified by:
        getAdName in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adName.
      • getAdNameBytes

        public com.google.protobuf.ByteString getAdNameBytes()
         PG: polls_ad_questions
         
        optional string ad_name = 70 [json_name = "adName"];
        Specified by:
        getAdNameBytes in interface AdTotalsResponseDataOrBuilder
        Returns:
        The bytes for adName.
      • setAdName

        public AdTotalsResponseData.Builder setAdName​(java.lang.String value)
         PG: polls_ad_questions
         
        optional string ad_name = 70 [json_name = "adName"];
        Parameters:
        value - The adName to set.
        Returns:
        This builder for chaining.
      • clearAdName

        public AdTotalsResponseData.Builder clearAdName()
         PG: polls_ad_questions
         
        optional string ad_name = 70 [json_name = "adName"];
        Returns:
        This builder for chaining.
      • setAdNameBytes

        public AdTotalsResponseData.Builder setAdNameBytes​(com.google.protobuf.ByteString value)
         PG: polls_ad_questions
         
        optional string ad_name = 70 [json_name = "adName"];
        Parameters:
        value - The bytes for adName to set.
        Returns:
        This builder for chaining.
      • hasCampaignName

        public boolean hasCampaignName()
         EMetric.CampaignName
         
        optional string campaign_name = 71 [json_name = "campaignName"];
        Specified by:
        hasCampaignName in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the campaignName field is set.
      • getCampaignName

        public java.lang.String getCampaignName()
         EMetric.CampaignName
         
        optional string campaign_name = 71 [json_name = "campaignName"];
        Specified by:
        getCampaignName in interface AdTotalsResponseDataOrBuilder
        Returns:
        The campaignName.
      • getCampaignNameBytes

        public com.google.protobuf.ByteString getCampaignNameBytes()
         EMetric.CampaignName
         
        optional string campaign_name = 71 [json_name = "campaignName"];
        Specified by:
        getCampaignNameBytes in interface AdTotalsResponseDataOrBuilder
        Returns:
        The bytes for campaignName.
      • setCampaignName

        public AdTotalsResponseData.Builder setCampaignName​(java.lang.String value)
         EMetric.CampaignName
         
        optional string campaign_name = 71 [json_name = "campaignName"];
        Parameters:
        value - The campaignName to set.
        Returns:
        This builder for chaining.
      • clearCampaignName

        public AdTotalsResponseData.Builder clearCampaignName()
         EMetric.CampaignName
         
        optional string campaign_name = 71 [json_name = "campaignName"];
        Returns:
        This builder for chaining.
      • setCampaignNameBytes

        public AdTotalsResponseData.Builder setCampaignNameBytes​(com.google.protobuf.ByteString value)
         EMetric.CampaignName
         
        optional string campaign_name = 71 [json_name = "campaignName"];
        Parameters:
        value - The bytes for campaignName to set.
        Returns:
        This builder for chaining.
      • hasAdGroup

        public boolean hasAdGroup()
         EMetric.AdGroup
         
        optional string ad_group = 72 [json_name = "adGroup"];
        Specified by:
        hasAdGroup in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the adGroup field is set.
      • getAdGroup

        public java.lang.String getAdGroup()
         EMetric.AdGroup
         
        optional string ad_group = 72 [json_name = "adGroup"];
        Specified by:
        getAdGroup in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adGroup.
      • getAdGroupBytes

        public com.google.protobuf.ByteString getAdGroupBytes()
         EMetric.AdGroup
         
        optional string ad_group = 72 [json_name = "adGroup"];
        Specified by:
        getAdGroupBytes in interface AdTotalsResponseDataOrBuilder
        Returns:
        The bytes for adGroup.
      • setAdGroup

        public AdTotalsResponseData.Builder setAdGroup​(java.lang.String value)
         EMetric.AdGroup
         
        optional string ad_group = 72 [json_name = "adGroup"];
        Parameters:
        value - The adGroup to set.
        Returns:
        This builder for chaining.
      • clearAdGroup

        public AdTotalsResponseData.Builder clearAdGroup()
         EMetric.AdGroup
         
        optional string ad_group = 72 [json_name = "adGroup"];
        Returns:
        This builder for chaining.
      • setAdGroupBytes

        public AdTotalsResponseData.Builder setAdGroupBytes​(com.google.protobuf.ByteString value)
         EMetric.AdGroup
         
        optional string ad_group = 72 [json_name = "adGroup"];
        Parameters:
        value - The bytes for adGroup to set.
        Returns:
        This builder for chaining.
      • hasAdUnit

        public boolean hasAdUnit()
         EMetric.AdUnit
         
        optional uint32 ad_unit = 73 [json_name = "adUnit"];
        Specified by:
        hasAdUnit in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the adUnit field is set.
      • getAdUnit

        public int getAdUnit()
         EMetric.AdUnit
         
        optional uint32 ad_unit = 73 [json_name = "adUnit"];
        Specified by:
        getAdUnit in interface AdTotalsResponseDataOrBuilder
        Returns:
        The adUnit.
      • setAdUnit

        public AdTotalsResponseData.Builder setAdUnit​(int value)
         EMetric.AdUnit
         
        optional uint32 ad_unit = 73 [json_name = "adUnit"];
        Parameters:
        value - The adUnit to set.
        Returns:
        This builder for chaining.
      • clearAdUnit

        public AdTotalsResponseData.Builder clearAdUnit()
         EMetric.AdUnit
         
        optional uint32 ad_unit = 73 [json_name = "adUnit"];
        Returns:
        This builder for chaining.
      • hasModerationStartAt

        public boolean hasModerationStartAt()
         moderation window
         
        optional .google.protobuf.Timestamp moderation_start_at = 74 [json_name = "moderationStartAt"];
        Specified by:
        hasModerationStartAt in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the moderationStartAt field is set.
      • getModerationStartAt

        public com.google.protobuf.Timestamp getModerationStartAt()
         moderation window
         
        optional .google.protobuf.Timestamp moderation_start_at = 74 [json_name = "moderationStartAt"];
        Specified by:
        getModerationStartAt in interface AdTotalsResponseDataOrBuilder
        Returns:
        The moderationStartAt.
      • setModerationStartAt

        public AdTotalsResponseData.Builder setModerationStartAt​(com.google.protobuf.Timestamp value)
         moderation window
         
        optional .google.protobuf.Timestamp moderation_start_at = 74 [json_name = "moderationStartAt"];
      • setModerationStartAt

        public AdTotalsResponseData.Builder setModerationStartAt​(com.google.protobuf.Timestamp.Builder builderForValue)
         moderation window
         
        optional .google.protobuf.Timestamp moderation_start_at = 74 [json_name = "moderationStartAt"];
      • mergeModerationStartAt

        public AdTotalsResponseData.Builder mergeModerationStartAt​(com.google.protobuf.Timestamp value)
         moderation window
         
        optional .google.protobuf.Timestamp moderation_start_at = 74 [json_name = "moderationStartAt"];
      • clearModerationStartAt

        public AdTotalsResponseData.Builder clearModerationStartAt()
         moderation window
         
        optional .google.protobuf.Timestamp moderation_start_at = 74 [json_name = "moderationStartAt"];
      • hasModerationEndAt

        public boolean hasModerationEndAt()
         EMetric.ModerationEndAt
         
        optional .google.protobuf.Timestamp moderation_end_at = 75 [json_name = "moderationEndAt"];
        Specified by:
        hasModerationEndAt in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the moderationEndAt field is set.
      • getModerationEndAt

        public com.google.protobuf.Timestamp getModerationEndAt()
         EMetric.ModerationEndAt
         
        optional .google.protobuf.Timestamp moderation_end_at = 75 [json_name = "moderationEndAt"];
        Specified by:
        getModerationEndAt in interface AdTotalsResponseDataOrBuilder
        Returns:
        The moderationEndAt.
      • setModerationEndAt

        public AdTotalsResponseData.Builder setModerationEndAt​(com.google.protobuf.Timestamp value)
         EMetric.ModerationEndAt
         
        optional .google.protobuf.Timestamp moderation_end_at = 75 [json_name = "moderationEndAt"];
      • setModerationEndAt

        public AdTotalsResponseData.Builder setModerationEndAt​(com.google.protobuf.Timestamp.Builder builderForValue)
         EMetric.ModerationEndAt
         
        optional .google.protobuf.Timestamp moderation_end_at = 75 [json_name = "moderationEndAt"];
      • mergeModerationEndAt

        public AdTotalsResponseData.Builder mergeModerationEndAt​(com.google.protobuf.Timestamp value)
         EMetric.ModerationEndAt
         
        optional .google.protobuf.Timestamp moderation_end_at = 75 [json_name = "moderationEndAt"];
      • clearModerationEndAt

        public AdTotalsResponseData.Builder clearModerationEndAt()
         EMetric.ModerationEndAt
         
        optional .google.protobuf.Timestamp moderation_end_at = 75 [json_name = "moderationEndAt"];
      • hasModerationDurationSec

        public boolean hasModerationDurationSec()
         EMetric.ModerationDurationSec
         
        optional uint32 moderation_duration_sec = 76 [json_name = "moderationDurationSec"];
        Specified by:
        hasModerationDurationSec in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the moderationDurationSec field is set.
      • getModerationDurationSec

        public int getModerationDurationSec()
         EMetric.ModerationDurationSec
         
        optional uint32 moderation_duration_sec = 76 [json_name = "moderationDurationSec"];
        Specified by:
        getModerationDurationSec in interface AdTotalsResponseDataOrBuilder
        Returns:
        The moderationDurationSec.
      • setModerationDurationSec

        public AdTotalsResponseData.Builder setModerationDurationSec​(int value)
         EMetric.ModerationDurationSec
         
        optional uint32 moderation_duration_sec = 76 [json_name = "moderationDurationSec"];
        Parameters:
        value - The moderationDurationSec to set.
        Returns:
        This builder for chaining.
      • clearModerationDurationSec

        public AdTotalsResponseData.Builder clearModerationDurationSec()
         EMetric.ModerationDurationSec
         
        optional uint32 moderation_duration_sec = 76 [json_name = "moderationDurationSec"];
        Returns:
        This builder for chaining.
      • hasEventName

        public boolean hasEventName()
         event meta (PG: sports_events / view_events) 
         
        optional string event_name = 80 [json_name = "eventName"];
        Specified by:
        hasEventName in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the eventName field is set.
      • getEventName

        public java.lang.String getEventName()
         event meta (PG: sports_events / view_events) 
         
        optional string event_name = 80 [json_name = "eventName"];
        Specified by:
        getEventName in interface AdTotalsResponseDataOrBuilder
        Returns:
        The eventName.
      • getEventNameBytes

        public com.google.protobuf.ByteString getEventNameBytes()
         event meta (PG: sports_events / view_events) 
         
        optional string event_name = 80 [json_name = "eventName"];
        Specified by:
        getEventNameBytes in interface AdTotalsResponseDataOrBuilder
        Returns:
        The bytes for eventName.
      • setEventName

        public AdTotalsResponseData.Builder setEventName​(java.lang.String value)
         event meta (PG: sports_events / view_events) 
         
        optional string event_name = 80 [json_name = "eventName"];
        Parameters:
        value - The eventName to set.
        Returns:
        This builder for chaining.
      • clearEventName

        public AdTotalsResponseData.Builder clearEventName()
         event meta (PG: sports_events / view_events) 
         
        optional string event_name = 80 [json_name = "eventName"];
        Returns:
        This builder for chaining.
      • setEventNameBytes

        public AdTotalsResponseData.Builder setEventNameBytes​(com.google.protobuf.ByteString value)
         event meta (PG: sports_events / view_events) 
         
        optional string event_name = 80 [json_name = "eventName"];
        Parameters:
        value - The bytes for eventName to set.
        Returns:
        This builder for chaining.
      • hasSeries

        public boolean hasSeries()
         EMetric.Series
         
        optional string series = 81 [json_name = "series"];
        Specified by:
        hasSeries in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the series field is set.
      • getSeries

        public java.lang.String getSeries()
         EMetric.Series
         
        optional string series = 81 [json_name = "series"];
        Specified by:
        getSeries in interface AdTotalsResponseDataOrBuilder
        Returns:
        The series.
      • getSeriesBytes

        public com.google.protobuf.ByteString getSeriesBytes()
         EMetric.Series
         
        optional string series = 81 [json_name = "series"];
        Specified by:
        getSeriesBytes in interface AdTotalsResponseDataOrBuilder
        Returns:
        The bytes for series.
      • setSeries

        public AdTotalsResponseData.Builder setSeries​(java.lang.String value)
         EMetric.Series
         
        optional string series = 81 [json_name = "series"];
        Parameters:
        value - The series to set.
        Returns:
        This builder for chaining.
      • clearSeries

        public AdTotalsResponseData.Builder clearSeries()
         EMetric.Series
         
        optional string series = 81 [json_name = "series"];
        Returns:
        This builder for chaining.
      • setSeriesBytes

        public AdTotalsResponseData.Builder setSeriesBytes​(com.google.protobuf.ByteString value)
         EMetric.Series
         
        optional string series = 81 [json_name = "series"];
        Parameters:
        value - The bytes for series to set.
        Returns:
        This builder for chaining.
      • hasLeague

        public boolean hasLeague()
         EMetric.League
         
        optional string league = 82 [json_name = "league"];
        Specified by:
        hasLeague in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the league field is set.
      • getLeague

        public java.lang.String getLeague()
         EMetric.League
         
        optional string league = 82 [json_name = "league"];
        Specified by:
        getLeague in interface AdTotalsResponseDataOrBuilder
        Returns:
        The league.
      • getLeagueBytes

        public com.google.protobuf.ByteString getLeagueBytes()
         EMetric.League
         
        optional string league = 82 [json_name = "league"];
        Specified by:
        getLeagueBytes in interface AdTotalsResponseDataOrBuilder
        Returns:
        The bytes for league.
      • setLeague

        public AdTotalsResponseData.Builder setLeague​(java.lang.String value)
         EMetric.League
         
        optional string league = 82 [json_name = "league"];
        Parameters:
        value - The league to set.
        Returns:
        This builder for chaining.
      • clearLeague

        public AdTotalsResponseData.Builder clearLeague()
         EMetric.League
         
        optional string league = 82 [json_name = "league"];
        Returns:
        This builder for chaining.
      • setLeagueBytes

        public AdTotalsResponseData.Builder setLeagueBytes​(com.google.protobuf.ByteString value)
         EMetric.League
         
        optional string league = 82 [json_name = "league"];
        Parameters:
        value - The bytes for league to set.
        Returns:
        This builder for chaining.
      • hasEventStartTime

        public boolean hasEventStartTime()
         EMetric.EventStartTime
         
        optional .google.protobuf.Timestamp event_start_time = 83 [json_name = "eventStartTime"];
        Specified by:
        hasEventStartTime in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the eventStartTime field is set.
      • getEventStartTime

        public com.google.protobuf.Timestamp getEventStartTime()
         EMetric.EventStartTime
         
        optional .google.protobuf.Timestamp event_start_time = 83 [json_name = "eventStartTime"];
        Specified by:
        getEventStartTime in interface AdTotalsResponseDataOrBuilder
        Returns:
        The eventStartTime.
      • setEventStartTime

        public AdTotalsResponseData.Builder setEventStartTime​(com.google.protobuf.Timestamp value)
         EMetric.EventStartTime
         
        optional .google.protobuf.Timestamp event_start_time = 83 [json_name = "eventStartTime"];
      • setEventStartTime

        public AdTotalsResponseData.Builder setEventStartTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         EMetric.EventStartTime
         
        optional .google.protobuf.Timestamp event_start_time = 83 [json_name = "eventStartTime"];
      • mergeEventStartTime

        public AdTotalsResponseData.Builder mergeEventStartTime​(com.google.protobuf.Timestamp value)
         EMetric.EventStartTime
         
        optional .google.protobuf.Timestamp event_start_time = 83 [json_name = "eventStartTime"];
      • clearEventStartTime

        public AdTotalsResponseData.Builder clearEventStartTime()
         EMetric.EventStartTime
         
        optional .google.protobuf.Timestamp event_start_time = 83 [json_name = "eventStartTime"];
      • hasEventEndTime

        public boolean hasEventEndTime()
         EMetric.EventEndTime
         
        optional .google.protobuf.Timestamp event_end_time = 84 [json_name = "eventEndTime"];
        Specified by:
        hasEventEndTime in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the eventEndTime field is set.
      • getEventEndTime

        public com.google.protobuf.Timestamp getEventEndTime()
         EMetric.EventEndTime
         
        optional .google.protobuf.Timestamp event_end_time = 84 [json_name = "eventEndTime"];
        Specified by:
        getEventEndTime in interface AdTotalsResponseDataOrBuilder
        Returns:
        The eventEndTime.
      • setEventEndTime

        public AdTotalsResponseData.Builder setEventEndTime​(com.google.protobuf.Timestamp value)
         EMetric.EventEndTime
         
        optional .google.protobuf.Timestamp event_end_time = 84 [json_name = "eventEndTime"];
      • setEventEndTime

        public AdTotalsResponseData.Builder setEventEndTime​(com.google.protobuf.Timestamp.Builder builderForValue)
         EMetric.EventEndTime
         
        optional .google.protobuf.Timestamp event_end_time = 84 [json_name = "eventEndTime"];
      • mergeEventEndTime

        public AdTotalsResponseData.Builder mergeEventEndTime​(com.google.protobuf.Timestamp value)
         EMetric.EventEndTime
         
        optional .google.protobuf.Timestamp event_end_time = 84 [json_name = "eventEndTime"];
      • clearEventEndTime

        public AdTotalsResponseData.Builder clearEventEndTime()
         EMetric.EventEndTime
         
        optional .google.protobuf.Timestamp event_end_time = 84 [json_name = "eventEndTime"];
      • hasActivatedBy

        public boolean hasActivatedBy()
         Game activation context
         
        optional uint32 activated_by = 90 [json_name = "activatedBy"];
        Specified by:
        hasActivatedBy in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the activatedBy field is set.
      • getActivatedBy

        public int getActivatedBy()
         Game activation context
         
        optional uint32 activated_by = 90 [json_name = "activatedBy"];
        Specified by:
        getActivatedBy in interface AdTotalsResponseDataOrBuilder
        Returns:
        The activatedBy.
      • setActivatedBy

        public AdTotalsResponseData.Builder setActivatedBy​(int value)
         Game activation context
         
        optional uint32 activated_by = 90 [json_name = "activatedBy"];
        Parameters:
        value - The activatedBy to set.
        Returns:
        This builder for chaining.
      • clearActivatedBy

        public AdTotalsResponseData.Builder clearActivatedBy()
         Game activation context
         
        optional uint32 activated_by = 90 [json_name = "activatedBy"];
        Returns:
        This builder for chaining.
      • hasActivationInstanceId

        public boolean hasActivationInstanceId()
         Trigger/instance id
         
        optional string activation_instance_id = 91 [json_name = "activationInstanceId"];
        Specified by:
        hasActivationInstanceId in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the activationInstanceId field is set.
      • getActivationInstanceId

        public java.lang.String getActivationInstanceId()
         Trigger/instance id
         
        optional string activation_instance_id = 91 [json_name = "activationInstanceId"];
        Specified by:
        getActivationInstanceId in interface AdTotalsResponseDataOrBuilder
        Returns:
        The activationInstanceId.
      • getActivationInstanceIdBytes

        public com.google.protobuf.ByteString getActivationInstanceIdBytes()
         Trigger/instance id
         
        optional string activation_instance_id = 91 [json_name = "activationInstanceId"];
        Specified by:
        getActivationInstanceIdBytes in interface AdTotalsResponseDataOrBuilder
        Returns:
        The bytes for activationInstanceId.
      • setActivationInstanceId

        public AdTotalsResponseData.Builder setActivationInstanceId​(java.lang.String value)
         Trigger/instance id
         
        optional string activation_instance_id = 91 [json_name = "activationInstanceId"];
        Parameters:
        value - The activationInstanceId to set.
        Returns:
        This builder for chaining.
      • clearActivationInstanceId

        public AdTotalsResponseData.Builder clearActivationInstanceId()
         Trigger/instance id
         
        optional string activation_instance_id = 91 [json_name = "activationInstanceId"];
        Returns:
        This builder for chaining.
      • setActivationInstanceIdBytes

        public AdTotalsResponseData.Builder setActivationInstanceIdBytes​(com.google.protobuf.ByteString value)
         Trigger/instance id
         
        optional string activation_instance_id = 91 [json_name = "activationInstanceId"];
        Parameters:
        value - The bytes for activationInstanceId to set.
        Returns:
        This builder for chaining.
      • hasActivationDetails

        public boolean hasActivationDetails()
         Activation context details
         
        optional string activation_details = 92 [json_name = "activationDetails"];
        Specified by:
        hasActivationDetails in interface AdTotalsResponseDataOrBuilder
        Returns:
        Whether the activationDetails field is set.
      • getActivationDetails

        public java.lang.String getActivationDetails()
         Activation context details
         
        optional string activation_details = 92 [json_name = "activationDetails"];
        Specified by:
        getActivationDetails in interface AdTotalsResponseDataOrBuilder
        Returns:
        The activationDetails.
      • getActivationDetailsBytes

        public com.google.protobuf.ByteString getActivationDetailsBytes()
         Activation context details
         
        optional string activation_details = 92 [json_name = "activationDetails"];
        Specified by:
        getActivationDetailsBytes in interface AdTotalsResponseDataOrBuilder
        Returns:
        The bytes for activationDetails.
      • setActivationDetails

        public AdTotalsResponseData.Builder setActivationDetails​(java.lang.String value)
         Activation context details
         
        optional string activation_details = 92 [json_name = "activationDetails"];
        Parameters:
        value - The activationDetails to set.
        Returns:
        This builder for chaining.
      • clearActivationDetails

        public AdTotalsResponseData.Builder clearActivationDetails()
         Activation context details
         
        optional string activation_details = 92 [json_name = "activationDetails"];
        Returns:
        This builder for chaining.
      • setActivationDetailsBytes

        public AdTotalsResponseData.Builder setActivationDetailsBytes​(com.google.protobuf.ByteString value)
         Activation context details
         
        optional string activation_details = 92 [json_name = "activationDetails"];
        Parameters:
        value - The bytes for activationDetails to set.
        Returns:
        This builder for chaining.