main.java.com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponseData 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.WpMetricsByTimeLineResponseData}
*/
public final class WpMetricsByTimeLineResponseData extends
com.google.protobuf.GeneratedMessageLite<
WpMetricsByTimeLineResponseData, WpMetricsByTimeLineResponseData.Builder> implements
// @@protoc_insertion_point(message_implements:streamlayer.analytics.v2.studio.WpMetricsByTimeLineResponseData)
WpMetricsByTimeLineResponseDataOrBuilder {
private WpMetricsByTimeLineResponseData() {
}
public static final int TIME_FRAME_FIELD_NUMBER = 1;
private long timeFrame_;
/**
*
* UNIX timestamp (EPOCH)
*
*
* int64 time_frame = 1 [json_name = "timeFrame"];
* @return The timeFrame.
*/
@java.lang.Override
public long getTimeFrame() {
return timeFrame_;
}
/**
*
* UNIX timestamp (EPOCH)
*
*
* int64 time_frame = 1 [json_name = "timeFrame"];
* @param value The timeFrame to set.
*/
private void setTimeFrame(long value) {
timeFrame_ = value;
}
/**
*
* UNIX timestamp (EPOCH)
*
*
* int64 time_frame = 1 [json_name = "timeFrame"];
*/
private void clearTimeFrame() {
timeFrame_ = 0L;
}
public static final int TOTAL_WP_SEEN_FIELD_NUMBER = 2;
private int totalWpSeen_;
/**
*
* WP user has been engaged at this bucket (BOTH solo and NOT)
*
*
* int32 total_wp_seen = 2 [json_name = "totalWpSeen"];
* @return The totalWpSeen.
*/
@java.lang.Override
public int getTotalWpSeen() {
return totalWpSeen_;
}
/**
*
* WP user has been engaged at this bucket (BOTH solo and NOT)
*
*
* int32 total_wp_seen = 2 [json_name = "totalWpSeen"];
* @param value The totalWpSeen to set.
*/
private void setTotalWpSeen(int value) {
totalWpSeen_ = value;
}
/**
*
* WP user has been engaged at this bucket (BOTH solo and NOT)
*
*
* int32 total_wp_seen = 2 [json_name = "totalWpSeen"];
*/
private void clearTotalWpSeen() {
totalWpSeen_ = 0;
}
public static final int USERS_ENGAGED_WITH_ACTIVE_WP_FIELD_NUMBER = 3;
private int usersEngagedWithActiveWp_;
/**
*
* Total users joined an active WP (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 3 [json_name = "usersEngagedWithActiveWp"];
* @return The usersEngagedWithActiveWp.
*/
@java.lang.Override
public int getUsersEngagedWithActiveWp() {
return usersEngagedWithActiveWp_;
}
/**
*
* Total users joined an active WP (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 3 [json_name = "usersEngagedWithActiveWp"];
* @param value The usersEngagedWithActiveWp to set.
*/
private void setUsersEngagedWithActiveWp(int value) {
usersEngagedWithActiveWp_ = value;
}
/**
*
* Total users joined an active WP (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 3 [json_name = "usersEngagedWithActiveWp"];
*/
private void clearUsersEngagedWithActiveWp() {
usersEngagedWithActiveWp_ = 0;
}
public static final int USERS_ENGAGED_WITH_WP_FIELD_NUMBER = 4;
private int usersEngagedWithWp_;
/**
*
* Total users interacted with WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 4 [json_name = "usersEngagedWithWp"];
* @return The usersEngagedWithWp.
*/
@java.lang.Override
public int getUsersEngagedWithWp() {
return usersEngagedWithWp_;
}
/**
*
* Total users interacted with WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 4 [json_name = "usersEngagedWithWp"];
* @param value The usersEngagedWithWp to set.
*/
private void setUsersEngagedWithWp(int value) {
usersEngagedWithWp_ = value;
}
/**
*
* Total users interacted with WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 4 [json_name = "usersEngagedWithWp"];
*/
private void clearUsersEngagedWithWp() {
usersEngagedWithWp_ = 0;
}
public static final int ACTIVE_WPS_FIELD_NUMBER = 5;
private int activeWps_;
/**
*
* Total active channels created (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 5 [json_name = "activeWps"];
* @return The activeWps.
*/
@java.lang.Override
public int getActiveWps() {
return activeWps_;
}
/**
*
* Total active channels created (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 5 [json_name = "activeWps"];
* @param value The activeWps to set.
*/
private void setActiveWps(int value) {
activeWps_ = value;
}
/**
*
* Total active channels created (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 5 [json_name = "activeWps"];
*/
private void clearActiveWps() {
activeWps_ = 0;
}
public static final int AVG_USERS_ACTIVE_WP_FIELD_NUMBER = 6;
private double avgUsersActiveWp_;
/**
*
*Average Participants per active WP (2+ participants per WP)
*
*
* double avg_users_active_wp = 6 [json_name = "avgUsersActiveWp"];
* @return The avgUsersActiveWp.
*/
@java.lang.Override
public double getAvgUsersActiveWp() {
return avgUsersActiveWp_;
}
/**
*
*Average Participants per active WP (2+ participants per WP)
*
*
* double avg_users_active_wp = 6 [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)
*
*
* double avg_users_active_wp = 6 [json_name = "avgUsersActiveWp"];
*/
private void clearAvgUsersActiveWp() {
avgUsersActiveWp_ = 0D;
}
public static final int AVG_ACTIVE_WP_DURATION_FIELD_NUMBER = 7;
private double avgActiveWpDuration_;
/**
*
* Average time (min) per active channel
*
*
* double avg_active_wp_duration = 7 [json_name = "avgActiveWpDuration"];
* @return The avgActiveWpDuration.
*/
@java.lang.Override
public double getAvgActiveWpDuration() {
return avgActiveWpDuration_;
}
/**
*
* Average time (min) per active channel
*
*
* double avg_active_wp_duration = 7 [json_name = "avgActiveWpDuration"];
* @param value The avgActiveWpDuration to set.
*/
private void setAvgActiveWpDuration(double value) {
avgActiveWpDuration_ = value;
}
/**
*
* Average time (min) per active channel
*
*
* double avg_active_wp_duration = 7 [json_name = "avgActiveWpDuration"];
*/
private void clearAvgActiveWpDuration() {
avgActiveWpDuration_ = 0D;
}
public static final int TOTAL_MIN_WP_2_USERS_FIELD_NUMBER = 8;
private double totalMinWp2Users_;
/**
*
* Total minutes in WP 2+ with X Participants
*
*
* double total_min_wp_2_users = 8 [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_wp_2_users = 8 [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_wp_2_users = 8 [json_name = "totalMinWp2Users"];
*/
private void clearTotalMinWp2Users() {
totalMinWp2Users_ = 0D;
}
public static final int TOTAL_MIN_WP_3_USERS_FIELD_NUMBER = 9;
private double totalMinWp3Users_;
/**
*
* Total minutes in WP 2+ with 3 Participants
*
*
* double total_min_wp_3_users = 9 [json_name = "totalMinWp3Users"];
* @return The totalMinWp3Users.
*/
@java.lang.Override
public double getTotalMinWp3Users() {
return totalMinWp3Users_;
}
/**
*
* Total minutes in WP 2+ with 3 Participants
*
*
* double total_min_wp_3_users = 9 [json_name = "totalMinWp3Users"];
* @param value The totalMinWp3Users to set.
*/
private void setTotalMinWp3Users(double value) {
totalMinWp3Users_ = value;
}
/**
*
* Total minutes in WP 2+ with 3 Participants
*
*
* double total_min_wp_3_users = 9 [json_name = "totalMinWp3Users"];
*/
private void clearTotalMinWp3Users() {
totalMinWp3Users_ = 0D;
}
public static com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponseData 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.WpMetricsByTimeLineResponseData 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.WpMetricsByTimeLineResponseData 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.WpMetricsByTimeLineResponseData 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.WpMetricsByTimeLineResponseData parseFrom(byte[] data)
throws com.google.protobuf.InvalidProtocolBufferException {
return com.google.protobuf.GeneratedMessageLite.parseFrom(
DEFAULT_INSTANCE, data);
}
public static com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponseData 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.WpMetricsByTimeLineResponseData 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.WpMetricsByTimeLineResponseData 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.WpMetricsByTimeLineResponseData parseDelimitedFrom(java.io.InputStream input)
throws java.io.IOException {
return parseDelimitedFrom(DEFAULT_INSTANCE, input);
}
public static com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponseData 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.WpMetricsByTimeLineResponseData 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.WpMetricsByTimeLineResponseData 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.WpMetricsByTimeLineResponseData prototype) {
return DEFAULT_INSTANCE.createBuilder(prototype);
}
/**
* Protobuf type {@code streamlayer.analytics.v2.studio.WpMetricsByTimeLineResponseData}
*/
public static final class Builder extends
com.google.protobuf.GeneratedMessageLite.Builder<
com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponseData, Builder> implements
// @@protoc_insertion_point(builder_implements:streamlayer.analytics.v2.studio.WpMetricsByTimeLineResponseData)
com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponseDataOrBuilder {
// Construct using com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponseData.newBuilder()
private Builder() {
super(DEFAULT_INSTANCE);
}
/**
*
* UNIX timestamp (EPOCH)
*
*
* int64 time_frame = 1 [json_name = "timeFrame"];
* @return The timeFrame.
*/
@java.lang.Override
public long getTimeFrame() {
return instance.getTimeFrame();
}
/**
*
* UNIX timestamp (EPOCH)
*
*
* int64 time_frame = 1 [json_name = "timeFrame"];
* @param value The timeFrame to set.
* @return This builder for chaining.
*/
public Builder setTimeFrame(long value) {
copyOnWrite();
instance.setTimeFrame(value);
return this;
}
/**
*
* UNIX timestamp (EPOCH)
*
*
* int64 time_frame = 1 [json_name = "timeFrame"];
* @return This builder for chaining.
*/
public Builder clearTimeFrame() {
copyOnWrite();
instance.clearTimeFrame();
return this;
}
/**
*
* WP user has been engaged at this bucket (BOTH solo and NOT)
*
*
* int32 total_wp_seen = 2 [json_name = "totalWpSeen"];
* @return The totalWpSeen.
*/
@java.lang.Override
public int getTotalWpSeen() {
return instance.getTotalWpSeen();
}
/**
*
* WP user has been engaged at this bucket (BOTH solo and NOT)
*
*
* int32 total_wp_seen = 2 [json_name = "totalWpSeen"];
* @param value The totalWpSeen to set.
* @return This builder for chaining.
*/
public Builder setTotalWpSeen(int value) {
copyOnWrite();
instance.setTotalWpSeen(value);
return this;
}
/**
*
* WP user has been engaged at this bucket (BOTH solo and NOT)
*
*
* int32 total_wp_seen = 2 [json_name = "totalWpSeen"];
* @return This builder for chaining.
*/
public Builder clearTotalWpSeen() {
copyOnWrite();
instance.clearTotalWpSeen();
return this;
}
/**
*
* Total users joined an active WP (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 3 [json_name = "usersEngagedWithActiveWp"];
* @return The usersEngagedWithActiveWp.
*/
@java.lang.Override
public int getUsersEngagedWithActiveWp() {
return instance.getUsersEngagedWithActiveWp();
}
/**
*
* Total users joined an active WP (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 3 [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 joined an active WP (EMetric.TotalUsersEngagedWithWp2plus)
*
*
* int32 users_engaged_with_active_wp = 3 [json_name = "usersEngagedWithActiveWp"];
* @return This builder for chaining.
*/
public Builder clearUsersEngagedWithActiveWp() {
copyOnWrite();
instance.clearUsersEngagedWithActiveWp();
return this;
}
/**
*
* Total users interacted with WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 4 [json_name = "usersEngagedWithWp"];
* @return The usersEngagedWithWp.
*/
@java.lang.Override
public int getUsersEngagedWithWp() {
return instance.getUsersEngagedWithWp();
}
/**
*
* Total users interacted with WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 4 [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 interacted with WP (EMetric.TotalUsersEngagedWithWp)
*
*
* int32 users_engaged_with_wp = 4 [json_name = "usersEngagedWithWp"];
* @return This builder for chaining.
*/
public Builder clearUsersEngagedWithWp() {
copyOnWrite();
instance.clearUsersEngagedWithWp();
return this;
}
/**
*
* Total active channels created (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 5 [json_name = "activeWps"];
* @return The activeWps.
*/
@java.lang.Override
public int getActiveWps() {
return instance.getActiveWps();
}
/**
*
* Total active channels created (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 5 [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 active channels created (EMetric.TotalActiveWps)
*
*
* int32 active_wps = 5 [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)
*
*
* double avg_users_active_wp = 6 [json_name = "avgUsersActiveWp"];
* @return The avgUsersActiveWp.
*/
@java.lang.Override
public double getAvgUsersActiveWp() {
return instance.getAvgUsersActiveWp();
}
/**
*
*Average Participants per active WP (2+ participants per WP)
*
*
* double avg_users_active_wp = 6 [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)
*
*
* double avg_users_active_wp = 6 [json_name = "avgUsersActiveWp"];
* @return This builder for chaining.
*/
public Builder clearAvgUsersActiveWp() {
copyOnWrite();
instance.clearAvgUsersActiveWp();
return this;
}
/**
*
* Average time (min) per active channel
*
*
* double avg_active_wp_duration = 7 [json_name = "avgActiveWpDuration"];
* @return The avgActiveWpDuration.
*/
@java.lang.Override
public double getAvgActiveWpDuration() {
return instance.getAvgActiveWpDuration();
}
/**
*
* Average time (min) per active channel
*
*
* double avg_active_wp_duration = 7 [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 time (min) per active channel
*
*
* double avg_active_wp_duration = 7 [json_name = "avgActiveWpDuration"];
* @return This builder for chaining.
*/
public Builder clearAvgActiveWpDuration() {
copyOnWrite();
instance.clearAvgActiveWpDuration();
return this;
}
/**
*
* Total minutes in WP 2+ with X Participants
*
*
* double total_min_wp_2_users = 8 [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_wp_2_users = 8 [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_wp_2_users = 8 [json_name = "totalMinWp2Users"];
* @return This builder for chaining.
*/
public Builder clearTotalMinWp2Users() {
copyOnWrite();
instance.clearTotalMinWp2Users();
return this;
}
/**
*
* Total minutes in WP 2+ with 3 Participants
*
*
* double total_min_wp_3_users = 9 [json_name = "totalMinWp3Users"];
* @return The totalMinWp3Users.
*/
@java.lang.Override
public double getTotalMinWp3Users() {
return instance.getTotalMinWp3Users();
}
/**
*
* Total minutes in WP 2+ with 3 Participants
*
*
* double total_min_wp_3_users = 9 [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;
}
/**
*
* Total minutes in WP 2+ with 3 Participants
*
*
* double total_min_wp_3_users = 9 [json_name = "totalMinWp3Users"];
* @return This builder for chaining.
*/
public Builder clearTotalMinWp3Users() {
copyOnWrite();
instance.clearTotalMinWp3Users();
return this;
}
// @@protoc_insertion_point(builder_scope:streamlayer.analytics.v2.studio.WpMetricsByTimeLineResponseData)
}
@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.WpMetricsByTimeLineResponseData();
}
case NEW_BUILDER: {
return new Builder();
}
case BUILD_MESSAGE_INFO: {
java.lang.Object[] objects = new java.lang.Object[] {
"timeFrame_",
"totalWpSeen_",
"usersEngagedWithActiveWp_",
"usersEngagedWithWp_",
"activeWps_",
"avgUsersActiveWp_",
"avgActiveWpDuration_",
"totalMinWp2Users_",
"totalMinWp3Users_",
};
java.lang.String info =
"\u0000\t\u0000\u0000\u0001\t\t\u0000\u0000\u0000\u0001\u0002\u0002\u0004\u0003\u0004" +
"\u0004\u0004\u0005\u0004\u0006\u0000\u0007\u0000\b\u0000\t\u0000";
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.WpMetricsByTimeLineResponseData.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.WpMetricsByTimeLineResponseData)
private static final com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponseData DEFAULT_INSTANCE;
static {
WpMetricsByTimeLineResponseData defaultInstance = new WpMetricsByTimeLineResponseData();
// New instances are implicitly immutable so no need to make
// immutable.
DEFAULT_INSTANCE = defaultInstance;
com.google.protobuf.GeneratedMessageLite.registerDefaultInstance(
WpMetricsByTimeLineResponseData.class, defaultInstance);
}
public static com.streamlayer.analytics.studio.v2.WpMetricsByTimeLineResponseData getDefaultInstance() {
return DEFAULT_INSTANCE;
}
private static volatile com.google.protobuf.Parser PARSER;
public static com.google.protobuf.Parser parser() {
return DEFAULT_INSTANCE.getParserForType();
}
}