Package com.google.cloud.talent.v4beta1
Enum JobCategory
- java.lang.Object
-
- java.lang.Enum<JobCategory>
-
- com.google.cloud.talent.v4beta1.JobCategory
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<JobCategory>
public enum JobCategory extends Enum<JobCategory> implements com.google.protobuf.ProtocolMessageEnum
An enum that represents the categorization or primary focus of specific role. This value is different than the "industry" associated with a role, which is related to the categorization of the company listing the job.
Protobuf enumgoogle.cloud.talent.v4beta1.JobCategory
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ACCOUNTING_AND_FINANCEAn accounting and finance job, such as an Accountant.ADMINISTRATIVE_AND_OFFICEAn administrative and office job, such as an Administrative Assistant.ADVERTISING_AND_MARKETINGAn advertising and marketing job, such as Marketing Manager.ANIMAL_CAREAn animal care job, such as Veterinarian.ART_FASHION_AND_DESIGNAn art, fashion, or design job, such as Designer.BUSINESS_OPERATIONSA business operations job, such as Business Operations Manager.CLEANING_AND_FACILITIESA cleaning and facilities job, such as Custodial Staff.COMPUTER_AND_ITA computer and IT job, such as Systems Administrator.CONSTRUCTIONA construction job, such as General Laborer.CUSTOMER_SERVICEA customer service job, such s Cashier.EDUCATIONAn education job, such as School Teacher.ENTERTAINMENT_AND_TRAVELAn entertainment and travel job, such as Flight Attendant.FARMING_AND_OUTDOORSA farming or outdoor job, such as Park Ranger.HEALTHCAREA healthcare job, such as Registered Nurse.HUMAN_RESOURCESA human resources job, such as Human Resources Director.INSTALLATION_MAINTENANCE_AND_REPAIRAn installation, maintenance, or repair job, such as Electrician.JOB_CATEGORY_UNSPECIFIEDThe default value if the category isn't specified.LEGALA legal job, such as Law Clerk.MANAGEMENTA management job, often used in conjunction with another category, such as Store Manager.MANUFACTURING_AND_WAREHOUSEA manufacturing or warehouse job, such as Assembly Technician.MEDIA_COMMUNICATIONS_AND_WRITINGA media, communications, or writing job, such as Media Relations.OIL_GAS_AND_MININGAn oil, gas or mining job, such as Offshore Driller.PERSONAL_CARE_AND_SERVICESA personal care and services job, such as Hair Stylist.PROTECTIVE_SERVICESA protective services job, such as Security Guard.REAL_ESTATEA real estate job, such as Buyer's Agent.RESTAURANT_AND_HOSPITALITYA restaurant and hospitality job, such as Restaurant Server.SALES_AND_RETAILA sales and/or retail job, such Sales Associate.SCIENCE_AND_ENGINEERINGA science and engineering job, such as Lab Technician.SOCIAL_SERVICES_AND_NON_PROFITA social services or non-profit job, such as Case Worker.SPORTS_FITNESS_AND_RECREATIONA sports, fitness, or recreation job, such as Personal Trainer.TRANSPORTATION_AND_LOGISTICSA transportation or logistics job, such as Truck Driver.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intACCOUNTING_AND_FINANCE_VALUEAn accounting and finance job, such as an Accountant.static intADMINISTRATIVE_AND_OFFICE_VALUEAn administrative and office job, such as an Administrative Assistant.static intADVERTISING_AND_MARKETING_VALUEAn advertising and marketing job, such as Marketing Manager.static intANIMAL_CARE_VALUEAn animal care job, such as Veterinarian.static intART_FASHION_AND_DESIGN_VALUEAn art, fashion, or design job, such as Designer.static intBUSINESS_OPERATIONS_VALUEA business operations job, such as Business Operations Manager.static intCLEANING_AND_FACILITIES_VALUEA cleaning and facilities job, such as Custodial Staff.static intCOMPUTER_AND_IT_VALUEA computer and IT job, such as Systems Administrator.static intCONSTRUCTION_VALUEA construction job, such as General Laborer.static intCUSTOMER_SERVICE_VALUEA customer service job, such s Cashier.static intEDUCATION_VALUEAn education job, such as School Teacher.static intENTERTAINMENT_AND_TRAVEL_VALUEAn entertainment and travel job, such as Flight Attendant.static intFARMING_AND_OUTDOORS_VALUEA farming or outdoor job, such as Park Ranger.static intHEALTHCARE_VALUEA healthcare job, such as Registered Nurse.static intHUMAN_RESOURCES_VALUEA human resources job, such as Human Resources Director.static intINSTALLATION_MAINTENANCE_AND_REPAIR_VALUEAn installation, maintenance, or repair job, such as Electrician.static intJOB_CATEGORY_UNSPECIFIED_VALUEThe default value if the category isn't specified.static intLEGAL_VALUEA legal job, such as Law Clerk.static intMANAGEMENT_VALUEA management job, often used in conjunction with another category, such as Store Manager.static intMANUFACTURING_AND_WAREHOUSE_VALUEA manufacturing or warehouse job, such as Assembly Technician.static intMEDIA_COMMUNICATIONS_AND_WRITING_VALUEA media, communications, or writing job, such as Media Relations.static intOIL_GAS_AND_MINING_VALUEAn oil, gas or mining job, such as Offshore Driller.static intPERSONAL_CARE_AND_SERVICES_VALUEA personal care and services job, such as Hair Stylist.static intPROTECTIVE_SERVICES_VALUEA protective services job, such as Security Guard.static intREAL_ESTATE_VALUEA real estate job, such as Buyer's Agent.static intRESTAURANT_AND_HOSPITALITY_VALUEA restaurant and hospitality job, such as Restaurant Server.static intSALES_AND_RETAIL_VALUEA sales and/or retail job, such Sales Associate.static intSCIENCE_AND_ENGINEERING_VALUEA science and engineering job, such as Lab Technician.static intSOCIAL_SERVICES_AND_NON_PROFIT_VALUEA social services or non-profit job, such as Case Worker.static intSPORTS_FITNESS_AND_RECREATION_VALUEA sports, fitness, or recreation job, such as Personal Trainer.static intTRANSPORTATION_AND_LOGISTICS_VALUEA transportation or logistics job, such as Truck Driver.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static JobCategoryforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<JobCategory>internalGetValueMap()static JobCategoryvalueOf(int value)Deprecated.static JobCategoryvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static JobCategoryvalueOf(String name)Returns the enum constant of this type with the specified name.static JobCategory[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
JOB_CATEGORY_UNSPECIFIED
public static final JobCategory JOB_CATEGORY_UNSPECIFIED
The default value if the category isn't specified.
JOB_CATEGORY_UNSPECIFIED = 0;
-
ACCOUNTING_AND_FINANCE
public static final JobCategory ACCOUNTING_AND_FINANCE
An accounting and finance job, such as an Accountant.
ACCOUNTING_AND_FINANCE = 1;
-
ADMINISTRATIVE_AND_OFFICE
public static final JobCategory ADMINISTRATIVE_AND_OFFICE
An administrative and office job, such as an Administrative Assistant.
ADMINISTRATIVE_AND_OFFICE = 2;
-
ADVERTISING_AND_MARKETING
public static final JobCategory ADVERTISING_AND_MARKETING
An advertising and marketing job, such as Marketing Manager.
ADVERTISING_AND_MARKETING = 3;
-
ANIMAL_CARE
public static final JobCategory ANIMAL_CARE
An animal care job, such as Veterinarian.
ANIMAL_CARE = 4;
-
ART_FASHION_AND_DESIGN
public static final JobCategory ART_FASHION_AND_DESIGN
An art, fashion, or design job, such as Designer.
ART_FASHION_AND_DESIGN = 5;
-
BUSINESS_OPERATIONS
public static final JobCategory BUSINESS_OPERATIONS
A business operations job, such as Business Operations Manager.
BUSINESS_OPERATIONS = 6;
-
CLEANING_AND_FACILITIES
public static final JobCategory CLEANING_AND_FACILITIES
A cleaning and facilities job, such as Custodial Staff.
CLEANING_AND_FACILITIES = 7;
-
COMPUTER_AND_IT
public static final JobCategory COMPUTER_AND_IT
A computer and IT job, such as Systems Administrator.
COMPUTER_AND_IT = 8;
-
CONSTRUCTION
public static final JobCategory CONSTRUCTION
A construction job, such as General Laborer.
CONSTRUCTION = 9;
-
CUSTOMER_SERVICE
public static final JobCategory CUSTOMER_SERVICE
A customer service job, such s Cashier.
CUSTOMER_SERVICE = 10;
-
EDUCATION
public static final JobCategory EDUCATION
An education job, such as School Teacher.
EDUCATION = 11;
-
ENTERTAINMENT_AND_TRAVEL
public static final JobCategory ENTERTAINMENT_AND_TRAVEL
An entertainment and travel job, such as Flight Attendant.
ENTERTAINMENT_AND_TRAVEL = 12;
-
FARMING_AND_OUTDOORS
public static final JobCategory FARMING_AND_OUTDOORS
A farming or outdoor job, such as Park Ranger.
FARMING_AND_OUTDOORS = 13;
-
HEALTHCARE
public static final JobCategory HEALTHCARE
A healthcare job, such as Registered Nurse.
HEALTHCARE = 14;
-
HUMAN_RESOURCES
public static final JobCategory HUMAN_RESOURCES
A human resources job, such as Human Resources Director.
HUMAN_RESOURCES = 15;
-
INSTALLATION_MAINTENANCE_AND_REPAIR
public static final JobCategory INSTALLATION_MAINTENANCE_AND_REPAIR
An installation, maintenance, or repair job, such as Electrician.
INSTALLATION_MAINTENANCE_AND_REPAIR = 16;
-
LEGAL
public static final JobCategory LEGAL
A legal job, such as Law Clerk.
LEGAL = 17;
-
MANAGEMENT
public static final JobCategory MANAGEMENT
A management job, often used in conjunction with another category, such as Store Manager.
MANAGEMENT = 18;
-
MANUFACTURING_AND_WAREHOUSE
public static final JobCategory MANUFACTURING_AND_WAREHOUSE
A manufacturing or warehouse job, such as Assembly Technician.
MANUFACTURING_AND_WAREHOUSE = 19;
-
MEDIA_COMMUNICATIONS_AND_WRITING
public static final JobCategory MEDIA_COMMUNICATIONS_AND_WRITING
A media, communications, or writing job, such as Media Relations.
MEDIA_COMMUNICATIONS_AND_WRITING = 20;
-
OIL_GAS_AND_MINING
public static final JobCategory OIL_GAS_AND_MINING
An oil, gas or mining job, such as Offshore Driller.
OIL_GAS_AND_MINING = 21;
-
PERSONAL_CARE_AND_SERVICES
public static final JobCategory PERSONAL_CARE_AND_SERVICES
A personal care and services job, such as Hair Stylist.
PERSONAL_CARE_AND_SERVICES = 22;
-
PROTECTIVE_SERVICES
public static final JobCategory PROTECTIVE_SERVICES
A protective services job, such as Security Guard.
PROTECTIVE_SERVICES = 23;
-
REAL_ESTATE
public static final JobCategory REAL_ESTATE
A real estate job, such as Buyer's Agent.
REAL_ESTATE = 24;
-
RESTAURANT_AND_HOSPITALITY
public static final JobCategory RESTAURANT_AND_HOSPITALITY
A restaurant and hospitality job, such as Restaurant Server.
RESTAURANT_AND_HOSPITALITY = 25;
-
SALES_AND_RETAIL
public static final JobCategory SALES_AND_RETAIL
A sales and/or retail job, such Sales Associate.
SALES_AND_RETAIL = 26;
-
SCIENCE_AND_ENGINEERING
public static final JobCategory SCIENCE_AND_ENGINEERING
A science and engineering job, such as Lab Technician.
SCIENCE_AND_ENGINEERING = 27;
-
SOCIAL_SERVICES_AND_NON_PROFIT
public static final JobCategory SOCIAL_SERVICES_AND_NON_PROFIT
A social services or non-profit job, such as Case Worker.
SOCIAL_SERVICES_AND_NON_PROFIT = 28;
-
SPORTS_FITNESS_AND_RECREATION
public static final JobCategory SPORTS_FITNESS_AND_RECREATION
A sports, fitness, or recreation job, such as Personal Trainer.
SPORTS_FITNESS_AND_RECREATION = 29;
-
TRANSPORTATION_AND_LOGISTICS
public static final JobCategory TRANSPORTATION_AND_LOGISTICS
A transportation or logistics job, such as Truck Driver.
TRANSPORTATION_AND_LOGISTICS = 30;
-
UNRECOGNIZED
public static final JobCategory UNRECOGNIZED
-
-
Field Detail
-
JOB_CATEGORY_UNSPECIFIED_VALUE
public static final int JOB_CATEGORY_UNSPECIFIED_VALUE
The default value if the category isn't specified.
JOB_CATEGORY_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
ACCOUNTING_AND_FINANCE_VALUE
public static final int ACCOUNTING_AND_FINANCE_VALUE
An accounting and finance job, such as an Accountant.
ACCOUNTING_AND_FINANCE = 1;- See Also:
- Constant Field Values
-
ADMINISTRATIVE_AND_OFFICE_VALUE
public static final int ADMINISTRATIVE_AND_OFFICE_VALUE
An administrative and office job, such as an Administrative Assistant.
ADMINISTRATIVE_AND_OFFICE = 2;- See Also:
- Constant Field Values
-
ADVERTISING_AND_MARKETING_VALUE
public static final int ADVERTISING_AND_MARKETING_VALUE
An advertising and marketing job, such as Marketing Manager.
ADVERTISING_AND_MARKETING = 3;- See Also:
- Constant Field Values
-
ANIMAL_CARE_VALUE
public static final int ANIMAL_CARE_VALUE
An animal care job, such as Veterinarian.
ANIMAL_CARE = 4;- See Also:
- Constant Field Values
-
ART_FASHION_AND_DESIGN_VALUE
public static final int ART_FASHION_AND_DESIGN_VALUE
An art, fashion, or design job, such as Designer.
ART_FASHION_AND_DESIGN = 5;- See Also:
- Constant Field Values
-
BUSINESS_OPERATIONS_VALUE
public static final int BUSINESS_OPERATIONS_VALUE
A business operations job, such as Business Operations Manager.
BUSINESS_OPERATIONS = 6;- See Also:
- Constant Field Values
-
CLEANING_AND_FACILITIES_VALUE
public static final int CLEANING_AND_FACILITIES_VALUE
A cleaning and facilities job, such as Custodial Staff.
CLEANING_AND_FACILITIES = 7;- See Also:
- Constant Field Values
-
COMPUTER_AND_IT_VALUE
public static final int COMPUTER_AND_IT_VALUE
A computer and IT job, such as Systems Administrator.
COMPUTER_AND_IT = 8;- See Also:
- Constant Field Values
-
CONSTRUCTION_VALUE
public static final int CONSTRUCTION_VALUE
A construction job, such as General Laborer.
CONSTRUCTION = 9;- See Also:
- Constant Field Values
-
CUSTOMER_SERVICE_VALUE
public static final int CUSTOMER_SERVICE_VALUE
A customer service job, such s Cashier.
CUSTOMER_SERVICE = 10;- See Also:
- Constant Field Values
-
EDUCATION_VALUE
public static final int EDUCATION_VALUE
An education job, such as School Teacher.
EDUCATION = 11;- See Also:
- Constant Field Values
-
ENTERTAINMENT_AND_TRAVEL_VALUE
public static final int ENTERTAINMENT_AND_TRAVEL_VALUE
An entertainment and travel job, such as Flight Attendant.
ENTERTAINMENT_AND_TRAVEL = 12;- See Also:
- Constant Field Values
-
FARMING_AND_OUTDOORS_VALUE
public static final int FARMING_AND_OUTDOORS_VALUE
A farming or outdoor job, such as Park Ranger.
FARMING_AND_OUTDOORS = 13;- See Also:
- Constant Field Values
-
HEALTHCARE_VALUE
public static final int HEALTHCARE_VALUE
A healthcare job, such as Registered Nurse.
HEALTHCARE = 14;- See Also:
- Constant Field Values
-
HUMAN_RESOURCES_VALUE
public static final int HUMAN_RESOURCES_VALUE
A human resources job, such as Human Resources Director.
HUMAN_RESOURCES = 15;- See Also:
- Constant Field Values
-
INSTALLATION_MAINTENANCE_AND_REPAIR_VALUE
public static final int INSTALLATION_MAINTENANCE_AND_REPAIR_VALUE
An installation, maintenance, or repair job, such as Electrician.
INSTALLATION_MAINTENANCE_AND_REPAIR = 16;- See Also:
- Constant Field Values
-
LEGAL_VALUE
public static final int LEGAL_VALUE
A legal job, such as Law Clerk.
LEGAL = 17;- See Also:
- Constant Field Values
-
MANAGEMENT_VALUE
public static final int MANAGEMENT_VALUE
A management job, often used in conjunction with another category, such as Store Manager.
MANAGEMENT = 18;- See Also:
- Constant Field Values
-
MANUFACTURING_AND_WAREHOUSE_VALUE
public static final int MANUFACTURING_AND_WAREHOUSE_VALUE
A manufacturing or warehouse job, such as Assembly Technician.
MANUFACTURING_AND_WAREHOUSE = 19;- See Also:
- Constant Field Values
-
MEDIA_COMMUNICATIONS_AND_WRITING_VALUE
public static final int MEDIA_COMMUNICATIONS_AND_WRITING_VALUE
A media, communications, or writing job, such as Media Relations.
MEDIA_COMMUNICATIONS_AND_WRITING = 20;- See Also:
- Constant Field Values
-
OIL_GAS_AND_MINING_VALUE
public static final int OIL_GAS_AND_MINING_VALUE
An oil, gas or mining job, such as Offshore Driller.
OIL_GAS_AND_MINING = 21;- See Also:
- Constant Field Values
-
PERSONAL_CARE_AND_SERVICES_VALUE
public static final int PERSONAL_CARE_AND_SERVICES_VALUE
A personal care and services job, such as Hair Stylist.
PERSONAL_CARE_AND_SERVICES = 22;- See Also:
- Constant Field Values
-
PROTECTIVE_SERVICES_VALUE
public static final int PROTECTIVE_SERVICES_VALUE
A protective services job, such as Security Guard.
PROTECTIVE_SERVICES = 23;- See Also:
- Constant Field Values
-
REAL_ESTATE_VALUE
public static final int REAL_ESTATE_VALUE
A real estate job, such as Buyer's Agent.
REAL_ESTATE = 24;- See Also:
- Constant Field Values
-
RESTAURANT_AND_HOSPITALITY_VALUE
public static final int RESTAURANT_AND_HOSPITALITY_VALUE
A restaurant and hospitality job, such as Restaurant Server.
RESTAURANT_AND_HOSPITALITY = 25;- See Also:
- Constant Field Values
-
SALES_AND_RETAIL_VALUE
public static final int SALES_AND_RETAIL_VALUE
A sales and/or retail job, such Sales Associate.
SALES_AND_RETAIL = 26;- See Also:
- Constant Field Values
-
SCIENCE_AND_ENGINEERING_VALUE
public static final int SCIENCE_AND_ENGINEERING_VALUE
A science and engineering job, such as Lab Technician.
SCIENCE_AND_ENGINEERING = 27;- See Also:
- Constant Field Values
-
SOCIAL_SERVICES_AND_NON_PROFIT_VALUE
public static final int SOCIAL_SERVICES_AND_NON_PROFIT_VALUE
A social services or non-profit job, such as Case Worker.
SOCIAL_SERVICES_AND_NON_PROFIT = 28;- See Also:
- Constant Field Values
-
SPORTS_FITNESS_AND_RECREATION_VALUE
public static final int SPORTS_FITNESS_AND_RECREATION_VALUE
A sports, fitness, or recreation job, such as Personal Trainer.
SPORTS_FITNESS_AND_RECREATION = 29;- See Also:
- Constant Field Values
-
TRANSPORTATION_AND_LOGISTICS_VALUE
public static final int TRANSPORTATION_AND_LOGISTICS_VALUE
A transportation or logistics job, such as Truck Driver.
TRANSPORTATION_AND_LOGISTICS = 30;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static JobCategory[] 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 (JobCategory c : JobCategory.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static JobCategory 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 nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static JobCategory 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 nameNullPointerException- if the argument is null
-
forNumber
public static JobCategory 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<JobCategory> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static JobCategory 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 nameNullPointerException- if the argument is null
-
-