POGOProtos.Enums.SocialNotificationVariableNameOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos/Enums/SocialNotificationVariableName.proto
package POGOProtos.Enums;
public final class SocialNotificationVariableNameOuterClass {
private SocialNotificationVariableNameOuterClass() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistryLite registry) {
}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
registerAllExtensions(
(com.google.protobuf.ExtensionRegistryLite) registry);
}
/**
* Protobuf enum {@code POGOProtos.Enums.SocialNotificationVariableName}
*/
public enum SocialNotificationVariableName
implements com.google.protobuf.ProtocolMessageEnum {
/**
* UNSET_SOCIAL_NOTIFICATION_VARIABLE_NAME = 0;
*/
UNSET_SOCIAL_NOTIFICATION_VARIABLE_NAME(0),
/**
* SOCIAL_CODENAME = 1;
*/
SOCIAL_CODENAME(1),
/**
* SOCIAL_TEAM = 2;
*/
SOCIAL_TEAM(2),
/**
* SOCIAL_PLAYER_SUMMARY = 3;
*/
SOCIAL_PLAYER_SUMMARY(3),
UNRECOGNIZED(-1),
;
/**
* UNSET_SOCIAL_NOTIFICATION_VARIABLE_NAME = 0;
*/
public static final int UNSET_SOCIAL_NOTIFICATION_VARIABLE_NAME_VALUE = 0;
/**
* SOCIAL_CODENAME = 1;
*/
public static final int SOCIAL_CODENAME_VALUE = 1;
/**
* SOCIAL_TEAM = 2;
*/
public static final int SOCIAL_TEAM_VALUE = 2;
/**
* SOCIAL_PLAYER_SUMMARY = 3;
*/
public static final int SOCIAL_PLAYER_SUMMARY_VALUE = 3;
public final int getNumber() {
if (this == UNRECOGNIZED) {
throw new java.lang.IllegalArgumentException(
"Can't get the number of an unknown enum value.");
}
return value;
}
/**
* @deprecated Use {@link #forNumber(int)} instead.
*/
@java.lang.Deprecated
public static SocialNotificationVariableName valueOf(int value) {
return forNumber(value);
}
public static SocialNotificationVariableName forNumber(int value) {
switch (value) {
case 0: return UNSET_SOCIAL_NOTIFICATION_VARIABLE_NAME;
case 1: return SOCIAL_CODENAME;
case 2: return SOCIAL_TEAM;
case 3: return SOCIAL_PLAYER_SUMMARY;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
SocialNotificationVariableName> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public SocialNotificationVariableName findValueByNumber(int number) {
return SocialNotificationVariableName.forNumber(number);
}
};
public final com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor() {
return getDescriptor().getValues().get(ordinal());
}
public final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType() {
return getDescriptor();
}
public static final com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor() {
return POGOProtos.Enums.SocialNotificationVariableNameOuterClass.getDescriptor().getEnumTypes().get(0);
}
private static final SocialNotificationVariableName[] VALUES = values();
public static SocialNotificationVariableName valueOf(
com.google.protobuf.Descriptors.EnumValueDescriptor desc) {
if (desc.getType() != getDescriptor()) {
throw new java.lang.IllegalArgumentException(
"EnumValueDescriptor is not for this type.");
}
if (desc.getIndex() == -1) {
return UNRECOGNIZED;
}
return VALUES[desc.getIndex()];
}
private final int value;
private SocialNotificationVariableName(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:POGOProtos.Enums.SocialNotificationVariableName)
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n5POGOProtos/Enums/SocialNotificationVar" +
"iableName.proto\022\020POGOProtos.Enums*\216\001\n\036So" +
"cialNotificationVariableName\022+\n\'UNSET_SO" +
"CIAL_NOTIFICATION_VARIABLE_NAME\020\000\022\023\n\017SOC" +
"IAL_CODENAME\020\001\022\017\n\013SOCIAL_TEAM\020\002\022\031\n\025SOCIA" +
"L_PLAYER_SUMMARY\020\003b\006proto3"
};
com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
new com.google.protobuf.Descriptors.FileDescriptor. InternalDescriptorAssigner() {
public com.google.protobuf.ExtensionRegistry assignDescriptors(
com.google.protobuf.Descriptors.FileDescriptor root) {
descriptor = root;
return null;
}
};
com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
}, assigner);
}
// @@protoc_insertion_point(outer_class_scope)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy