Uses of Class
com.google.cloud.talent.v4.CompanySize
-
Packages that use CompanySize Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of CompanySize in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 that return CompanySize Modifier and Type Method Description static CompanySizeCompanySize. forNumber(int value)CompanySizeCompany.Builder. getSize()The employer's company size.CompanySizeCompany. getSize()The employer's company size.CompanySizeCompanyOrBuilder. getSize()The employer's company size.static CompanySizeCompanySize. valueOf(int value)Deprecated.static CompanySizeCompanySize. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CompanySizeCompanySize. valueOf(String name)Returns the enum constant of this type with the specified name.static CompanySize[]CompanySize. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.talent.v4 that return types with arguments of type CompanySize Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<CompanySize>CompanySize. internalGetValueMap()Methods in com.google.cloud.talent.v4 with parameters of type CompanySize Modifier and Type Method Description Company.BuilderCompany.Builder. setSize(CompanySize value)The employer's company size.
-