public enum JobCategory extends Enum<JobCategory> implements 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 enum
google.cloud.talent.v4beta1.JobCategory
Enum Constant and Description |
---|
ACCOUNTING_AND_FINANCE
An accounting and finance job, such as an Accountant.
|
ADMINISTRATIVE_AND_OFFICE
An administrative and office job, such as an Administrative Assistant.
|
ADVERTISING_AND_MARKETING
An advertising and marketing job, such as Marketing Manager.
|
ANIMAL_CARE
An animal care job, such as Veterinarian.
|
ART_FASHION_AND_DESIGN
An art, fashion, or design job, such as Designer.
|
BUSINESS_OPERATIONS
A business operations job, such as Business Operations Manager.
|
CLEANING_AND_FACILITIES
A cleaning and facilities job, such as Custodial Staff.
|
COMPUTER_AND_IT
A computer and IT job, such as Systems Administrator.
|
CONSTRUCTION
A construction job, such as General Laborer.
|
CUSTOMER_SERVICE
A customer service job, such s Cashier.
|
EDUCATION
An education job, such as School Teacher.
|
ENTERTAINMENT_AND_TRAVEL
An entertainment and travel job, such as Flight Attendant.
|
FARMING_AND_OUTDOORS
A farming or outdoor job, such as Park Ranger.
|
HEALTHCARE
A healthcare job, such as Registered Nurse.
|
HUMAN_RESOURCES
A human resources job, such as Human Resources Director.
|
INSTALLATION_MAINTENANCE_AND_REPAIR
An installation, maintenance, or repair job, such as Electrician.
|
JOB_CATEGORY_UNSPECIFIED
The default value if the category isn't specified.
|
LEGAL
A legal job, such as Law Clerk.
|
MANAGEMENT
A management job, often used in conjunction with another category,
such as Store Manager.
|
MANUFACTURING_AND_WAREHOUSE
A manufacturing or warehouse job, such as Assembly Technician.
|
MEDIA_COMMUNICATIONS_AND_WRITING
A media, communications, or writing job, such as Media Relations.
|
OIL_GAS_AND_MINING
An oil, gas or mining job, such as Offshore Driller.
|
PERSONAL_CARE_AND_SERVICES
A personal care and services job, such as Hair Stylist.
|
PROTECTIVE_SERVICES
A protective services job, such as Security Guard.
|
REAL_ESTATE
A real estate job, such as Buyer's Agent.
|
RESTAURANT_AND_HOSPITALITY
A restaurant and hospitality job, such as Restaurant Server.
|
SALES_AND_RETAIL
A sales and/or retail job, such Sales Associate.
|
SCIENCE_AND_ENGINEERING
A science and engineering job, such as Lab Technician.
|
SOCIAL_SERVICES_AND_NON_PROFIT
A social services or non-profit job, such as Case Worker.
|
SPORTS_FITNESS_AND_RECREATION
A sports, fitness, or recreation job, such as Personal Trainer.
|
TRANSPORTATION_AND_LOGISTICS
A transportation or logistics job, such as Truck Driver.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
ACCOUNTING_AND_FINANCE_VALUE
An accounting and finance job, such as an Accountant.
|
static int |
ADMINISTRATIVE_AND_OFFICE_VALUE
An administrative and office job, such as an Administrative Assistant.
|
static int |
ADVERTISING_AND_MARKETING_VALUE
An advertising and marketing job, such as Marketing Manager.
|
static int |
ANIMAL_CARE_VALUE
An animal care job, such as Veterinarian.
|
static int |
ART_FASHION_AND_DESIGN_VALUE
An art, fashion, or design job, such as Designer.
|
static int |
BUSINESS_OPERATIONS_VALUE
A business operations job, such as Business Operations Manager.
|
static int |
CLEANING_AND_FACILITIES_VALUE
A cleaning and facilities job, such as Custodial Staff.
|
static int |
COMPUTER_AND_IT_VALUE
A computer and IT job, such as Systems Administrator.
|
static int |
CONSTRUCTION_VALUE
A construction job, such as General Laborer.
|
static int |
CUSTOMER_SERVICE_VALUE
A customer service job, such s Cashier.
|
static int |
EDUCATION_VALUE
An education job, such as School Teacher.
|
static int |
ENTERTAINMENT_AND_TRAVEL_VALUE
An entertainment and travel job, such as Flight Attendant.
|
static int |
FARMING_AND_OUTDOORS_VALUE
A farming or outdoor job, such as Park Ranger.
|
static int |
HEALTHCARE_VALUE
A healthcare job, such as Registered Nurse.
|
static int |
HUMAN_RESOURCES_VALUE
A human resources job, such as Human Resources Director.
|
static int |
INSTALLATION_MAINTENANCE_AND_REPAIR_VALUE
An installation, maintenance, or repair job, such as Electrician.
|
static int |
JOB_CATEGORY_UNSPECIFIED_VALUE
The default value if the category isn't specified.
|
static int |
LEGAL_VALUE
A legal job, such as Law Clerk.
|
static int |
MANAGEMENT_VALUE
A management job, often used in conjunction with another category,
such as Store Manager.
|
static int |
MANUFACTURING_AND_WAREHOUSE_VALUE
A manufacturing or warehouse job, such as Assembly Technician.
|
static int |
MEDIA_COMMUNICATIONS_AND_WRITING_VALUE
A media, communications, or writing job, such as Media Relations.
|
static int |
OIL_GAS_AND_MINING_VALUE
An oil, gas or mining job, such as Offshore Driller.
|
static int |
PERSONAL_CARE_AND_SERVICES_VALUE
A personal care and services job, such as Hair Stylist.
|
static int |
PROTECTIVE_SERVICES_VALUE
A protective services job, such as Security Guard.
|
static int |
REAL_ESTATE_VALUE
A real estate job, such as Buyer's Agent.
|
static int |
RESTAURANT_AND_HOSPITALITY_VALUE
A restaurant and hospitality job, such as Restaurant Server.
|
static int |
SALES_AND_RETAIL_VALUE
A sales and/or retail job, such Sales Associate.
|
static int |
SCIENCE_AND_ENGINEERING_VALUE
A science and engineering job, such as Lab Technician.
|
static int |
SOCIAL_SERVICES_AND_NON_PROFIT_VALUE
A social services or non-profit job, such as Case Worker.
|
static int |
SPORTS_FITNESS_AND_RECREATION_VALUE
A sports, fitness, or recreation job, such as Personal Trainer.
|
static int |
TRANSPORTATION_AND_LOGISTICS_VALUE
A transportation or logistics job, such as Truck Driver.
|
Modifier and Type | Method and Description |
---|---|
static JobCategory |
forNumber(int value) |
static Descriptors.EnumDescriptor |
getDescriptor() |
Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static Internal.EnumLiteMap<JobCategory> |
internalGetValueMap() |
static JobCategory |
valueOf(Descriptors.EnumValueDescriptor desc) |
static JobCategory |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobCategory |
valueOf(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.
|
public static final JobCategory JOB_CATEGORY_UNSPECIFIED
The default value if the category isn't specified.
JOB_CATEGORY_UNSPECIFIED = 0;
public static final JobCategory ACCOUNTING_AND_FINANCE
An accounting and finance job, such as an Accountant.
ACCOUNTING_AND_FINANCE = 1;
public static final JobCategory ADMINISTRATIVE_AND_OFFICE
An administrative and office job, such as an Administrative Assistant.
ADMINISTRATIVE_AND_OFFICE = 2;
public static final JobCategory ADVERTISING_AND_MARKETING
An advertising and marketing job, such as Marketing Manager.
ADVERTISING_AND_MARKETING = 3;
public static final JobCategory ANIMAL_CARE
An animal care job, such as Veterinarian.
ANIMAL_CARE = 4;
public static final JobCategory ART_FASHION_AND_DESIGN
An art, fashion, or design job, such as Designer.
ART_FASHION_AND_DESIGN = 5;
public static final JobCategory BUSINESS_OPERATIONS
A business operations job, such as Business Operations Manager.
BUSINESS_OPERATIONS = 6;
public static final JobCategory CLEANING_AND_FACILITIES
A cleaning and facilities job, such as Custodial Staff.
CLEANING_AND_FACILITIES = 7;
public static final JobCategory COMPUTER_AND_IT
A computer and IT job, such as Systems Administrator.
COMPUTER_AND_IT = 8;
public static final JobCategory CONSTRUCTION
A construction job, such as General Laborer.
CONSTRUCTION = 9;
public static final JobCategory CUSTOMER_SERVICE
A customer service job, such s Cashier.
CUSTOMER_SERVICE = 10;
public static final JobCategory EDUCATION
An education job, such as School Teacher.
EDUCATION = 11;
public static final JobCategory ENTERTAINMENT_AND_TRAVEL
An entertainment and travel job, such as Flight Attendant.
ENTERTAINMENT_AND_TRAVEL = 12;
public static final JobCategory FARMING_AND_OUTDOORS
A farming or outdoor job, such as Park Ranger.
FARMING_AND_OUTDOORS = 13;
public static final JobCategory HEALTHCARE
A healthcare job, such as Registered Nurse.
HEALTHCARE = 14;
public static final JobCategory HUMAN_RESOURCES
A human resources job, such as Human Resources Director.
HUMAN_RESOURCES = 15;
public static final JobCategory INSTALLATION_MAINTENANCE_AND_REPAIR
An installation, maintenance, or repair job, such as Electrician.
INSTALLATION_MAINTENANCE_AND_REPAIR = 16;
public static final JobCategory LEGAL
A legal job, such as Law Clerk.
LEGAL = 17;
public static final JobCategory MANAGEMENT
A management job, often used in conjunction with another category, such as Store Manager.
MANAGEMENT = 18;
public static final JobCategory MANUFACTURING_AND_WAREHOUSE
A manufacturing or warehouse job, such as Assembly Technician.
MANUFACTURING_AND_WAREHOUSE = 19;
public static final JobCategory MEDIA_COMMUNICATIONS_AND_WRITING
A media, communications, or writing job, such as Media Relations.
MEDIA_COMMUNICATIONS_AND_WRITING = 20;
public static final JobCategory OIL_GAS_AND_MINING
An oil, gas or mining job, such as Offshore Driller.
OIL_GAS_AND_MINING = 21;
public static final JobCategory PERSONAL_CARE_AND_SERVICES
A personal care and services job, such as Hair Stylist.
PERSONAL_CARE_AND_SERVICES = 22;
public static final JobCategory PROTECTIVE_SERVICES
A protective services job, such as Security Guard.
PROTECTIVE_SERVICES = 23;
public static final JobCategory REAL_ESTATE
A real estate job, such as Buyer's Agent.
REAL_ESTATE = 24;
public static final JobCategory RESTAURANT_AND_HOSPITALITY
A restaurant and hospitality job, such as Restaurant Server.
RESTAURANT_AND_HOSPITALITY = 25;
public static final JobCategory SALES_AND_RETAIL
A sales and/or retail job, such Sales Associate.
SALES_AND_RETAIL = 26;
public static final JobCategory SCIENCE_AND_ENGINEERING
A science and engineering job, such as Lab Technician.
SCIENCE_AND_ENGINEERING = 27;
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;
public static final JobCategory SPORTS_FITNESS_AND_RECREATION
A sports, fitness, or recreation job, such as Personal Trainer.
SPORTS_FITNESS_AND_RECREATION = 29;
public static final JobCategory TRANSPORTATION_AND_LOGISTICS
A transportation or logistics job, such as Truck Driver.
TRANSPORTATION_AND_LOGISTICS = 30;
public static final JobCategory UNRECOGNIZED
public static final int JOB_CATEGORY_UNSPECIFIED_VALUE
The default value if the category isn't specified.
JOB_CATEGORY_UNSPECIFIED = 0;
public static final int ACCOUNTING_AND_FINANCE_VALUE
An accounting and finance job, such as an Accountant.
ACCOUNTING_AND_FINANCE = 1;
public static final int ADMINISTRATIVE_AND_OFFICE_VALUE
An administrative and office job, such as an Administrative Assistant.
ADMINISTRATIVE_AND_OFFICE = 2;
public static final int ADVERTISING_AND_MARKETING_VALUE
An advertising and marketing job, such as Marketing Manager.
ADVERTISING_AND_MARKETING = 3;
public static final int ANIMAL_CARE_VALUE
An animal care job, such as Veterinarian.
ANIMAL_CARE = 4;
public static final int ART_FASHION_AND_DESIGN_VALUE
An art, fashion, or design job, such as Designer.
ART_FASHION_AND_DESIGN = 5;
public static final int BUSINESS_OPERATIONS_VALUE
A business operations job, such as Business Operations Manager.
BUSINESS_OPERATIONS = 6;
public static final int CLEANING_AND_FACILITIES_VALUE
A cleaning and facilities job, such as Custodial Staff.
CLEANING_AND_FACILITIES = 7;
public static final int COMPUTER_AND_IT_VALUE
A computer and IT job, such as Systems Administrator.
COMPUTER_AND_IT = 8;
public static final int CONSTRUCTION_VALUE
A construction job, such as General Laborer.
CONSTRUCTION = 9;
public static final int CUSTOMER_SERVICE_VALUE
A customer service job, such s Cashier.
CUSTOMER_SERVICE = 10;
public static final int EDUCATION_VALUE
An education job, such as School Teacher.
EDUCATION = 11;
public static final int ENTERTAINMENT_AND_TRAVEL_VALUE
An entertainment and travel job, such as Flight Attendant.
ENTERTAINMENT_AND_TRAVEL = 12;
public static final int FARMING_AND_OUTDOORS_VALUE
A farming or outdoor job, such as Park Ranger.
FARMING_AND_OUTDOORS = 13;
public static final int HEALTHCARE_VALUE
A healthcare job, such as Registered Nurse.
HEALTHCARE = 14;
public static final int HUMAN_RESOURCES_VALUE
A human resources job, such as Human Resources Director.
HUMAN_RESOURCES = 15;
public static final int INSTALLATION_MAINTENANCE_AND_REPAIR_VALUE
An installation, maintenance, or repair job, such as Electrician.
INSTALLATION_MAINTENANCE_AND_REPAIR = 16;
public static final int LEGAL_VALUE
A legal job, such as Law Clerk.
LEGAL = 17;
public static final int MANAGEMENT_VALUE
A management job, often used in conjunction with another category, such as Store Manager.
MANAGEMENT = 18;
public static final int MANUFACTURING_AND_WAREHOUSE_VALUE
A manufacturing or warehouse job, such as Assembly Technician.
MANUFACTURING_AND_WAREHOUSE = 19;
public static final int MEDIA_COMMUNICATIONS_AND_WRITING_VALUE
A media, communications, or writing job, such as Media Relations.
MEDIA_COMMUNICATIONS_AND_WRITING = 20;
public static final int OIL_GAS_AND_MINING_VALUE
An oil, gas or mining job, such as Offshore Driller.
OIL_GAS_AND_MINING = 21;
public static final int PERSONAL_CARE_AND_SERVICES_VALUE
A personal care and services job, such as Hair Stylist.
PERSONAL_CARE_AND_SERVICES = 22;
public static final int PROTECTIVE_SERVICES_VALUE
A protective services job, such as Security Guard.
PROTECTIVE_SERVICES = 23;
public static final int REAL_ESTATE_VALUE
A real estate job, such as Buyer's Agent.
REAL_ESTATE = 24;
public static final int RESTAURANT_AND_HOSPITALITY_VALUE
A restaurant and hospitality job, such as Restaurant Server.
RESTAURANT_AND_HOSPITALITY = 25;
public static final int SALES_AND_RETAIL_VALUE
A sales and/or retail job, such Sales Associate.
SALES_AND_RETAIL = 26;
public static final int SCIENCE_AND_ENGINEERING_VALUE
A science and engineering job, such as Lab Technician.
SCIENCE_AND_ENGINEERING = 27;
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;
public static final int SPORTS_FITNESS_AND_RECREATION_VALUE
A sports, fitness, or recreation job, such as Personal Trainer.
SPORTS_FITNESS_AND_RECREATION = 29;
public static final int TRANSPORTATION_AND_LOGISTICS_VALUE
A transportation or logistics job, such as Truck Driver.
TRANSPORTATION_AND_LOGISTICS = 30;
public static JobCategory[] values()
for (JobCategory c : JobCategory.values()) System.out.println(c);
public static JobCategory valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface Internal.EnumLite
getNumber
in interface ProtocolMessageEnum
@Deprecated public static JobCategory valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static JobCategory forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static Internal.EnumLiteMap<JobCategory> internalGetValueMap()
public final Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface ProtocolMessageEnum
public final Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface ProtocolMessageEnum
public static final Descriptors.EnumDescriptor getDescriptor()
public static JobCategory valueOf(Descriptors.EnumValueDescriptor desc)
Copyright © 2022 Google LLC. All rights reserved.