Uses of Class
com.google.cloud.talent.v4beta1.CompanySize
-
Packages that use CompanySize Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution API -
-
Uses of CompanySize in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return CompanySize Modifier and Type Method Description static CompanySize
CompanySize. forNumber(int value)
CompanySize
Company.Builder. getSize()
The employer's company size.CompanySize
Company. getSize()
The employer's company size.CompanySize
CompanyOrBuilder. getSize()
The employer's company size.static CompanySize
CompanySize. valueOf(int value)
Deprecated.static CompanySize
CompanySize. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static CompanySize
CompanySize. 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.v4beta1 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.v4beta1 with parameters of type CompanySize Modifier and Type Method Description Company.Builder
Company.Builder. setSize(CompanySize value)
The employer's company size.
-