Reference documentation and code samples for the Google Cloud Channel V1 Client class InstituteSize.
Number of students and staff the institute has.
Protobuf type google.cloud.channel.v1.EduData.InstituteSize
Methods
name
value
mixed
value
name
mixed
Constants
INSTITUTE_SIZE_UNSPECIFIED
Value: 0
Not used.
Generated from protobuf enum INSTITUTE_SIZE_UNSPECIFIED = 0;
SIZE_1_100
Value: 1
1 - 100
Generated from protobuf enum SIZE_1_100 = 1;
SIZE_101_500
Value: 2
101 - 500
Generated from protobuf enum SIZE_101_500 = 2;
SIZE_501_1000
Value: 3
501 - 1,000
Generated from protobuf enum SIZE_501_1000 = 3;
SIZE_1001_2000
Value: 4
1,001 - 2,000
Generated from protobuf enum SIZE_1001_2000 = 4;
SIZE_2001_5000
Value: 5
2,001 - 5,000
Generated from protobuf enum SIZE_2001_5000 = 5;
SIZE_5001_10000
Value: 6
5,001 - 10,000
Generated from protobuf enum SIZE_5001_10000 = 6;
SIZE_10001_OR_MORE
Value: 7
10,001 +
Generated from protobuf enum SIZE_10001_OR_MORE = 7;