Package com.google.cloud.channel.v1
Enum EduData.InstituteSize
- java.lang.Object
-
- java.lang.Enum<EduData.InstituteSize>
-
- com.google.cloud.channel.v1.EduData.InstituteSize
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<EduData.InstituteSize>
- Enclosing class:
- EduData
public static enum EduData.InstituteSize extends Enum<EduData.InstituteSize> implements com.google.protobuf.ProtocolMessageEnum
Number of students and staff the institute has.
Protobuf enumgoogle.cloud.channel.v1.EduData.InstituteSize
-
-
Enum Constant Summary
Enum Constants Enum Constant Description INSTITUTE_SIZE_UNSPECIFIEDNot used.SIZE_1_1001 - 100SIZE_10001_OR_MORE10,001 +SIZE_1001_20001,001 - 2,000SIZE_101_500101 - 500SIZE_2001_50002,001 - 5,000SIZE_5001_100005,001 - 10,000SIZE_501_1000501 - 1,000UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intINSTITUTE_SIZE_UNSPECIFIED_VALUENot used.static intSIZE_1_100_VALUE1 - 100static intSIZE_10001_OR_MORE_VALUE10,001 +static intSIZE_1001_2000_VALUE1,001 - 2,000static intSIZE_101_500_VALUE101 - 500static intSIZE_2001_5000_VALUE2,001 - 5,000static intSIZE_5001_10000_VALUE5,001 - 10,000static intSIZE_501_1000_VALUE501 - 1,000
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static EduData.InstituteSizeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<EduData.InstituteSize>internalGetValueMap()static EduData.InstituteSizevalueOf(int value)Deprecated.static EduData.InstituteSizevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static EduData.InstituteSizevalueOf(String name)Returns the enum constant of this type with the specified name.static EduData.InstituteSize[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
INSTITUTE_SIZE_UNSPECIFIED
public static final EduData.InstituteSize INSTITUTE_SIZE_UNSPECIFIED
Not used.
INSTITUTE_SIZE_UNSPECIFIED = 0;
-
SIZE_1_100
public static final EduData.InstituteSize SIZE_1_100
1 - 100
SIZE_1_100 = 1;
-
SIZE_101_500
public static final EduData.InstituteSize SIZE_101_500
101 - 500
SIZE_101_500 = 2;
-
SIZE_501_1000
public static final EduData.InstituteSize SIZE_501_1000
501 - 1,000
SIZE_501_1000 = 3;
-
SIZE_1001_2000
public static final EduData.InstituteSize SIZE_1001_2000
1,001 - 2,000
SIZE_1001_2000 = 4;
-
SIZE_2001_5000
public static final EduData.InstituteSize SIZE_2001_5000
2,001 - 5,000
SIZE_2001_5000 = 5;
-
SIZE_5001_10000
public static final EduData.InstituteSize SIZE_5001_10000
5,001 - 10,000
SIZE_5001_10000 = 6;
-
SIZE_10001_OR_MORE
public static final EduData.InstituteSize SIZE_10001_OR_MORE
10,001 +
SIZE_10001_OR_MORE = 7;
-
UNRECOGNIZED
public static final EduData.InstituteSize UNRECOGNIZED
-
-
Field Detail
-
INSTITUTE_SIZE_UNSPECIFIED_VALUE
public static final int INSTITUTE_SIZE_UNSPECIFIED_VALUE
Not used.
INSTITUTE_SIZE_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
SIZE_1_100_VALUE
public static final int SIZE_1_100_VALUE
1 - 100
SIZE_1_100 = 1;- See Also:
- Constant Field Values
-
SIZE_101_500_VALUE
public static final int SIZE_101_500_VALUE
101 - 500
SIZE_101_500 = 2;- See Also:
- Constant Field Values
-
SIZE_501_1000_VALUE
public static final int SIZE_501_1000_VALUE
501 - 1,000
SIZE_501_1000 = 3;- See Also:
- Constant Field Values
-
SIZE_1001_2000_VALUE
public static final int SIZE_1001_2000_VALUE
1,001 - 2,000
SIZE_1001_2000 = 4;- See Also:
- Constant Field Values
-
SIZE_2001_5000_VALUE
public static final int SIZE_2001_5000_VALUE
2,001 - 5,000
SIZE_2001_5000 = 5;- See Also:
- Constant Field Values
-
SIZE_5001_10000_VALUE
public static final int SIZE_5001_10000_VALUE
5,001 - 10,000
SIZE_5001_10000 = 6;- See Also:
- Constant Field Values
-
SIZE_10001_OR_MORE_VALUE
public static final int SIZE_10001_OR_MORE_VALUE
10,001 +
SIZE_10001_OR_MORE = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static EduData.InstituteSize[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (EduData.InstituteSize c : EduData.InstituteSize.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static EduData.InstituteSize valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static EduData.InstituteSize valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static EduData.InstituteSize forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<EduData.InstituteSize> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static EduData.InstituteSize valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-