Uses of Class
com.google.cloud.channel.v1.EduData.InstituteSize
-
Packages that use EduData.InstituteSize Package Description com.google.cloud.channel.v1 A client to Cloud Channel API -
-
Uses of EduData.InstituteSize in com.google.cloud.channel.v1
Methods in com.google.cloud.channel.v1 that return EduData.InstituteSize Modifier and Type Method Description static EduData.InstituteSize
EduData.InstituteSize. forNumber(int value)
EduData.InstituteSize
EduData.Builder. getInstituteSize()
Size of the institute.EduData.InstituteSize
EduData. getInstituteSize()
Size of the institute.EduData.InstituteSize
EduDataOrBuilder. getInstituteSize()
Size of the institute.static EduData.InstituteSize
EduData.InstituteSize. valueOf(int value)
Deprecated.static EduData.InstituteSize
EduData.InstituteSize. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static EduData.InstituteSize
EduData.InstituteSize. valueOf(String name)
Returns the enum constant of this type with the specified name.static EduData.InstituteSize[]
EduData.InstituteSize. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.channel.v1 that return types with arguments of type EduData.InstituteSize Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<EduData.InstituteSize>
EduData.InstituteSize. internalGetValueMap()
Methods in com.google.cloud.channel.v1 with parameters of type EduData.InstituteSize Modifier and Type Method Description EduData.Builder
EduData.Builder. setInstituteSize(EduData.InstituteSize value)
Size of the institute.
-