main.java.com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of sl-protofiles Show documentation
Show all versions of sl-protofiles Show documentation
StreamLayer Java Protofiles
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: streamlayer/analytics/v2/studio/dashboard.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.studio.v2;
/**
* Protobuf type {@code streamlayer.analytics.v2.studio.DashboardOverviewResponseData}
*/
public final class DashboardOverviewResponseData extends
com.google.protobuf.GeneratedMessageLite<
DashboardOverviewResponseData, DashboardOverviewResponseData.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.analytics.v2.studio.DashboardOverviewResponseData)
DashboardOverviewResponseDataOrBuilder {
private DashboardOverviewResponseData() {
}
public static final int TOTAL_VIEWERS_FIELD_NUMBER = 1;
private int totalViewers_;
/**
*
* Overview page
*
*
* int32 total_viewers = 1 [json_name = "totalViewers"];
* @return The totalViewers.
*/
@java.lang.Override
public int getTotalViewers() {
return totalViewers_;
}
/**
*
* Overview page
*
*
* int32 total_viewers = 1 [json_name = "totalViewers"];
* @param value The totalViewers to set.
*/
private void setTotalViewers(int value) {
totalViewers_ = value;
}
/**
*
* Overview page
*
*
* int32 total_viewers = 1 [json_name = "totalViewers"];
*/
private void clearTotalViewers() {
totalViewers_ = 0;
}
public static final int TOTAL_REGISTRED_VIEWERS_FIELD_NUMBER = 2;
private int totalRegistredViewers_;
/**
*
* EMetric.TotalUsers
*
*
* int32 total_registred_viewers = 2 [json_name = "totalRegistredViewers"];
* @return The totalRegistredViewers.
*/
@java.lang.Override
public int getTotalRegistredViewers() {
return totalRegistredViewers_;
}
/**
*
* EMetric.TotalUsers
*
*
* int32 total_registred_viewers = 2 [json_name = "totalRegistredViewers"];
* @param value The totalRegistredViewers to set.
*/
private void setTotalRegistredViewers(int value) {
totalRegistredViewers_ = value;
}
/**
*
* EMetric.TotalUsers
*
*
* int32 total_registred_viewers = 2 [json_name = "totalRegistredViewers"];
*/
private void clearTotalRegistredViewers() {
totalRegistredViewers_ = 0;
}
public static final int TOTAL_ENGAGED_VIEWERS_FIELD_NUMBER = 3;
private int totalEngagedViewers_;
/**
*
* EMetric.TotalEngagedDevices
*
*
* int32 total_engaged_viewers = 3 [json_name = "totalEngagedViewers"];
* @return The totalEngagedViewers.
*/
@java.lang.Override
public int getTotalEngagedViewers() {
return totalEngagedViewers_;
}
/**
*
* EMetric.TotalEngagedDevices
*
*
* int32 total_engaged_viewers = 3 [json_name = "totalEngagedViewers"];
* @param value The totalEngagedViewers to set.
*/
private void setTotalEngagedViewers(int value) {
totalEngagedViewers_ = value;
}
/**
*
* EMetric.TotalEngagedDevices
*
*
* int32 total_engaged_viewers = 3 [json_name = "totalEngagedViewers"];
*/
private void clearTotalEngagedViewers() {
totalEngagedViewers_ = 0;
}
public static final int TOTAL_INTERACTIONS_FIELD_NUMBER = 4;
private int totalInteractions_;
/**
*
* EMetric.TotalEngagedOverlaySession
*
*
* int32 total_interactions = 4 [json_name = "totalInteractions"];
* @return The totalInteractions.
*/
@java.lang.Override
public int getTotalInteractions() {
return totalInteractions_;
}
/**
*
* EMetric.TotalEngagedOverlaySession
*
*
* int32 total_interactions = 4 [json_name = "totalInteractions"];
* @param value The totalInteractions to set.
*/
private void setTotalInteractions(int value) {
totalInteractions_ = value;
}
/**
*
* EMetric.TotalEngagedOverlaySession
*
*
* int32 total_interactions = 4 [json_name = "totalInteractions"];
*/
private void clearTotalInteractions() {
totalInteractions_ = 0;
}
public static final int LIVE_VIEWERS_FIELD_NUMBER = 5;
private int liveViewers_;
/**
*
* live EMetric.TotalDevices
*
*
* int32 live_viewers = 5 [json_name = "liveViewers"];
* @return The liveViewers.
*/
@java.lang.Override
public int getLiveViewers() {
return liveViewers_;
}
/**
*
* live EMetric.TotalDevices
*
*
* int32 live_viewers = 5 [json_name = "liveViewers"];
* @param value The liveViewers to set.
*/
private void setLiveViewers(int value) {
liveViewers_ = value;
}
/**
*
* live EMetric.TotalDevices
*
*
* int32 live_viewers = 5 [json_name = "liveViewers"];
*/
private void clearLiveViewers() {
liveViewers_ = 0;
}
public static final int LIVE_ENGAGED_VIEWERS_FIELD_NUMBER = 6;
private int liveEngagedViewers_;
/**
*
* live EMetric.TotalEngagedDevices
*
*
* int32 live_engaged_viewers = 6 [json_name = "liveEngagedViewers"];
* @return The liveEngagedViewers.
*/
@java.lang.Override
public int getLiveEngagedViewers() {
return liveEngagedViewers_;
}
/**
*
* live EMetric.TotalEngagedDevices
*
*
* int32 live_engaged_viewers = 6 [json_name = "liveEngagedViewers"];
* @param value The liveEngagedViewers to set.
*/
private void setLiveEngagedViewers(int value) {
liveEngagedViewers_ = value;
}
/**
*
* live EMetric.TotalEngagedDevices
*
*
* int32 live_engaged_viewers = 6 [json_name = "liveEngagedViewers"];
*/
private void clearLiveEngagedViewers() {
liveEngagedViewers_ = 0;
}
public static final int INTERACTIONS_PER_ENGAGED_USER_FIELD_NUMBER = 7;
private double interactionsPerEngagedUser_;
/**
*
* round(EMetric.TotalEngagedOverlaySession / EMetric.TotalEngagedDevices, 2)
*
*
* double interactions_per_engaged_user = 7 [json_name = "interactionsPerEngagedUser"];
* @return The interactionsPerEngagedUser.
*/
@java.lang.Override
public double getInteractionsPerEngagedUser() {
return interactionsPerEngagedUser_;
}
/**
*
* round(EMetric.TotalEngagedOverlaySession / EMetric.TotalEngagedDevices, 2)
*
*
* double interactions_per_engaged_user = 7 [json_name = "interactionsPerEngagedUser"];
* @param value The interactionsPerEngagedUser to set.
*/
private void setInteractionsPerEngagedUser(double value) {
interactionsPerEngagedUser_ = value;
}
/**
*
* round(EMetric.TotalEngagedOverlaySession / EMetric.TotalEngagedDevices, 2)
*
*
* double interactions_per_engaged_user = 7 [json_name = "interactionsPerEngagedUser"];
*/
private void clearInteractionsPerEngagedUser() {
interactionsPerEngagedUser_ = 0D;
}
public static final int LIVE_REGISTRED_VIEWERS_FIELD_NUMBER = 30;
private int liveRegistredViewers_;
/**
* int32 live_registred_viewers = 30 [json_name = "liveRegistredViewers"];
* @return The liveRegistredViewers.
*/
@java.lang.Override
public int getLiveRegistredViewers() {
return liveRegistredViewers_;
}
/**
* int32 live_registred_viewers = 30 [json_name = "liveRegistredViewers"];
* @param value The liveRegistredViewers to set.
*/
private void setLiveRegistredViewers(int value) {
liveRegistredViewers_ = value;
}
/**
* int32 live_registred_viewers = 30 [json_name = "liveRegistredViewers"];
*/
private void clearLiveRegistredViewers() {
liveRegistredViewers_ = 0;
}
public static final int TOTAL_WP_STARTED_FIELD_NUMBER = 8;
private int totalWpStarted_;
/**
*
* WP/FWP metrics
*
*
* int32 total_wp_started = 8 [json_name = "totalWpStarted"];
* @return The totalWpStarted.
*/
@java.lang.Override
public int getTotalWpStarted() {
return totalWpStarted_;
}
/**
*
* WP/FWP metrics
*
*
* int32 total_wp_started = 8 [json_name = "totalWpStarted"];
* @param value The totalWpStarted to set.
*/
private void setTotalWpStarted(int value) {
totalWpStarted_ = value;
}
/**
*
* WP/FWP metrics
*
*
* int32 total_wp_started = 8 [json_name = "totalWpStarted"];
*/
private void clearTotalWpStarted() {
totalWpStarted_ = 0;
}
public static final int TOTAL_WP_SESSIONS_STARTED_FIELD_NUMBER = 45;
private int totalWpSessionsStarted_;
/**
*
* Total amount of WP sessions
*
*
* int32 total_wp_sessions_started = 45 [json_name = "totalWpSessionsStarted"];
* @return The totalWpSessionsStarted.
*/
@java.lang.Override
public int getTotalWpSessionsStarted() {
return totalWpSessionsStarted_;
}
/**
*
* Total amount of WP sessions
*
*
* int32 total_wp_sessions_started = 45 [json_name = "totalWpSessionsStarted"];
* @param value The totalWpSessionsStarted to set.
*/
private void setTotalWpSessionsStarted(int value) {
totalWpSessionsStarted_ = value;
}
/**
*
* Total amount of WP sessions
*
*
* int32 total_wp_sessions_started = 45 [json_name = "totalWpSessionsStarted"];
*/
private void clearTotalWpSessionsStarted() {
totalWpSessionsStarted_ = 0;
}
public static final int USERS_ENGAGED_WITH_WP_FIELD_NUMBER = 9;
private int usersEngagedWithWp_;
/**
*
* Total Users that Engaged w/ WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 9 [json_name = "usersEngagedWithWp"];
* @return The usersEngagedWithWp.
*/
@java.lang.Override
public int getUsersEngagedWithWp() {
return usersEngagedWithWp_;
}
/**
*
* Total Users that Engaged w/ WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 9 [json_name = "usersEngagedWithWp"];
* @param value The usersEngagedWithWp to set.
*/
private void setUsersEngagedWithWp(int value) {
usersEngagedWithWp_ = value;
}
/**
*
* Total Users that Engaged w/ WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 9 [json_name = "usersEngagedWithWp"];
*/
private void clearUsersEngagedWithWp() {
usersEngagedWithWp_ = 0;
}
public static final int USERS_ENGAGED_WITH_ACTIVE_WP_FIELD_NUMBER = 10;
private int usersEngagedWithActiveWp_;
/**
*
* Total Users that Engaged w/ WP 2+ (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 10 [json_name = "usersEngagedWithActiveWp"];
* @return The usersEngagedWithActiveWp.
*/
@java.lang.Override
public int getUsersEngagedWithActiveWp() {
return usersEngagedWithActiveWp_;
}
/**
*
* Total Users that Engaged w/ WP 2+ (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 10 [json_name = "usersEngagedWithActiveWp"];
* @param value The usersEngagedWithActiveWp to set.
*/
private void setUsersEngagedWithActiveWp(int value) {
usersEngagedWithActiveWp_ = value;
}
/**
*
* Total Users that Engaged w/ WP 2+ (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 10 [json_name = "usersEngagedWithActiveWp"];
*/
private void clearUsersEngagedWithActiveWp() {
usersEngagedWithActiveWp_ = 0;
}
public static final int ACTIVE_WPS_FIELD_NUMBER = 11;
private int activeWps_;
/**
*
* Total Watch Parties w/ WP 2+ People (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 11 [json_name = "activeWps"];
* @return The activeWps.
*/
@java.lang.Override
public int getActiveWps() {
return activeWps_;
}
/**
*
* Total Watch Parties w/ WP 2+ People (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 11 [json_name = "activeWps"];
* @param value The activeWps to set.
*/
private void setActiveWps(int value) {
activeWps_ = value;
}
/**
*
* Total Watch Parties w/ WP 2+ People (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 11 [json_name = "activeWps"];
*/
private void clearActiveWps() {
activeWps_ = 0;
}
public static final int AVG_USERS_ACTIVE_WP_FIELD_NUMBER = 12;
private double avgUsersActiveWp_;
/**
*
*Average Participants per active WP (2+ participants per WP) (EMetric.AvgParticipantsWp2plus)
*
*
* double avg_users_active_wp = 12 [json_name = "avgUsersActiveWp"];
* @return The avgUsersActiveWp.
*/
@java.lang.Override
public double getAvgUsersActiveWp() {
return avgUsersActiveWp_;
}
/**
*
*Average Participants per active WP (2+ participants per WP) (EMetric.AvgParticipantsWp2plus)
*
*
* double avg_users_active_wp = 12 [json_name = "avgUsersActiveWp"];
* @param value The avgUsersActiveWp to set.
*/
private void setAvgUsersActiveWp(double value) {
avgUsersActiveWp_ = value;
}
/**
*
*Average Participants per active WP (2+ participants per WP) (EMetric.AvgParticipantsWp2plus)
*
*
* double avg_users_active_wp = 12 [json_name = "avgUsersActiveWp"];
*/
private void clearAvgUsersActiveWp() {
avgUsersActiveWp_ = 0D;
}
public static final int AVG_ACTIVE_WP_DURATION_FIELD_NUMBER = 13;
private double avgActiveWpDuration_;
/**
*
* Average Minutes on WP 2+ (EMetric.AvgActiveWpSessionDuration)
*
*
* double avg_active_wp_duration = 13 [json_name = "avgActiveWpDuration"];
* @return The avgActiveWpDuration.
*/
@java.lang.Override
public double getAvgActiveWpDuration() {
return avgActiveWpDuration_;
}
/**
*
* Average Minutes on WP 2+ (EMetric.AvgActiveWpSessionDuration)
*
*
* double avg_active_wp_duration = 13 [json_name = "avgActiveWpDuration"];
* @param value The avgActiveWpDuration to set.
*/
private void setAvgActiveWpDuration(double value) {
avgActiveWpDuration_ = value;
}
/**
*
* Average Minutes on WP 2+ (EMetric.AvgActiveWpSessionDuration)
*
*
* double avg_active_wp_duration = 13 [json_name = "avgActiveWpDuration"];
*/
private void clearAvgActiveWpDuration() {
avgActiveWpDuration_ = 0D;
}
public static final int LIVE_USERS_ENGAGED_WITH_ACTIVE_WP_FIELD_NUMBER = 14;
private int liveUsersEngagedWithActiveWp_;
/**
*
* LIVE Participants in WP 2+ People (live EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 live_users_engaged_with_active_wp = 14 [json_name = "liveUsersEngagedWithActiveWp"];
* @return The liveUsersEngagedWithActiveWp.
*/
@java.lang.Override
public int getLiveUsersEngagedWithActiveWp() {
return liveUsersEngagedWithActiveWp_;
}
/**
*
* LIVE Participants in WP 2+ People (live EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 live_users_engaged_with_active_wp = 14 [json_name = "liveUsersEngagedWithActiveWp"];
* @param value The liveUsersEngagedWithActiveWp to set.
*/
private void setLiveUsersEngagedWithActiveWp(int value) {
liveUsersEngagedWithActiveWp_ = value;
}
/**
*
* LIVE Participants in WP 2+ People (live EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 live_users_engaged_with_active_wp = 14 [json_name = "liveUsersEngagedWithActiveWp"];
*/
private void clearLiveUsersEngagedWithActiveWp() {
liveUsersEngagedWithActiveWp_ = 0;
}
public static final int LIVE_ACTIVE_WPS_FIELD_NUMBER = 15;
private int liveActiveWps_;
/**
*
* LIVE WP 2+ People (live EMetric.TotalActiveWps)
*
*
* int32 live_active_wps = 15 [json_name = "liveActiveWps"];
* @return The liveActiveWps.
*/
@java.lang.Override
public int getLiveActiveWps() {
return liveActiveWps_;
}
/**
*
* LIVE WP 2+ People (live EMetric.TotalActiveWps)
*
*
* int32 live_active_wps = 15 [json_name = "liveActiveWps"];
* @param value The liveActiveWps to set.
*/
private void setLiveActiveWps(int value) {
liveActiveWps_ = value;
}
/**
*
* LIVE WP 2+ People (live EMetric.TotalActiveWps)
*
*
* int32 live_active_wps = 15 [json_name = "liveActiveWps"];
*/
private void clearLiveActiveWps() {
liveActiveWps_ = 0;
}
public static final int TOTAL_MIN_WP2_USERS_FIELD_NUMBER = 16;
private double totalMinWp2Users_;
/**
*
* Total minutes in WP 2+ with X Participants
*
*
* double total_min_wp2_users = 16 [json_name = "totalMinWp2Users"];
* @return The totalMinWp2Users.
*/
@java.lang.Override
public double getTotalMinWp2Users() {
return totalMinWp2Users_;
}
/**
*
* Total minutes in WP 2+ with X Participants
*
*
* double total_min_wp2_users = 16 [json_name = "totalMinWp2Users"];
* @param value The totalMinWp2Users to set.
*/
private void setTotalMinWp2Users(double value) {
totalMinWp2Users_ = value;
}
/**
*
* Total minutes in WP 2+ with X Participants
*
*
* double total_min_wp2_users = 16 [json_name = "totalMinWp2Users"];
*/
private void clearTotalMinWp2Users() {
totalMinWp2Users_ = 0D;
}
public static final int TOTAL_MIN_WP3_USERS_FIELD_NUMBER = 17;
private double totalMinWp3Users_;
/**
* double total_min_wp3_users = 17 [json_name = "totalMinWp3Users"];
* @return The totalMinWp3Users.
*/
@java.lang.Override
public double getTotalMinWp3Users() {
return totalMinWp3Users_;
}
/**
* double total_min_wp3_users = 17 [json_name = "totalMinWp3Users"];
* @param value The totalMinWp3Users to set.
*/
private void setTotalMinWp3Users(double value) {
totalMinWp3Users_ = value;
}
/**
* double total_min_wp3_users = 17 [json_name = "totalMinWp3Users"];
*/
private void clearTotalMinWp3Users() {
totalMinWp3Users_ = 0D;
}
public static final int TOTAL_MIN_WP4_USERS_FIELD_NUMBER = 18;
private double totalMinWp4Users_;
/**
* double total_min_wp4_users = 18 [json_name = "totalMinWp4Users"];
* @return The totalMinWp4Users.
*/
@java.lang.Override
public double getTotalMinWp4Users() {
return totalMinWp4Users_;
}
/**
* double total_min_wp4_users = 18 [json_name = "totalMinWp4Users"];
* @param value The totalMinWp4Users to set.
*/
private void setTotalMinWp4Users(double value) {
totalMinWp4Users_ = value;
}
/**
* double total_min_wp4_users = 18 [json_name = "totalMinWp4Users"];
*/
private void clearTotalMinWp4Users() {
totalMinWp4Users_ = 0D;
}
public static final int TOTAL_MIN_WP5_USERS_FIELD_NUMBER = 19;
private double totalMinWp5Users_;
/**
* double total_min_wp5_users = 19 [json_name = "totalMinWp5Users"];
* @return The totalMinWp5Users.
*/
@java.lang.Override
public double getTotalMinWp5Users() {
return totalMinWp5Users_;
}
/**
* double total_min_wp5_users = 19 [json_name = "totalMinWp5Users"];
* @param value The totalMinWp5Users to set.
*/
private void setTotalMinWp5Users(double value) {
totalMinWp5Users_ = value;
}
/**
* double total_min_wp5_users = 19 [json_name = "totalMinWp5Users"];
*/
private void clearTotalMinWp5Users() {
totalMinWp5Users_ = 0D;
}
public static final int TOTAL_MIN_WP6_USERS_FIELD_NUMBER = 20;
private double totalMinWp6Users_;
/**
* double total_min_wp6_users = 20 [json_name = "totalMinWp6Users"];
* @return The totalMinWp6Users.
*/
@java.lang.Override
public double getTotalMinWp6Users() {
return totalMinWp6Users_;
}
/**
* double total_min_wp6_users = 20 [json_name = "totalMinWp6Users"];
* @param value The totalMinWp6Users to set.
*/
private void setTotalMinWp6Users(double value) {
totalMinWp6Users_ = value;
}
/**
* double total_min_wp6_users = 20 [json_name = "totalMinWp6Users"];
*/
private void clearTotalMinWp6Users() {
totalMinWp6Users_ = 0D;
}
public static final int TOTAL_MIN_WP7_USERS_FIELD_NUMBER = 21;
private double totalMinWp7Users_;
/**
* double total_min_wp7_users = 21 [json_name = "totalMinWp7Users"];
* @return The totalMinWp7Users.
*/
@java.lang.Override
public double getTotalMinWp7Users() {
return totalMinWp7Users_;
}
/**
* double total_min_wp7_users = 21 [json_name = "totalMinWp7Users"];
* @param value The totalMinWp7Users to set.
*/
private void setTotalMinWp7Users(double value) {
totalMinWp7Users_ = value;
}
/**
* double total_min_wp7_users = 21 [json_name = "totalMinWp7Users"];
*/
private void clearTotalMinWp7Users() {
totalMinWp7Users_ = 0D;
}
public static final int TOTAL_MIN_WP8_USERS_FIELD_NUMBER = 22;
private double totalMinWp8Users_;
/**
* double total_min_wp8_users = 22 [json_name = "totalMinWp8Users"];
* @return The totalMinWp8Users.
*/
@java.lang.Override
public double getTotalMinWp8Users() {
return totalMinWp8Users_;
}
/**
* double total_min_wp8_users = 22 [json_name = "totalMinWp8Users"];
* @param value The totalMinWp8Users to set.
*/
private void setTotalMinWp8Users(double value) {
totalMinWp8Users_ = value;
}
/**
* double total_min_wp8_users = 22 [json_name = "totalMinWp8Users"];
*/
private void clearTotalMinWp8Users() {
totalMinWp8Users_ = 0D;
}
public static final int TOTAL_MIN_WP9_USERS_FIELD_NUMBER = 23;
private double totalMinWp9Users_;
/**
* double total_min_wp9_users = 23 [json_name = "totalMinWp9Users"];
* @return The totalMinWp9Users.
*/
@java.lang.Override
public double getTotalMinWp9Users() {
return totalMinWp9Users_;
}
/**
* double total_min_wp9_users = 23 [json_name = "totalMinWp9Users"];
* @param value The totalMinWp9Users to set.
*/
private void setTotalMinWp9Users(double value) {
totalMinWp9Users_ = value;
}
/**
* double total_min_wp9_users = 23 [json_name = "totalMinWp9Users"];
*/
private void clearTotalMinWp9Users() {
totalMinWp9Users_ = 0D;
}
public static final int TOTAL_USERS_STARTED_WP_FIELD_NUMBER = 24;
private int totalUsersStartedWp_;
/**
*
* Total Users that Started a WP (EMetric.TotalUsersStartedWp)
*
*
* int32 total_users_started_wp = 24 [json_name = "totalUsersStartedWp"];
* @return The totalUsersStartedWp.
*/
@java.lang.Override
public int getTotalUsersStartedWp() {
return totalUsersStartedWp_;
}
/**
*
* Total Users that Started a WP (EMetric.TotalUsersStartedWp)
*
*
* int32 total_users_started_wp = 24 [json_name = "totalUsersStartedWp"];
* @param value The totalUsersStartedWp to set.
*/
private void setTotalUsersStartedWp(int value) {
totalUsersStartedWp_ = value;
}
/**
*
* Total Users that Started a WP (EMetric.TotalUsersStartedWp)
*
*
* int32 total_users_started_wp = 24 [json_name = "totalUsersStartedWp"];
*/
private void clearTotalUsersStartedWp() {
totalUsersStartedWp_ = 0;
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseFrom(
java.nio.ByteBuffer data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseFrom(
java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseFrom(
com.google.protobuf.ByteString data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseFrom(
com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseFrom(
byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data, extensionRegistry);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseFrom(java.io.InputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseDelimitedFrom(
java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input, extensionRegistry);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseFrom(
com.google.protobuf.CodedInputStream input)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData parseFrom(
com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
throws java.io.IOException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, input, extensionRegistry);
}
public static Builder newBuilder() {
return (Builder) DEFAULT_INSTANCE.createBuilder();
}
public static Builder newBuilder(com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.analytics.v2.studio.DashboardOverviewResponseData}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.analytics.v2.studio.DashboardOverviewResponseData)
com.streamlayer.analytics.studio.v2.DashboardOverviewResponseDataOrBuilder {
// Construct using com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
*
* Overview page
*
*
* int32 total_viewers = 1 [json_name = "totalViewers"];
* @return The totalViewers.
*/
@java.lang.Override
public int getTotalViewers() {
return instance.getTotalViewers();
}
/**
*
* Overview page
*
*
* int32 total_viewers = 1 [json_name = "totalViewers"];
* @param value The totalViewers to set.
* @return This builder for chaining.
*/
public Builder setTotalViewers(int value) {
copyOnWrite();
instance.setTotalViewers(value);
return this;
}
/**
*
* Overview page
*
*
* int32 total_viewers = 1 [json_name = "totalViewers"];
* @return This builder for chaining.
*/
public Builder clearTotalViewers() {
copyOnWrite();
instance.clearTotalViewers();
return this;
}
/**
*
* EMetric.TotalUsers
*
*
* int32 total_registred_viewers = 2 [json_name = "totalRegistredViewers"];
* @return The totalRegistredViewers.
*/
@java.lang.Override
public int getTotalRegistredViewers() {
return instance.getTotalRegistredViewers();
}
/**
*
* EMetric.TotalUsers
*
*
* int32 total_registred_viewers = 2 [json_name = "totalRegistredViewers"];
* @param value The totalRegistredViewers to set.
* @return This builder for chaining.
*/
public Builder setTotalRegistredViewers(int value) {
copyOnWrite();
instance.setTotalRegistredViewers(value);
return this;
}
/**
*
* EMetric.TotalUsers
*
*
* int32 total_registred_viewers = 2 [json_name = "totalRegistredViewers"];
* @return This builder for chaining.
*/
public Builder clearTotalRegistredViewers() {
copyOnWrite();
instance.clearTotalRegistredViewers();
return this;
}
/**
*
* EMetric.TotalEngagedDevices
*
*
* int32 total_engaged_viewers = 3 [json_name = "totalEngagedViewers"];
* @return The totalEngagedViewers.
*/
@java.lang.Override
public int getTotalEngagedViewers() {
return instance.getTotalEngagedViewers();
}
/**
*
* EMetric.TotalEngagedDevices
*
*
* int32 total_engaged_viewers = 3 [json_name = "totalEngagedViewers"];
* @param value The totalEngagedViewers to set.
* @return This builder for chaining.
*/
public Builder setTotalEngagedViewers(int value) {
copyOnWrite();
instance.setTotalEngagedViewers(value);
return this;
}
/**
*
* EMetric.TotalEngagedDevices
*
*
* int32 total_engaged_viewers = 3 [json_name = "totalEngagedViewers"];
* @return This builder for chaining.
*/
public Builder clearTotalEngagedViewers() {
copyOnWrite();
instance.clearTotalEngagedViewers();
return this;
}
/**
*
* EMetric.TotalEngagedOverlaySession
*
*
* int32 total_interactions = 4 [json_name = "totalInteractions"];
* @return The totalInteractions.
*/
@java.lang.Override
public int getTotalInteractions() {
return instance.getTotalInteractions();
}
/**
*
* EMetric.TotalEngagedOverlaySession
*
*
* int32 total_interactions = 4 [json_name = "totalInteractions"];
* @param value The totalInteractions to set.
* @return This builder for chaining.
*/
public Builder setTotalInteractions(int value) {
copyOnWrite();
instance.setTotalInteractions(value);
return this;
}
/**
*
* EMetric.TotalEngagedOverlaySession
*
*
* int32 total_interactions = 4 [json_name = "totalInteractions"];
* @return This builder for chaining.
*/
public Builder clearTotalInteractions() {
copyOnWrite();
instance.clearTotalInteractions();
return this;
}
/**
*
* live EMetric.TotalDevices
*
*
* int32 live_viewers = 5 [json_name = "liveViewers"];
* @return The liveViewers.
*/
@java.lang.Override
public int getLiveViewers() {
return instance.getLiveViewers();
}
/**
*
* live EMetric.TotalDevices
*
*
* int32 live_viewers = 5 [json_name = "liveViewers"];
* @param value The liveViewers to set.
* @return This builder for chaining.
*/
public Builder setLiveViewers(int value) {
copyOnWrite();
instance.setLiveViewers(value);
return this;
}
/**
*
* live EMetric.TotalDevices
*
*
* int32 live_viewers = 5 [json_name = "liveViewers"];
* @return This builder for chaining.
*/
public Builder clearLiveViewers() {
copyOnWrite();
instance.clearLiveViewers();
return this;
}
/**
*
* live EMetric.TotalEngagedDevices
*
*
* int32 live_engaged_viewers = 6 [json_name = "liveEngagedViewers"];
* @return The liveEngagedViewers.
*/
@java.lang.Override
public int getLiveEngagedViewers() {
return instance.getLiveEngagedViewers();
}
/**
*
* live EMetric.TotalEngagedDevices
*
*
* int32 live_engaged_viewers = 6 [json_name = "liveEngagedViewers"];
* @param value The liveEngagedViewers to set.
* @return This builder for chaining.
*/
public Builder setLiveEngagedViewers(int value) {
copyOnWrite();
instance.setLiveEngagedViewers(value);
return this;
}
/**
*
* live EMetric.TotalEngagedDevices
*
*
* int32 live_engaged_viewers = 6 [json_name = "liveEngagedViewers"];
* @return This builder for chaining.
*/
public Builder clearLiveEngagedViewers() {
copyOnWrite();
instance.clearLiveEngagedViewers();
return this;
}
/**
*
* round(EMetric.TotalEngagedOverlaySession / EMetric.TotalEngagedDevices, 2)
*
*
* double interactions_per_engaged_user = 7 [json_name = "interactionsPerEngagedUser"];
* @return The interactionsPerEngagedUser.
*/
@java.lang.Override
public double getInteractionsPerEngagedUser() {
return instance.getInteractionsPerEngagedUser();
}
/**
*
* round(EMetric.TotalEngagedOverlaySession / EMetric.TotalEngagedDevices, 2)
*
*
* double interactions_per_engaged_user = 7 [json_name = "interactionsPerEngagedUser"];
* @param value The interactionsPerEngagedUser to set.
* @return This builder for chaining.
*/
public Builder setInteractionsPerEngagedUser(double value) {
copyOnWrite();
instance.setInteractionsPerEngagedUser(value);
return this;
}
/**
*
* round(EMetric.TotalEngagedOverlaySession / EMetric.TotalEngagedDevices, 2)
*
*
* double interactions_per_engaged_user = 7 [json_name = "interactionsPerEngagedUser"];
* @return This builder for chaining.
*/
public Builder clearInteractionsPerEngagedUser() {
copyOnWrite();
instance.clearInteractionsPerEngagedUser();
return this;
}
/**
* int32 live_registred_viewers = 30 [json_name = "liveRegistredViewers"];
* @return The liveRegistredViewers.
*/
@java.lang.Override
public int getLiveRegistredViewers() {
return instance.getLiveRegistredViewers();
}
/**
* int32 live_registred_viewers = 30 [json_name = "liveRegistredViewers"];
* @param value The liveRegistredViewers to set.
* @return This builder for chaining.
*/
public Builder setLiveRegistredViewers(int value) {
copyOnWrite();
instance.setLiveRegistredViewers(value);
return this;
}
/**
* int32 live_registred_viewers = 30 [json_name = "liveRegistredViewers"];
* @return This builder for chaining.
*/
public Builder clearLiveRegistredViewers() {
copyOnWrite();
instance.clearLiveRegistredViewers();
return this;
}
/**
*
* WP/FWP metrics
*
*
* int32 total_wp_started = 8 [json_name = "totalWpStarted"];
* @return The totalWpStarted.
*/
@java.lang.Override
public int getTotalWpStarted() {
return instance.getTotalWpStarted();
}
/**
*
* WP/FWP metrics
*
*
* int32 total_wp_started = 8 [json_name = "totalWpStarted"];
* @param value The totalWpStarted to set.
* @return This builder for chaining.
*/
public Builder setTotalWpStarted(int value) {
copyOnWrite();
instance.setTotalWpStarted(value);
return this;
}
/**
*
* WP/FWP metrics
*
*
* int32 total_wp_started = 8 [json_name = "totalWpStarted"];
* @return This builder for chaining.
*/
public Builder clearTotalWpStarted() {
copyOnWrite();
instance.clearTotalWpStarted();
return this;
}
/**
*
* Total amount of WP sessions
*
*
* int32 total_wp_sessions_started = 45 [json_name = "totalWpSessionsStarted"];
* @return The totalWpSessionsStarted.
*/
@java.lang.Override
public int getTotalWpSessionsStarted() {
return instance.getTotalWpSessionsStarted();
}
/**
*
* Total amount of WP sessions
*
*
* int32 total_wp_sessions_started = 45 [json_name = "totalWpSessionsStarted"];
* @param value The totalWpSessionsStarted to set.
* @return This builder for chaining.
*/
public Builder setTotalWpSessionsStarted(int value) {
copyOnWrite();
instance.setTotalWpSessionsStarted(value);
return this;
}
/**
*
* Total amount of WP sessions
*
*
* int32 total_wp_sessions_started = 45 [json_name = "totalWpSessionsStarted"];
* @return This builder for chaining.
*/
public Builder clearTotalWpSessionsStarted() {
copyOnWrite();
instance.clearTotalWpSessionsStarted();
return this;
}
/**
*
* Total Users that Engaged w/ WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 9 [json_name = "usersEngagedWithWp"];
* @return The usersEngagedWithWp.
*/
@java.lang.Override
public int getUsersEngagedWithWp() {
return instance.getUsersEngagedWithWp();
}
/**
*
* Total Users that Engaged w/ WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 9 [json_name = "usersEngagedWithWp"];
* @param value The usersEngagedWithWp to set.
* @return This builder for chaining.
*/
public Builder setUsersEngagedWithWp(int value) {
copyOnWrite();
instance.setUsersEngagedWithWp(value);
return this;
}
/**
*
* Total Users that Engaged w/ WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 9 [json_name = "usersEngagedWithWp"];
* @return This builder for chaining.
*/
public Builder clearUsersEngagedWithWp() {
copyOnWrite();
instance.clearUsersEngagedWithWp();
return this;
}
/**
*
* Total Users that Engaged w/ WP 2+ (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 10 [json_name = "usersEngagedWithActiveWp"];
* @return The usersEngagedWithActiveWp.
*/
@java.lang.Override
public int getUsersEngagedWithActiveWp() {
return instance.getUsersEngagedWithActiveWp();
}
/**
*
* Total Users that Engaged w/ WP 2+ (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 10 [json_name = "usersEngagedWithActiveWp"];
* @param value The usersEngagedWithActiveWp to set.
* @return This builder for chaining.
*/
public Builder setUsersEngagedWithActiveWp(int value) {
copyOnWrite();
instance.setUsersEngagedWithActiveWp(value);
return this;
}
/**
*
* Total Users that Engaged w/ WP 2+ (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 10 [json_name = "usersEngagedWithActiveWp"];
* @return This builder for chaining.
*/
public Builder clearUsersEngagedWithActiveWp() {
copyOnWrite();
instance.clearUsersEngagedWithActiveWp();
return this;
}
/**
*
* Total Watch Parties w/ WP 2+ People (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 11 [json_name = "activeWps"];
* @return The activeWps.
*/
@java.lang.Override
public int getActiveWps() {
return instance.getActiveWps();
}
/**
*
* Total Watch Parties w/ WP 2+ People (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 11 [json_name = "activeWps"];
* @param value The activeWps to set.
* @return This builder for chaining.
*/
public Builder setActiveWps(int value) {
copyOnWrite();
instance.setActiveWps(value);
return this;
}
/**
*
* Total Watch Parties w/ WP 2+ People (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 11 [json_name = "activeWps"];
* @return This builder for chaining.
*/
public Builder clearActiveWps() {
copyOnWrite();
instance.clearActiveWps();
return this;
}
/**
*
*Average Participants per active WP (2+ participants per WP) (EMetric.AvgParticipantsWp2plus)
*
*
* double avg_users_active_wp = 12 [json_name = "avgUsersActiveWp"];
* @return The avgUsersActiveWp.
*/
@java.lang.Override
public double getAvgUsersActiveWp() {
return instance.getAvgUsersActiveWp();
}
/**
*
*Average Participants per active WP (2+ participants per WP) (EMetric.AvgParticipantsWp2plus)
*
*
* double avg_users_active_wp = 12 [json_name = "avgUsersActiveWp"];
* @param value The avgUsersActiveWp to set.
* @return This builder for chaining.
*/
public Builder setAvgUsersActiveWp(double value) {
copyOnWrite();
instance.setAvgUsersActiveWp(value);
return this;
}
/**
*
*Average Participants per active WP (2+ participants per WP) (EMetric.AvgParticipantsWp2plus)
*
*
* double avg_users_active_wp = 12 [json_name = "avgUsersActiveWp"];
* @return This builder for chaining.
*/
public Builder clearAvgUsersActiveWp() {
copyOnWrite();
instance.clearAvgUsersActiveWp();
return this;
}
/**
*
* Average Minutes on WP 2+ (EMetric.AvgActiveWpSessionDuration)
*
*
* double avg_active_wp_duration = 13 [json_name = "avgActiveWpDuration"];
* @return The avgActiveWpDuration.
*/
@java.lang.Override
public double getAvgActiveWpDuration() {
return instance.getAvgActiveWpDuration();
}
/**
*
* Average Minutes on WP 2+ (EMetric.AvgActiveWpSessionDuration)
*
*
* double avg_active_wp_duration = 13 [json_name = "avgActiveWpDuration"];
* @param value The avgActiveWpDuration to set.
* @return This builder for chaining.
*/
public Builder setAvgActiveWpDuration(double value) {
copyOnWrite();
instance.setAvgActiveWpDuration(value);
return this;
}
/**
*
* Average Minutes on WP 2+ (EMetric.AvgActiveWpSessionDuration)
*
*
* double avg_active_wp_duration = 13 [json_name = "avgActiveWpDuration"];
* @return This builder for chaining.
*/
public Builder clearAvgActiveWpDuration() {
copyOnWrite();
instance.clearAvgActiveWpDuration();
return this;
}
/**
*
* LIVE Participants in WP 2+ People (live EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 live_users_engaged_with_active_wp = 14 [json_name = "liveUsersEngagedWithActiveWp"];
* @return The liveUsersEngagedWithActiveWp.
*/
@java.lang.Override
public int getLiveUsersEngagedWithActiveWp() {
return instance.getLiveUsersEngagedWithActiveWp();
}
/**
*
* LIVE Participants in WP 2+ People (live EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 live_users_engaged_with_active_wp = 14 [json_name = "liveUsersEngagedWithActiveWp"];
* @param value The liveUsersEngagedWithActiveWp to set.
* @return This builder for chaining.
*/
public Builder setLiveUsersEngagedWithActiveWp(int value) {
copyOnWrite();
instance.setLiveUsersEngagedWithActiveWp(value);
return this;
}
/**
*
* LIVE Participants in WP 2+ People (live EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 live_users_engaged_with_active_wp = 14 [json_name = "liveUsersEngagedWithActiveWp"];
* @return This builder for chaining.
*/
public Builder clearLiveUsersEngagedWithActiveWp() {
copyOnWrite();
instance.clearLiveUsersEngagedWithActiveWp();
return this;
}
/**
*
* LIVE WP 2+ People (live EMetric.TotalActiveWps)
*
*
* int32 live_active_wps = 15 [json_name = "liveActiveWps"];
* @return The liveActiveWps.
*/
@java.lang.Override
public int getLiveActiveWps() {
return instance.getLiveActiveWps();
}
/**
*
* LIVE WP 2+ People (live EMetric.TotalActiveWps)
*
*
* int32 live_active_wps = 15 [json_name = "liveActiveWps"];
* @param value The liveActiveWps to set.
* @return This builder for chaining.
*/
public Builder setLiveActiveWps(int value) {
copyOnWrite();
instance.setLiveActiveWps(value);
return this;
}
/**
*
* LIVE WP 2+ People (live EMetric.TotalActiveWps)
*
*
* int32 live_active_wps = 15 [json_name = "liveActiveWps"];
* @return This builder for chaining.
*/
public Builder clearLiveActiveWps() {
copyOnWrite();
instance.clearLiveActiveWps();
return this;
}
/**
*
* Total minutes in WP 2+ with X Participants
*
*
* double total_min_wp2_users = 16 [json_name = "totalMinWp2Users"];
* @return The totalMinWp2Users.
*/
@java.lang.Override
public double getTotalMinWp2Users() {
return instance.getTotalMinWp2Users();
}
/**
*
* Total minutes in WP 2+ with X Participants
*
*
* double total_min_wp2_users = 16 [json_name = "totalMinWp2Users"];
* @param value The totalMinWp2Users to set.
* @return This builder for chaining.
*/
public Builder setTotalMinWp2Users(double value) {
copyOnWrite();
instance.setTotalMinWp2Users(value);
return this;
}
/**
*
* Total minutes in WP 2+ with X Participants
*
*
* double total_min_wp2_users = 16 [json_name = "totalMinWp2Users"];
* @return This builder for chaining.
*/
public Builder clearTotalMinWp2Users() {
copyOnWrite();
instance.clearTotalMinWp2Users();
return this;
}
/**
* double total_min_wp3_users = 17 [json_name = "totalMinWp3Users"];
* @return The totalMinWp3Users.
*/
@java.lang.Override
public double getTotalMinWp3Users() {
return instance.getTotalMinWp3Users();
}
/**
* double total_min_wp3_users = 17 [json_name = "totalMinWp3Users"];
* @param value The totalMinWp3Users to set.
* @return This builder for chaining.
*/
public Builder setTotalMinWp3Users(double value) {
copyOnWrite();
instance.setTotalMinWp3Users(value);
return this;
}
/**
* double total_min_wp3_users = 17 [json_name = "totalMinWp3Users"];
* @return This builder for chaining.
*/
public Builder clearTotalMinWp3Users() {
copyOnWrite();
instance.clearTotalMinWp3Users();
return this;
}
/**
* double total_min_wp4_users = 18 [json_name = "totalMinWp4Users"];
* @return The totalMinWp4Users.
*/
@java.lang.Override
public double getTotalMinWp4Users() {
return instance.getTotalMinWp4Users();
}
/**
* double total_min_wp4_users = 18 [json_name = "totalMinWp4Users"];
* @param value The totalMinWp4Users to set.
* @return This builder for chaining.
*/
public Builder setTotalMinWp4Users(double value) {
copyOnWrite();
instance.setTotalMinWp4Users(value);
return this;
}
/**
* double total_min_wp4_users = 18 [json_name = "totalMinWp4Users"];
* @return This builder for chaining.
*/
public Builder clearTotalMinWp4Users() {
copyOnWrite();
instance.clearTotalMinWp4Users();
return this;
}
/**
* double total_min_wp5_users = 19 [json_name = "totalMinWp5Users"];
* @return The totalMinWp5Users.
*/
@java.lang.Override
public double getTotalMinWp5Users() {
return instance.getTotalMinWp5Users();
}
/**
* double total_min_wp5_users = 19 [json_name = "totalMinWp5Users"];
* @param value The totalMinWp5Users to set.
* @return This builder for chaining.
*/
public Builder setTotalMinWp5Users(double value) {
copyOnWrite();
instance.setTotalMinWp5Users(value);
return this;
}
/**
* double total_min_wp5_users = 19 [json_name = "totalMinWp5Users"];
* @return This builder for chaining.
*/
public Builder clearTotalMinWp5Users() {
copyOnWrite();
instance.clearTotalMinWp5Users();
return this;
}
/**
* double total_min_wp6_users = 20 [json_name = "totalMinWp6Users"];
* @return The totalMinWp6Users.
*/
@java.lang.Override
public double getTotalMinWp6Users() {
return instance.getTotalMinWp6Users();
}
/**
* double total_min_wp6_users = 20 [json_name = "totalMinWp6Users"];
* @param value The totalMinWp6Users to set.
* @return This builder for chaining.
*/
public Builder setTotalMinWp6Users(double value) {
copyOnWrite();
instance.setTotalMinWp6Users(value);
return this;
}
/**
* double total_min_wp6_users = 20 [json_name = "totalMinWp6Users"];
* @return This builder for chaining.
*/
public Builder clearTotalMinWp6Users() {
copyOnWrite();
instance.clearTotalMinWp6Users();
return this;
}
/**
* double total_min_wp7_users = 21 [json_name = "totalMinWp7Users"];
* @return The totalMinWp7Users.
*/
@java.lang.Override
public double getTotalMinWp7Users() {
return instance.getTotalMinWp7Users();
}
/**
* double total_min_wp7_users = 21 [json_name = "totalMinWp7Users"];
* @param value The totalMinWp7Users to set.
* @return This builder for chaining.
*/
public Builder setTotalMinWp7Users(double value) {
copyOnWrite();
instance.setTotalMinWp7Users(value);
return this;
}
/**
* double total_min_wp7_users = 21 [json_name = "totalMinWp7Users"];
* @return This builder for chaining.
*/
public Builder clearTotalMinWp7Users() {
copyOnWrite();
instance.clearTotalMinWp7Users();
return this;
}
/**
* double total_min_wp8_users = 22 [json_name = "totalMinWp8Users"];
* @return The totalMinWp8Users.
*/
@java.lang.Override
public double getTotalMinWp8Users() {
return instance.getTotalMinWp8Users();
}
/**
* double total_min_wp8_users = 22 [json_name = "totalMinWp8Users"];
* @param value The totalMinWp8Users to set.
* @return This builder for chaining.
*/
public Builder setTotalMinWp8Users(double value) {
copyOnWrite();
instance.setTotalMinWp8Users(value);
return this;
}
/**
* double total_min_wp8_users = 22 [json_name = "totalMinWp8Users"];
* @return This builder for chaining.
*/
public Builder clearTotalMinWp8Users() {
copyOnWrite();
instance.clearTotalMinWp8Users();
return this;
}
/**
* double total_min_wp9_users = 23 [json_name = "totalMinWp9Users"];
* @return The totalMinWp9Users.
*/
@java.lang.Override
public double getTotalMinWp9Users() {
return instance.getTotalMinWp9Users();
}
/**
* double total_min_wp9_users = 23 [json_name = "totalMinWp9Users"];
* @param value The totalMinWp9Users to set.
* @return This builder for chaining.
*/
public Builder setTotalMinWp9Users(double value) {
copyOnWrite();
instance.setTotalMinWp9Users(value);
return this;
}
/**
* double total_min_wp9_users = 23 [json_name = "totalMinWp9Users"];
* @return This builder for chaining.
*/
public Builder clearTotalMinWp9Users() {
copyOnWrite();
instance.clearTotalMinWp9Users();
return this;
}
/**
*
* Total Users that Started a WP (EMetric.TotalUsersStartedWp)
*
*
* int32 total_users_started_wp = 24 [json_name = "totalUsersStartedWp"];
* @return The totalUsersStartedWp.
*/
@java.lang.Override
public int getTotalUsersStartedWp() {
return instance.getTotalUsersStartedWp();
}
/**
*
* Total Users that Started a WP (EMetric.TotalUsersStartedWp)
*
*
* int32 total_users_started_wp = 24 [json_name = "totalUsersStartedWp"];
* @param value The totalUsersStartedWp to set.
* @return This builder for chaining.
*/
public Builder setTotalUsersStartedWp(int value) {
copyOnWrite();
instance.setTotalUsersStartedWp(value);
return this;
}
/**
*
* Total Users that Started a WP (EMetric.TotalUsersStartedWp)
*
*
* int32 total_users_started_wp = 24 [json_name = "totalUsersStartedWp"];
* @return This builder for chaining.
*/
public Builder clearTotalUsersStartedWp() {
copyOnWrite();
instance.clearTotalUsersStartedWp();
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.analytics.v2.studio.DashboardOverviewResponseData)
}
@java.lang.Override
@java.lang.SuppressWarnings({"unchecked", "fallthrough"})
protected final java.lang.Object dynamicMethod(
com.google.protobuf.GeneratedMessageLite.MethodToInvoke method,
java.lang.Object arg0, java.lang.Object arg1) {
switch (method) {
case NEW_MUTABLE_INSTANCE: {
return new com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"totalViewers_",
"totalRegistredViewers_",
"totalEngagedViewers_",
"totalInteractions_",
"liveViewers_",
"liveEngagedViewers_",
"interactionsPerEngagedUser_",
"totalWpStarted_",
"usersEngagedWithWp_",
"usersEngagedWithActiveWp_",
"activeWps_",
"avgUsersActiveWp_",
"avgActiveWpDuration_",
"liveUsersEngagedWithActiveWp_",
"liveActiveWps_",
"totalMinWp2Users_",
"totalMinWp3Users_",
"totalMinWp4Users_",
"totalMinWp5Users_",
"totalMinWp6Users_",
"totalMinWp7Users_",
"totalMinWp8Users_",
"totalMinWp9Users_",
"totalUsersStartedWp_",
"liveRegistredViewers_",
"totalWpSessionsStarted_",
};
java.lang.String info =
"\u0000\u001a\u0000\u0000\u0001-\u001a\u0000\u0000\u0000\u0001\u0004\u0002\u0004\u0003" +
"\u0004\u0004\u0004\u0005\u0004\u0006\u0004\u0007\u0000\b\u0004\t\u0004\n\u0004\u000b" +
"\u0004\f\u0000\r\u0000\u000e\u0004\u000f\u0004\u0010\u0000\u0011\u0000\u0012\u0000" +
"\u0013\u0000\u0014\u0000\u0015\u0000\u0016\u0000\u0017\u0000\u0018\u0004\u001e\u0004" +
"-\u0004";
return newMessageInfo(DEFAULT_INSTANCE, info, objects);
}
// fall through
case GET_DEFAULT_INSTANCE: {
return DEFAULT_INSTANCE;
}
case GET_PARSER: {
com.google.protobuf.Parser parser = PARSER;
if (parser == null) {
synchronized (com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData.class) {
parser = PARSER;
if (parser == null) {
parser =
new DefaultInstanceBasedParser(
DEFAULT_INSTANCE);
PARSER = parser;
}
}
}
return parser;
}
case GET_MEMOIZED_IS_INITIALIZED: {
return (byte) 1;
}
case SET_MEMOIZED_IS_INITIALIZED: {
return null;
}
}
throw new UnsupportedOperationException();
}
// @@protoc_insertion_point(class_scope:streamlayer.analytics.v2.studio.DashboardOverviewResponseData)
private static final com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData DEFAULT_INSTANCE;
static {
DashboardOverviewResponseData defaultInstance = new DashboardOverviewResponseData();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
DashboardOverviewResponseData.class, defaultInstance);
}
public static com.streamlayer.analytics.studio.v2.DashboardOverviewResponseData getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}