POGOProtos.Enums.GenderOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos/Enums/Gender.proto
package POGOProtos.Enums;
public final class GenderOuterClass {
private GenderOuterClass() {}
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.Gender}
*/
public enum Gender
implements com.google.protobuf.ProtocolMessageEnum {
/**
* GENDER_UNSET = 0;
*/
GENDER_UNSET(0),
/**
* MALE = 1;
*/
MALE(1),
/**
* FEMALE = 2;
*/
FEMALE(2),
/**
* GENDERLESS = 3;
*/
GENDERLESS(3),
UNRECOGNIZED(-1),
;
/**
* GENDER_UNSET = 0;
*/
public static final int GENDER_UNSET_VALUE = 0;
/**
* MALE = 1;
*/
public static final int MALE_VALUE = 1;
/**
* FEMALE = 2;
*/
public static final int FEMALE_VALUE = 2;
/**
* GENDERLESS = 3;
*/
public static final int GENDERLESS_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 Gender valueOf(int value) {
return forNumber(value);
}
public static Gender forNumber(int value) {
switch (value) {
case 0: return GENDER_UNSET;
case 1: return MALE;
case 2: return FEMALE;
case 3: return GENDERLESS;
default: return null;
}
}
public static com.google.protobuf.Internal.EnumLiteMap
internalGetValueMap() {
return internalValueMap;
}
private static final com.google.protobuf.Internal.EnumLiteMap<
Gender> internalValueMap =
new com.google.protobuf.Internal.EnumLiteMap() {
public Gender findValueByNumber(int number) {
return Gender.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.GenderOuterClass.getDescriptor().getEnumTypes().get(0);
}
private static final Gender[] VALUES = values();
public static Gender 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 Gender(int value) {
this.value = value;
}
// @@protoc_insertion_point(enum_scope:POGOProtos.Enums.Gender)
}
public static com.google.protobuf.Descriptors.FileDescriptor
getDescriptor() {
return descriptor;
}
private static com.google.protobuf.Descriptors.FileDescriptor
descriptor;
static {
java.lang.String[] descriptorData = {
"\n\035POGOProtos/Enums/Gender.proto\022\020POGOPro" +
"tos.Enums*@\n\006Gender\022\020\n\014GENDER_UNSET\020\000\022\010\n" +
"\004MALE\020\001\022\n\n\006FEMALE\020\002\022\016\n\nGENDERLESS\020\003b\006pro" +
"to3"
};
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