Enum EduData.InstituteSize (3.5.1)

public enum EduData.InstituteSize extends Enum<EduData.InstituteSize> implements ProtocolMessageEnum

Number of students and staff the institute has.

Protobuf enum google.cloud.channel.v1.EduData.InstituteSize

Implements

ProtocolMessageEnum

Static Fields

NameDescription
INSTITUTE_SIZE_UNSPECIFIED

Not used.

INSTITUTE_SIZE_UNSPECIFIED = 0;

INSTITUTE_SIZE_UNSPECIFIED_VALUE

Not used.

INSTITUTE_SIZE_UNSPECIFIED = 0;

SIZE_10001_OR_MORE

10,001 +

SIZE_10001_OR_MORE = 7;

SIZE_10001_OR_MORE_VALUE

10,001 +

SIZE_10001_OR_MORE = 7;

SIZE_1001_2000

1,001 - 2,000

SIZE_1001_2000 = 4;

SIZE_1001_2000_VALUE

1,001 - 2,000

SIZE_1001_2000 = 4;

SIZE_101_500

101 - 500

SIZE_101_500 = 2;

SIZE_101_500_VALUE

101 - 500

SIZE_101_500 = 2;

SIZE_1_100

1 - 100

SIZE_1_100 = 1;

SIZE_1_100_VALUE

1 - 100

SIZE_1_100 = 1;

SIZE_2001_5000

2,001 - 5,000

SIZE_2001_5000 = 5;

SIZE_2001_5000_VALUE

2,001 - 5,000

SIZE_2001_5000 = 5;

SIZE_5001_10000

5,001 - 10,000

SIZE_5001_10000 = 6;

SIZE_5001_10000_VALUE

5,001 - 10,000

SIZE_5001_10000 = 6;

SIZE_501_1000

501 - 1,000

SIZE_501_1000 = 3;

SIZE_501_1000_VALUE

501 - 1,000

SIZE_501_1000 = 3;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()