Enum google_api_proto::google::cloud::talent::v4::JobCategory
source · #[repr(i32)]pub enum JobCategory {
Show 31 variants
Unspecified = 0,
AccountingAndFinance = 1,
AdministrativeAndOffice = 2,
AdvertisingAndMarketing = 3,
AnimalCare = 4,
ArtFashionAndDesign = 5,
BusinessOperations = 6,
CleaningAndFacilities = 7,
ComputerAndIt = 8,
Construction = 9,
CustomerService = 10,
Education = 11,
EntertainmentAndTravel = 12,
FarmingAndOutdoors = 13,
Healthcare = 14,
HumanResources = 15,
InstallationMaintenanceAndRepair = 16,
Legal = 17,
Management = 18,
ManufacturingAndWarehouse = 19,
MediaCommunicationsAndWriting = 20,
OilGasAndMining = 21,
PersonalCareAndServices = 22,
ProtectiveServices = 23,
RealEstate = 24,
RestaurantAndHospitality = 25,
SalesAndRetail = 26,
ScienceAndEngineering = 27,
SocialServicesAndNonProfit = 28,
SportsFitnessAndRecreation = 29,
TransportationAndLogistics = 30,
}
Expand description
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.
Variants§
Unspecified = 0
The default value if the category isn’t specified.
AccountingAndFinance = 1
An accounting and finance job, such as an Accountant.
AdministrativeAndOffice = 2
An administrative and office job, such as an Administrative Assistant.
AdvertisingAndMarketing = 3
An advertising and marketing job, such as Marketing Manager.
AnimalCare = 4
An animal care job, such as Veterinarian.
ArtFashionAndDesign = 5
An art, fashion, or design job, such as Designer.
BusinessOperations = 6
A business operations job, such as Business Operations Manager.
CleaningAndFacilities = 7
A cleaning and facilities job, such as Custodial Staff.
ComputerAndIt = 8
A computer and IT job, such as Systems Administrator.
Construction = 9
A construction job, such as General Laborer.
CustomerService = 10
A customer service job, such s Cashier.
Education = 11
An education job, such as School Teacher.
EntertainmentAndTravel = 12
An entertainment and travel job, such as Flight Attendant.
FarmingAndOutdoors = 13
A farming or outdoor job, such as Park Ranger.
Healthcare = 14
A healthcare job, such as Registered Nurse.
HumanResources = 15
A human resources job, such as Human Resources Director.
InstallationMaintenanceAndRepair = 16
An installation, maintenance, or repair job, such as Electrician.
Legal = 17
A legal job, such as Law Clerk.
Management = 18
A management job, often used in conjunction with another category, such as Store Manager.
ManufacturingAndWarehouse = 19
A manufacturing or warehouse job, such as Assembly Technician.
MediaCommunicationsAndWriting = 20
A media, communications, or writing job, such as Media Relations.
OilGasAndMining = 21
An oil, gas or mining job, such as Offshore Driller.
PersonalCareAndServices = 22
A personal care and services job, such as Hair Stylist.
ProtectiveServices = 23
A protective services job, such as Security Guard.
RealEstate = 24
A real estate job, such as Buyer’s Agent.
RestaurantAndHospitality = 25
A restaurant and hospitality job, such as Restaurant Server.
SalesAndRetail = 26
A sales and/or retail job, such Sales Associate.
ScienceAndEngineering = 27
A science and engineering job, such as Lab Technician.
SocialServicesAndNonProfit = 28
A social services or non-profit job, such as Case Worker.
SportsFitnessAndRecreation = 29
A sports, fitness, or recreation job, such as Personal Trainer.
TransportationAndLogistics = 30
A transportation or logistics job, such as Truck Driver.
Implementations§
source§impl JobCategory
impl JobCategory
source§impl JobCategory
impl JobCategory
sourcepub fn as_str_name(&self) -> &'static str
pub fn as_str_name(&self) -> &'static str
String value of the enum field names used in the ProtoBuf definition.
The values are not transformed in any way and thus are considered stable (if the ProtoBuf definition does not change) and safe for programmatic use.
sourcepub fn from_str_name(value: &str) -> Option<Self>
pub fn from_str_name(value: &str) -> Option<Self>
Creates an enum from field names used in the ProtoBuf definition.
Trait Implementations§
source§impl Clone for JobCategory
impl Clone for JobCategory
source§fn clone(&self) -> JobCategory
fn clone(&self) -> JobCategory
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for JobCategory
impl Debug for JobCategory
source§impl Default for JobCategory
impl Default for JobCategory
source§fn default() -> JobCategory
fn default() -> JobCategory
source§impl From<JobCategory> for i32
impl From<JobCategory> for i32
source§fn from(value: JobCategory) -> i32
fn from(value: JobCategory) -> i32
source§impl Hash for JobCategory
impl Hash for JobCategory
source§impl Ord for JobCategory
impl Ord for JobCategory
source§fn cmp(&self, other: &JobCategory) -> Ordering
fn cmp(&self, other: &JobCategory) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
source§impl PartialEq for JobCategory
impl PartialEq for JobCategory
source§fn eq(&self, other: &JobCategory) -> bool
fn eq(&self, other: &JobCategory) -> bool
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for JobCategory
impl PartialOrd for JobCategory
source§fn partial_cmp(&self, other: &JobCategory) -> Option<Ordering>
fn partial_cmp(&self, other: &JobCategory) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
self
and other
) and is used by the <=
operator. Read moresource§impl TryFrom<i32> for JobCategory
impl TryFrom<i32> for JobCategory
§type Error = UnknownEnumValue
type Error = UnknownEnumValue
source§fn try_from(value: i32) -> Result<JobCategory, UnknownEnumValue>
fn try_from(value: i32) -> Result<JobCategory, UnknownEnumValue>
impl Copy for JobCategory
impl Eq for JobCategory
impl StructuralPartialEq for JobCategory
Auto Trait Implementations§
impl Freeze for JobCategory
impl RefUnwindSafe for JobCategory
impl Send for JobCategory
impl Sync for JobCategory
impl Unpin for JobCategory
impl UnwindSafe for JobCategory
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
key
and return true
if they are equal.§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request