Enum CompanySize

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<CompanySize>

    public enum CompanySize
    extends Enum<CompanySize>
    implements com.google.protobuf.ProtocolMessageEnum
     An enum that represents the size of the company.
     
    Protobuf enum google.cloud.talent.v4beta1.CompanySize
    • Enum Constant Detail

      • COMPANY_SIZE_UNSPECIFIED

        public static final CompanySize COMPANY_SIZE_UNSPECIFIED
         Default value if the size isn't specified.
         
        COMPANY_SIZE_UNSPECIFIED = 0;
      • MINI

        public static final CompanySize MINI
         The company has less than 50 employees.
         
        MINI = 1;
      • SMALL

        public static final CompanySize SMALL
         The company has between 50 and 99 employees.
         
        SMALL = 2;
      • SMEDIUM

        public static final CompanySize SMEDIUM
         The company has between 100 and 499 employees.
         
        SMEDIUM = 3;
      • MEDIUM

        public static final CompanySize MEDIUM
         The company has between 500 and 999 employees.
         
        MEDIUM = 4;
      • BIG

        public static final CompanySize BIG
         The company has between 1,000 and 4,999 employees.
         
        BIG = 5;
      • BIGGER

        public static final CompanySize BIGGER
         The company has between 5,000 and 9,999 employees.
         
        BIGGER = 6;
      • GIANT

        public static final CompanySize GIANT
         The company has 10,000 or more employees.
         
        GIANT = 7;
      • UNRECOGNIZED

        public static final CompanySize UNRECOGNIZED
    • Field Detail

      • COMPANY_SIZE_UNSPECIFIED_VALUE

        public static final int COMPANY_SIZE_UNSPECIFIED_VALUE
         Default value if the size isn't specified.
         
        COMPANY_SIZE_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • MINI_VALUE

        public static final int MINI_VALUE
         The company has less than 50 employees.
         
        MINI = 1;
        See Also:
        Constant Field Values
      • SMALL_VALUE

        public static final int SMALL_VALUE
         The company has between 50 and 99 employees.
         
        SMALL = 2;
        See Also:
        Constant Field Values
      • SMEDIUM_VALUE

        public static final int SMEDIUM_VALUE
         The company has between 100 and 499 employees.
         
        SMEDIUM = 3;
        See Also:
        Constant Field Values
      • MEDIUM_VALUE

        public static final int MEDIUM_VALUE
         The company has between 500 and 999 employees.
         
        MEDIUM = 4;
        See Also:
        Constant Field Values
      • BIG_VALUE

        public static final int BIG_VALUE
         The company has between 1,000 and 4,999 employees.
         
        BIG = 5;
        See Also:
        Constant Field Values
      • BIGGER_VALUE

        public static final int BIGGER_VALUE
         The company has between 5,000 and 9,999 employees.
         
        BIGGER = 6;
        See Also:
        Constant Field Values
      • GIANT_VALUE

        public static final int GIANT_VALUE
         The company has 10,000 or more employees.
         
        GIANT = 7;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static CompanySize[] values()
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (CompanySize c : CompanySize.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static CompanySize valueOf​(String name)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static CompanySize valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static CompanySize forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • internalGetValueMap

        public static com.google.protobuf.Internal.EnumLiteMap<CompanySize> internalGetValueMap()
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
      • valueOf

        public static CompanySize valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null