main.java.com.streamlayer.analytics.common.v1.Kind 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/v1/common/analytics.common.proto
// Protobuf Java Version: 3.25.3
package com.streamlayer.analytics.common.v1;
/**
*
* kind of tracker
*
*
* Protobuf enum {@code streamlayer.analytics.v1.common.Kind}
*/
public enum Kind
implements com.google.protobuf.Internal.EnumLite {
/**
* KIND_UNSET = 0;
*/
KIND_UNSET(0),
/**
* KIND_VIEWERS = 1;
*/
KIND_VIEWERS(1),
/**
* KIND_EVENT_OPENED = 2;
*/
KIND_EVENT_OPENED(2),
/**
* KIND_AUTHENTICATION_ATTEMPTED = 3;
*/
KIND_AUTHENTICATION_ATTEMPTED(3),
/**
* KIND_AUTHENTICATION_COMPLETED = 4;
*/
KIND_AUTHENTICATION_COMPLETED(4),
/**
* KIND_LAUNCH_BUTTON = 5;
*/
KIND_LAUNCH_BUTTON(5),
/**
* KIND_PERMISSION_PROVIDED = 6;
*/
KIND_PERMISSION_PROVIDED(6),
/**
* KIND_PERMISSION_NOT_PROVIDED = 7;
*/
KIND_PERMISSION_NOT_PROVIDED(7),
/**
* KIND_INTERACTIONS = 8;
*/
KIND_INTERACTIONS(8),
/**
* KIND_CONVERSATION_CREATED = 9;
*/
KIND_CONVERSATION_CREATED(9),
/**
* KIND_CONVERSATION_JOINED = 10;
*/
KIND_CONVERSATION_JOINED(10),
/**
* KIND_CONVERSATION_DELETED = 11;
*/
KIND_CONVERSATION_DELETED(11),
/**
* KIND_NEW_CALL = 12;
*/
KIND_NEW_CALL(12),
/**
* KIND_CALL_JOINED = 13;
*/
KIND_CALL_JOINED(13),
/**
* KIND_CALL_FINISHED = 14;
*/
KIND_CALL_FINISHED(14),
/**
* KIND_INVITATION_SENT = 15;
*/
KIND_INVITATION_SENT(15),
/**
* KIND_INVITATION_ACCEPTED = 16;
*/
KIND_INVITATION_ACCEPTED(16),
/**
* KIND_WAVES_SENT = 17;
*/
KIND_WAVES_SENT(17),
/**
* KIND_WAVES_REPLIES = 18;
*/
KIND_WAVES_REPLIES(18),
/**
* KIND_NOTIFICATION_RECEIVED = 19;
*/
KIND_NOTIFICATION_RECEIVED(19),
/**
* KIND_NOTIFICATION_OPENED = 20;
*/
KIND_NOTIFICATION_OPENED(20),
/**
* KIND_SESSION_HEARTBEAT = 21;
*/
KIND_SESSION_HEARTBEAT(21),
/**
* KIND_CONVERSATION_OPENED = 22;
*/
KIND_CONVERSATION_OPENED(22),
/**
* KIND_GROUP_CONVERSATION_OPENED = 23;
*/
KIND_GROUP_CONVERSATION_OPENED(23),
/**
* KIND_GROUP_CALL_JOINED = 24;
*/
KIND_GROUP_CALL_JOINED(24),
/**
* KIND_POLLS_VOTE = 25;
*/
KIND_POLLS_VOTE(25),
/**
* KIND_POLLS_RECEIVED = 26;
*/
KIND_POLLS_RECEIVED(26),
/**
* KIND_POLLS_OPENED = 27;
*/
KIND_POLLS_OPENED(27),
/**
* KIND_GAMES_JOINED = 28;
*/
KIND_GAMES_JOINED(28),
/**
* KIND_BUTTON_INITIALIZED = 29;
*/
KIND_BUTTON_INITIALIZED(29),
/**
*
* Used to follow an external link from an insight and deprectated for click on a promotion banner
*
*
* KIND_POLLS_NAVIGATED = 30;
*/
KIND_POLLS_NAVIGATED(30),
/**
* KIND_AD_VIDEO_PLAYED = 31;
*/
KIND_AD_VIDEO_PLAYED(31),
/**
*
* Used to follow an external link from a promotion button
*
*
* KIND_AD_BUTTON_NAVIGATED = 32;
*/
KIND_AD_BUTTON_NAVIGATED(32),
/**
*
* Used to follow an external link from a promotion banner
*
*
* KIND_AD_BANNER_NAVIGATED = 33;
*/
KIND_AD_BANNER_NAVIGATED(33),
UNRECOGNIZED(-1),
;
/**
* KIND_UNSET = 0;
*/
public static final int KIND_UNSET_VALUE = 0;
/**
* KIND_VIEWERS = 1;
*/
public static final int KIND_VIEWERS_VALUE = 1;
/**
* KIND_EVENT_OPENED = 2;
*/
public static final int KIND_EVENT_OPENED_VALUE = 2;
/**
* KIND_AUTHENTICATION_ATTEMPTED = 3;
*/
public static final int KIND_AUTHENTICATION_ATTEMPTED_VALUE = 3;
/**
* KIND_AUTHENTICATION_COMPLETED = 4;
*/
public static final int KIND_AUTHENTICATION_COMPLETED_VALUE = 4;
/**
* KIND_LAUNCH_BUTTON = 5;
*/
public static final int KIND_LAUNCH_BUTTON_VALUE = 5;
/**
* KIND_PERMISSION_PROVIDED = 6;
*/
public static final int KIND_PERMISSION_PROVIDED_VALUE = 6;
/**
* KIND_PERMISSION_NOT_PROVIDED = 7;
*/
public static final int KIND_PERMISSION_NOT_PROVIDED_VALUE = 7;
/**
* KIND_INTERACTIONS = 8;
*/
public static final int KIND_INTERACTIONS_VALUE = 8;
/**
* KIND_CONVERSATION_CREATED = 9;
*/
public static final int KIND_CONVERSATION_CREATED_VALUE = 9;
/**
* KIND_CONVERSATION_JOINED = 10;
*/
public static final int KIND_CONVERSATION_JOINED_VALUE = 10;
/**
* KIND_CONVERSATION_DELETED = 11;
*/
public static final int KIND_CONVERSATION_DELETED_VALUE = 11;
/**
* KIND_NEW_CALL = 12;
*/
public static final int KIND_NEW_CALL_VALUE = 12;
/**
* KIND_CALL_JOINED = 13;
*/
public static final int KIND_CALL_JOINED_VALUE = 13;
/**
* KIND_CALL_FINISHED = 14;
*/
public static final int KIND_CALL_FINISHED_VALUE = 14;
/**
* KIND_INVITATION_SENT = 15;
*/
public static final int KIND_INVITATION_SENT_VALUE = 15;
/**
* KIND_INVITATION_ACCEPTED = 16;
*/
public static final int KIND_INVITATION_ACCEPTED_VALUE = 16;
/**
* KIND_WAVES_SENT = 17;
*/
public static final int KIND_WAVES_SENT_VALUE = 17;
/**
* KIND_WAVES_REPLIES = 18;
*/
public static final int KIND_WAVES_REPLIES_VALUE = 18;
/**
* KIND_NOTIFICATION_RECEIVED = 19;
*/
public static final int KIND_NOTIFICATION_RECEIVED_VALUE = 19;
/**
* KIND_NOTIFICATION_OPENED = 20;
*/
public static final int KIND_NOTIFICATION_OPENED_VALUE = 20;
/**
* KIND_SESSION_HEARTBEAT = 21;
*/
public static final int KIND_SESSION_HEARTBEAT_VALUE = 21;
/**
* KIND_CONVERSATION_OPENED = 22;
*/
public static final int KIND_CONVERSATION_OPENED_VALUE = 22;
/**
* KIND_GROUP_CONVERSATION_OPENED = 23;
*/
public static final int KIND_GROUP_CONVERSATION_OPENED_VALUE = 23;
/**
* KIND_GROUP_CALL_JOINED = 24;
*/
public static final int KIND_GROUP_CALL_JOINED_VALUE = 24;
/**
* KIND_POLLS_VOTE = 25;
*/
public static final int KIND_POLLS_VOTE_VALUE = 25;
/**
* KIND_POLLS_RECEIVED = 26;
*/
public static final int KIND_POLLS_RECEIVED_VALUE = 26;
/**
* KIND_POLLS_OPENED = 27;
*/
public static final int KIND_POLLS_OPENED_VALUE = 27;
/**
* KIND_GAMES_JOINED = 28;
*/
public static final int KIND_GAMES_JOINED_VALUE = 28;
/**
* KIND_BUTTON_INITIALIZED = 29;
*/
public static final int KIND_BUTTON_INITIALIZED_VALUE = 29;
/**
*
* Used to follow an external link from an insight and deprectated for click on a promotion banner
*
*
* KIND_POLLS_NAVIGATED = 30;
*/
public static final int KIND_POLLS_NAVIGATED_VALUE = 30;
/**
* KIND_AD_VIDEO_PLAYED = 31;
*/
public static final int KIND_AD_VIDEO_PLAYED_VALUE = 31;
/**
*
* Used to follow an external link from a promotion button
*
*
* KIND_AD_BUTTON_NAVIGATED = 32;
*/
public static final int KIND_AD_BUTTON_NAVIGATED_VALUE = 32;
/**
*
* Used to follow an external link from a promotion banner
*
*
* KIND_AD_BANNER_NAVIGATED = 33;
*/
public static final int KIND_AD_BANNER_NAVIGATED_VALUE = 33;
@java.lang.Override
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @param value The number of the enum to look for.
* @return The enum associated with the given number.
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static Kind valueOf(int value) {
return forNumber(value);
}
public static Kind forNumber(int value) {
switch (value) {
case 0: return KIND_UNSET;
case 1: return KIND_VIEWERS;
case 2: return KIND_EVENT_OPENED;
case 3: return KIND_AUTHENTICATION_ATTEMPTED;
case 4: return KIND_AUTHENTICATION_COMPLETED;
case 5: return KIND_LAUNCH_BUTTON;
case 6: return KIND_PERMISSION_PROVIDED;
case 7: return KIND_PERMISSION_NOT_PROVIDED;
case 8: return KIND_INTERACTIONS;
case 9: return KIND_CONVERSATION_CREATED;
case 10: return KIND_CONVERSATION_JOINED;
case 11: return KIND_CONVERSATION_DELETED;
case 12: return KIND_NEW_CALL;
case 13: return KIND_CALL_JOINED;
case 14: return KIND_CALL_FINISHED;
case 15: return KIND_INVITATION_SENT;
case 16: return KIND_INVITATION_ACCEPTED;
case 17: return KIND_WAVES_SENT;
case 18: return KIND_WAVES_REPLIES;
case 19: return KIND_NOTIFICATION_RECEIVED;
case 20: return KIND_NOTIFICATION_OPENED;
case 21: return KIND_SESSION_HEARTBEAT;
case 22: return KIND_CONVERSATION_OPENED;
case 23: return KIND_GROUP_CONVERSATION_OPENED;
case 24: return KIND_GROUP_CALL_JOINED;
case 25: return KIND_POLLS_VOTE;
case 26: return KIND_POLLS_RECEIVED;
case 27: return KIND_POLLS_OPENED;
case 28: return KIND_GAMES_JOINED;
case 29: return KIND_BUTTON_INITIALIZED;
case 30: return KIND_POLLS_NAVIGATED;
case 31: return KIND_AD_VIDEO_PLAYED;
case 32: return KIND_AD_BUTTON_NAVIGATED;
case 33: return KIND_AD_BANNER_NAVIGATED;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
Kind> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
@java.lang.Override
public Kind findValueByNumber(int number) {
return Kind.forNumber(number);
}
};
public static com.google.protobuf.Internal.EnumVerifier
internalGetVerifier() {
return KindVerifier.INSTANCE;
}
private static final class KindVerifier implements
com.google.protobuf.Internal.EnumVerifier {
static final com.google.protobuf.Internal.EnumVerifier INSTANCE = new KindVerifier();
@java.lang.Override
public boolean isInRange(int number) {
return Kind.forNumber(number) != null;
}
};
private final int value;
private Kind(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:streamlayer.analytics.v1.common.Kind)
}