gogol-jobs-0.4.0: Google Cloud Talent Solution SDK.

Copyright(c) 2015-2016 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone
LanguageHaskell2010

Network.Google.Jobs.Types

Contents

Description

 
Synopsis

Service Configuration

jobsService :: ServiceConfig Source #

Default request referring to version v3p1beta1 of the Cloud Talent Solution API. This contains the host and root path used as a starting point for constructing service requests.

OAuth Scopes

cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"] Source #

View and manage your data across Google Cloud Platform services

jobsScope :: Proxy '["https://www.googleapis.com/auth/jobs"] Source #

Manage job postings

LatLng

data LatLng Source #

An object representing a latitude/longitude pair. This is expressed as a pair of doubles representing degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges.

See: latLng smart constructor.

Instances
Eq LatLng Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

(==) :: LatLng -> LatLng -> Bool #

(/=) :: LatLng -> LatLng -> Bool #

Data LatLng Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LatLng -> c LatLng #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LatLng #

toConstr :: LatLng -> Constr #

dataTypeOf :: LatLng -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LatLng) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LatLng) #

gmapT :: (forall b. Data b => b -> b) -> LatLng -> LatLng #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LatLng -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LatLng -> r #

gmapQ :: (forall d. Data d => d -> u) -> LatLng -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LatLng -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LatLng -> m LatLng #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LatLng -> m LatLng #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LatLng -> m LatLng #

Show LatLng Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic LatLng Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep LatLng :: Type -> Type #

Methods

from :: LatLng -> Rep LatLng x #

to :: Rep LatLng x -> LatLng #

ToJSON LatLng Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON LatLng Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep LatLng Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep LatLng = D1 (MetaData "LatLng" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "LatLng'" PrefixI True) (S1 (MetaSel (Just "_llLatitude") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_llLongitude") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))))

latLng :: LatLng Source #

Creates a value of LatLng with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

llLatitude :: Lens' LatLng (Maybe Double) Source #

The latitude in degrees. It must be in the range [-90.0, +90.0].

llLongitude :: Lens' LatLng (Maybe Double) Source #

The longitude in degrees. It must be in the range [-180.0, +180.0].

ApplicationInfo

data ApplicationInfo Source #

Application related details of a job posting.

See: applicationInfo smart constructor.

Instances
Eq ApplicationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data ApplicationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ApplicationInfo -> c ApplicationInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ApplicationInfo #

toConstr :: ApplicationInfo -> Constr #

dataTypeOf :: ApplicationInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ApplicationInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ApplicationInfo) #

gmapT :: (forall b. Data b => b -> b) -> ApplicationInfo -> ApplicationInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ApplicationInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> ApplicationInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ApplicationInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ApplicationInfo -> m ApplicationInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationInfo -> m ApplicationInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ApplicationInfo -> m ApplicationInfo #

Show ApplicationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic ApplicationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep ApplicationInfo :: Type -> Type #

ToJSON ApplicationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON ApplicationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ApplicationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ApplicationInfo = D1 (MetaData "ApplicationInfo" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "ApplicationInfo'" PrefixI True) (S1 (MetaSel (Just "_aiURIs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_aiEmails") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_aiInstruction") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

applicationInfo :: ApplicationInfo Source #

Creates a value of ApplicationInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

aiURIs :: Lens' ApplicationInfo [Text] Source #

Optional but at least one of uris, emails or instruction must be specified. Use this URI field to direct an applicant to a website, for example to link to an online application form. The maximum number of allowed characters for each entry is 2,000.

aiEmails :: Lens' ApplicationInfo [Text] Source #

Optional but at least one of uris, emails or instruction must be specified. Use this field to specify email address(es) to which resumes or applications can be sent. The maximum number of allowed characters for each entry is 255.

aiInstruction :: Lens' ApplicationInfo (Maybe Text) Source #

Optional but at least one of uris, emails or instruction must be specified. Use this field to provide instructions, such as "Mail your application to ...", that a candidate can follow to apply for the job. This field accepts and sanitizes HTML input, and also accepts bold, italic, ordered list, and unordered list markup tags. The maximum number of allowed characters is 3,000.

MatchingJob

data MatchingJob Source #

Output only. Job entry with metadata inside SearchJobsResponse.

See: matchingJob smart constructor.

Instances
Eq MatchingJob Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data MatchingJob Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> MatchingJob -> c MatchingJob #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c MatchingJob #

toConstr :: MatchingJob -> Constr #

dataTypeOf :: MatchingJob -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c MatchingJob) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c MatchingJob) #

gmapT :: (forall b. Data b => b -> b) -> MatchingJob -> MatchingJob #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> MatchingJob -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> MatchingJob -> r #

gmapQ :: (forall d. Data d => d -> u) -> MatchingJob -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> MatchingJob -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> MatchingJob -> m MatchingJob #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> MatchingJob -> m MatchingJob #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> MatchingJob -> m MatchingJob #

Show MatchingJob Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic MatchingJob Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep MatchingJob :: Type -> Type #

ToJSON MatchingJob Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON MatchingJob Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep MatchingJob Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep MatchingJob = D1 (MetaData "MatchingJob" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "MatchingJob'" PrefixI True) ((S1 (MetaSel (Just "_mjJobTitleSnippet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mjJobSummary") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_mjCommuteInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CommuteInfo)) :*: (S1 (MetaSel (Just "_mjSearchTextSnippet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_mjJob") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Job))))))

matchingJob :: MatchingJob Source #

Creates a value of MatchingJob with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

mjJobTitleSnippet :: Lens' MatchingJob (Maybe Text) Source #

Contains snippets of text from the Job.job_title field most closely matching a search query's keywords, if available. The matching query keywords are enclosed in HTML bold tags.

mjJobSummary :: Lens' MatchingJob (Maybe Text) Source #

A summary of the job with core information that's displayed on the search results listing page.

mjCommuteInfo :: Lens' MatchingJob (Maybe CommuteInfo) Source #

Commute information which is generated based on specified CommuteFilter.

mjSearchTextSnippet :: Lens' MatchingJob (Maybe Text) Source #

Contains snippets of text from the Job.description and similar fields that most closely match a search query's keywords, if available. All HTML tags in the original fields are stripped when returned in this field, and matching query keywords are enclosed in HTML bold tags.

mjJob :: Lens' MatchingJob (Maybe Job) Source #

Job resource that matches the specified SearchJobsRequest.

CompensationFilterType

data CompensationFilterType Source #

Required. Type of filter.

Constructors

FilterTypeUnspecified

FILTER_TYPE_UNSPECIFIED Filter type unspecified. Position holder, INVALID, should never be used.

UnitOnly

UNIT_ONLY Filter by `base compensation entry's` unit. A job is a match if and only if the job contains a base CompensationEntry and the base CompensationEntry's unit matches provided units. Populate one or more units. See CompensationInfo.CompensationEntry for definition of base compensation entry.

UnitAndAmount

UNIT_AND_AMOUNT Filter by `base compensation entry's` unit and amount / range. A job is a match if and only if the job contains a base CompensationEntry, and the base entry's unit matches provided compensation_units and amount or range overlaps with provided compensation_range. See CompensationInfo.CompensationEntry for definition of base compensation entry. Set exactly one units and populate range.

AnnualizedBaseAmount

ANNUALIZED_BASE_AMOUNT Filter by annualized base compensation amount and `base compensation entry's` unit. Populate range and zero or more units.

AnnualizedTotalAmount

ANNUALIZED_TOTAL_AMOUNT Filter by annualized total compensation amount and `base compensation entry's` unit . Populate range and zero or more units.

Instances
Enum CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompensationFilterType -> c CompensationFilterType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompensationFilterType #

toConstr :: CompensationFilterType -> Constr #

dataTypeOf :: CompensationFilterType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompensationFilterType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompensationFilterType) #

gmapT :: (forall b. Data b => b -> b) -> CompensationFilterType -> CompensationFilterType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompensationFilterType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompensationFilterType -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompensationFilterType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompensationFilterType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompensationFilterType -> m CompensationFilterType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationFilterType -> m CompensationFilterType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationFilterType -> m CompensationFilterType #

Ord CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep CompensationFilterType :: Type -> Type #

Hashable CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompensationFilterType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompensationFilterType = D1 (MetaData "CompensationFilterType" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((C1 (MetaCons "FilterTypeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "UnitOnly" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "UnitAndAmount" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "AnnualizedBaseAmount" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AnnualizedTotalAmount" PrefixI False) (U1 :: Type -> Type))))

RequestMetadata

data RequestMetadata Source #

Input only. Meta information related to the job searcher or entity conducting the job search. This information is used to improve the performance of the service.

See: requestMetadata smart constructor.

Instances
Eq RequestMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data RequestMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> RequestMetadata -> c RequestMetadata #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c RequestMetadata #

toConstr :: RequestMetadata -> Constr #

dataTypeOf :: RequestMetadata -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c RequestMetadata) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c RequestMetadata) #

gmapT :: (forall b. Data b => b -> b) -> RequestMetadata -> RequestMetadata #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> RequestMetadata -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> RequestMetadata -> r #

gmapQ :: (forall d. Data d => d -> u) -> RequestMetadata -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> RequestMetadata -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> RequestMetadata -> m RequestMetadata #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestMetadata -> m RequestMetadata #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> RequestMetadata -> m RequestMetadata #

Show RequestMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic RequestMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep RequestMetadata :: Type -> Type #

ToJSON RequestMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON RequestMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep RequestMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep RequestMetadata = D1 (MetaData "RequestMetadata" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "RequestMetadata'" PrefixI True) ((S1 (MetaSel (Just "_rmDomain") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rmUserId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_rmSessionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_rmDeviceInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeviceInfo)))))

requestMetadata :: RequestMetadata Source #

Creates a value of RequestMetadata with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rmDomain :: Lens' RequestMetadata (Maybe Text) Source #

Required. The client-defined scope or source of the service call, which typically is the domain on which the service has been implemented and is currently being run. For example, if the service is being run by client Foo, Inc., on job board www.foo.com and career site www.bar.com, then this field is set to "foo.com" for use on the job board, and "bar.com" for use on the career site. If this field isn't available for some reason, send "UNKNOWN". Any improvements to the model for a particular tenant site rely on this field being set correctly to a domain. The maximum number of allowed characters is 255.

rmUserId :: Lens' RequestMetadata (Maybe Text) Source #

Required. A unique user identification string, as determined by the client. To have the strongest positive impact on search quality make sure the client-level is unique. Obfuscate this field for privacy concerns before providing it to the service. If this field is not available for some reason, send "UNKNOWN". Note that any improvements to the model for a particular tenant site, rely on this field being set correctly to a unique user_id. The maximum number of allowed characters is 255.

rmSessionId :: Lens' RequestMetadata (Maybe Text) Source #

Required. A unique session identification string. A session is defined as the duration of an end user's interaction with the service over a certain period. Obfuscate this field for privacy concerns before providing it to the service. If this field is not available for some reason, send "UNKNOWN". Note that any improvements to the model for a particular tenant site, rely on this field being set correctly to some unique session_id. The maximum number of allowed characters is 255.

rmDeviceInfo :: Lens' RequestMetadata (Maybe DeviceInfo) Source #

Optional. The type of device used by the job seeker at the time of the call to the service.

UpdateCompanyRequest

data UpdateCompanyRequest Source #

Input only. Request for updating a specified company.

See: updateCompanyRequest smart constructor.

Instances
Eq UpdateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data UpdateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateCompanyRequest -> c UpdateCompanyRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateCompanyRequest #

toConstr :: UpdateCompanyRequest -> Constr #

dataTypeOf :: UpdateCompanyRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UpdateCompanyRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateCompanyRequest) #

gmapT :: (forall b. Data b => b -> b) -> UpdateCompanyRequest -> UpdateCompanyRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateCompanyRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateCompanyRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateCompanyRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateCompanyRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateCompanyRequest -> m UpdateCompanyRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateCompanyRequest -> m UpdateCompanyRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateCompanyRequest -> m UpdateCompanyRequest #

Show UpdateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic UpdateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep UpdateCompanyRequest :: Type -> Type #

ToJSON UpdateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON UpdateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep UpdateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep UpdateCompanyRequest = D1 (MetaData "UpdateCompanyRequest" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "UpdateCompanyRequest'" PrefixI True) (S1 (MetaSel (Just "_ucrUpdateMask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GFieldMask)) :*: S1 (MetaSel (Just "_ucrCompany") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Company))))

updateCompanyRequest :: UpdateCompanyRequest Source #

Creates a value of UpdateCompanyRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ucrUpdateMask :: Lens' UpdateCompanyRequest (Maybe GFieldMask) Source #

Optional but strongly recommended for the best service experience. If update_mask is provided, only the specified fields in company are updated. Otherwise all the fields are updated. A field mask to specify the company fields to be updated. Only top level fields of Company are supported.

ucrCompany :: Lens' UpdateCompanyRequest (Maybe Company) Source #

Required. The company resource to replace the current resource in the system.

HistogramResultSearchType

data HistogramResultSearchType Source #

The Histogram search filters.

Constructors

SearchTypeUnspecified

SEARCH_TYPE_UNSPECIFIED The default value if search type is not specified.

CompanyId

COMPANY_ID Filter by the company id field.

EmploymentType

EMPLOYMENT_TYPE Filter by the employment type field, such as `FULL_TIME` or `PART_TIME`.

CompanySize

COMPANY_SIZE Filter by the company size type field, such as `BIG`, `SMALL` or `BIGGER`.

DatePublished

DATE_PUBLISHED Filter by the date published field. Possible return values are: * PAST_24_HOURS (The past 24 hours) * PAST_3_DAYS (The past 3 days) * PAST_WEEK (The past 7 days) * PAST_MONTH (The past 30 days) * PAST_YEAR (The past 365 days)

EducationLevel

EDUCATION_LEVEL Filter by the required education level of the job.

ExperienceLevel

EXPERIENCE_LEVEL Filter by the required experience level of the job.

Admin1

ADMIN_1 Filter by Admin1, which is a global placeholder for referring to state, province, or the particular term a country uses to define the geographic structure below the country level. Examples include states codes such as "CA", "IL", "NY", and provinces, such as "BC".

Country

COUNTRY Filter by the country code of job, such as US, JP, FR.

City

CITY Filter by the "city name", "Admin1 code", for example, "Mountain View, CA" or "New York, NY".

Locale

LOCALE Filter by the locale field of a job, such as "en-US", "fr-FR". This is the BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see Tags for Identifying Languages.

Language

LANGUAGE Filter by the language code portion of the locale field, such as "en" or "fr".

Category

CATEGORY Filter by the Category.

CityCoordinate

CITY_COORDINATE Filter by the city center GPS coordinate (latitude and longitude), for example, 37.4038522,-122.0987765. Since the coordinates of a city center can change, clients may need to refresh them periodically.

Admin1Country

ADMIN_1_COUNTRY A combination of state or province code with a country code. This field differs from `JOB_ADMIN1`, which can be used in multiple countries.

CompanyDisplayName

COMPANY_DISPLAY_NAME Company display name.

BaseCompensationUnit

BASE_COMPENSATION_UNIT Base compensation unit.

Instances
Enum HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HistogramResultSearchType -> c HistogramResultSearchType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HistogramResultSearchType #

toConstr :: HistogramResultSearchType -> Constr #

dataTypeOf :: HistogramResultSearchType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c HistogramResultSearchType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HistogramResultSearchType) #

gmapT :: (forall b. Data b => b -> b) -> HistogramResultSearchType -> HistogramResultSearchType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HistogramResultSearchType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HistogramResultSearchType -> r #

gmapQ :: (forall d. Data d => d -> u) -> HistogramResultSearchType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HistogramResultSearchType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HistogramResultSearchType -> m HistogramResultSearchType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramResultSearchType -> m HistogramResultSearchType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramResultSearchType -> m HistogramResultSearchType #

Ord HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep HistogramResultSearchType :: Type -> Type #

Hashable HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep HistogramResultSearchType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep HistogramResultSearchType = D1 (MetaData "HistogramResultSearchType" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((((C1 (MetaCons "SearchTypeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CompanyId" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "EmploymentType" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CompanySize" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "DatePublished" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "EducationLevel" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ExperienceLevel" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Admin1" PrefixI False) (U1 :: Type -> Type)))) :+: (((C1 (MetaCons "Country" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "City" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Locale" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Language" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "Category" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CityCoordinate" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Admin1Country" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CompanyDisplayName" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "BaseCompensationUnit" PrefixI False) (U1 :: Type -> Type))))))

CommuteFilterCommuteMethod

data CommuteFilterCommuteMethod Source #

Required. The method of transportation for which to calculate the commute time.

Constructors

CommuteMethodUnspecified

COMMUTE_METHOD_UNSPECIFIED Commute method is not specified.

Driving

DRIVING Commute time is calculated based on driving time.

Transit

TRANSIT Commute time is calculated based on public transit including bus, metro, subway, etc.

Instances
Enum CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CommuteFilterCommuteMethod -> c CommuteFilterCommuteMethod #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CommuteFilterCommuteMethod #

toConstr :: CommuteFilterCommuteMethod -> Constr #

dataTypeOf :: CommuteFilterCommuteMethod -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CommuteFilterCommuteMethod) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CommuteFilterCommuteMethod) #

gmapT :: (forall b. Data b => b -> b) -> CommuteFilterCommuteMethod -> CommuteFilterCommuteMethod #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CommuteFilterCommuteMethod -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CommuteFilterCommuteMethod -> r #

gmapQ :: (forall d. Data d => d -> u) -> CommuteFilterCommuteMethod -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CommuteFilterCommuteMethod -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CommuteFilterCommuteMethod -> m CommuteFilterCommuteMethod #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CommuteFilterCommuteMethod -> m CommuteFilterCommuteMethod #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CommuteFilterCommuteMethod -> m CommuteFilterCommuteMethod #

Ord CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep CommuteFilterCommuteMethod :: Type -> Type #

Hashable CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CommuteFilterCommuteMethod Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CommuteFilterCommuteMethod = D1 (MetaData "CommuteFilterCommuteMethod" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CommuteMethodUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Driving" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Transit" PrefixI False) (U1 :: Type -> Type)))

UpdateJobRequest

data UpdateJobRequest Source #

Input only. Update job request.

See: updateJobRequest smart constructor.

Instances
Eq UpdateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data UpdateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> UpdateJobRequest -> c UpdateJobRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c UpdateJobRequest #

toConstr :: UpdateJobRequest -> Constr #

dataTypeOf :: UpdateJobRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c UpdateJobRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c UpdateJobRequest) #

gmapT :: (forall b. Data b => b -> b) -> UpdateJobRequest -> UpdateJobRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> UpdateJobRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> UpdateJobRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> UpdateJobRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> UpdateJobRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> UpdateJobRequest -> m UpdateJobRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateJobRequest -> m UpdateJobRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> UpdateJobRequest -> m UpdateJobRequest #

Show UpdateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic UpdateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep UpdateJobRequest :: Type -> Type #

ToJSON UpdateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON UpdateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep UpdateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep UpdateJobRequest = D1 (MetaData "UpdateJobRequest" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "UpdateJobRequest'" PrefixI True) (S1 (MetaSel (Just "_ujrUpdateMask") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GFieldMask)) :*: S1 (MetaSel (Just "_ujrJob") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Job))))

updateJobRequest :: UpdateJobRequest Source #

Creates a value of UpdateJobRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ujrUpdateMask :: Lens' UpdateJobRequest (Maybe GFieldMask) Source #

Optional but strongly recommended to be provided for the best service experience. If update_mask is provided, only the specified fields in job are updated. Otherwise all the fields are updated. A field mask to restrict the fields that are updated. Only top level fields of Job are supported.

ujrJob :: Lens' UpdateJobRequest (Maybe Job) Source #

Required. The Job to be updated.

BucketizedCount

data BucketizedCount Source #

Represents count of jobs within one bucket.

See: bucketizedCount smart constructor.

Instances
Eq BucketizedCount Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data BucketizedCount Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BucketizedCount -> c BucketizedCount #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BucketizedCount #

toConstr :: BucketizedCount -> Constr #

dataTypeOf :: BucketizedCount -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BucketizedCount) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BucketizedCount) #

gmapT :: (forall b. Data b => b -> b) -> BucketizedCount -> BucketizedCount #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BucketizedCount -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BucketizedCount -> r #

gmapQ :: (forall d. Data d => d -> u) -> BucketizedCount -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BucketizedCount -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BucketizedCount -> m BucketizedCount #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BucketizedCount -> m BucketizedCount #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BucketizedCount -> m BucketizedCount #

Show BucketizedCount Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic BucketizedCount Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep BucketizedCount :: Type -> Type #

ToJSON BucketizedCount Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON BucketizedCount Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep BucketizedCount Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep BucketizedCount = D1 (MetaData "BucketizedCount" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "BucketizedCount'" PrefixI True) (S1 (MetaSel (Just "_bcCount") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_bcRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe BucketRange))))

bucketizedCount :: BucketizedCount Source #

Creates a value of BucketizedCount with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

bcCount :: Lens' BucketizedCount (Maybe Int32) Source #

Number of jobs whose numeric field value fall into `range`.

bcRange :: Lens' BucketizedCount (Maybe BucketRange) Source #

Bucket range on which histogram was performed for the numeric field, that is, the count represents number of jobs in this range.

SearchJobsRequestDiversificationLevel

data SearchJobsRequestDiversificationLevel Source #

Optional. Controls whether highly similar jobs are returned next to each other in the search results. Jobs are identified as highly similar based on their titles, job categories, and locations. Highly similar results are clustered so that only one representative job of the cluster is displayed to the job seeker higher up in the results, with the other jobs being displayed lower down in the results. Defaults to DiversificationLevel.SIMPLE if no value is specified.

Constructors

DiversificationLevelUnspecified

DIVERSIFICATION_LEVEL_UNSPECIFIED The diversification level isn't specified.

Disabled

DISABLED Disables diversification. Jobs that would normally be pushed to the last page would not have their positions altered. This may result in highly similar jobs appearing in sequence in the search results.

Simple

SIMPLE Default diversifying behavior. The result list is ordered so that highly similar results are pushed to the end of the last page of search results.

Instances
Enum SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SearchJobsRequestDiversificationLevel -> c SearchJobsRequestDiversificationLevel #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SearchJobsRequestDiversificationLevel #

toConstr :: SearchJobsRequestDiversificationLevel -> Constr #

dataTypeOf :: SearchJobsRequestDiversificationLevel -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SearchJobsRequestDiversificationLevel) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SearchJobsRequestDiversificationLevel) #

gmapT :: (forall b. Data b => b -> b) -> SearchJobsRequestDiversificationLevel -> SearchJobsRequestDiversificationLevel #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SearchJobsRequestDiversificationLevel -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SearchJobsRequestDiversificationLevel -> r #

gmapQ :: (forall d. Data d => d -> u) -> SearchJobsRequestDiversificationLevel -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SearchJobsRequestDiversificationLevel -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SearchJobsRequestDiversificationLevel -> m SearchJobsRequestDiversificationLevel #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SearchJobsRequestDiversificationLevel -> m SearchJobsRequestDiversificationLevel #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SearchJobsRequestDiversificationLevel -> m SearchJobsRequestDiversificationLevel #

Ord SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Hashable SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep SearchJobsRequestDiversificationLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep SearchJobsRequestDiversificationLevel = D1 (MetaData "SearchJobsRequestDiversificationLevel" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "DiversificationLevelUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Disabled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Simple" PrefixI False) (U1 :: Type -> Type)))

CompensationInfo

data CompensationInfo Source #

Job compensation details.

See: compensationInfo smart constructor.

Instances
Eq CompensationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CompensationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompensationInfo -> c CompensationInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompensationInfo #

toConstr :: CompensationInfo -> Constr #

dataTypeOf :: CompensationInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompensationInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompensationInfo) #

gmapT :: (forall b. Data b => b -> b) -> CompensationInfo -> CompensationInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompensationInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompensationInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompensationInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompensationInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompensationInfo -> m CompensationInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationInfo -> m CompensationInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationInfo -> m CompensationInfo #

Show CompensationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CompensationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CompensationInfo :: Type -> Type #

ToJSON CompensationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CompensationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompensationInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompensationInfo = D1 (MetaData "CompensationInfo" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CompensationInfo'" PrefixI True) (S1 (MetaSel (Just "_ciAnnualizedTotalCompensationRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompensationRange)) :*: (S1 (MetaSel (Just "_ciEntries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CompensationEntry])) :*: S1 (MetaSel (Just "_ciAnnualizedBaseCompensationRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompensationRange)))))

compensationInfo :: CompensationInfo Source #

Creates a value of CompensationInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ciAnnualizedTotalCompensationRange :: Lens' CompensationInfo (Maybe CompensationRange) Source #

Output only. Annualized total compensation range. Computed as all compensation entries' CompensationEntry.compensation times CompensationEntry.expected_units_per_year. See CompensationEntry for explanation on compensation annualization.

ciEntries :: Lens' CompensationInfo [CompensationEntry] Source #

Optional. Job compensation information. At most one entry can be of type CompensationInfo.CompensationType.BASE, which is referred as ** base compensation entry ** for the job.

ciAnnualizedBaseCompensationRange :: Lens' CompensationInfo (Maybe CompensationRange) Source #

Output only. Annualized base compensation range. Computed as base compensation entry's CompensationEntry.compensation times CompensationEntry.expected_units_per_year. See CompensationEntry for explanation on compensation annualization.

CreateCompanyRequest

data CreateCompanyRequest Source #

Input only. The Request of the CreateCompany method.

See: createCompanyRequest smart constructor.

Instances
Eq CreateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CreateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateCompanyRequest -> c CreateCompanyRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateCompanyRequest #

toConstr :: CreateCompanyRequest -> Constr #

dataTypeOf :: CreateCompanyRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreateCompanyRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateCompanyRequest) #

gmapT :: (forall b. Data b => b -> b) -> CreateCompanyRequest -> CreateCompanyRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateCompanyRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateCompanyRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateCompanyRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateCompanyRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateCompanyRequest -> m CreateCompanyRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateCompanyRequest -> m CreateCompanyRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateCompanyRequest -> m CreateCompanyRequest #

Show CreateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CreateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CreateCompanyRequest :: Type -> Type #

ToJSON CreateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CreateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CreateCompanyRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CreateCompanyRequest = D1 (MetaData "CreateCompanyRequest" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "CreateCompanyRequest'" PrefixI True) (S1 (MetaSel (Just "_ccrCompany") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Company))))

createCompanyRequest :: CreateCompanyRequest Source #

Creates a value of CreateCompanyRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ccrCompany :: Lens' CreateCompanyRequest (Maybe Company) Source #

Required. The company to be created.

HistogramQuery

data HistogramQuery Source #

Input Only. The histogram request.

See: histogramQuery smart constructor.

Instances
Eq HistogramQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data HistogramQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HistogramQuery -> c HistogramQuery #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HistogramQuery #

toConstr :: HistogramQuery -> Constr #

dataTypeOf :: HistogramQuery -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c HistogramQuery) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HistogramQuery) #

gmapT :: (forall b. Data b => b -> b) -> HistogramQuery -> HistogramQuery #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HistogramQuery -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HistogramQuery -> r #

gmapQ :: (forall d. Data d => d -> u) -> HistogramQuery -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HistogramQuery -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HistogramQuery -> m HistogramQuery #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramQuery -> m HistogramQuery #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramQuery -> m HistogramQuery #

Show HistogramQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic HistogramQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep HistogramQuery :: Type -> Type #

ToJSON HistogramQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON HistogramQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramQuery = D1 (MetaData "HistogramQuery" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "HistogramQuery'" PrefixI True) (S1 (MetaSel (Just "_hqHistogramQuery") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

histogramQuery :: HistogramQuery Source #

Creates a value of HistogramQuery with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

hqHistogramQuery :: Lens' HistogramQuery (Maybe Text) Source #

An expression specifies a histogram request against matching resources (for example, jobs) for searches. Expression syntax is a aggregation function call with histogram facets and other options. Available aggregation function calls are: * `count(string_histogram_facet)`: Count the number of matching entity, for each distinct attribute value. * `count(numeric_histogram_facet, list of buckets)`: Count the number of matching entity within each bucket. Data types: * Histogram facet: facet names with format a-zA-Z+. * String: string like "any string with backslash escape for quote(\")." * Number: whole number and floating point number like 10, -1 and -0.01. * List: list of elements with comma(,) separator surrounded by square brackets. For example, [1, 2, 3] and ["one", "two", "three"]. Built-in constants: * MIN (minimum number similar to java Double.MIN_VALUE) * MAX (maximum number similar to java Double.MAX_VALUE) Built-in functions: * bucket(start, end[, label]): bucket built-in function creates a bucket with range of start, end). Note that the end is exclusive. For example, bucket(1, MAX, "positive number") or bucket(1, 10). Job histogram facets: * company_id: histogram by [Job.distributor_company_id. * company_display_name: histogram by Job.company_display_name. * employment_type: histogram by Job.employment_types. For example, "FULL_TIME", "PART_TIME". * company_size: histogram by CompanySize, for example, "SMALL", "MEDIUM", "BIG". * publish_time_in_month: histogram by the Job.publish_time in months. Must specify list of numeric buckets in spec. * publish_time_in_year: histogram by the Job.publish_time in years. Must specify list of numeric buckets in spec. * degree_type: histogram by the Job.degree_type. For example, "Bachelors", "Masters". * job_level: histogram by the Job.job_level. For example, "Entry Level". * country: histogram by the country code of jobs. For example, "US", "FR". * admin1: histogram by the admin1 code of jobs, which is a global placeholder referring to the state, province, or the particular term a country uses to define the geographic structure below the country level. For example, "CA", "IL". * city: histogram by a combination of the "city name, admin1 code". For example, "Mountain View, CA", "New York, NY". * admin1_country: histogram by a combination of the "admin1 code, country". For example, "CA, US", "IL, US". * city_coordinate: histogram by the city center's GPS coordinates (latitude and longitude). For example, 37.4038522,-122.0987765. Since the coordinates of a city center can change, customers may need to refresh them periodically. * locale: histogram by the Job.language_code. For example, "en-US", "fr-FR". * language: histogram by the language subtag of the Job.language_code. For example, "en", "fr". * category: histogram by the JobCategory. For example, "COMPUTER_AND_IT", "HEALTHCARE". * base_compensation_unit: histogram by the CompensationUnit of base salary. For example, "WEEKLY", "MONTHLY". * base_compensation: histogram by the base salary. Must specify list of numeric buckets to group results by. * annualized_base_compensation: histogram by the base annualized salary. Must specify list of numeric buckets to group results by. * annualized_total_compensation: histogram by the total annualized salary. Must specify list of numeric buckets to group results by. * string_custom_attribute: histogram by string Job.custom_attributes. Values can be accessed via square bracket notations like string_custom_attribute["key1"]. * numeric_custom_attribute: histogram by numeric Job.custom_attributes. Values can be accessed via square bracket notations like numeric_custom_attribute["key1"]. Must specify list of numeric buckets to group results by. Example expressions: * count(admin1) * count(base_compensation, [bucket(1000, 10000), bucket(10000, 100000), bucket(100000, MAX)]) * count(string_custom_attribute["some-string-custom-attribute"]) * count(numeric_custom_attribute["some-numeric-custom-attribute"], [bucket(MIN, 0, "negative"), bucket(0, MAX, "non-negative"])

CreateJobRequest

data CreateJobRequest Source #

Input only. Create job request.

See: createJobRequest smart constructor.

Instances
Eq CreateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CreateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateJobRequest -> c CreateJobRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateJobRequest #

toConstr :: CreateJobRequest -> Constr #

dataTypeOf :: CreateJobRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreateJobRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateJobRequest) #

gmapT :: (forall b. Data b => b -> b) -> CreateJobRequest -> CreateJobRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateJobRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateJobRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateJobRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateJobRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateJobRequest -> m CreateJobRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateJobRequest -> m CreateJobRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateJobRequest -> m CreateJobRequest #

Show CreateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CreateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CreateJobRequest :: Type -> Type #

ToJSON CreateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CreateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CreateJobRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CreateJobRequest = D1 (MetaData "CreateJobRequest" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "CreateJobRequest'" PrefixI True) (S1 (MetaSel (Just "_cjrJob") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Job))))

createJobRequest :: CreateJobRequest Source #

Creates a value of CreateJobRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cjrJob :: Lens' CreateJobRequest (Maybe Job) Source #

Required. The Job to be created.

CompletionResult

data CompletionResult Source #

Output only. Resource that represents completion results.

See: completionResult smart constructor.

Instances
Eq CompletionResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CompletionResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompletionResult -> c CompletionResult #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompletionResult #

toConstr :: CompletionResult -> Constr #

dataTypeOf :: CompletionResult -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompletionResult) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompletionResult) #

gmapT :: (forall b. Data b => b -> b) -> CompletionResult -> CompletionResult #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompletionResult -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompletionResult -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompletionResult -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompletionResult -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompletionResult -> m CompletionResult #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompletionResult -> m CompletionResult #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompletionResult -> m CompletionResult #

Show CompletionResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CompletionResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CompletionResult :: Type -> Type #

ToJSON CompletionResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CompletionResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompletionResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompletionResult = D1 (MetaData "CompletionResult" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CompletionResult'" PrefixI True) (S1 (MetaSel (Just "_crSuggestion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_crImageURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_crType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompletionResultType)))))

completionResult :: CompletionResult Source #

Creates a value of CompletionResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

crSuggestion :: Lens' CompletionResult (Maybe Text) Source #

The suggestion for the query.

crImageURI :: Lens' CompletionResult (Maybe Text) Source #

The URI of the company image for CompletionType.COMPANY_NAME.

CompensationHistogramResultType

data CompensationHistogramResultType Source #

Type of the request, corresponding to CompensationHistogramRequest.type.

Constructors

CompensationHistogramRequestTypeUnspecified

COMPENSATION_HISTOGRAM_REQUEST_TYPE_UNSPECIFIED Default value. Invalid.

Base

BASE Histogram by job's base compensation. See CompensationEntry for definition of base compensation.

AnnualizedBase

ANNUALIZED_BASE Histogram by job's annualized base compensation. See CompensationEntry for definition of annualized base compensation.

AnnualizedTotal

ANNUALIZED_TOTAL Histogram by job's annualized total compensation. See CompensationEntry for definition of annualized total compensation.

Instances
Enum CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompensationHistogramResultType -> c CompensationHistogramResultType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompensationHistogramResultType #

toConstr :: CompensationHistogramResultType -> Constr #

dataTypeOf :: CompensationHistogramResultType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompensationHistogramResultType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompensationHistogramResultType) #

gmapT :: (forall b. Data b => b -> b) -> CompensationHistogramResultType -> CompensationHistogramResultType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompensationHistogramResultType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompensationHistogramResultType -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompensationHistogramResultType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompensationHistogramResultType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompensationHistogramResultType -> m CompensationHistogramResultType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationHistogramResultType -> m CompensationHistogramResultType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationHistogramResultType -> m CompensationHistogramResultType #

Ord CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep CompensationHistogramResultType :: Type -> Type #

Hashable CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompensationHistogramResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompensationHistogramResultType = D1 (MetaData "CompensationHistogramResultType" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((C1 (MetaCons "CompensationHistogramRequestTypeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Base" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "AnnualizedBase" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AnnualizedTotal" PrefixI False) (U1 :: Type -> Type)))

Location

data Location Source #

Output only. A resource that represents a location with full geographic information.

See: location smart constructor.

Instances
Eq Location Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data Location Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Location -> c Location #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Location #

toConstr :: Location -> Constr #

dataTypeOf :: Location -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Location) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Location) #

gmapT :: (forall b. Data b => b -> b) -> Location -> Location #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Location -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Location -> r #

gmapQ :: (forall d. Data d => d -> u) -> Location -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Location -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Location -> m Location #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Location -> m Location #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Location -> m Location #

Show Location Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic Location Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep Location :: Type -> Type #

Methods

from :: Location -> Rep Location x #

to :: Rep Location x -> Location #

ToJSON Location Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON Location Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep Location Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep Location = D1 (MetaData "Location" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "Location'" PrefixI True) ((S1 (MetaSel (Just "_lLatLng") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LatLng)) :*: S1 (MetaSel (Just "_lLocationType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LocationLocationType))) :*: (S1 (MetaSel (Just "_lPostalAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe PostalAddress)) :*: S1 (MetaSel (Just "_lRadiusInMiles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))))

location :: Location Source #

Creates a value of Location with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lLatLng :: Lens' Location (Maybe LatLng) Source #

An object representing a latitude/longitude pair.

lLocationType :: Lens' Location (Maybe LocationLocationType) Source #

The type of a location, which corresponds to the address lines field of PostalAddress. For example, "Downtown, Atlanta, GA, USA" has a type of LocationType#NEIGHBORHOOD, and "Kansas City, KS, USA" has a type of LocationType#LOCALITY.

lPostalAddress :: Lens' Location (Maybe PostalAddress) Source #

Postal address of the location that includes human readable information, such as postal delivery and payments addresses. Given a postal address, a postal service can deliver items to a premises, P.O. Box, or other delivery location.

lRadiusInMiles :: Lens' Location (Maybe Double) Source #

Radius in miles of the job location. This value is derived from the location bounding box in which a circle with the specified radius centered from LatLng covers the area associated with the job location. For example, currently, "Mountain View, CA, USA" has a radius of 6.17 miles.

Empty

data Empty Source #

A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.

See: empty smart constructor.

Instances
Eq Empty Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

(==) :: Empty -> Empty -> Bool #

(/=) :: Empty -> Empty -> Bool #

Data Empty Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Empty -> c Empty #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Empty #

toConstr :: Empty -> Constr #

dataTypeOf :: Empty -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Empty) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Empty) #

gmapT :: (forall b. Data b => b -> b) -> Empty -> Empty #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Empty -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Empty -> r #

gmapQ :: (forall d. Data d => d -> u) -> Empty -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Empty -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Empty -> m Empty #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Empty -> m Empty #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Empty -> m Empty #

Show Empty Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

showsPrec :: Int -> Empty -> ShowS #

show :: Empty -> String #

showList :: [Empty] -> ShowS #

Generic Empty Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep Empty :: Type -> Type #

Methods

from :: Empty -> Rep Empty x #

to :: Rep Empty x -> Empty #

ToJSON Empty Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON Empty Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep Empty Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep Empty = D1 (MetaData "Empty" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "Empty'" PrefixI False) (U1 :: Type -> Type))

empty :: Empty Source #

Creates a value of Empty with the minimum fields required to make a request.

ClientEvent

data ClientEvent Source #

An event issued when an end user interacts with the application that implements Cloud Talent Solution. Providing this information improves the quality of search and recommendation for the API clients, enabling the service to perform optimally. The number of events sent must be consistent with other calls, such as job searches, issued to the service by the client.

See: clientEvent smart constructor.

Instances
Eq ClientEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data ClientEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ClientEvent -> c ClientEvent #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ClientEvent #

toConstr :: ClientEvent -> Constr #

dataTypeOf :: ClientEvent -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ClientEvent) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ClientEvent) #

gmapT :: (forall b. Data b => b -> b) -> ClientEvent -> ClientEvent #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ClientEvent -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ClientEvent -> r #

gmapQ :: (forall d. Data d => d -> u) -> ClientEvent -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ClientEvent -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ClientEvent -> m ClientEvent #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ClientEvent -> m ClientEvent #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ClientEvent -> m ClientEvent #

Show ClientEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic ClientEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep ClientEvent :: Type -> Type #

ToJSON ClientEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON ClientEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ClientEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

clientEvent :: ClientEvent Source #

Creates a value of ClientEvent with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ceRequestId :: Lens' ClientEvent (Maybe Text) Source #

Required. A unique ID generated in the API responses. It can be found in ResponseMetadata.request_id.

ceExtraInfo :: Lens' ClientEvent (Maybe ClientEventExtraInfo) Source #

Optional. Extra information about this event. Used for storing information with no matching field in event payload, for example, user application specific context or details. At most 20 keys are supported. The maximum total size of all keys and values is 2 KB.

ceJobEvent :: Lens' ClientEvent (Maybe JobEvent) Source #

A event issued when a job seeker interacts with the application that implements Cloud Talent Solution.

ceParentEventId :: Lens' ClientEvent (Maybe Text) Source #

Required except the first event. The event_id of an event that resulted in the current event. For example, a Job view event usually follows a parent impression event: A job seeker first does a search where a list of jobs appears (impression). The job seeker then selects a result and views the description of a particular job (Job view).

ceCreateTime :: Lens' ClientEvent (Maybe UTCTime) Source #

Required. The timestamp of the event.

ceEventId :: Lens' ClientEvent (Maybe Text) Source #

Required. A unique identifier, generated by the client application. This `event_id` is used to establish the relationship between different events (see parent_event_id).

CompensationHistogramRequest

data CompensationHistogramRequest Source #

Input only. Compensation based histogram request.

See: compensationHistogramRequest smart constructor.

Instances
Eq CompensationHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CompensationHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompensationHistogramRequest -> c CompensationHistogramRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompensationHistogramRequest #

toConstr :: CompensationHistogramRequest -> Constr #

dataTypeOf :: CompensationHistogramRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompensationHistogramRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompensationHistogramRequest) #

gmapT :: (forall b. Data b => b -> b) -> CompensationHistogramRequest -> CompensationHistogramRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompensationHistogramRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompensationHistogramRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompensationHistogramRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompensationHistogramRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompensationHistogramRequest -> m CompensationHistogramRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationHistogramRequest -> m CompensationHistogramRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationHistogramRequest -> m CompensationHistogramRequest #

Show CompensationHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CompensationHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CompensationHistogramRequest :: Type -> Type #

ToJSON CompensationHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CompensationHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompensationHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompensationHistogramRequest = D1 (MetaData "CompensationHistogramRequest" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CompensationHistogramRequest'" PrefixI True) (S1 (MetaSel (Just "_chrBucketingOption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NumericBucketingOption)) :*: S1 (MetaSel (Just "_chrType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompensationHistogramRequestType))))

compensationHistogramRequest :: CompensationHistogramRequest Source #

Creates a value of CompensationHistogramRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

chrBucketingOption :: Lens' CompensationHistogramRequest (Maybe NumericBucketingOption) Source #

Required. Numeric histogram options, like buckets, whether include min or max value.

chrType :: Lens' CompensationHistogramRequest (Maybe CompensationHistogramRequestType) Source #

Required. Type of the request, representing which field the histogramming should be performed over. A single request can only specify one histogram of each `CompensationHistogramRequestType`.

Money

data Money Source #

Represents an amount of money with its currency type.

See: money smart constructor.

Instances
Eq Money Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

(==) :: Money -> Money -> Bool #

(/=) :: Money -> Money -> Bool #

Data Money Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Money -> c Money #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Money #

toConstr :: Money -> Constr #

dataTypeOf :: Money -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Money) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Money) #

gmapT :: (forall b. Data b => b -> b) -> Money -> Money #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Money -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Money -> r #

gmapQ :: (forall d. Data d => d -> u) -> Money -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Money -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Money -> m Money #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Money -> m Money #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Money -> m Money #

Show Money Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

showsPrec :: Int -> Money -> ShowS #

show :: Money -> String #

showList :: [Money] -> ShowS #

Generic Money Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep Money :: Type -> Type #

Methods

from :: Money -> Rep Money x #

to :: Rep Money x -> Money #

ToJSON Money Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON Money Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep Money Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep Money = D1 (MetaData "Money" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "Money'" PrefixI True) (S1 (MetaSel (Just "_mCurrencyCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_mNanos") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_mUnits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int64))))))

money :: Money Source #

Creates a value of Money with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

mCurrencyCode :: Lens' Money (Maybe Text) Source #

The 3-letter currency code defined in ISO 4217.

mNanos :: Lens' Money (Maybe Int32) Source #

Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be positive or zero. If `units` is zero, `nanos` can be positive, zero, or negative. If `units` is negative, `nanos` must be negative or zero. For example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.

mUnits :: Lens' Money (Maybe Int64) Source #

The whole units of the amount. For example if `currencyCode` is `"USD"`, then 1 unit is one US dollar.

ListCompaniesResponse

data ListCompaniesResponse Source #

Output only. The List companies response object.

See: listCompaniesResponse smart constructor.

Instances
Eq ListCompaniesResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data ListCompaniesResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListCompaniesResponse -> c ListCompaniesResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListCompaniesResponse #

toConstr :: ListCompaniesResponse -> Constr #

dataTypeOf :: ListCompaniesResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListCompaniesResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListCompaniesResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListCompaniesResponse -> ListCompaniesResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListCompaniesResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListCompaniesResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListCompaniesResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListCompaniesResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListCompaniesResponse -> m ListCompaniesResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListCompaniesResponse -> m ListCompaniesResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListCompaniesResponse -> m ListCompaniesResponse #

Show ListCompaniesResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic ListCompaniesResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep ListCompaniesResponse :: Type -> Type #

ToJSON ListCompaniesResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON ListCompaniesResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ListCompaniesResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ListCompaniesResponse = D1 (MetaData "ListCompaniesResponse" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "ListCompaniesResponse'" PrefixI True) (S1 (MetaSel (Just "_lcrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lcrCompanies") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Company])) :*: S1 (MetaSel (Just "_lcrMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ResponseMetadata)))))

listCompaniesResponse :: ListCompaniesResponse Source #

Creates a value of ListCompaniesResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lcrNextPageToken :: Lens' ListCompaniesResponse (Maybe Text) Source #

A token to retrieve the next page of results.

lcrCompanies :: Lens' ListCompaniesResponse [Company] Source #

Companies for the current client.

lcrMetadata :: Lens' ListCompaniesResponse (Maybe ResponseMetadata) Source #

Additional information for the API invocation, such as the request tracking id.

CompensationEntryType

data CompensationEntryType Source #

Optional. Compensation type. Default is CompensationUnit.OTHER_COMPENSATION_TYPE.

Constructors

CETCompensationTypeUnspecified

COMPENSATION_TYPE_UNSPECIFIED Default value.

CETBase

BASE Base compensation: Refers to the fixed amount of money paid to an employee by an employer in return for work performed. Base compensation does not include benefits, bonuses or any other potential compensation from an employer.

CETBonus

BONUS Bonus.

CETSigningBonus

SIGNING_BONUS Signing bonus.

CETEquity

EQUITY Equity.

CETProfitSharing

PROFIT_SHARING Profit sharing.

CETCommissions

COMMISSIONS Commission.

CETTips

TIPS Tips.

CETOtherCompensationType

OTHER_COMPENSATION_TYPE Other compensation type.

Instances
Enum CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompensationEntryType -> c CompensationEntryType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompensationEntryType #

toConstr :: CompensationEntryType -> Constr #

dataTypeOf :: CompensationEntryType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompensationEntryType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompensationEntryType) #

gmapT :: (forall b. Data b => b -> b) -> CompensationEntryType -> CompensationEntryType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompensationEntryType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompensationEntryType -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompensationEntryType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompensationEntryType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompensationEntryType -> m CompensationEntryType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationEntryType -> m CompensationEntryType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationEntryType -> m CompensationEntryType #

Ord CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep CompensationEntryType :: Type -> Type #

Hashable CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompensationEntryType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompensationEntryType = D1 (MetaData "CompensationEntryType" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (((C1 (MetaCons "CETCompensationTypeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CETBase" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CETBonus" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CETSigningBonus" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "CETEquity" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CETProfitSharing" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CETCommissions" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "CETTips" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CETOtherCompensationType" PrefixI False) (U1 :: Type -> Type)))))

CommuteFilter

data CommuteFilter Source #

Input only. Parameters needed for commute search.

See: commuteFilter smart constructor.

Instances
Eq CommuteFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CommuteFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CommuteFilter -> c CommuteFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CommuteFilter #

toConstr :: CommuteFilter -> Constr #

dataTypeOf :: CommuteFilter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CommuteFilter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CommuteFilter) #

gmapT :: (forall b. Data b => b -> b) -> CommuteFilter -> CommuteFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CommuteFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CommuteFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> CommuteFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CommuteFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CommuteFilter -> m CommuteFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CommuteFilter -> m CommuteFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CommuteFilter -> m CommuteFilter #

Show CommuteFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CommuteFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CommuteFilter :: Type -> Type #

ToJSON CommuteFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CommuteFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CommuteFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CommuteFilter = D1 (MetaData "CommuteFilter" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CommuteFilter'" PrefixI True) ((S1 (MetaSel (Just "_cfCommuteMethod") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CommuteFilterCommuteMethod)) :*: (S1 (MetaSel (Just "_cfAllowImpreciseAddresses") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_cfTravelDuration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)))) :*: (S1 (MetaSel (Just "_cfStartCoordinates") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LatLng)) :*: (S1 (MetaSel (Just "_cfRoadTraffic") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CommuteFilterRoadTraffic)) :*: S1 (MetaSel (Just "_cfDePartureTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TimeOfDay'))))))

commuteFilter :: CommuteFilter Source #

Creates a value of CommuteFilter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cfCommuteMethod :: Lens' CommuteFilter (Maybe CommuteFilterCommuteMethod) Source #

Required. The method of transportation for which to calculate the commute time.

cfAllowImpreciseAddresses :: Lens' CommuteFilter (Maybe Bool) Source #

Optional. If `true`, jobs without street level addresses may also be returned. For city level addresses, the city center is used. For state and coarser level addresses, text matching is used. If this field is set to `false` or is not specified, only jobs that include street level addresses will be returned by commute search.

cfTravelDuration :: Lens' CommuteFilter (Maybe Scientific) Source #

Required. The maximum travel time in seconds. The maximum allowed value is `3600s` (one hour). Format is `123s`.

cfStartCoordinates :: Lens' CommuteFilter (Maybe LatLng) Source #

Required. The latitude and longitude of the location from which to calculate the commute time.

cfRoadTraffic :: Lens' CommuteFilter (Maybe CommuteFilterRoadTraffic) Source #

Optional. Specifies the traffic density to use when calculating commute time.

cfDePartureTime :: Lens' CommuteFilter (Maybe TimeOfDay') Source #

Optional. The departure time used to calculate traffic impact, represented as .google.type.TimeOfDay in local time zone. Currently traffic model is restricted to hour level resolution.

BatchDeleteJobsRequest

data BatchDeleteJobsRequest Source #

Input only. Batch delete jobs request.

See: batchDeleteJobsRequest smart constructor.

Instances
Eq BatchDeleteJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data BatchDeleteJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BatchDeleteJobsRequest -> c BatchDeleteJobsRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BatchDeleteJobsRequest #

toConstr :: BatchDeleteJobsRequest -> Constr #

dataTypeOf :: BatchDeleteJobsRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BatchDeleteJobsRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BatchDeleteJobsRequest) #

gmapT :: (forall b. Data b => b -> b) -> BatchDeleteJobsRequest -> BatchDeleteJobsRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BatchDeleteJobsRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BatchDeleteJobsRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> BatchDeleteJobsRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BatchDeleteJobsRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BatchDeleteJobsRequest -> m BatchDeleteJobsRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BatchDeleteJobsRequest -> m BatchDeleteJobsRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BatchDeleteJobsRequest -> m BatchDeleteJobsRequest #

Show BatchDeleteJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic BatchDeleteJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep BatchDeleteJobsRequest :: Type -> Type #

ToJSON BatchDeleteJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON BatchDeleteJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep BatchDeleteJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep BatchDeleteJobsRequest = D1 (MetaData "BatchDeleteJobsRequest" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "BatchDeleteJobsRequest'" PrefixI True) (S1 (MetaSel (Just "_bdjrFilter") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

batchDeleteJobsRequest :: BatchDeleteJobsRequest Source #

Creates a value of BatchDeleteJobsRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

bdjrFilter :: Lens' BatchDeleteJobsRequest (Maybe Text) Source #

Required. The filter string specifies the jobs to be deleted. Supported operator: =, AND The fields eligible for filtering are: * `companyName` (Required) * `requisitionId` (Required) Sample Query: companyName = "projects/api-test-project/companies/123" AND requisitionId = "req-1"

JobCustomAttributes

data JobCustomAttributes Source #

Optional. A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields. The keys of the map are strings up to 64 bytes and must match the pattern: a-zA-Z*. For example, key0LikeThis or KEY_1_LIKE_THIS. At most 100 filterable and at most 100 unfilterable keys are supported. For filterable `string_values`, across all keys at most 200 values are allowed, with each string no more than 255 characters. For unfilterable `string_values`, the maximum total size of `string_values` across all keys is 50KB.

See: jobCustomAttributes smart constructor.

Instances
Eq JobCustomAttributes Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data JobCustomAttributes Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobCustomAttributes -> c JobCustomAttributes #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobCustomAttributes #

toConstr :: JobCustomAttributes -> Constr #

dataTypeOf :: JobCustomAttributes -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobCustomAttributes) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobCustomAttributes) #

gmapT :: (forall b. Data b => b -> b) -> JobCustomAttributes -> JobCustomAttributes #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobCustomAttributes -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobCustomAttributes -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobCustomAttributes -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobCustomAttributes -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobCustomAttributes -> m JobCustomAttributes #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobCustomAttributes -> m JobCustomAttributes #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobCustomAttributes -> m JobCustomAttributes #

Show JobCustomAttributes Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic JobCustomAttributes Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep JobCustomAttributes :: Type -> Type #

ToJSON JobCustomAttributes Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON JobCustomAttributes Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep JobCustomAttributes Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep JobCustomAttributes = D1 (MetaData "JobCustomAttributes" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "JobCustomAttributes'" PrefixI True) (S1 (MetaSel (Just "_jcaAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text CustomAttribute))))

jobCustomAttributes Source #

Creates a value of JobCustomAttributes with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

JobEvent

data JobEvent Source #

An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.

See: jobEvent smart constructor.

Instances
Eq JobEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data JobEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobEvent -> c JobEvent #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobEvent #

toConstr :: JobEvent -> Constr #

dataTypeOf :: JobEvent -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobEvent) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobEvent) #

gmapT :: (forall b. Data b => b -> b) -> JobEvent -> JobEvent #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobEvent -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobEvent -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobEvent -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobEvent -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobEvent -> m JobEvent #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobEvent -> m JobEvent #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobEvent -> m JobEvent #

Show JobEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic JobEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep JobEvent :: Type -> Type #

Methods

from :: JobEvent -> Rep JobEvent x #

to :: Rep JobEvent x -> JobEvent #

ToJSON JobEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON JobEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep JobEvent Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep JobEvent = D1 (MetaData "JobEvent" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "JobEvent'" PrefixI True) (S1 (MetaSel (Just "_jeJobs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_jeType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobEventType))))

jobEvent :: JobEvent Source #

Creates a value of JobEvent with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

jeJobs :: Lens' JobEvent [Text] Source #

Required. The job name(s) associated with this event. For example, if this is an impression event, this field contains the identifiers of all jobs shown to the job seeker. If this was a view event, this field contains the identifier of the viewed job.

jeType :: Lens' JobEvent (Maybe JobEventType) Source #

Required. The type of the event (see JobEventType).

SearchJobsRequest

data SearchJobsRequest Source #

Input only. The Request body of the `SearchJobs` call.

See: searchJobsRequest smart constructor.

Instances
Eq SearchJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data SearchJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SearchJobsRequest -> c SearchJobsRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SearchJobsRequest #

toConstr :: SearchJobsRequest -> Constr #

dataTypeOf :: SearchJobsRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SearchJobsRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SearchJobsRequest) #

gmapT :: (forall b. Data b => b -> b) -> SearchJobsRequest -> SearchJobsRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SearchJobsRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SearchJobsRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> SearchJobsRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SearchJobsRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SearchJobsRequest -> m SearchJobsRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SearchJobsRequest -> m SearchJobsRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SearchJobsRequest -> m SearchJobsRequest #

Show SearchJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic SearchJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep SearchJobsRequest :: Type -> Type #

ToJSON SearchJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON SearchJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep SearchJobsRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep SearchJobsRequest = D1 (MetaData "SearchJobsRequest" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "SearchJobsRequest'" PrefixI True) (((S1 (MetaSel (Just "_sjrRequestMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe RequestMetadata)) :*: (S1 (MetaSel (Just "_sjrJobView") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SearchJobsRequestJobView)) :*: S1 (MetaSel (Just "_sjrOrderBy") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_sjrOffSet") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_sjrSearchMode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SearchJobsRequestSearchMode))) :*: (S1 (MetaSel (Just "_sjrDiversificationLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe SearchJobsRequestDiversificationLevel)) :*: S1 (MetaSel (Just "_sjrHistogramQueries") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [HistogramQuery]))))) :*: (((S1 (MetaSel (Just "_sjrRequirePreciseResultSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_sjrJobQuery") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobQuery))) :*: (S1 (MetaSel (Just "_sjrEnableBroadening") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_sjrPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_sjrCustomRankingInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CustomRankingInfo)) :*: S1 (MetaSel (Just "_sjrDisableKeywordMatch") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))) :*: (S1 (MetaSel (Just "_sjrPageSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_sjrHistogramFacets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe HistogramFacets)))))))

sjrRequestMetadata :: Lens' SearchJobsRequest (Maybe RequestMetadata) Source #

Required. The meta information collected about the job searcher, used to improve the search quality of the service.. The identifiers, (such as `user_id`) are provided by users, and must be unique and consistent.

sjrJobView :: Lens' SearchJobsRequest (Maybe SearchJobsRequestJobView) Source #

Optional. The desired job attributes returned for jobs in the search response. Defaults to JobView.SMALL if no value is specified.

sjrOrderBy :: Lens' SearchJobsRequest (Maybe Text) Source #

Optional. The criteria determining how search results are sorted. Default is "relevance desc". Supported options are: * "relevance desc": By relevance descending, as determined by the API algorithms. Relevance thresholding of query results is only available with this ordering. * "posting`_`publish`_`time desc": By Job.posting_publish_time descending. * "posting`_`update`_`time desc": By Job.posting_update_time descending. * "title": By Job.title ascending. * "title desc": By Job.title descending. * "annualized`_`base`_`compensation": By job's CompensationInfo.annualized_base_compensation_range ascending. Jobs whose annualized base compensation is unspecified are put at the end of search results. * "annualized`_`base`_`compensation desc": By job's CompensationInfo.annualized_base_compensation_range descending. Jobs whose annualized base compensation is unspecified are put at the end of search results. * "annualized`_`total`_`compensation": By job's CompensationInfo.annualized_total_compensation_range ascending. Jobs whose annualized base compensation is unspecified are put at the end of search results. * "annualized`_`total`_`compensation desc": By job's CompensationInfo.annualized_total_compensation_range descending. Jobs whose annualized base compensation is unspecified are put at the end of search results. * "custom`_`ranking desc": By the relevance score adjusted to the SearchJobsRequest.custom_ranking_info.ranking_expression with weight factor assigned by SearchJobsRequest.custom_ranking_info.importance_level in descending order.

sjrOffSet :: Lens' SearchJobsRequest (Maybe Int32) Source #

Optional. An integer that specifies the current offset (that is, starting result location, amongst the jobs deemed by the API as relevant) in search results. This field is only considered if page_token is unset. For example, 0 means to return results starting from the first matching job, and 10 means to return from the 11th job. This can be used for pagination, (for example, pageSize = 10 and offset = 10 means to return from the second page).

sjrSearchMode :: Lens' SearchJobsRequest (Maybe SearchJobsRequestSearchMode) Source #

Optional. Mode of a search. Defaults to SearchMode.JOB_SEARCH.

sjrDiversificationLevel :: Lens' SearchJobsRequest (Maybe SearchJobsRequestDiversificationLevel) Source #

Optional. Controls whether highly similar jobs are returned next to each other in the search results. Jobs are identified as highly similar based on their titles, job categories, and locations. Highly similar results are clustered so that only one representative job of the cluster is displayed to the job seeker higher up in the results, with the other jobs being displayed lower down in the results. Defaults to DiversificationLevel.SIMPLE if no value is specified.

sjrHistogramQueries :: Lens' SearchJobsRequest [HistogramQuery] Source #

Optional. Expression based histogram requests for jobs matching JobQuery.

sjrRequirePreciseResultSize :: Lens' SearchJobsRequest (Maybe Bool) Source #

Optional. Controls if the search job request requires the return of a precise count of the first 300 results. Setting this to `true` ensures consistency in the number of results per page. Best practice is to set this value to true if a client allows users to jump directly to a non-sequential search results page. Enabling this flag may adversely impact performance. Defaults to false.

sjrJobQuery :: Lens' SearchJobsRequest (Maybe JobQuery) Source #

Optional. Query used to search against jobs, such as keyword, location filters, etc.

sjrEnableBroadening :: Lens' SearchJobsRequest (Maybe Bool) Source #

Optional. Controls whether to broaden the search when it produces sparse results. Broadened queries append results to the end of the matching results list. Defaults to false.

sjrPageToken :: Lens' SearchJobsRequest (Maybe Text) Source #

Optional. The token specifying the current offset within search results. See SearchJobsResponse.next_page_token for an explanation of how to obtain the next set of query results.

sjrCustomRankingInfo :: Lens' SearchJobsRequest (Maybe CustomRankingInfo) Source #

Optional. Controls over how job documents get ranked on top of existing relevance score (determined by API algorithm).

sjrDisableKeywordMatch :: Lens' SearchJobsRequest (Maybe Bool) Source #

Optional. Controls whether to disable exact keyword match on Job.job_title, Job.description, Job.company_display_name, Job.locations, Job.qualifications. When disable keyword match is turned off, a keyword match returns jobs that do not match given category filters when there are matching keywords. For example, the query "program manager," a result is returned even if the job posting has the title "software developer," which does not fall into "program manager" ontology, but does have "program manager" appearing in its description. For queries like "cloud" that does not contain title or location specific ontology, jobs with "cloud" keyword matches are returned regardless of this flag's value. Please use Company.keyword_searchable_custom_fields or Company.keyword_searchable_custom_attributes if company specific globally matched custom field/attribute string values is needed. Enabling keyword match improves recall of subsequent search requests. Defaults to false.

sjrPageSize :: Lens' SearchJobsRequest (Maybe Int32) Source #

Optional. A limit on the number of jobs returned in the search results. Increasing this value above the default value of 10 can increase search response time. The value can be between 1 and 100.

sjrHistogramFacets :: Lens' SearchJobsRequest (Maybe HistogramFacets) Source #

Optional. Histogram requests for jobs matching JobQuery.

HistogramQueryResultHistogram

data HistogramQueryResultHistogram Source #

A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value. The key format is: * (for string histogram) string values stored in the field. * (for named numeric bucket) name specified in `bucket()` function, like for `bucket(0, MAX, "non-negative")`, the key will be `non-negative`. * (for anonymous numeric bucket) range formatted as `-`, for example, `0-1000`, `MIN-0`, and `0-MAX`.

See: histogramQueryResultHistogram smart constructor.

Instances
Eq HistogramQueryResultHistogram Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data HistogramQueryResultHistogram Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HistogramQueryResultHistogram -> c HistogramQueryResultHistogram #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HistogramQueryResultHistogram #

toConstr :: HistogramQueryResultHistogram -> Constr #

dataTypeOf :: HistogramQueryResultHistogram -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c HistogramQueryResultHistogram) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HistogramQueryResultHistogram) #

gmapT :: (forall b. Data b => b -> b) -> HistogramQueryResultHistogram -> HistogramQueryResultHistogram #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HistogramQueryResultHistogram -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HistogramQueryResultHistogram -> r #

gmapQ :: (forall d. Data d => d -> u) -> HistogramQueryResultHistogram -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HistogramQueryResultHistogram -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HistogramQueryResultHistogram -> m HistogramQueryResultHistogram #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramQueryResultHistogram -> m HistogramQueryResultHistogram #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramQueryResultHistogram -> m HistogramQueryResultHistogram #

Show HistogramQueryResultHistogram Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic HistogramQueryResultHistogram Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep HistogramQueryResultHistogram :: Type -> Type #

ToJSON HistogramQueryResultHistogram Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON HistogramQueryResultHistogram Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramQueryResultHistogram Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramQueryResultHistogram = D1 (MetaData "HistogramQueryResultHistogram" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "HistogramQueryResultHistogram'" PrefixI True) (S1 (MetaSel (Just "_hqrhAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text (Textual Int64)))))

histogramQueryResultHistogram Source #

Creates a value of HistogramQueryResultHistogram with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

HistogramQueryResult

data HistogramQueryResult Source #

Output only. Histogram result that matches HistogramSpec specified in searches.

See: histogramQueryResult smart constructor.

Instances
Eq HistogramQueryResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data HistogramQueryResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HistogramQueryResult -> c HistogramQueryResult #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HistogramQueryResult #

toConstr :: HistogramQueryResult -> Constr #

dataTypeOf :: HistogramQueryResult -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c HistogramQueryResult) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HistogramQueryResult) #

gmapT :: (forall b. Data b => b -> b) -> HistogramQueryResult -> HistogramQueryResult #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HistogramQueryResult -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HistogramQueryResult -> r #

gmapQ :: (forall d. Data d => d -> u) -> HistogramQueryResult -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HistogramQueryResult -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HistogramQueryResult -> m HistogramQueryResult #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramQueryResult -> m HistogramQueryResult #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramQueryResult -> m HistogramQueryResult #

Show HistogramQueryResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic HistogramQueryResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep HistogramQueryResult :: Type -> Type #

ToJSON HistogramQueryResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON HistogramQueryResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramQueryResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramQueryResult = D1 (MetaData "HistogramQueryResult" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "HistogramQueryResult'" PrefixI True) (S1 (MetaSel (Just "_hqrHistogramQuery") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_hqrHistogram") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe HistogramQueryResultHistogram))))

histogramQueryResult :: HistogramQueryResult Source #

Creates a value of HistogramQueryResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

hqrHistogramQuery :: Lens' HistogramQueryResult (Maybe Text) Source #

Requested histogram expression.

hqrHistogram :: Lens' HistogramQueryResult (Maybe HistogramQueryResultHistogram) Source #

A map from the values of the facet associated with distinct values to the number of matching entries with corresponding value. The key format is: * (for string histogram) string values stored in the field. * (for named numeric bucket) name specified in `bucket()` function, like for `bucket(0, MAX, "non-negative")`, the key will be `non-negative`. * (for anonymous numeric bucket) range formatted as `-`, for example, `0-1000`, `MIN-0`, and `0-MAX`.

DeviceInfoDeviceType

data DeviceInfoDeviceType Source #

Optional. Type of the device.

Constructors

DeviceTypeUnspecified

DEVICE_TYPE_UNSPECIFIED The device type isn't specified.

Web

WEB A desktop web browser, such as, Chrome, Firefox, Safari, or Internet Explorer)

MobileWeb

MOBILE_WEB A mobile device web browser, such as a phone or tablet with a Chrome browser.

Android

ANDROID An Android device native application.

Ios

IOS An iOS device native application.

Bot

BOT A bot, as opposed to a device operated by human beings, such as a web crawler.

Other

OTHER Other devices types.

Instances
Enum DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeviceInfoDeviceType -> c DeviceInfoDeviceType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeviceInfoDeviceType #

toConstr :: DeviceInfoDeviceType -> Constr #

dataTypeOf :: DeviceInfoDeviceType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeviceInfoDeviceType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeviceInfoDeviceType) #

gmapT :: (forall b. Data b => b -> b) -> DeviceInfoDeviceType -> DeviceInfoDeviceType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeviceInfoDeviceType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeviceInfoDeviceType -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeviceInfoDeviceType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeviceInfoDeviceType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeviceInfoDeviceType -> m DeviceInfoDeviceType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceInfoDeviceType -> m DeviceInfoDeviceType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceInfoDeviceType -> m DeviceInfoDeviceType #

Ord DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep DeviceInfoDeviceType :: Type -> Type #

Hashable DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep DeviceInfoDeviceType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep DeviceInfoDeviceType = D1 (MetaData "DeviceInfoDeviceType" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((C1 (MetaCons "DeviceTypeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Web" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "MobileWeb" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "Android" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Ios" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Bot" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Other" PrefixI False) (U1 :: Type -> Type))))

CompensationEntryUnit

data CompensationEntryUnit Source #

Optional. Frequency of the specified amount. Default is CompensationUnit.OTHER_COMPENSATION_UNIT.

Constructors

CompensationUnitUnspecified

COMPENSATION_UNIT_UNSPECIFIED Default value.

Hourly

HOURLY Hourly.

Daily

DAILY Daily.

Weekly

WEEKLY Weekly

Monthly

MONTHLY Monthly.

Yearly

YEARLY Yearly.

OneTime

ONE_TIME One time.

OtherCompensationUnit

OTHER_COMPENSATION_UNIT Other compensation units.

Instances
Enum CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompensationEntryUnit -> c CompensationEntryUnit #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompensationEntryUnit #

toConstr :: CompensationEntryUnit -> Constr #

dataTypeOf :: CompensationEntryUnit -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompensationEntryUnit) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompensationEntryUnit) #

gmapT :: (forall b. Data b => b -> b) -> CompensationEntryUnit -> CompensationEntryUnit #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompensationEntryUnit -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompensationEntryUnit -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompensationEntryUnit -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompensationEntryUnit -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompensationEntryUnit -> m CompensationEntryUnit #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationEntryUnit -> m CompensationEntryUnit #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationEntryUnit -> m CompensationEntryUnit #

Ord CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep CompensationEntryUnit :: Type -> Type #

Hashable CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompensationEntryUnit Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompensationEntryUnit = D1 (MetaData "CompensationEntryUnit" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (((C1 (MetaCons "CompensationUnitUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Hourly" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "Daily" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Weekly" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "Monthly" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Yearly" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "OneTime" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "OtherCompensationUnit" PrefixI False) (U1 :: Type -> Type))))

CustomAttributeHistogramRequest

data CustomAttributeHistogramRequest Source #

Custom attributes histogram request. An error is thrown if neither string_value_histogram or long_value_histogram_bucketing_option has been defined.

See: customAttributeHistogramRequest smart constructor.

Instances
Eq CustomAttributeHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CustomAttributeHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CustomAttributeHistogramRequest -> c CustomAttributeHistogramRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CustomAttributeHistogramRequest #

toConstr :: CustomAttributeHistogramRequest -> Constr #

dataTypeOf :: CustomAttributeHistogramRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CustomAttributeHistogramRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CustomAttributeHistogramRequest) #

gmapT :: (forall b. Data b => b -> b) -> CustomAttributeHistogramRequest -> CustomAttributeHistogramRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CustomAttributeHistogramRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CustomAttributeHistogramRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> CustomAttributeHistogramRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CustomAttributeHistogramRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CustomAttributeHistogramRequest -> m CustomAttributeHistogramRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomAttributeHistogramRequest -> m CustomAttributeHistogramRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomAttributeHistogramRequest -> m CustomAttributeHistogramRequest #

Show CustomAttributeHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CustomAttributeHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CustomAttributeHistogramRequest :: Type -> Type #

ToJSON CustomAttributeHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CustomAttributeHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CustomAttributeHistogramRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CustomAttributeHistogramRequest = D1 (MetaData "CustomAttributeHistogramRequest" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CustomAttributeHistogramRequest'" PrefixI True) (S1 (MetaSel (Just "_cahrLongValueHistogramBucketingOption") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NumericBucketingOption)) :*: (S1 (MetaSel (Just "_cahrKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cahrStringValueHistogram") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)))))

customAttributeHistogramRequest :: CustomAttributeHistogramRequest Source #

Creates a value of CustomAttributeHistogramRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cahrLongValueHistogramBucketingOption :: Lens' CustomAttributeHistogramRequest (Maybe NumericBucketingOption) Source #

Optional. Specifies buckets used to perform a range histogram on Job's filterable long custom field values, or min/max value requirements.

cahrKey :: Lens' CustomAttributeHistogramRequest (Maybe Text) Source #

Required. Specifies the custom field key to perform a histogram on. If specified without `long_value_histogram_bucketing_option`, histogram on string values of the given `key` is triggered, otherwise histogram is performed on long values.

cahrStringValueHistogram :: Lens' CustomAttributeHistogramRequest (Maybe Bool) Source #

Optional. If set to true, the response includes the histogram value for each key as a string.

ResponseMetadata

data ResponseMetadata Source #

Output only. Additional information returned to client, such as debugging information.

See: responseMetadata smart constructor.

Instances
Eq ResponseMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data ResponseMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ResponseMetadata -> c ResponseMetadata #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ResponseMetadata #

toConstr :: ResponseMetadata -> Constr #

dataTypeOf :: ResponseMetadata -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ResponseMetadata) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ResponseMetadata) #

gmapT :: (forall b. Data b => b -> b) -> ResponseMetadata -> ResponseMetadata #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ResponseMetadata -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ResponseMetadata -> r #

gmapQ :: (forall d. Data d => d -> u) -> ResponseMetadata -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ResponseMetadata -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ResponseMetadata -> m ResponseMetadata #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ResponseMetadata -> m ResponseMetadata #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ResponseMetadata -> m ResponseMetadata #

Show ResponseMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic ResponseMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep ResponseMetadata :: Type -> Type #

ToJSON ResponseMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON ResponseMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ResponseMetadata Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ResponseMetadata = D1 (MetaData "ResponseMetadata" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "ResponseMetadata'" PrefixI True) (S1 (MetaSel (Just "_rmRequestId") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Text))))

responseMetadata :: ResponseMetadata Source #

Creates a value of ResponseMetadata with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

rmRequestId :: Lens' ResponseMetadata (Maybe Text) Source #

A unique id associated with this call. This id is logged for tracking purposes.

CommuteInfo

data CommuteInfo Source #

Output only. Commute details related to this job.

See: commuteInfo smart constructor.

Instances
Eq CommuteInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CommuteInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CommuteInfo -> c CommuteInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CommuteInfo #

toConstr :: CommuteInfo -> Constr #

dataTypeOf :: CommuteInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CommuteInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CommuteInfo) #

gmapT :: (forall b. Data b => b -> b) -> CommuteInfo -> CommuteInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CommuteInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CommuteInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> CommuteInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CommuteInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CommuteInfo -> m CommuteInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CommuteInfo -> m CommuteInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CommuteInfo -> m CommuteInfo #

Show CommuteInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CommuteInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CommuteInfo :: Type -> Type #

ToJSON CommuteInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CommuteInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CommuteInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CommuteInfo = D1 (MetaData "CommuteInfo" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CommuteInfo'" PrefixI True) (S1 (MetaSel (Just "_ciTravelDuration") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe GDuration)) :*: S1 (MetaSel (Just "_ciJobLocation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Location))))

commuteInfo :: CommuteInfo Source #

Creates a value of CommuteInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ciTravelDuration :: Lens' CommuteInfo (Maybe Scientific) Source #

The number of seconds required to travel to the job location from the query location. A duration of 0 seconds indicates that the job is not reachable within the requested duration, but was returned as part of an expanded query.

ciJobLocation :: Lens' CommuteInfo (Maybe Location) Source #

Location used as the destination in the commute calculation.

JobJobLevel

data JobJobLevel Source #

Optional. The experience level associated with the job, such as "Entry Level".

Constructors

JobLevelUnspecified

JOB_LEVEL_UNSPECIFIED The default value if the level is not specified.

EntryLevel

ENTRY_LEVEL Entry-level individual contributors, typically with less than 2 years of experience in a similar role. Includes interns.

Experienced

EXPERIENCED Experienced individual contributors, typically with 2+ years of experience in a similar role.

Manager

MANAGER Entry- to mid-level managers responsible for managing a team of people.

Director

DIRECTOR Senior-level managers responsible for managing teams of managers.

Executive

EXECUTIVE Executive-level managers and above, including C-level positions.

Instances
Enum JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobJobLevel -> c JobJobLevel #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobJobLevel #

toConstr :: JobJobLevel -> Constr #

dataTypeOf :: JobJobLevel -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobJobLevel) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobJobLevel) #

gmapT :: (forall b. Data b => b -> b) -> JobJobLevel -> JobJobLevel #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobJobLevel -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobJobLevel -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobJobLevel -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobJobLevel -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobJobLevel -> m JobJobLevel #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobJobLevel -> m JobJobLevel #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobJobLevel -> m JobJobLevel #

Ord JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep JobJobLevel :: Type -> Type #

Hashable JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep JobJobLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep JobJobLevel = D1 (MetaData "JobJobLevel" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((C1 (MetaCons "JobLevelUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "EntryLevel" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Experienced" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "Manager" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "Director" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Executive" PrefixI False) (U1 :: Type -> Type))))

CustomAttributeHistogramResult

data CustomAttributeHistogramResult Source #

Output only. Custom attribute histogram result.

See: customAttributeHistogramResult smart constructor.

Instances
Eq CustomAttributeHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CustomAttributeHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CustomAttributeHistogramResult -> c CustomAttributeHistogramResult #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CustomAttributeHistogramResult #

toConstr :: CustomAttributeHistogramResult -> Constr #

dataTypeOf :: CustomAttributeHistogramResult -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CustomAttributeHistogramResult) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CustomAttributeHistogramResult) #

gmapT :: (forall b. Data b => b -> b) -> CustomAttributeHistogramResult -> CustomAttributeHistogramResult #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CustomAttributeHistogramResult -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CustomAttributeHistogramResult -> r #

gmapQ :: (forall d. Data d => d -> u) -> CustomAttributeHistogramResult -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CustomAttributeHistogramResult -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CustomAttributeHistogramResult -> m CustomAttributeHistogramResult #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomAttributeHistogramResult -> m CustomAttributeHistogramResult #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomAttributeHistogramResult -> m CustomAttributeHistogramResult #

Show CustomAttributeHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CustomAttributeHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CustomAttributeHistogramResult :: Type -> Type #

ToJSON CustomAttributeHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CustomAttributeHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CustomAttributeHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CustomAttributeHistogramResult = D1 (MetaData "CustomAttributeHistogramResult" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CustomAttributeHistogramResult'" PrefixI True) (S1 (MetaSel (Just "_cStringValueHistogramResult") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CustomAttributeHistogramResultStringValueHistogramResult)) :*: (S1 (MetaSel (Just "_cLongValueHistogramResult") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NumericBucketingResult)) :*: S1 (MetaSel (Just "_cKey") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))))

customAttributeHistogramResult :: CustomAttributeHistogramResult Source #

Creates a value of CustomAttributeHistogramResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cStringValueHistogramResult :: Lens' CustomAttributeHistogramResult (Maybe CustomAttributeHistogramResultStringValueHistogramResult) Source #

Stores a map from the values of string custom field associated with `key` to the number of jobs with that value in this histogram result.

cLongValueHistogramResult :: Lens' CustomAttributeHistogramResult (Maybe NumericBucketingResult) Source #

Stores bucketed histogram counting result or min/max values for custom attribute long values associated with `key`.

cKey :: Lens' CustomAttributeHistogramResult (Maybe Text) Source #

Stores the key of custom attribute the histogram is performed on.

BucketRange

data BucketRange Source #

Represents starting and ending value of a range in double.

See: bucketRange smart constructor.

Instances
Eq BucketRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data BucketRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> BucketRange -> c BucketRange #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c BucketRange #

toConstr :: BucketRange -> Constr #

dataTypeOf :: BucketRange -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c BucketRange) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c BucketRange) #

gmapT :: (forall b. Data b => b -> b) -> BucketRange -> BucketRange #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> BucketRange -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> BucketRange -> r #

gmapQ :: (forall d. Data d => d -> u) -> BucketRange -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> BucketRange -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> BucketRange -> m BucketRange #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> BucketRange -> m BucketRange #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> BucketRange -> m BucketRange #

Show BucketRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic BucketRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep BucketRange :: Type -> Type #

ToJSON BucketRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON BucketRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep BucketRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep BucketRange = D1 (MetaData "BucketRange" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "BucketRange'" PrefixI True) (S1 (MetaSel (Just "_brTo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: S1 (MetaSel (Just "_brFrom") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))))

bucketRange :: BucketRange Source #

Creates a value of BucketRange with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

brTo :: Lens' BucketRange (Maybe Double) Source #

Ending value of the bucket range.

brFrom :: Lens' BucketRange (Maybe Double) Source #

Starting value of the bucket range.

JobVisibility

data JobVisibility Source #

Optional. The visibility of the job. Defaults to Visibility.ACCOUNT_ONLY if not specified.

Constructors

VisibilityUnspecified

VISIBILITY_UNSPECIFIED Default value.

AccountOnly

ACCOUNT_ONLY The resource is only visible to the GCP account who owns it.

SharedWithGoogle

SHARED_WITH_GOOGLE The resource is visible to the owner and may be visible to other applications and processes at Google.

SharedWithPublic

SHARED_WITH_PUBLIC The resource is visible to the owner and may be visible to all other API clients.

Instances
Enum JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobVisibility -> c JobVisibility #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobVisibility #

toConstr :: JobVisibility -> Constr #

dataTypeOf :: JobVisibility -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobVisibility) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobVisibility) #

gmapT :: (forall b. Data b => b -> b) -> JobVisibility -> JobVisibility #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobVisibility -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobVisibility -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobVisibility -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobVisibility -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobVisibility -> m JobVisibility #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobVisibility -> m JobVisibility #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobVisibility -> m JobVisibility #

Ord JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep JobVisibility :: Type -> Type #

Hashable JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep JobVisibility Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep JobVisibility = D1 (MetaData "JobVisibility" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((C1 (MetaCons "VisibilityUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AccountOnly" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "SharedWithGoogle" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SharedWithPublic" PrefixI False) (U1 :: Type -> Type)))

CustomRankingInfoImportanceLevel

data CustomRankingInfoImportanceLevel Source #

Required. Controls over how important the score of CustomRankingInfo.ranking_expression gets applied to job's final ranking position. An error is thrown if not specified.

Constructors

ImportanceLevelUnspecified

IMPORTANCE_LEVEL_UNSPECIFIED Default value if the importance level is not specified.

None

NONE The given ranking expression is of None importance, existing relevance score (determined by API algorithm) dominates job's final ranking position.

Low

LOW The given ranking expression is of Low importance in terms of job's final ranking position compared to existing relevance score (determined by API algorithm).

Mild

MILD The given ranking expression is of Mild importance in terms of job's final ranking position compared to existing relevance score (determined by API algorithm).

Medium

MEDIUM The given ranking expression is of Medium importance in terms of job's final ranking position compared to existing relevance score (determined by API algorithm).

High

HIGH The given ranking expression is of High importance in terms of job's final ranking position compared to existing relevance score (determined by API algorithm).

Extreme

EXTREME The given ranking expression is of Extreme importance, and dominates job's final ranking position with existing relevance score (determined by API algorithm) ignored.

Instances
Enum CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CustomRankingInfoImportanceLevel -> c CustomRankingInfoImportanceLevel #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CustomRankingInfoImportanceLevel #

toConstr :: CustomRankingInfoImportanceLevel -> Constr #

dataTypeOf :: CustomRankingInfoImportanceLevel -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CustomRankingInfoImportanceLevel) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CustomRankingInfoImportanceLevel) #

gmapT :: (forall b. Data b => b -> b) -> CustomRankingInfoImportanceLevel -> CustomRankingInfoImportanceLevel #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CustomRankingInfoImportanceLevel -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CustomRankingInfoImportanceLevel -> r #

gmapQ :: (forall d. Data d => d -> u) -> CustomRankingInfoImportanceLevel -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CustomRankingInfoImportanceLevel -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CustomRankingInfoImportanceLevel -> m CustomRankingInfoImportanceLevel #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomRankingInfoImportanceLevel -> m CustomRankingInfoImportanceLevel #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomRankingInfoImportanceLevel -> m CustomRankingInfoImportanceLevel #

Ord CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep CustomRankingInfoImportanceLevel :: Type -> Type #

Hashable CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CustomRankingInfoImportanceLevel Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CustomRankingInfoImportanceLevel = D1 (MetaData "CustomRankingInfoImportanceLevel" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((C1 (MetaCons "ImportanceLevelUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "None" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Low" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "Mild" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Medium" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "High" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Extreme" PrefixI False) (U1 :: Type -> Type))))

NumericBucketingResult

data NumericBucketingResult Source #

Output only. Custom numeric bucketing result.

See: numericBucketingResult smart constructor.

Instances
Eq NumericBucketingResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data NumericBucketingResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NumericBucketingResult -> c NumericBucketingResult #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NumericBucketingResult #

toConstr :: NumericBucketingResult -> Constr #

dataTypeOf :: NumericBucketingResult -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NumericBucketingResult) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NumericBucketingResult) #

gmapT :: (forall b. Data b => b -> b) -> NumericBucketingResult -> NumericBucketingResult #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NumericBucketingResult -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NumericBucketingResult -> r #

gmapQ :: (forall d. Data d => d -> u) -> NumericBucketingResult -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> NumericBucketingResult -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> NumericBucketingResult -> m NumericBucketingResult #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NumericBucketingResult -> m NumericBucketingResult #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NumericBucketingResult -> m NumericBucketingResult #

Show NumericBucketingResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic NumericBucketingResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep NumericBucketingResult :: Type -> Type #

ToJSON NumericBucketingResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON NumericBucketingResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep NumericBucketingResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep NumericBucketingResult = D1 (MetaData "NumericBucketingResult" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "NumericBucketingResult'" PrefixI True) (S1 (MetaSel (Just "_nbrMaxValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))) :*: (S1 (MetaSel (Just "_nbrCounts") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [BucketizedCount])) :*: S1 (MetaSel (Just "_nbrMinValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double))))))

numericBucketingResult :: NumericBucketingResult Source #

Creates a value of NumericBucketingResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

nbrMaxValue :: Lens' NumericBucketingResult (Maybe Double) Source #

Stores the maximum value of the numeric field. Is populated only if [NumericBucketingOption.requires_min_max] is set to true.

nbrCounts :: Lens' NumericBucketingResult [BucketizedCount] Source #

Count within each bucket. Its size is the length of NumericBucketingOption.bucket_bounds plus 1.

nbrMinValue :: Lens' NumericBucketingResult (Maybe Double) Source #

Stores the minimum value of the numeric field. Will be populated only if [NumericBucketingOption.requires_min_max] is set to true.

JobDerivedInfo

data JobDerivedInfo Source #

Output only. Derived details about the job posting.

See: jobDerivedInfo smart constructor.

Instances
Eq JobDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data JobDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobDerivedInfo -> c JobDerivedInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobDerivedInfo #

toConstr :: JobDerivedInfo -> Constr #

dataTypeOf :: JobDerivedInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobDerivedInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobDerivedInfo) #

gmapT :: (forall b. Data b => b -> b) -> JobDerivedInfo -> JobDerivedInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobDerivedInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobDerivedInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobDerivedInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobDerivedInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobDerivedInfo -> m JobDerivedInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobDerivedInfo -> m JobDerivedInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobDerivedInfo -> m JobDerivedInfo #

Show JobDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic JobDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep JobDerivedInfo :: Type -> Type #

ToJSON JobDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON JobDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep JobDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep JobDerivedInfo = D1 (MetaData "JobDerivedInfo" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "JobDerivedInfo'" PrefixI True) (S1 (MetaSel (Just "_jdiJobCategories") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_jdiLocations") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Location]))))

jobDerivedInfo :: JobDerivedInfo Source #

Creates a value of JobDerivedInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

jdiJobCategories :: Lens' JobDerivedInfo [Text] Source #

Job categories derived from Job.title and Job.description.

jdiLocations :: Lens' JobDerivedInfo [Location] Source #

Structured locations of the job, resolved from Job.addresses. locations are exactly matched to Job.addresses in the same order.

CompanyDerivedInfo

data CompanyDerivedInfo Source #

Derived details about the company.

See: companyDerivedInfo smart constructor.

Instances
Eq CompanyDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CompanyDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompanyDerivedInfo -> c CompanyDerivedInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompanyDerivedInfo #

toConstr :: CompanyDerivedInfo -> Constr #

dataTypeOf :: CompanyDerivedInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompanyDerivedInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompanyDerivedInfo) #

gmapT :: (forall b. Data b => b -> b) -> CompanyDerivedInfo -> CompanyDerivedInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompanyDerivedInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompanyDerivedInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompanyDerivedInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompanyDerivedInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompanyDerivedInfo -> m CompanyDerivedInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompanyDerivedInfo -> m CompanyDerivedInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompanyDerivedInfo -> m CompanyDerivedInfo #

Show CompanyDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CompanyDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CompanyDerivedInfo :: Type -> Type #

ToJSON CompanyDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CompanyDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompanyDerivedInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompanyDerivedInfo = D1 (MetaData "CompanyDerivedInfo" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "CompanyDerivedInfo'" PrefixI True) (S1 (MetaSel (Just "_cdiHeadquartersLocation") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe Location))))

companyDerivedInfo :: CompanyDerivedInfo Source #

Creates a value of CompanyDerivedInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cdiHeadquartersLocation :: Lens' CompanyDerivedInfo (Maybe Location) Source #

A structured headquarters location of the company, resolved from Company.hq_location if provided.

CompensationFilter

data CompensationFilter Source #

Input only. Filter on job compensation type and amount.

See: compensationFilter smart constructor.

Instances
Eq CompensationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CompensationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompensationFilter -> c CompensationFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompensationFilter #

toConstr :: CompensationFilter -> Constr #

dataTypeOf :: CompensationFilter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompensationFilter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompensationFilter) #

gmapT :: (forall b. Data b => b -> b) -> CompensationFilter -> CompensationFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompensationFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompensationFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompensationFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompensationFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompensationFilter -> m CompensationFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationFilter -> m CompensationFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationFilter -> m CompensationFilter #

Show CompensationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CompensationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CompensationFilter :: Type -> Type #

ToJSON CompensationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CompensationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompensationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompensationFilter = D1 (MetaData "CompensationFilter" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CompensationFilter'" PrefixI True) ((S1 (MetaSel (Just "_cfIncludeJobsWithUnspecifiedCompensationRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_cfRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompensationRange))) :*: (S1 (MetaSel (Just "_cfUnits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_cfType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompensationFilterType)))))

compensationFilter :: CompensationFilter Source #

Creates a value of CompensationFilter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cfIncludeJobsWithUnspecifiedCompensationRange :: Lens' CompensationFilter (Maybe Bool) Source #

Optional. Whether to include jobs whose compensation range is unspecified.

cfRange :: Lens' CompensationFilter (Maybe CompensationRange) Source #

Optional. Compensation range.

cfUnits :: Lens' CompensationFilter [Text] Source #

Required. Specify desired `base compensation entry's` CompensationInfo.CompensationUnit.

JobPostingRegion

data JobPostingRegion Source #

Optional. The job PostingRegion (for example, state, country) throughout which the job is available. If this field is set, a LocationFilter in a search query within the job region finds this job posting if an exact location match is not specified. If this field is set to PostingRegion.NATION_WIDE or [PostingRegion.ADMINISTRATIVE_AREA], setting job addresses to the same location level as this field is strongly recommended.

Constructors

PostingRegionUnspecified

POSTING_REGION_UNSPECIFIED If the region is unspecified, the job is only returned if it matches the LocationFilter.

AdministrativeArea

ADMINISTRATIVE_AREA In addition to exact location matching, job posting is returned when the LocationFilter in the search query is in the same administrative area as the returned job posting. For example, if a `ADMINISTRATIVE_AREA` job is posted in "CA, USA", it's returned if LocationFilter has "Mountain View". Administrative area refers to top-level administrative subdivision of this country. For example, US state, IT region, UK constituent nation and JP prefecture.

NATion

NATION In addition to exact location matching, job is returned when LocationFilter in search query is in the same country as this job. For example, if a `NATION_WIDE` job is posted in "USA", it's returned if LocationFilter has 'Mountain View'.

Telecommute

TELECOMMUTE Job allows employees to work remotely (telecommute). If locations are provided with this value, the job is considered as having a location, but telecommuting is allowed.

Instances
Enum JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobPostingRegion -> c JobPostingRegion #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobPostingRegion #

toConstr :: JobPostingRegion -> Constr #

dataTypeOf :: JobPostingRegion -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobPostingRegion) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobPostingRegion) #

gmapT :: (forall b. Data b => b -> b) -> JobPostingRegion -> JobPostingRegion #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobPostingRegion -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobPostingRegion -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobPostingRegion -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobPostingRegion -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobPostingRegion -> m JobPostingRegion #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobPostingRegion -> m JobPostingRegion #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobPostingRegion -> m JobPostingRegion #

Ord JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep JobPostingRegion :: Type -> Type #

Hashable JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep JobPostingRegion Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep JobPostingRegion = D1 (MetaData "JobPostingRegion" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((C1 (MetaCons "PostingRegionUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "AdministrativeArea" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "NATion" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Telecommute" PrefixI False) (U1 :: Type -> Type)))

Company

data Company Source #

A Company resource represents a company in the service. A company is the entity that owns job postings, that is, the hiring entity responsible for employing applicants for the job position.

See: company smart constructor.

Instances
Eq Company Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

(==) :: Company -> Company -> Bool #

(/=) :: Company -> Company -> Bool #

Data Company Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Company -> c Company #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Company #

toConstr :: Company -> Constr #

dataTypeOf :: Company -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Company) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Company) #

gmapT :: (forall b. Data b => b -> b) -> Company -> Company #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Company -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Company -> r #

gmapQ :: (forall d. Data d => d -> u) -> Company -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Company -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Company -> m Company #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Company -> m Company #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Company -> m Company #

Show Company Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic Company Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep Company :: Type -> Type #

Methods

from :: Company -> Rep Company x #

to :: Rep Company x -> Company #

ToJSON Company Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON Company Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep Company Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep Company = D1 (MetaData "Company" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "Company'" PrefixI True) (((S1 (MetaSel (Just "_cHiringAgency") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: (S1 (MetaSel (Just "_cCareerSiteURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cEeoText") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_cSize") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompanySize)) :*: (S1 (MetaSel (Just "_cWebsiteURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cSuspended") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))) :*: ((S1 (MetaSel (Just "_cKeywordSearchableJobCustomAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_cImageURI") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cHeadquartersAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_cName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cDisplayName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_cExternalId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_cDerivedInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompanyDerivedInfo)))))))

company :: Company Source #

Creates a value of Company with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cHiringAgency :: Lens' Company (Maybe Bool) Source #

Optional. Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.

cCareerSiteURI :: Lens' Company (Maybe Text) Source #

Optional. The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".

cEeoText :: Lens' Company (Maybe Text) Source #

Optional. Equal Employment Opportunity legal disclaimer text to be associated with all jobs, and typically to be displayed in all roles. The maximum number of allowed characters is 500.

cSize :: Lens' Company (Maybe CompanySize) Source #

Optional. The employer's company size.

cWebsiteURI :: Lens' Company (Maybe Text) Source #

Optional. The URI representing the company's primary web site or home page, for example, "https://www.google.com". The maximum number of allowed characters is 255.

cSuspended :: Lens' Company (Maybe Bool) Source #

Output only. Indicates whether a company is flagged to be suspended from public availability by the service when job content appears suspicious, abusive, or spammy.

cKeywordSearchableJobCustomAttributes :: Lens' Company [Text] Source #

Optional. A list of keys of filterable Job.custom_attributes, whose corresponding `string_values` are used in keyword search. Jobs with `string_values` under these specified field keys are returned if any of the values matches the search keyword. Custom field values with parenthesis, brackets and special symbols won't be properly searchable, and those keyword queries need to be surrounded by quotes.

cImageURI :: Lens' Company (Maybe Text) Source #

Optional. A URI that hosts the employer's company logo.

cHeadquartersAddress :: Lens' Company (Maybe Text) Source #

Optional. The street address of the company's main headquarters, which may be different from the job location. The service attempts to geolocate the provided address, and populates a more specific location wherever possible in DerivedInfo.headquarters_location.

cName :: Lens' Company (Maybe Text) Source #

Required during company update. The resource name for a company. This is generated by the service when a company is created. The format is "projects/{project_id}/companies/{company_id}", for example, "projects/api-test-project/companies/foo".

cDisplayName :: Lens' Company (Maybe Text) Source #

Required. The display name of the company, for example, "Google, LLC".

cExternalId :: Lens' Company (Maybe Text) Source #

Required. Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.

cDerivedInfo :: Lens' Company (Maybe CompanyDerivedInfo) Source #

Output only. Derived details about the company.

CustomAttribute

data CustomAttribute Source #

Custom attribute values that are either filterable or non-filterable.

See: customAttribute smart constructor.

Instances
Eq CustomAttribute Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CustomAttribute Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CustomAttribute -> c CustomAttribute #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CustomAttribute #

toConstr :: CustomAttribute -> Constr #

dataTypeOf :: CustomAttribute -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CustomAttribute) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CustomAttribute) #

gmapT :: (forall b. Data b => b -> b) -> CustomAttribute -> CustomAttribute #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CustomAttribute -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CustomAttribute -> r #

gmapQ :: (forall d. Data d => d -> u) -> CustomAttribute -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CustomAttribute -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CustomAttribute -> m CustomAttribute #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomAttribute -> m CustomAttribute #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomAttribute -> m CustomAttribute #

Show CustomAttribute Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CustomAttribute Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CustomAttribute :: Type -> Type #

ToJSON CustomAttribute Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CustomAttribute Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CustomAttribute Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CustomAttribute = D1 (MetaData "CustomAttribute" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CustomAttribute'" PrefixI True) (S1 (MetaSel (Just "_caLongValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Int64])) :*: (S1 (MetaSel (Just "_caFilterable") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_caStringValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))

customAttribute :: CustomAttribute Source #

Creates a value of CustomAttribute with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

caLongValues :: Lens' CustomAttribute [Int64] Source #

Optional but exactly one of string_values or long_values must be specified. This field is used to perform number range search. (`EQ`, `GT`, `GE`, `LE`, `LT`) over filterable `long_value`. Currently at most 1 long_values is supported.

caFilterable :: Lens' CustomAttribute (Maybe Bool) Source #

Optional. If the `filterable` flag is true, custom field values are searchable. If false, values are not searchable. Default is false.

caStringValues :: Lens' CustomAttribute [Text] Source #

Optional but exactly one of string_values or long_values must be specified. This field is used to perform a string match (`CASE_SENSITIVE_MATCH` or `CASE_INSENSITIVE_MATCH`) search. For filterable `string_value`s, a maximum total number of 200 values is allowed, with each `string_value` has a byte size of no more than 255B. For unfilterable `string_values`, the maximum total byte size of unfilterable `string_values` is 50KB. Empty string is not allowed.

Job

data Job Source #

A Job resource represents a job posting (also referred to as a "job listing" or "job requisition"). A job belongs to a Company, which is the hiring entity responsible for the job.

See: job smart constructor.

Instances
Eq Job Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

(==) :: Job -> Job -> Bool #

(/=) :: Job -> Job -> Bool #

Data Job Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Job -> c Job #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Job #

toConstr :: Job -> Constr #

dataTypeOf :: Job -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Job) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Job) #

gmapT :: (forall b. Data b => b -> b) -> Job -> Job #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Job -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Job -> r #

gmapQ :: (forall d. Data d => d -> u) -> Job -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Job -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Job -> m Job #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Job -> m Job #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Job -> m Job #

Show Job Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

showsPrec :: Int -> Job -> ShowS #

show :: Job -> String #

showList :: [Job] -> ShowS #

Generic Job Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep Job :: Type -> Type #

Methods

from :: Job -> Rep Job x #

to :: Rep Job x -> Job #

ToJSON Job Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON Job Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep Job Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep Job = D1 (MetaData "Job" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "Job'" PrefixI True) ((((S1 (MetaSel (Just "_jDePartment") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_jApplicationInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ApplicationInfo)) :*: S1 (MetaSel (Just "_jLanguageCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_jCompensationInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompensationInfo)) :*: S1 (MetaSel (Just "_jResponsibilities") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_jJobStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_jPromotionValue") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))))) :*: (((S1 (MetaSel (Just "_jCompanyName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jAddresses") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_jJobBenefits") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_jVisibility") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobVisibility)))) :*: ((S1 (MetaSel (Just "_jJobLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobJobLevel)) :*: S1 (MetaSel (Just "_jPostingUpdateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))) :*: (S1 (MetaSel (Just "_jCustomAttributes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobCustomAttributes)) :*: S1 (MetaSel (Just "_jPostingPublishTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')))))) :*: (((S1 (MetaSel (Just "_jName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_jDegreeTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_jQualifications") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: ((S1 (MetaSel (Just "_jCompanyDisplayName") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jIncentives") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_jJobEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_jPostingRegion") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobPostingRegion))))) :*: (((S1 (MetaSel (Just "_jTitle") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jEmploymentTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_jDerivedInfo") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe JobDerivedInfo)) :*: S1 (MetaSel (Just "_jProcessingOptions") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProcessingOptions)))) :*: ((S1 (MetaSel (Just "_jPostingExpireTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_jDescription") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 (MetaSel (Just "_jRequisitionId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jPostingCreateTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))))))))

jDePartment :: Lens' Job (Maybe Text) Source #

Optional. The department or functional area within the company with the open position. The maximum number of allowed characters is 255.

jApplicationInfo :: Lens' Job (Maybe ApplicationInfo) Source #

Required. At least one field within ApplicationInfo must be specified. Job application information.

jLanguageCode :: Lens' Job (Maybe Text) Source #

Optional. The language of the posting. This field is distinct from any requirements for fluency that are associated with the job. Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see Tags for Identifying Languages{: class="external" target="_blank" }. If this field is unspecified and Job.description is present, detected language code based on Job.description is assigned, otherwise defaults to 'en_US'.

jCompensationInfo :: Lens' Job (Maybe CompensationInfo) Source #

Optional. Job compensation information.

jResponsibilities :: Lens' Job (Maybe Text) Source #

Optional. A description of job responsibilities. The use of this field is recommended as an alternative to using the more general description field. This field accepts and sanitizes HTML input, and also accepts bold, italic, ordered list, and unordered list markup tags. The maximum number of allowed characters is 10,000.

jJobStartTime :: Lens' Job (Maybe UTCTime) Source #

Optional. The start timestamp of the job in UTC time zone. Typically this field is used for contracting engagements. Invalid timestamps are ignored.

jPromotionValue :: Lens' Job (Maybe Int32) Source #

Optional. A promotion value of the job, as determined by the client. The value determines the sort order of the jobs returned when searching for jobs using the featured jobs search call, with higher promotional values being returned first and ties being resolved by relevance sort. Only the jobs with a promotionValue >0 are returned in a FEATURED_JOB_SEARCH. Default value is 0, and negative values are treated as 0.

jCompanyName :: Lens' Job (Maybe Text) Source #

Required. The resource name of the company listing the job, such as "projects/api-test-project/companies/foo".

jAddresses :: Lens' Job [Text] Source #

Optional but strongly recommended for the best service experience. Location(s) where the employer is looking to hire for this job posting. Specifying the full street address(es) of the hiring location enables better API results, especially job searches by commute time. At most 50 locations are allowed for best search performance. If a job has more locations, it is suggested to split it into multiple jobs with unique requisition_ids (e.g. 'ReqA' becomes 'ReqA-1', 'ReqA-2', etc.) as multiple jobs with the same company_name, language_code and requisition_id are not allowed. If the original requisition_id must be preserved, a custom field should be used for storage. It is also suggested to group the locations that close to each other in the same job for better search experience. The maximum number of allowed characters is 500.

jJobBenefits :: Lens' Job [Text] Source #

Optional. The benefits included with the job.

jVisibility :: Lens' Job (Maybe JobVisibility) Source #

Optional. The visibility of the job. Defaults to Visibility.ACCOUNT_ONLY if not specified.

jJobLevel :: Lens' Job (Maybe JobJobLevel) Source #

Optional. The experience level associated with the job, such as "Entry Level".

jPostingUpdateTime :: Lens' Job (Maybe UTCTime) Source #

Output only. The timestamp when this job posting was last updated.

jCustomAttributes :: Lens' Job (Maybe JobCustomAttributes) Source #

Optional. A map of fields to hold both filterable and non-filterable custom job attributes that are not covered by the provided structured fields. The keys of the map are strings up to 64 bytes and must match the pattern: a-zA-Z*. For example, key0LikeThis or KEY_1_LIKE_THIS. At most 100 filterable and at most 100 unfilterable keys are supported. For filterable `string_values`, across all keys at most 200 values are allowed, with each string no more than 255 characters. For unfilterable `string_values`, the maximum total size of `string_values` across all keys is 50KB.

jPostingPublishTime :: Lens' Job (Maybe UTCTime) Source #

Optional. The timestamp this job posting was most recently published. The default value is the time the request arrives at the server. Invalid timestamps are ignored.

jName :: Lens' Job (Maybe Text) Source #

Required during job update. The resource name for the job. This is generated by the service when a job is created. The format is "projects/{project_id}/jobs/{job_id}", for example, "projects/api-test-project/jobs/1234". Use of this field in job queries and API calls is preferred over the use of requisition_id since this value is unique.

jDegreeTypes :: Lens' Job [Text] Source #

Optional. The desired education degrees for the job, such as Bachelors, Masters.

jQualifications :: Lens' Job (Maybe Text) Source #

Optional. A description of the qualifications required to perform the job. The use of this field is recommended as an alternative to using the more general description field. This field accepts and sanitizes HTML input, and also accepts bold, italic, ordered list, and unordered list markup tags. The maximum number of allowed characters is 10,000.

jCompanyDisplayName :: Lens' Job (Maybe Text) Source #

Output only. Display name of the company listing the job.

jIncentives :: Lens' Job (Maybe Text) Source #

Optional. A description of bonus, commission, and other compensation incentives associated with the job not including salary or pay. The maximum number of allowed characters is 10,000.

jJobEndTime :: Lens' Job (Maybe UTCTime) Source #

Optional. The end timestamp of the job. Typically this field is used for contracting engagements. Invalid timestamps are ignored.

jPostingRegion :: Lens' Job (Maybe JobPostingRegion) Source #

Optional. The job PostingRegion (for example, state, country) throughout which the job is available. If this field is set, a LocationFilter in a search query within the job region finds this job posting if an exact location match is not specified. If this field is set to PostingRegion.NATION_WIDE or [PostingRegion.ADMINISTRATIVE_AREA], setting job addresses to the same location level as this field is strongly recommended.

jTitle :: Lens' Job (Maybe Text) Source #

Required. The title of the job, such as "Software Engineer" The maximum number of allowed characters is 500.

jEmploymentTypes :: Lens' Job [Text] Source #

Optional. The employment type(s) of a job, for example, full time or part time.

jDerivedInfo :: Lens' Job (Maybe JobDerivedInfo) Source #

Output only. Derived details about the job posting.

jProcessingOptions :: Lens' Job (Maybe ProcessingOptions) Source #

Optional. Options for job processing.

jPostingExpireTime :: Lens' Job (Maybe UTCTime) Source #

Optional but strongly recommended for the best service experience. The expiration timestamp of the job. After this timestamp, the job is marked as expired, and it no longer appears in search results. The expired job can't be deleted or listed by the DeleteJob and ListJobs APIs, but it can be retrieved with the GetJob API or updated with the UpdateJob API. An expired job can be updated and opened again by using a future expiration timestamp. Updating an expired job fails if there is another existing open job with same company_name, language_code and requisition_id. The expired jobs are retained in our system for 90 days. However, the overall expired job count cannot exceed 3 times the maximum of open jobs count over the past week, otherwise jobs with earlier expire time are cleaned first. Expired jobs are no longer accessible after they are cleaned out. Invalid timestamps are ignored, and treated as expire time not provided. Timestamp before the instant request is made is considered valid, the job will be treated as expired immediately. If this value is not provided at the time of job creation or is invalid, the job posting expires after 30 days from the job's creation time. For example, if the job was created on 2017/01/01 13:00AM UTC with an unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC. If this value is not provided on job update, it depends on the field masks set by UpdateJobRequest.update_mask. If the field masks include expiry_time, or the masks are empty meaning that every field is updated, the job posting expires after 30 days from the job's last update time. Otherwise the expiration date isn't updated.

jDescription :: Lens' Job (Maybe Text) Source #

Required. The description of the job, which typically includes a multi-paragraph description of the company and related information. Separate fields are provided on the job object for responsibilities, qualifications, and other job characteristics. Use of these separate job fields is recommended. This field accepts and sanitizes HTML input, and also accepts bold, italic, ordered list, and unordered list markup tags. The maximum number of allowed characters is 100,000.

jRequisitionId :: Lens' Job (Maybe Text) Source #

Required. The requisition ID, also referred to as the posting ID, assigned by the client to identify a job. This field is intended to be used by clients for client identification and tracking of postings. A job is not allowed to be created if there is another job with the same [company_name], language_code and requisition_id. The maximum number of allowed characters is 255.

jPostingCreateTime :: Lens' Job (Maybe UTCTime) Source #

Output only. The timestamp when this job posting was created.

HistogramResults

data HistogramResults Source #

Output only. Histogram results that match HistogramFacets specified in SearchJobsRequest.

See: histogramResults smart constructor.

Instances
Eq HistogramResults Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data HistogramResults Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HistogramResults -> c HistogramResults #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HistogramResults #

toConstr :: HistogramResults -> Constr #

dataTypeOf :: HistogramResults -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c HistogramResults) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HistogramResults) #

gmapT :: (forall b. Data b => b -> b) -> HistogramResults -> HistogramResults #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HistogramResults -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HistogramResults -> r #

gmapQ :: (forall d. Data d => d -> u) -> HistogramResults -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HistogramResults -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HistogramResults -> m HistogramResults #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramResults -> m HistogramResults #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramResults -> m HistogramResults #

Show HistogramResults Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic HistogramResults Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep HistogramResults :: Type -> Type #

ToJSON HistogramResults Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON HistogramResults Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramResults Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramResults = D1 (MetaData "HistogramResults" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "HistogramResults'" PrefixI True) (S1 (MetaSel (Just "_hrSimpleHistogramResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [HistogramResult])) :*: (S1 (MetaSel (Just "_hrCustomAttributeHistogramResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CustomAttributeHistogramResult])) :*: S1 (MetaSel (Just "_hrCompensationHistogramResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CompensationHistogramResult])))))

histogramResults :: HistogramResults Source #

Creates a value of HistogramResults with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

hrSimpleHistogramResults :: Lens' HistogramResults [HistogramResult] Source #

Specifies histogram results that matches HistogramFacets.simple_histogram_facets.

hrCustomAttributeHistogramResults :: Lens' HistogramResults [CustomAttributeHistogramResult] Source #

Specifies histogram results for custom attributes that match HistogramFacets.custom_attribute_histogram_facets.

hrCompensationHistogramResults :: Lens' HistogramResults [CompensationHistogramResult] Source #

Specifies compensation field-based histogram results that match HistogramFacets.compensation_histogram_requests.

CompanySize

data CompanySize Source #

Optional. The employer's company size.

Constructors

CSCompanySizeUnspecified

COMPANY_SIZE_UNSPECIFIED Default value if the size is not specified.

CSMini

MINI The company has less than 50 employees.

CSSmall

SMALL The company has between 50 and 99 employees.

CSSmedium

SMEDIUM The company has between 100 and 499 employees.

CSMedium

MEDIUM The company has between 500 and 999 employees.

CSBig

BIG The company has between 1,000 and 4,999 employees.

CSBigger

BIGGER The company has between 5,000 and 9,999 employees.

CSGiant

GIANT The company has 10,000 or more employees.

Instances
Enum CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompanySize -> c CompanySize #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompanySize #

toConstr :: CompanySize -> Constr #

dataTypeOf :: CompanySize -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompanySize) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompanySize) #

gmapT :: (forall b. Data b => b -> b) -> CompanySize -> CompanySize #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompanySize -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompanySize -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompanySize -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompanySize -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompanySize -> m CompanySize #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompanySize -> m CompanySize #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompanySize -> m CompanySize #

Ord CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep CompanySize :: Type -> Type #

Hashable CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompanySize Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompanySize = D1 (MetaData "CompanySize" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (((C1 (MetaCons "CSCompanySizeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CSMini" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CSSmall" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CSSmedium" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "CSMedium" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CSBig" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CSBigger" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CSGiant" PrefixI False) (U1 :: Type -> Type))))

Xgafv

data Xgafv Source #

V1 error format.

Constructors

X1

1 v1 error format

X2

2 v2 error format

Instances
Enum Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

(==) :: Xgafv -> Xgafv -> Bool #

(/=) :: Xgafv -> Xgafv -> Bool #

Data Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> Xgafv -> c Xgafv #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c Xgafv #

toConstr :: Xgafv -> Constr #

dataTypeOf :: Xgafv -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c Xgafv) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c Xgafv) #

gmapT :: (forall b. Data b => b -> b) -> Xgafv -> Xgafv #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> Xgafv -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> Xgafv -> r #

gmapQ :: (forall d. Data d => d -> u) -> Xgafv -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> Xgafv -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> Xgafv -> m Xgafv #

Ord Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

compare :: Xgafv -> Xgafv -> Ordering #

(<) :: Xgafv -> Xgafv -> Bool #

(<=) :: Xgafv -> Xgafv -> Bool #

(>) :: Xgafv -> Xgafv -> Bool #

(>=) :: Xgafv -> Xgafv -> Bool #

max :: Xgafv -> Xgafv -> Xgafv #

min :: Xgafv -> Xgafv -> Xgafv #

Read Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

showsPrec :: Int -> Xgafv -> ShowS #

show :: Xgafv -> String #

showList :: [Xgafv] -> ShowS #

Generic Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep Xgafv :: Type -> Type #

Methods

from :: Xgafv -> Rep Xgafv x #

to :: Rep Xgafv x -> Xgafv #

Hashable Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

hashWithSalt :: Int -> Xgafv -> Int #

hash :: Xgafv -> Int #

ToJSON Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep Xgafv Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep Xgafv = D1 (MetaData "Xgafv" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "X1" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "X2" PrefixI False) (U1 :: Type -> Type))

LocationFilter

data LocationFilter Source #

Input only. Geographic region of the search.

See: locationFilter smart constructor.

Instances
Eq LocationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data LocationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LocationFilter -> c LocationFilter #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LocationFilter #

toConstr :: LocationFilter -> Constr #

dataTypeOf :: LocationFilter -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LocationFilter) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LocationFilter) #

gmapT :: (forall b. Data b => b -> b) -> LocationFilter -> LocationFilter #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LocationFilter -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LocationFilter -> r #

gmapQ :: (forall d. Data d => d -> u) -> LocationFilter -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LocationFilter -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LocationFilter -> m LocationFilter #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationFilter -> m LocationFilter #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationFilter -> m LocationFilter #

Show LocationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic LocationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep LocationFilter :: Type -> Type #

ToJSON LocationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON LocationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep LocationFilter Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep LocationFilter = D1 (MetaData "LocationFilter" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "LocationFilter'" PrefixI True) ((S1 (MetaSel (Just "_lfLatLng") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LatLng)) :*: S1 (MetaSel (Just "_lfDistanceInMiles") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Double)))) :*: (S1 (MetaSel (Just "_lfRegionCode") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_lfTelecommutePreference") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe LocationFilterTelecommutePreference)) :*: S1 (MetaSel (Just "_lfAddress") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))))

locationFilter :: LocationFilter Source #

Creates a value of LocationFilter with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

lfLatLng :: Lens' LocationFilter (Maybe LatLng) Source #

Optional. The latitude and longitude of the geographic center from which to search. This field's ignored if `address` is provided.

lfDistanceInMiles :: Lens' LocationFilter (Maybe Double) Source #

Optional. The distance_in_miles is applied when the location being searched for is identified as a city or smaller. When the location being searched for is a state or larger, this field is ignored.

lfRegionCode :: Lens' LocationFilter (Maybe Text) Source #

Optional. CLDR region code of the country/region of the address. This is used to address ambiguity of the user-input location, for example, "Liverpool" against "Liverpool, NY, US" or "Liverpool, UK". Set this field if all the jobs to search against are from a same region, or jobs are world-wide, but the job seeker is from a specific region. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.

lfTelecommutePreference :: Lens' LocationFilter (Maybe LocationFilterTelecommutePreference) Source #

Optional. Allows the client to return jobs without a set location, specifically, telecommuting jobs (telecomuting is considered by the service as a special location. Job.posting_region indicates if a job permits telecommuting. If this field is set to TelecommutePreference.TELECOMMUTE_ALLOWED, telecommuting jobs are searched, and address and lat_lng are ignored. If not set or set to TelecommutePreference.TELECOMMUTE_EXCLUDED, telecommute job are not searched. This filter can be used by itself to search exclusively for telecommuting jobs, or it can be combined with another location filter to search for a combination of job locations, such as "Mountain View" or "telecommuting" jobs. However, when used in combination with other location filters, telecommuting jobs can be treated as less relevant than other jobs in the search response.

lfAddress :: Lens' LocationFilter (Maybe Text) Source #

Optional. The address name, such as "Mountain View" or "Bay Area".

ListJobsResponse

data ListJobsResponse Source #

Output only. List jobs response.

See: listJobsResponse smart constructor.

Instances
Eq ListJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data ListJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ListJobsResponse -> c ListJobsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ListJobsResponse #

toConstr :: ListJobsResponse -> Constr #

dataTypeOf :: ListJobsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ListJobsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ListJobsResponse) #

gmapT :: (forall b. Data b => b -> b) -> ListJobsResponse -> ListJobsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ListJobsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ListJobsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> ListJobsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ListJobsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ListJobsResponse -> m ListJobsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ListJobsResponse -> m ListJobsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ListJobsResponse -> m ListJobsResponse #

Show ListJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic ListJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep ListJobsResponse :: Type -> Type #

ToJSON ListJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON ListJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ListJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ListJobsResponse = D1 (MetaData "ListJobsResponse" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "ListJobsResponse'" PrefixI True) (S1 (MetaSel (Just "_ljrNextPageToken") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 (MetaSel (Just "_ljrJobs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Job])) :*: S1 (MetaSel (Just "_ljrMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ResponseMetadata)))))

listJobsResponse :: ListJobsResponse Source #

Creates a value of ListJobsResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ljrNextPageToken :: Lens' ListJobsResponse (Maybe Text) Source #

A token to retrieve the next page of results.

ljrJobs :: Lens' ListJobsResponse [Job] Source #

The Jobs for a given company. The maximum number of items returned is based on the limit field provided in the request.

ljrMetadata :: Lens' ListJobsResponse (Maybe ResponseMetadata) Source #

Additional information for the API invocation, such as the request tracking id.

CommuteFilterRoadTraffic

data CommuteFilterRoadTraffic Source #

Optional. Specifies the traffic density to use when calculating commute time.

Constructors

RoadTrafficUnspecified

ROAD_TRAFFIC_UNSPECIFIED Road traffic situation is not specified.

TrafficFree

TRAFFIC_FREE Optimal commute time without considering any traffic impact.

BusyHour

BUSY_HOUR Commute time calculation takes in account the peak traffic impact.

Instances
Enum CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CommuteFilterRoadTraffic -> c CommuteFilterRoadTraffic #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CommuteFilterRoadTraffic #

toConstr :: CommuteFilterRoadTraffic -> Constr #

dataTypeOf :: CommuteFilterRoadTraffic -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CommuteFilterRoadTraffic) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CommuteFilterRoadTraffic) #

gmapT :: (forall b. Data b => b -> b) -> CommuteFilterRoadTraffic -> CommuteFilterRoadTraffic #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CommuteFilterRoadTraffic -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CommuteFilterRoadTraffic -> r #

gmapQ :: (forall d. Data d => d -> u) -> CommuteFilterRoadTraffic -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CommuteFilterRoadTraffic -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CommuteFilterRoadTraffic -> m CommuteFilterRoadTraffic #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CommuteFilterRoadTraffic -> m CommuteFilterRoadTraffic #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CommuteFilterRoadTraffic -> m CommuteFilterRoadTraffic #

Ord CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep CommuteFilterRoadTraffic :: Type -> Type #

Hashable CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CommuteFilterRoadTraffic Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CommuteFilterRoadTraffic = D1 (MetaData "CommuteFilterRoadTraffic" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "RoadTrafficUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "TrafficFree" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "BusyHour" PrefixI False) (U1 :: Type -> Type)))

CompensationHistogramResult

data CompensationHistogramResult Source #

Output only. Compensation based histogram result.

See: compensationHistogramResult smart constructor.

Instances
Eq CompensationHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CompensationHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompensationHistogramResult -> c CompensationHistogramResult #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompensationHistogramResult #

toConstr :: CompensationHistogramResult -> Constr #

dataTypeOf :: CompensationHistogramResult -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompensationHistogramResult) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompensationHistogramResult) #

gmapT :: (forall b. Data b => b -> b) -> CompensationHistogramResult -> CompensationHistogramResult #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompensationHistogramResult -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompensationHistogramResult -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompensationHistogramResult -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompensationHistogramResult -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompensationHistogramResult -> m CompensationHistogramResult #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationHistogramResult -> m CompensationHistogramResult #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationHistogramResult -> m CompensationHistogramResult #

Show CompensationHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CompensationHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CompensationHistogramResult :: Type -> Type #

ToJSON CompensationHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CompensationHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompensationHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompensationHistogramResult = D1 (MetaData "CompensationHistogramResult" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CompensationHistogramResult'" PrefixI True) (S1 (MetaSel (Just "_cResult") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe NumericBucketingResult)) :*: S1 (MetaSel (Just "_cType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompensationHistogramResultType))))

compensationHistogramResult :: CompensationHistogramResult Source #

Creates a value of CompensationHistogramResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cType :: Lens' CompensationHistogramResult (Maybe CompensationHistogramResultType) Source #

Type of the request, corresponding to CompensationHistogramRequest.type.

CompensationHistogramRequestType

data CompensationHistogramRequestType Source #

Required. Type of the request, representing which field the histogramming should be performed over. A single request can only specify one histogram of each `CompensationHistogramRequestType`.

Constructors

CHRTCompensationHistogramRequestTypeUnspecified

COMPENSATION_HISTOGRAM_REQUEST_TYPE_UNSPECIFIED Default value. Invalid.

CHRTBase

BASE Histogram by job's base compensation. See CompensationEntry for definition of base compensation.

CHRTAnnualizedBase

ANNUALIZED_BASE Histogram by job's annualized base compensation. See CompensationEntry for definition of annualized base compensation.

CHRTAnnualizedTotal

ANNUALIZED_TOTAL Histogram by job's annualized total compensation. See CompensationEntry for definition of annualized total compensation.

Instances
Enum CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompensationHistogramRequestType -> c CompensationHistogramRequestType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompensationHistogramRequestType #

toConstr :: CompensationHistogramRequestType -> Constr #

dataTypeOf :: CompensationHistogramRequestType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompensationHistogramRequestType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompensationHistogramRequestType) #

gmapT :: (forall b. Data b => b -> b) -> CompensationHistogramRequestType -> CompensationHistogramRequestType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompensationHistogramRequestType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompensationHistogramRequestType -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompensationHistogramRequestType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompensationHistogramRequestType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompensationHistogramRequestType -> m CompensationHistogramRequestType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationHistogramRequestType -> m CompensationHistogramRequestType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationHistogramRequestType -> m CompensationHistogramRequestType #

Ord CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep CompensationHistogramRequestType :: Type -> Type #

Hashable CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompensationHistogramRequestType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompensationHistogramRequestType = D1 (MetaData "CompensationHistogramRequestType" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((C1 (MetaCons "CHRTCompensationHistogramRequestTypeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CHRTBase" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CHRTAnnualizedBase" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "CHRTAnnualizedTotal" PrefixI False) (U1 :: Type -> Type)))

CompletionResultType

data CompletionResultType Source #

The completion topic.

Constructors

CompletionTypeUnspecified

COMPLETION_TYPE_UNSPECIFIED Default value.

JobTitle

JOB_TITLE Only suggest job titles.

CompanyName

COMPANY_NAME Only suggest company names.

Combined

COMBINED Suggest both job titles and company names.

Instances
Enum CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompletionResultType -> c CompletionResultType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompletionResultType #

toConstr :: CompletionResultType -> Constr #

dataTypeOf :: CompletionResultType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompletionResultType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompletionResultType) #

gmapT :: (forall b. Data b => b -> b) -> CompletionResultType -> CompletionResultType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompletionResultType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompletionResultType -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompletionResultType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompletionResultType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompletionResultType -> m CompletionResultType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompletionResultType -> m CompletionResultType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompletionResultType -> m CompletionResultType #

Ord CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep CompletionResultType :: Type -> Type #

Hashable CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompletionResultType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep CompletionResultType = D1 (MetaData "CompletionResultType" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((C1 (MetaCons "CompletionTypeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JobTitle" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "CompanyName" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Combined" PrefixI False) (U1 :: Type -> Type)))

JobQuery

data JobQuery Source #

Input only. The query required to perform a search query.

See: jobQuery smart constructor.

Instances
Eq JobQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data JobQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobQuery -> c JobQuery #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobQuery #

toConstr :: JobQuery -> Constr #

dataTypeOf :: JobQuery -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobQuery) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobQuery) #

gmapT :: (forall b. Data b => b -> b) -> JobQuery -> JobQuery #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobQuery -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobQuery -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobQuery -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobQuery -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobQuery -> m JobQuery #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobQuery -> m JobQuery #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobQuery -> m JobQuery #

Show JobQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic JobQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep JobQuery :: Type -> Type #

Methods

from :: JobQuery -> Rep JobQuery x #

to :: Rep JobQuery x -> JobQuery #

ToJSON JobQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON JobQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep JobQuery Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep JobQuery = D1 (MetaData "JobQuery" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "JobQuery'" PrefixI True) (((S1 (MetaSel (Just "_jqLanguageCodes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_jqDisableSpellCheck") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_jqCustomAttributeFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)))) :*: (S1 (MetaSel (Just "_jqCommuteFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CommuteFilter)) :*: (S1 (MetaSel (Just "_jqPublishTimeRange") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe TimestampRange)) :*: S1 (MetaSel (Just "_jqLocationFilters") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [LocationFilter]))))) :*: ((S1 (MetaSel (Just "_jqCompanyDisplayNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: (S1 (MetaSel (Just "_jqJobCategories") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_jqCompensationFilter") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CompensationFilter)))) :*: ((S1 (MetaSel (Just "_jqQuery") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_jqCompanyNames") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text]))) :*: (S1 (MetaSel (Just "_jqEmploymentTypes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])) :*: S1 (MetaSel (Just "_jqExcludedJobs") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))))

jqLanguageCodes :: Lens' JobQuery [Text] Source #

Optional. This filter specifies the locale of jobs to search against, for example, "en-US". If a value isn't specified, the search results can contain jobs in any locale. Language codes should be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see Tags for Identifying Languages. At most 10 language code filters are allowed.

jqDisableSpellCheck :: Lens' JobQuery (Maybe Bool) Source #

Optional. This flag controls the spell-check feature. If false, the service attempts to correct a misspelled query, for example, "enginee" is corrected to "engineer". Defaults to false: a spell check is performed.

jqCustomAttributeFilter :: Lens' JobQuery (Maybe Text) Source #

Optional. This filter specifies a structured syntax to match against the Job.custom_attributes marked as `filterable`. The syntax for this expression is a subset of SQL syntax. Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is a custom field key and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Supported functions are `LOWER([field_name])` to perform a case insensitive match and `EMPTY([field_name])` to filter on the existence of a key. Boolean expressions (AND/OR/NOT) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum of 100 comparisons or functions are allowed in the expression. The expression must be < 3000 bytes in length. Sample Query: `(LOWER(driving_license)="class \"a\"" OR EMPTY(driving_license)) AND driving_years > 10`

jqCommuteFilter :: Lens' JobQuery (Maybe CommuteFilter) Source #

Optional. Allows filtering jobs by commute time with different travel methods (for example, driving or public transit). Note: This only works with COMMUTE MODE. When specified, [JobQuery.location_filters] is ignored. Currently we don't support sorting by commute time.

jqPublishTimeRange :: Lens' JobQuery (Maybe TimestampRange) Source #

Optional. Jobs published within a range specified by this filter are searched against.

jqLocationFilters :: Lens' JobQuery [LocationFilter] Source #

Optional. The location filter specifies geo-regions containing the jobs to search against. See LocationFilter for more information. If a location value isn't specified, jobs fitting the other search criteria are retrieved regardless of where they're located. If multiple values are specified, jobs are retrieved from any of the specified locations. If different values are specified for the LocationFilter.distance_in_miles parameter, the maximum provided distance is used for all locations. At most 5 location filters are allowed.

jqCompanyDisplayNames :: Lens' JobQuery [Text] Source #

Optional. This filter specifies the exact company display name of the jobs to search against. If a value isn't specified, jobs within the search results are associated with any company. If multiple values are specified, jobs within the search results may be associated with any of the specified companies. At most 20 company display name filters are allowed.

jqJobCategories :: Lens' JobQuery [Text] Source #

Optional. The category filter specifies the categories of jobs to search against. See Category for more information. If a value is not specified, jobs from any category are searched against. If multiple values are specified, jobs from any of the specified categories are searched against.

jqCompensationFilter :: Lens' JobQuery (Maybe CompensationFilter) Source #

Optional. This search filter is applied only to Job.compensation_info. For example, if the filter is specified as "Hourly job with per-hour compensation > $15", only jobs meeting these criteria are searched. If a filter isn't defined, all open jobs are searched.

jqQuery :: Lens' JobQuery (Maybe Text) Source #

Optional. The query string that matches against the job title, description, and location fields. The maximum number of allowed characters is 255.

jqCompanyNames :: Lens' JobQuery [Text] Source #

Optional. This filter specifies the company entities to search against. If a value isn't specified, jobs are searched for against all companies. If multiple values are specified, jobs are searched against the companies specified. The format is "projects/{project_id}/companies/{company_id}", for example, "projects/api-test-project/companies/foo". At most 20 company filters are allowed.

jqEmploymentTypes :: Lens' JobQuery [Text] Source #

Optional. The employment type filter specifies the employment type of jobs to search against, such as EmploymentType.FULL_TIME. If a value is not specified, jobs in the search results includes any employment type. If multiple values are specified, jobs in the search results include any of the specified employment types.

jqExcludedJobs :: Lens' JobQuery [Text] Source #

Optional. This filter specifies a list of job names to be excluded during search. At most 200 excluded job names are allowed.

CreateClientEventRequest

data CreateClientEventRequest Source #

The report event request.

See: createClientEventRequest smart constructor.

Instances
Eq CreateClientEventRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CreateClientEventRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CreateClientEventRequest -> c CreateClientEventRequest #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CreateClientEventRequest #

toConstr :: CreateClientEventRequest -> Constr #

dataTypeOf :: CreateClientEventRequest -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CreateClientEventRequest) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CreateClientEventRequest) #

gmapT :: (forall b. Data b => b -> b) -> CreateClientEventRequest -> CreateClientEventRequest #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CreateClientEventRequest -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CreateClientEventRequest -> r #

gmapQ :: (forall d. Data d => d -> u) -> CreateClientEventRequest -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CreateClientEventRequest -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CreateClientEventRequest -> m CreateClientEventRequest #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateClientEventRequest -> m CreateClientEventRequest #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CreateClientEventRequest -> m CreateClientEventRequest #

Show CreateClientEventRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CreateClientEventRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CreateClientEventRequest :: Type -> Type #

ToJSON CreateClientEventRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CreateClientEventRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CreateClientEventRequest Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CreateClientEventRequest = D1 (MetaData "CreateClientEventRequest" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "CreateClientEventRequest'" PrefixI True) (S1 (MetaSel (Just "_ccerClientEvent") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Maybe ClientEvent))))

createClientEventRequest :: CreateClientEventRequest Source #

Creates a value of CreateClientEventRequest with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ccerClientEvent :: Lens' CreateClientEventRequest (Maybe ClientEvent) Source #

Required. Events issued when end user interacts with customer's application that uses Cloud Talent Solution.

SpellingCorrection

data SpellingCorrection Source #

Output only. Spell check result.

See: spellingCorrection smart constructor.

Instances
Eq SpellingCorrection Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data SpellingCorrection Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SpellingCorrection -> c SpellingCorrection #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SpellingCorrection #

toConstr :: SpellingCorrection -> Constr #

dataTypeOf :: SpellingCorrection -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SpellingCorrection) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SpellingCorrection) #

gmapT :: (forall b. Data b => b -> b) -> SpellingCorrection -> SpellingCorrection #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SpellingCorrection -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SpellingCorrection -> r #

gmapQ :: (forall d. Data d => d -> u) -> SpellingCorrection -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SpellingCorrection -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SpellingCorrection -> m SpellingCorrection #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SpellingCorrection -> m SpellingCorrection #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SpellingCorrection -> m SpellingCorrection #

Show SpellingCorrection Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic SpellingCorrection Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep SpellingCorrection :: Type -> Type #

ToJSON SpellingCorrection Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON SpellingCorrection Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep SpellingCorrection Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep SpellingCorrection = D1 (MetaData "SpellingCorrection" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "SpellingCorrection'" PrefixI True) (S1 (MetaSel (Just "_scCorrected") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 (MetaSel (Just "_scCorrectedText") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

spellingCorrection :: SpellingCorrection Source #

Creates a value of SpellingCorrection with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

scCorrected :: Lens' SpellingCorrection (Maybe Bool) Source #

Indicates if the query was corrected by the spell checker.

scCorrectedText :: Lens' SpellingCorrection (Maybe Text) Source #

Correction output consisting of the corrected keyword string.

CompleteQueryResponse

data CompleteQueryResponse Source #

Output only. Response of auto-complete query.

See: completeQueryResponse smart constructor.

Instances
Eq CompleteQueryResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CompleteQueryResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompleteQueryResponse -> c CompleteQueryResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompleteQueryResponse #

toConstr :: CompleteQueryResponse -> Constr #

dataTypeOf :: CompleteQueryResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompleteQueryResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompleteQueryResponse) #

gmapT :: (forall b. Data b => b -> b) -> CompleteQueryResponse -> CompleteQueryResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompleteQueryResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompleteQueryResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompleteQueryResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompleteQueryResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompleteQueryResponse -> m CompleteQueryResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompleteQueryResponse -> m CompleteQueryResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompleteQueryResponse -> m CompleteQueryResponse #

Show CompleteQueryResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CompleteQueryResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CompleteQueryResponse :: Type -> Type #

ToJSON CompleteQueryResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CompleteQueryResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompleteQueryResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompleteQueryResponse = D1 (MetaData "CompleteQueryResponse" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CompleteQueryResponse'" PrefixI True) (S1 (MetaSel (Just "_cqrMetadata") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ResponseMetadata)) :*: S1 (MetaSel (Just "_cqrCompletionResults") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CompletionResult]))))

completeQueryResponse :: CompleteQueryResponse Source #

Creates a value of CompleteQueryResponse with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

cqrMetadata :: Lens' CompleteQueryResponse (Maybe ResponseMetadata) Source #

Additional information for the API invocation, such as the request tracking id.

cqrCompletionResults :: Lens' CompleteQueryResponse [CompletionResult] Source #

Results of the matching job/company candidates.

TimeOfDay'

data TimeOfDay' Source #

Represents a time of day. The date and time zone are either not significant or are specified elsewhere. An API may choose to allow leap seconds. Related types are google.type.Date and `google.protobuf.Timestamp`.

See: timeOfDay smart constructor.

Instances
Eq TimeOfDay' Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data TimeOfDay' Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TimeOfDay' -> c TimeOfDay' #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TimeOfDay' #

toConstr :: TimeOfDay' -> Constr #

dataTypeOf :: TimeOfDay' -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TimeOfDay') #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TimeOfDay') #

gmapT :: (forall b. Data b => b -> b) -> TimeOfDay' -> TimeOfDay' #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TimeOfDay' -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TimeOfDay' -> r #

gmapQ :: (forall d. Data d => d -> u) -> TimeOfDay' -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TimeOfDay' -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TimeOfDay' -> m TimeOfDay' #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TimeOfDay' -> m TimeOfDay' #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TimeOfDay' -> m TimeOfDay' #

Show TimeOfDay' Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic TimeOfDay' Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep TimeOfDay' :: Type -> Type #

ToJSON TimeOfDay' Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON TimeOfDay' Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep TimeOfDay' Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep TimeOfDay' = D1 (MetaData "TimeOfDay'" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "TimeOfDay''" PrefixI True) ((S1 (MetaSel (Just "_todNanos") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_todHours") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32)))) :*: (S1 (MetaSel (Just "_todMinutes") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))) :*: S1 (MetaSel (Just "_todSeconds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe (Textual Int32))))))

timeOfDay :: TimeOfDay' Source #

Creates a value of TimeOfDay with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

todNanos :: Lens' TimeOfDay' (Maybe Int32) Source #

Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.

todHours :: Lens' TimeOfDay' (Maybe Int32) Source #

Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.

todMinutes :: Lens' TimeOfDay' (Maybe Int32) Source #

Minutes of hour of day. Must be from 0 to 59.

todSeconds :: Lens' TimeOfDay' (Maybe Int32) Source #

Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.

LocationLocationType

data LocationLocationType Source #

The type of a location, which corresponds to the address lines field of PostalAddress. For example, "Downtown, Atlanta, GA, USA" has a type of LocationType#NEIGHBORHOOD, and "Kansas City, KS, USA" has a type of LocationType#LOCALITY.

Constructors

LLTLocationTypeUnspecified

LOCATION_TYPE_UNSPECIFIED Default value if the type is not specified.

LLTCountry

COUNTRY A country level location.

LLTAdministrativeArea

ADMINISTRATIVE_AREA A state or equivalent level location.

LLTSubAdministrativeArea

SUB_ADMINISTRATIVE_AREA A county or equivalent level location.

LLTLocality

LOCALITY A city or equivalent level location.

LLTPostalCode

POSTAL_CODE A postal code level location.

LLTSubLocality

SUB_LOCALITY A sublocality is a subdivision of a locality, for example a city borough, ward, or arrondissement. Sublocalities are usually recognized by a local political authority. For example, Manhattan and Brooklyn are recognized as boroughs by the City of New York, and are therefore modeled as sublocalities.

LLTSubLocality1

SUB_LOCALITY_1 A district or equivalent level location.

LLTSubLocality2

SUB_LOCALITY_2 A smaller district or equivalent level display.

LLTNeighborhood

NEIGHBORHOOD A neighborhood level location.

LLTStreetAddress

STREET_ADDRESS A street address level location.

Instances
Enum LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LocationLocationType -> c LocationLocationType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LocationLocationType #

toConstr :: LocationLocationType -> Constr #

dataTypeOf :: LocationLocationType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LocationLocationType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LocationLocationType) #

gmapT :: (forall b. Data b => b -> b) -> LocationLocationType -> LocationLocationType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LocationLocationType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LocationLocationType -> r #

gmapQ :: (forall d. Data d => d -> u) -> LocationLocationType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LocationLocationType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LocationLocationType -> m LocationLocationType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationLocationType -> m LocationLocationType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationLocationType -> m LocationLocationType #

Ord LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep LocationLocationType :: Type -> Type #

Hashable LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep LocationLocationType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep LocationLocationType = D1 (MetaData "LocationLocationType" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (((C1 (MetaCons "LLTLocationTypeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LLTCountry" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "LLTAdministrativeArea" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "LLTSubAdministrativeArea" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LLTLocality" PrefixI False) (U1 :: Type -> Type)))) :+: ((C1 (MetaCons "LLTPostalCode" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "LLTSubLocality" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LLTSubLocality1" PrefixI False) (U1 :: Type -> Type))) :+: (C1 (MetaCons "LLTSubLocality2" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "LLTNeighborhood" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "LLTStreetAddress" PrefixI False) (U1 :: Type -> Type)))))

CompensationEntry

data CompensationEntry Source #

A compensation entry that represents one component of compensation, such as base pay, bonus, or other compensation type. Annualization: One compensation entry can be annualized if - it contains valid amount or range. - and its expected_units_per_year is set or can be derived. Its annualized range is determined as (amount or range) times expected_units_per_year.

See: compensationEntry smart constructor.

Instances
Eq CompensationEntry Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CompensationEntry Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompensationEntry -> c CompensationEntry #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompensationEntry #

toConstr :: CompensationEntry -> Constr #

dataTypeOf :: CompensationEntry -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompensationEntry) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompensationEntry) #

gmapT :: (forall b. Data b => b -> b) -> CompensationEntry -> CompensationEntry #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompensationEntry -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompensationEntry -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompensationEntry -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompensationEntry -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompensationEntry -> m CompensationEntry #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationEntry -> m CompensationEntry #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationEntry -> m CompensationEntry #

Show CompensationEntry Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CompensationEntry Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CompensationEntry :: Type -> Type #

ToJSON CompensationEntry Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CompensationEntry Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompensationEntry Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

compensationEntry :: CompensationEntry Source #

Creates a value of CompensationEntry with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ceAmount :: Lens' CompensationEntry (Maybe Money) Source #

Optional. Compensation amount.

ceExpectedUnitsPerYear :: Lens' CompensationEntry (Maybe Double) Source #

Optional. Expected number of units paid each year. If not specified, when Job.employment_types is FULLTIME, a default value is inferred based on unit. Default values: - HOURLY: 2080 - DAILY: 260 - WEEKLY: 52 - MONTHLY: 12 - ANNUAL: 1

ceRange :: Lens' CompensationEntry (Maybe CompensationRange) Source #

Optional. Compensation range.

ceType :: Lens' CompensationEntry (Maybe CompensationEntryType) Source #

Optional. Compensation type. Default is CompensationUnit.OTHER_COMPENSATION_TYPE.

ceDescription :: Lens' CompensationEntry (Maybe Text) Source #

Optional. Compensation description. For example, could indicate equity terms or provide additional context to an estimated bonus.

ceUnit :: Lens' CompensationEntry (Maybe CompensationEntryUnit) Source #

Optional. Frequency of the specified amount. Default is CompensationUnit.OTHER_COMPENSATION_UNIT.

CompensationRange

data CompensationRange Source #

Compensation range.

See: compensationRange smart constructor.

Instances
Eq CompensationRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CompensationRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CompensationRange -> c CompensationRange #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CompensationRange #

toConstr :: CompensationRange -> Constr #

dataTypeOf :: CompensationRange -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CompensationRange) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CompensationRange) #

gmapT :: (forall b. Data b => b -> b) -> CompensationRange -> CompensationRange #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CompensationRange -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CompensationRange -> r #

gmapQ :: (forall d. Data d => d -> u) -> CompensationRange -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CompensationRange -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CompensationRange -> m CompensationRange #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationRange -> m CompensationRange #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CompensationRange -> m CompensationRange #

Show CompensationRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CompensationRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CompensationRange :: Type -> Type #

ToJSON CompensationRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CompensationRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompensationRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CompensationRange = D1 (MetaData "CompensationRange" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CompensationRange'" PrefixI True) (S1 (MetaSel (Just "_crMaxCompensation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Money)) :*: S1 (MetaSel (Just "_crMinCompensation") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Money))))

compensationRange :: CompensationRange Source #

Creates a value of CompensationRange with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

crMaxCompensation :: Lens' CompensationRange (Maybe Money) Source #

Optional. The maximum amount of compensation. If left empty, the value is set to a maximal compensation value and the currency code is set to match the currency code of min_compensation.

crMinCompensation :: Lens' CompensationRange (Maybe Money) Source #

Optional. The minimum amount of compensation. If left empty, the value is set to zero and the currency code is set to match the currency code of max_compensation.

JobEventType

data JobEventType Source #

Required. The type of the event (see JobEventType).

Constructors

JobEventTypeUnspecified

JOB_EVENT_TYPE_UNSPECIFIED The event is unspecified by other provided values.

Impression

IMPRESSION The job seeker or other entity interacting with the service has had a job rendered in their view, such as in a list of search results in a compressed or clipped format. This event is typically associated with the viewing of a jobs list on a single page by a job seeker.

View

VIEW The job seeker, or other entity interacting with the service, has viewed the details of a job, including the full description. This event doesn't apply to the viewing a snippet of a job appearing as a part of the job search results. Viewing a snippet is associated with an impression).

ViewRedirect

VIEW_REDIRECT The job seeker or other entity interacting with the service performed an action to view a job and was redirected to a different website for job.

ApplicationStart

APPLICATION_START The job seeker or other entity interacting with the service began the process or demonstrated the intention of applying for a job.

ApplicationFinish

APPLICATION_FINISH The job seeker or other entity interacting with the service submitted an application for a job.

ApplicationQuickSubmission

APPLICATION_QUICK_SUBMISSION The job seeker or other entity interacting with the service submitted an application for a job with a single click without entering information. If a job seeker performs this action, send only this event to the service. Do not also send JobEventType.APPLICATION_START or JobEventType.APPLICATION_FINISH events.

ApplicationRedirect

APPLICATION_REDIRECT The job seeker or other entity interacting with the service performed an action to apply to a job and was redirected to a different website to complete the application.

ApplicationStartFromSearch

APPLICATION_START_FROM_SEARCH The job seeker or other entity interacting with the service began the process or demonstrated the intention of applying for a job from the search results page without viewing the details of the job posting. If sending this event, JobEventType.VIEW event shouldn't be sent.

ApplicationRedirectFromSearch

APPLICATION_REDIRECT_FROM_SEARCH The job seeker, or other entity interacting with the service, performs an action with a single click from the search results page to apply to a job (without viewing the details of the job posting), and is redirected to a different website to complete the application. If a candidate performs this action, send only this event to the service. Do not also send JobEventType.APPLICATION_START, JobEventType.APPLICATION_FINISH or JobEventType.VIEW events.

ApplicationCompanySubmit

APPLICATION_COMPANY_SUBMIT This event should be used when a company submits an application on behalf of a job seeker. This event is intended for use by staffing agencies attempting to place candidates.

Bookmark

BOOKMARK The job seeker or other entity interacting with the service demonstrated an interest in a job by bookmarking or saving it.

Notification

NOTIFICATION The job seeker or other entity interacting with the service was sent a notification, such as an email alert or device notification, contatining one or more jobs listings generated by the service.

Hired

HIRED The job seeker or other entity interacting with the service was employed by the hiring entity (employer). Send this event only if the job seeker was hired through an application that was initiated by a search conducted through the Cloud Talent Solution service.

SentCv

SENT_CV A recruiter or staffing agency submitted an application on behalf of the candidate after interacting with the service to identify a suitable job posting.

InterviewGranted

INTERVIEW_GRANTED The entity interacting with the service (for example, the job seeker), was granted an initial interview by the hiring entity (employer). This event should only be sent if the job seeker was granted an interview as part of an application that was initiated by a search conducted through / recommendation provided by the Cloud Talent Solution service.

NotInterested

NOT_INTERESTED The job seeker or other entity interacting with the service showed no interest in the job.

Instances
Enum JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> JobEventType -> c JobEventType #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c JobEventType #

toConstr :: JobEventType -> Constr #

dataTypeOf :: JobEventType -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c JobEventType) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c JobEventType) #

gmapT :: (forall b. Data b => b -> b) -> JobEventType -> JobEventType #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> JobEventType -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> JobEventType -> r #

gmapQ :: (forall d. Data d => d -> u) -> JobEventType -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> JobEventType -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> JobEventType -> m JobEventType #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> JobEventType -> m JobEventType #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> JobEventType -> m JobEventType #

Ord JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep JobEventType :: Type -> Type #

Hashable JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep JobEventType Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep JobEventType = D1 (MetaData "JobEventType" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((((C1 (MetaCons "JobEventTypeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Impression" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "View" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ViewRedirect" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "ApplicationStart" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ApplicationFinish" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ApplicationQuickSubmission" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ApplicationRedirect" PrefixI False) (U1 :: Type -> Type)))) :+: (((C1 (MetaCons "ApplicationStartFromSearch" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "ApplicationRedirectFromSearch" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "ApplicationCompanySubmit" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Bookmark" PrefixI False) (U1 :: Type -> Type))) :+: ((C1 (MetaCons "Notification" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "Hired" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "SentCv" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "InterviewGranted" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "NotInterested" PrefixI False) (U1 :: Type -> Type))))))

CustomRankingInfo

data CustomRankingInfo Source #

Input only. Custom ranking information for SearchJobsRequest.

See: customRankingInfo smart constructor.

Instances
Eq CustomRankingInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CustomRankingInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CustomRankingInfo -> c CustomRankingInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CustomRankingInfo #

toConstr :: CustomRankingInfo -> Constr #

dataTypeOf :: CustomRankingInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CustomRankingInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CustomRankingInfo) #

gmapT :: (forall b. Data b => b -> b) -> CustomRankingInfo -> CustomRankingInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CustomRankingInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CustomRankingInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> CustomRankingInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CustomRankingInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CustomRankingInfo -> m CustomRankingInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomRankingInfo -> m CustomRankingInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomRankingInfo -> m CustomRankingInfo #

Show CustomRankingInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CustomRankingInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep CustomRankingInfo :: Type -> Type #

ToJSON CustomRankingInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CustomRankingInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CustomRankingInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CustomRankingInfo = D1 (MetaData "CustomRankingInfo" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "CustomRankingInfo'" PrefixI True) (S1 (MetaSel (Just "_criImportanceLevel") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe CustomRankingInfoImportanceLevel)) :*: S1 (MetaSel (Just "_criRankingExpression") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text))))

customRankingInfo :: CustomRankingInfo Source #

Creates a value of CustomRankingInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

criImportanceLevel :: Lens' CustomRankingInfo (Maybe CustomRankingInfoImportanceLevel) Source #

Required. Controls over how important the score of CustomRankingInfo.ranking_expression gets applied to job's final ranking position. An error is thrown if not specified.

criRankingExpression :: Lens' CustomRankingInfo (Maybe Text) Source #

Required. Controls over how job documents get ranked on top of existing relevance score (determined by API algorithm). The product of ranking expression and relevance score is used to determine job's final ranking position. The syntax for this expression is a subset of Google SQL syntax. Supported operators are: +, -, *, /, where the left and right side of the operator is either a numeric Job.custom_attributes key, integer/double value or an expression that can be evaluated to a number. Parenthesis are supported to adjust calculation precedence. The expression must be < 100 characters in length. Sample ranking expression (year + 25) * 0.25 - (freshness / 0.5)

ProcessingOptions

data ProcessingOptions Source #

Input only. Options for job processing.

See: processingOptions smart constructor.

Instances
Eq ProcessingOptions Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data ProcessingOptions Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProcessingOptions -> c ProcessingOptions #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProcessingOptions #

toConstr :: ProcessingOptions -> Constr #

dataTypeOf :: ProcessingOptions -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProcessingOptions) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProcessingOptions) #

gmapT :: (forall b. Data b => b -> b) -> ProcessingOptions -> ProcessingOptions #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProcessingOptions -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProcessingOptions -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProcessingOptions -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProcessingOptions -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProcessingOptions -> m ProcessingOptions #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProcessingOptions -> m ProcessingOptions #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProcessingOptions -> m ProcessingOptions #

Show ProcessingOptions Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic ProcessingOptions Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep ProcessingOptions :: Type -> Type #

ToJSON ProcessingOptions Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON ProcessingOptions Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ProcessingOptions Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ProcessingOptions = D1 (MetaData "ProcessingOptions" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "ProcessingOptions'" PrefixI True) (S1 (MetaSel (Just "_poHTMLSanitization") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe ProcessingOptionsHTMLSanitization)) :*: S1 (MetaSel (Just "_poDisableStreetAddressResolution") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))

processingOptions :: ProcessingOptions Source #

Creates a value of ProcessingOptions with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

poHTMLSanitization :: Lens' ProcessingOptions (Maybe ProcessingOptionsHTMLSanitization) Source #

Optional. Option for job HTML content sanitization. Applied fields are: * description * applicationInfo.instruction * incentives * qualifications * responsibilities HTML tags in these fields may be stripped if sanitiazation is not disabled. Defaults to HtmlSanitization.SIMPLE_FORMATTING_ONLY.

poDisableStreetAddressResolution :: Lens' ProcessingOptions (Maybe Bool) Source #

Optional. If set to `true`, the service does not attempt to resolve a more precise address for the job.

PostalAddress

data PostalAddress Source #

Represents a postal address, e.g. for postal delivery or payments addresses. Given a postal address, a postal service can deliver items to a premise, P.O. Box or similar. It is not intended to model geographical locations (roads, towns, mountains). In typical usage an address would be created via user input or from importing existing data, depending on the type of process. Advice on address input / editing: - Use an i18n-ready address widget such as https://github.com/googlei18n/libaddressinput) - Users should not be presented with UI elements for input or editing of fields outside countries where that field is used. For more guidance on how to use this schema, please see: https://support.google.com/business/answer/6397478

See: postalAddress smart constructor.

Instances
Eq PostalAddress Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data PostalAddress Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> PostalAddress -> c PostalAddress #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c PostalAddress #

toConstr :: PostalAddress -> Constr #

dataTypeOf :: PostalAddress -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c PostalAddress) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c PostalAddress) #

gmapT :: (forall b. Data b => b -> b) -> PostalAddress -> PostalAddress #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> PostalAddress -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> PostalAddress -> r #

gmapQ :: (forall d. Data d => d -> u) -> PostalAddress -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> PostalAddress -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> PostalAddress -> m PostalAddress #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> PostalAddress -> m PostalAddress #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> PostalAddress -> m PostalAddress #

Show PostalAddress Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic PostalAddress Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep PostalAddress :: Type -> Type #

ToJSON PostalAddress Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON PostalAddress Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep PostalAddress Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

postalAddress :: PostalAddress Source #

Creates a value of PostalAddress with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

paLanguageCode :: Lens' PostalAddress (Maybe Text) Source #

Optional. BCP-47 language code of the contents of this address (if known). This is often the UI language of the input form or is expected to match one of the languages used in the address' country/region, or their transliterated equivalents. This can affect formatting in certain countries, but is not critical to the correctness of the data and will never affect any validation or other non-formatting related operations. If this value is not known, it should be omitted (rather than specifying a possibly incorrect default). Examples: "zh-Hant", "ja", "ja-Latn", "en".

paSortingCode :: Lens' PostalAddress (Maybe Text) Source #

Optional. Additional, country-specific, sorting code. This is not used in most regions. Where it is used, the value is either a string like "CEDEX", optionally followed by a number (e.g. "CEDEX 7"), or just a number alone, representing the "sector code" (Jamaica), "delivery area indicator" (Malawi) or "post office indicator" (e.g. Côte d'Ivoire).

paRegionCode :: Lens' PostalAddress (Maybe Text) Source #

Required. CLDR region code of the country/region of the address. This is never inferred and it is up to the user to ensure the value is correct. See http://cldr.unicode.org/ and http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html for details. Example: "CH" for Switzerland.

paSublocality :: Lens' PostalAddress (Maybe Text) Source #

Optional. Sublocality of the address. For example, this can be neighborhoods, boroughs, districts.

paPostalCode :: Lens' PostalAddress (Maybe Text) Source #

Optional. Postal code of the address. Not all countries use or require postal codes to be present, but where they are used, they may trigger additional validation with other parts of the address (e.g. state/zip validation in the U.S.A.).

paLocality :: Lens' PostalAddress (Maybe Text) Source #

Optional. Generally refers to the city/town portion of the address. Examples: US city, IT comune, UK post town. In regions of the world where localities are not well defined or do not fit into this structure well, leave locality empty and use address_lines.

paRecipients :: Lens' PostalAddress [Text] Source #

Optional. The recipient at the address. This field may, under certain circumstances, contain multiline information. For example, it might contain "care of" information.

paAdministrativeArea :: Lens' PostalAddress (Maybe Text) Source #

Optional. Highest administrative subdivision which is used for postal addresses of a country or region. For example, this can be a state, a province, an oblast, or a prefecture. Specifically, for Spain this is the province and not the autonomous community (e.g. "Barcelona" and not "Catalonia"). Many countries don't use an administrative area in postal addresses. E.g. in Switzerland this should be left unpopulated.

paAddressLines :: Lens' PostalAddress [Text] Source #

Unstructured address lines describing the lower levels of an address. Because values in address_lines do not have type information and may sometimes contain multiple values in a single field (e.g. "Austin, TX"), it is important that the line order is clear. The order of address lines should be "envelope order" for the country/region of the address. In places where this can vary (e.g. Japan), address_language is used to make it explicit (e.g. "ja" for large-to-small ordering and "ja-Latn" or "en" for small-to-large). This way, the most specific line of an address can be selected based on the language. The minimum permitted structural representation of an address consists of a region_code with all remaining information placed in the address_lines. It would be possible to format such an address very approximately without geocoding, but no semantic reasoning could be made about any of the address components until it was at least partially resolved. Creating an address only containing a region_code and address_lines, and then geocoding is the recommended way to handle completely unstructured addresses (as opposed to guessing which parts of the address should be localities or administrative areas).

paRevision :: Lens' PostalAddress (Maybe Int32) Source #

The schema revision of the `PostalAddress`. This must be set to 0, which is the latest revision. All new revisions **must** be backward compatible with old revisions.

paOrganization :: Lens' PostalAddress (Maybe Text) Source #

Optional. The name of the organization at the address.

DeviceInfo

data DeviceInfo Source #

Device information collected from the job seeker, candidate, or other entity conducting the job search. Providing this information improves the quality of the search results across devices.

See: deviceInfo smart constructor.

Instances
Eq DeviceInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data DeviceInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> DeviceInfo -> c DeviceInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c DeviceInfo #

toConstr :: DeviceInfo -> Constr #

dataTypeOf :: DeviceInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c DeviceInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c DeviceInfo) #

gmapT :: (forall b. Data b => b -> b) -> DeviceInfo -> DeviceInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> DeviceInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> DeviceInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> DeviceInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> DeviceInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> DeviceInfo -> m DeviceInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceInfo -> m DeviceInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> DeviceInfo -> m DeviceInfo #

Show DeviceInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic DeviceInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep DeviceInfo :: Type -> Type #

ToJSON DeviceInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON DeviceInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep DeviceInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep DeviceInfo = D1 (MetaData "DeviceInfo" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "DeviceInfo'" PrefixI True) (S1 (MetaSel (Just "_diId") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Text)) :*: S1 (MetaSel (Just "_diDeviceType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DeviceInfoDeviceType))))

deviceInfo :: DeviceInfo Source #

Creates a value of DeviceInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

diId :: Lens' DeviceInfo (Maybe Text) Source #

Optional. A device-specific ID. The ID must be a unique identifier that distinguishes the device from other devices.

diDeviceType :: Lens' DeviceInfo (Maybe DeviceInfoDeviceType) Source #

Optional. Type of the device.

NumericBucketingOption

data NumericBucketingOption Source #

Input only. Use this field to specify bucketing option for the histogram search response.

See: numericBucketingOption smart constructor.

Instances
Eq NumericBucketingOption Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data NumericBucketingOption Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> NumericBucketingOption -> c NumericBucketingOption #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c NumericBucketingOption #

toConstr :: NumericBucketingOption -> Constr #

dataTypeOf :: NumericBucketingOption -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c NumericBucketingOption) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c NumericBucketingOption) #

gmapT :: (forall b. Data b => b -> b) -> NumericBucketingOption -> NumericBucketingOption #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> NumericBucketingOption -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> NumericBucketingOption -> r #

gmapQ :: (forall d. Data d => d -> u) -> NumericBucketingOption -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> NumericBucketingOption -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> NumericBucketingOption -> m NumericBucketingOption #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> NumericBucketingOption -> m NumericBucketingOption #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> NumericBucketingOption -> m NumericBucketingOption #

Show NumericBucketingOption Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic NumericBucketingOption Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep NumericBucketingOption :: Type -> Type #

ToJSON NumericBucketingOption Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON NumericBucketingOption Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep NumericBucketingOption Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep NumericBucketingOption = D1 (MetaData "NumericBucketingOption" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "NumericBucketingOption'" PrefixI True) (S1 (MetaSel (Just "_nboBucketBounds") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Textual Double])) :*: S1 (MetaSel (Just "_nboRequiresMinMax") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe Bool))))

numericBucketingOption :: NumericBucketingOption Source #

Creates a value of NumericBucketingOption with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

nboBucketBounds :: Lens' NumericBucketingOption [Double] Source #

Required. Two adjacent values form a histogram bucket. Values should be in ascending order. For example, if [5, 10, 15] are provided, four buckets are created: (-inf, 5), 5, 10), [10, 15), [15, inf). At most 20 [buckets_bound is supported.

nboRequiresMinMax :: Lens' NumericBucketingOption (Maybe Bool) Source #

Optional. If set to true, the histogram result includes minimum/maximum value of the numeric field.

SearchJobsRequestSearchMode

data SearchJobsRequestSearchMode Source #

Optional. Mode of a search. Defaults to SearchMode.JOB_SEARCH.

Constructors

SearchModeUnspecified

SEARCH_MODE_UNSPECIFIED The mode of the search method isn't specified.

JobSearch

JOB_SEARCH The job search matches against all jobs, and featured jobs (jobs with promotionValue > 0) are not specially handled.

FeaturedJobSearch

FEATURED_JOB_SEARCH The job search matches only against featured jobs (jobs with a promotionValue > 0). This method doesn't return any jobs having a promotionValue <= 0. The search results order is determined by the promotionValue (jobs with a higher promotionValue are returned higher up in the search results), with relevance being used as a tiebreaker.

Instances
Enum SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SearchJobsRequestSearchMode -> c SearchJobsRequestSearchMode #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SearchJobsRequestSearchMode #

toConstr :: SearchJobsRequestSearchMode -> Constr #

dataTypeOf :: SearchJobsRequestSearchMode -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SearchJobsRequestSearchMode) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SearchJobsRequestSearchMode) #

gmapT :: (forall b. Data b => b -> b) -> SearchJobsRequestSearchMode -> SearchJobsRequestSearchMode #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SearchJobsRequestSearchMode -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SearchJobsRequestSearchMode -> r #

gmapQ :: (forall d. Data d => d -> u) -> SearchJobsRequestSearchMode -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SearchJobsRequestSearchMode -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SearchJobsRequestSearchMode -> m SearchJobsRequestSearchMode #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SearchJobsRequestSearchMode -> m SearchJobsRequestSearchMode #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SearchJobsRequestSearchMode -> m SearchJobsRequestSearchMode #

Ord SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep SearchJobsRequestSearchMode :: Type -> Type #

Hashable SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep SearchJobsRequestSearchMode Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep SearchJobsRequestSearchMode = D1 (MetaData "SearchJobsRequestSearchMode" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "SearchModeUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JobSearch" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "FeaturedJobSearch" PrefixI False) (U1 :: Type -> Type)))

HistogramFacets

data HistogramFacets Source #

Input only. Histogram facets to be specified in SearchJobsRequest.

See: histogramFacets smart constructor.

Instances
Eq HistogramFacets Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data HistogramFacets Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HistogramFacets -> c HistogramFacets #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HistogramFacets #

toConstr :: HistogramFacets -> Constr #

dataTypeOf :: HistogramFacets -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c HistogramFacets) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HistogramFacets) #

gmapT :: (forall b. Data b => b -> b) -> HistogramFacets -> HistogramFacets #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HistogramFacets -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HistogramFacets -> r #

gmapQ :: (forall d. Data d => d -> u) -> HistogramFacets -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HistogramFacets -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HistogramFacets -> m HistogramFacets #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramFacets -> m HistogramFacets #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramFacets -> m HistogramFacets #

Show HistogramFacets Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic HistogramFacets Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep HistogramFacets :: Type -> Type #

ToJSON HistogramFacets Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON HistogramFacets Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramFacets Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramFacets = D1 (MetaData "HistogramFacets" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "HistogramFacets'" PrefixI True) (S1 (MetaSel (Just "_hfCompensationHistogramFacets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CompensationHistogramRequest])) :*: (S1 (MetaSel (Just "_hfCustomAttributeHistogramFacets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [CustomAttributeHistogramRequest])) :*: S1 (MetaSel (Just "_hfSimpleHistogramFacets") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe [Text])))))

histogramFacets :: HistogramFacets Source #

Creates a value of HistogramFacets with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

hfCompensationHistogramFacets :: Lens' HistogramFacets [CompensationHistogramRequest] Source #

Optional. Specifies compensation field-based histogram requests. Duplicate values of CompensationHistogramRequest.type are not allowed.

hfCustomAttributeHistogramFacets :: Lens' HistogramFacets [CustomAttributeHistogramRequest] Source #

Optional. Specifies the custom attributes histogram requests. Duplicate values of CustomAttributeHistogramRequest.key are not allowed.

hfSimpleHistogramFacets :: Lens' HistogramFacets [Text] Source #

Optional. Specifies the simple type of histogram facets, for example, `COMPANY_SIZE`, `EMPLOYMENT_TYPE` etc.

LocationFilterTelecommutePreference

data LocationFilterTelecommutePreference Source #

Optional. Allows the client to return jobs without a set location, specifically, telecommuting jobs (telecomuting is considered by the service as a special location. Job.posting_region indicates if a job permits telecommuting. If this field is set to TelecommutePreference.TELECOMMUTE_ALLOWED, telecommuting jobs are searched, and address and lat_lng are ignored. If not set or set to TelecommutePreference.TELECOMMUTE_EXCLUDED, telecommute job are not searched. This filter can be used by itself to search exclusively for telecommuting jobs, or it can be combined with another location filter to search for a combination of job locations, such as "Mountain View" or "telecommuting" jobs. However, when used in combination with other location filters, telecommuting jobs can be treated as less relevant than other jobs in the search response.

Constructors

TelecommutePreferenceUnspecified

TELECOMMUTE_PREFERENCE_UNSPECIFIED Default value if the telecommute preference is not specified.

TelecommuteExcluded

TELECOMMUTE_EXCLUDED Exclude telecommute jobs.

TelecommuteAllowed

TELECOMMUTE_ALLOWED Allow telecommute jobs.

Instances
Enum LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> LocationFilterTelecommutePreference -> c LocationFilterTelecommutePreference #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c LocationFilterTelecommutePreference #

toConstr :: LocationFilterTelecommutePreference -> Constr #

dataTypeOf :: LocationFilterTelecommutePreference -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c LocationFilterTelecommutePreference) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c LocationFilterTelecommutePreference) #

gmapT :: (forall b. Data b => b -> b) -> LocationFilterTelecommutePreference -> LocationFilterTelecommutePreference #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> LocationFilterTelecommutePreference -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> LocationFilterTelecommutePreference -> r #

gmapQ :: (forall d. Data d => d -> u) -> LocationFilterTelecommutePreference -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> LocationFilterTelecommutePreference -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> LocationFilterTelecommutePreference -> m LocationFilterTelecommutePreference #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationFilterTelecommutePreference -> m LocationFilterTelecommutePreference #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> LocationFilterTelecommutePreference -> m LocationFilterTelecommutePreference #

Ord LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Hashable LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep LocationFilterTelecommutePreference Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep LocationFilterTelecommutePreference = D1 (MetaData "LocationFilterTelecommutePreference" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "TelecommutePreferenceUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "TelecommuteExcluded" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "TelecommuteAllowed" PrefixI False) (U1 :: Type -> Type)))

ProcessingOptionsHTMLSanitization

data ProcessingOptionsHTMLSanitization Source #

Optional. Option for job HTML content sanitization. Applied fields are: * description * applicationInfo.instruction * incentives * qualifications * responsibilities HTML tags in these fields may be stripped if sanitiazation is not disabled. Defaults to HtmlSanitization.SIMPLE_FORMATTING_ONLY.

Constructors

HTMLSanitizationUnspecified

HTML_SANITIZATION_UNSPECIFIED Default value.

HTMLSanitizationDisabled

HTML_SANITIZATION_DISABLED Disables sanitization on HTML input.

SimpleFormattingOnly

SIMPLE_FORMATTING_ONLY Sanitizes HTML input, only accepts bold, italic, ordered list, and unordered list markup tags.

Instances
Enum ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ProcessingOptionsHTMLSanitization -> c ProcessingOptionsHTMLSanitization #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ProcessingOptionsHTMLSanitization #

toConstr :: ProcessingOptionsHTMLSanitization -> Constr #

dataTypeOf :: ProcessingOptionsHTMLSanitization -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ProcessingOptionsHTMLSanitization) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ProcessingOptionsHTMLSanitization) #

gmapT :: (forall b. Data b => b -> b) -> ProcessingOptionsHTMLSanitization -> ProcessingOptionsHTMLSanitization #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ProcessingOptionsHTMLSanitization -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ProcessingOptionsHTMLSanitization -> r #

gmapQ :: (forall d. Data d => d -> u) -> ProcessingOptionsHTMLSanitization -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ProcessingOptionsHTMLSanitization -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ProcessingOptionsHTMLSanitization -> m ProcessingOptionsHTMLSanitization #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ProcessingOptionsHTMLSanitization -> m ProcessingOptionsHTMLSanitization #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ProcessingOptionsHTMLSanitization -> m ProcessingOptionsHTMLSanitization #

Ord ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep ProcessingOptionsHTMLSanitization :: Type -> Type #

Hashable ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep ProcessingOptionsHTMLSanitization Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep ProcessingOptionsHTMLSanitization = D1 (MetaData "ProcessingOptionsHTMLSanitization" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "HTMLSanitizationUnspecified" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "HTMLSanitizationDisabled" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "SimpleFormattingOnly" PrefixI False) (U1 :: Type -> Type)))

HistogramResult

data HistogramResult Source #

Output only. Result of a histogram call. The response contains the histogram map for the search type specified by HistogramResult.field. The response is a map of each filter value to the corresponding count of jobs for that filter.

See: histogramResult smart constructor.

Instances
Eq HistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data HistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HistogramResult -> c HistogramResult #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HistogramResult #

toConstr :: HistogramResult -> Constr #

dataTypeOf :: HistogramResult -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c HistogramResult) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HistogramResult) #

gmapT :: (forall b. Data b => b -> b) -> HistogramResult -> HistogramResult #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HistogramResult -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HistogramResult -> r #

gmapQ :: (forall d. Data d => d -> u) -> HistogramResult -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HistogramResult -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HistogramResult -> m HistogramResult #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramResult -> m HistogramResult #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramResult -> m HistogramResult #

Show HistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic HistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep HistogramResult :: Type -> Type #

ToJSON HistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON HistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramResult = D1 (MetaData "HistogramResult" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "HistogramResult'" PrefixI True) (S1 (MetaSel (Just "_hrValues") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe HistogramResultValues)) :*: S1 (MetaSel (Just "_hrSearchType") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe HistogramResultSearchType))))

histogramResult :: HistogramResult Source #

Creates a value of HistogramResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

hrValues :: Lens' HistogramResult (Maybe HistogramResultValues) Source #

A map from the values of field to the number of jobs with that value in this search result. Key: search type (filter names, such as the companyName). Values: the count of jobs that match the filter for this search.

CustomAttributeHistogramResultStringValueHistogramResult

data CustomAttributeHistogramResultStringValueHistogramResult Source #

Stores a map from the values of string custom field associated with `key` to the number of jobs with that value in this histogram result.

See: customAttributeHistogramResultStringValueHistogramResult smart constructor.

Instances
Eq CustomAttributeHistogramResultStringValueHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data CustomAttributeHistogramResultStringValueHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> CustomAttributeHistogramResultStringValueHistogramResult -> c CustomAttributeHistogramResultStringValueHistogramResult #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c CustomAttributeHistogramResultStringValueHistogramResult #

toConstr :: CustomAttributeHistogramResultStringValueHistogramResult -> Constr #

dataTypeOf :: CustomAttributeHistogramResultStringValueHistogramResult -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c CustomAttributeHistogramResultStringValueHistogramResult) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c CustomAttributeHistogramResultStringValueHistogramResult) #

gmapT :: (forall b. Data b => b -> b) -> CustomAttributeHistogramResultStringValueHistogramResult -> CustomAttributeHistogramResultStringValueHistogramResult #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> CustomAttributeHistogramResultStringValueHistogramResult -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> CustomAttributeHistogramResultStringValueHistogramResult -> r #

gmapQ :: (forall d. Data d => d -> u) -> CustomAttributeHistogramResultStringValueHistogramResult -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> CustomAttributeHistogramResultStringValueHistogramResult -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> CustomAttributeHistogramResultStringValueHistogramResult -> m CustomAttributeHistogramResultStringValueHistogramResult #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomAttributeHistogramResultStringValueHistogramResult -> m CustomAttributeHistogramResultStringValueHistogramResult #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> CustomAttributeHistogramResultStringValueHistogramResult -> m CustomAttributeHistogramResultStringValueHistogramResult #

Show CustomAttributeHistogramResultStringValueHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic CustomAttributeHistogramResultStringValueHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

ToJSON CustomAttributeHistogramResultStringValueHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON CustomAttributeHistogramResultStringValueHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CustomAttributeHistogramResultStringValueHistogramResult Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep CustomAttributeHistogramResultStringValueHistogramResult = D1 (MetaData "CustomAttributeHistogramResultStringValueHistogramResult" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "CustomAttributeHistogramResultStringValueHistogramResult'" PrefixI True) (S1 (MetaSel (Just "_cahrsvhrAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text (Textual Int32)))))

customAttributeHistogramResultStringValueHistogramResult Source #

Creates a value of CustomAttributeHistogramResultStringValueHistogramResult with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

ClientEventExtraInfo

data ClientEventExtraInfo Source #

Optional. Extra information about this event. Used for storing information with no matching field in event payload, for example, user application specific context or details. At most 20 keys are supported. The maximum total size of all keys and values is 2 KB.

See: clientEventExtraInfo smart constructor.

Instances
Eq ClientEventExtraInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data ClientEventExtraInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> ClientEventExtraInfo -> c ClientEventExtraInfo #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c ClientEventExtraInfo #

toConstr :: ClientEventExtraInfo -> Constr #

dataTypeOf :: ClientEventExtraInfo -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c ClientEventExtraInfo) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c ClientEventExtraInfo) #

gmapT :: (forall b. Data b => b -> b) -> ClientEventExtraInfo -> ClientEventExtraInfo #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> ClientEventExtraInfo -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> ClientEventExtraInfo -> r #

gmapQ :: (forall d. Data d => d -> u) -> ClientEventExtraInfo -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> ClientEventExtraInfo -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> ClientEventExtraInfo -> m ClientEventExtraInfo #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> ClientEventExtraInfo -> m ClientEventExtraInfo #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> ClientEventExtraInfo -> m ClientEventExtraInfo #

Show ClientEventExtraInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic ClientEventExtraInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep ClientEventExtraInfo :: Type -> Type #

ToJSON ClientEventExtraInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON ClientEventExtraInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ClientEventExtraInfo Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep ClientEventExtraInfo = D1 (MetaData "ClientEventExtraInfo" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "ClientEventExtraInfo'" PrefixI True) (S1 (MetaSel (Just "_ceeiAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text Text))))

clientEventExtraInfo Source #

Creates a value of ClientEventExtraInfo with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

SearchJobsResponse

data SearchJobsResponse Source #

Output only. Response for SearchJob method.

See: searchJobsResponse smart constructor.

Instances
Eq SearchJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data SearchJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SearchJobsResponse -> c SearchJobsResponse #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SearchJobsResponse #

toConstr :: SearchJobsResponse -> Constr #

dataTypeOf :: SearchJobsResponse -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SearchJobsResponse) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SearchJobsResponse) #

gmapT :: (forall b. Data b => b -> b) -> SearchJobsResponse -> SearchJobsResponse #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SearchJobsResponse -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SearchJobsResponse -> r #

gmapQ :: (forall d. Data d => d -> u) -> SearchJobsResponse -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SearchJobsResponse -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SearchJobsResponse -> m SearchJobsResponse #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SearchJobsResponse -> m SearchJobsResponse #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SearchJobsResponse -> m SearchJobsResponse #

Show SearchJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic SearchJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep SearchJobsResponse :: Type -> Type #

ToJSON SearchJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON SearchJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep SearchJobsResponse Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

sjrNextPageToken :: Lens' SearchJobsResponse (Maybe Text) Source #

The token that specifies the starting position of the next page of results. This field is empty if there are no more results.

sjrEstimatedTotalSize :: Lens' SearchJobsResponse (Maybe Int32) Source #

An estimation of the number of jobs that match the specified query. This number is not guaranteed to be accurate. For accurate results, see enable_precise_result_size.

sjrHistogramQueryResults :: Lens' SearchJobsResponse [HistogramQueryResult] Source #

The histogram results that match with specified SearchJobsRequest.histogram_queries.

sjrLocationFilters :: Lens' SearchJobsResponse [Location] Source #

The location filters that the service applied to the specified query. If any filters are lat-lng based, the JobLocation.location_type is JobLocation.LocationType#LOCATION_TYPE_UNSPECIFIED.

sjrMatchingJobs :: Lens' SearchJobsResponse [MatchingJob] Source #

The Job entities that match the specified SearchJobsRequest.

sjrTotalSize :: Lens' SearchJobsResponse (Maybe Int32) Source #

The precise result count, which is available only if the client set enable_precise_result_size to `true`, or if the response is the last page of results. Otherwise, the value is `-1`.

sjrHistogramResults :: Lens' SearchJobsResponse (Maybe HistogramResults) Source #

The histogram results that match specified SearchJobsRequest.histogram_facets.

sjrMetadata :: Lens' SearchJobsResponse (Maybe ResponseMetadata) Source #

Additional information for the API invocation, such as the request tracking id.

sjrBroadenedQueryJobsCount :: Lens' SearchJobsResponse (Maybe Int32) Source #

If query broadening is enabled, we may append additional results from the broadened query. This number indicates how many of the jobs returned in the jobs field are from the broadened query. These results are always at the end of the jobs list. In particular, a value of 0, or if the field isn't set, all the jobs in the jobs list are from the original (without broadening) query. If this field is non-zero, subsequent requests with offset after this result set should contain all broadened results.

sjrSpellCorrection :: Lens' SearchJobsResponse (Maybe SpellingCorrection) Source #

The spell checking result, and correction.

SearchJobsRequestJobView

data SearchJobsRequestJobView Source #

Optional. The desired job attributes returned for jobs in the search response. Defaults to JobView.SMALL if no value is specified.

Constructors

JobViewUnspecified

JOB_VIEW_UNSPECIFIED Default value.

JobViewIdOnly

JOB_VIEW_ID_ONLY A ID only view of job, with following attributes: Job.name, Job.requisition_id, Job.language_code.

JobViewMinimal

JOB_VIEW_MINIMAL A minimal view of the job, with the following attributes: Job.name, Job.requisition_id, Job.job_title, Job.company_name, Job.DerivedInfo.locations, Job.language_code.

JobViewSmall

JOB_VIEW_SMALL A small view of the job, with the following attributes in the search results: Job.name, Job.requisition_id, Job.job_title, Job.company_name, Job.DerivedInfo.locations, Job.visibility, Job.language_code, Job.description.

JobViewFull

JOB_VIEW_FULL All available attributes are included in the search results.

Instances
Enum SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Eq SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Data SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> SearchJobsRequestJobView -> c SearchJobsRequestJobView #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c SearchJobsRequestJobView #

toConstr :: SearchJobsRequestJobView -> Constr #

dataTypeOf :: SearchJobsRequestJobView -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c SearchJobsRequestJobView) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c SearchJobsRequestJobView) #

gmapT :: (forall b. Data b => b -> b) -> SearchJobsRequestJobView -> SearchJobsRequestJobView #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> SearchJobsRequestJobView -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> SearchJobsRequestJobView -> r #

gmapQ :: (forall d. Data d => d -> u) -> SearchJobsRequestJobView -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> SearchJobsRequestJobView -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> SearchJobsRequestJobView -> m SearchJobsRequestJobView #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> SearchJobsRequestJobView -> m SearchJobsRequestJobView #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> SearchJobsRequestJobView -> m SearchJobsRequestJobView #

Ord SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Read SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Show SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Generic SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

Associated Types

type Rep SearchJobsRequestJobView :: Type -> Type #

Hashable SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToJSON SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromJSON SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

FromHttpApiData SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

ToHttpApiData SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep SearchJobsRequestJobView Source # 
Instance details

Defined in Network.Google.Jobs.Types.Sum

type Rep SearchJobsRequestJobView = D1 (MetaData "SearchJobsRequestJobView" "Network.Google.Jobs.Types.Sum" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) ((C1 (MetaCons "JobViewUnspecified" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JobViewIdOnly" PrefixI False) (U1 :: Type -> Type)) :+: (C1 (MetaCons "JobViewMinimal" PrefixI False) (U1 :: Type -> Type) :+: (C1 (MetaCons "JobViewSmall" PrefixI False) (U1 :: Type -> Type) :+: C1 (MetaCons "JobViewFull" PrefixI False) (U1 :: Type -> Type))))

HistogramResultValues

data HistogramResultValues Source #

A map from the values of field to the number of jobs with that value in this search result. Key: search type (filter names, such as the companyName). Values: the count of jobs that match the filter for this search.

See: histogramResultValues smart constructor.

Instances
Eq HistogramResultValues Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data HistogramResultValues Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> HistogramResultValues -> c HistogramResultValues #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c HistogramResultValues #

toConstr :: HistogramResultValues -> Constr #

dataTypeOf :: HistogramResultValues -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c HistogramResultValues) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c HistogramResultValues) #

gmapT :: (forall b. Data b => b -> b) -> HistogramResultValues -> HistogramResultValues #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> HistogramResultValues -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> HistogramResultValues -> r #

gmapQ :: (forall d. Data d => d -> u) -> HistogramResultValues -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> HistogramResultValues -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> HistogramResultValues -> m HistogramResultValues #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramResultValues -> m HistogramResultValues #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> HistogramResultValues -> m HistogramResultValues #

Show HistogramResultValues Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic HistogramResultValues Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep HistogramResultValues :: Type -> Type #

ToJSON HistogramResultValues Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON HistogramResultValues Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramResultValues Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep HistogramResultValues = D1 (MetaData "HistogramResultValues" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" True) (C1 (MetaCons "HistogramResultValues'" PrefixI True) (S1 (MetaSel (Just "_hrvAddtional") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (HashMap Text (Textual Int32)))))

histogramResultValues Source #

Creates a value of HistogramResultValues with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired:

TimestampRange

data TimestampRange Source #

Message representing a period of time between two timestamps.

See: timestampRange smart constructor.

Instances
Eq TimestampRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Data TimestampRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Methods

gfoldl :: (forall d b. Data d => c (d -> b) -> d -> c b) -> (forall g. g -> c g) -> TimestampRange -> c TimestampRange #

gunfold :: (forall b r. Data b => c (b -> r) -> c r) -> (forall r. r -> c r) -> Constr -> c TimestampRange #

toConstr :: TimestampRange -> Constr #

dataTypeOf :: TimestampRange -> DataType #

dataCast1 :: Typeable t => (forall d. Data d => c (t d)) -> Maybe (c TimestampRange) #

dataCast2 :: Typeable t => (forall d e. (Data d, Data e) => c (t d e)) -> Maybe (c TimestampRange) #

gmapT :: (forall b. Data b => b -> b) -> TimestampRange -> TimestampRange #

gmapQl :: (r -> r' -> r) -> r -> (forall d. Data d => d -> r') -> TimestampRange -> r #

gmapQr :: (r' -> r -> r) -> r -> (forall d. Data d => d -> r') -> TimestampRange -> r #

gmapQ :: (forall d. Data d => d -> u) -> TimestampRange -> [u] #

gmapQi :: Int -> (forall d. Data d => d -> u) -> TimestampRange -> u #

gmapM :: Monad m => (forall d. Data d => d -> m d) -> TimestampRange -> m TimestampRange #

gmapMp :: MonadPlus m => (forall d. Data d => d -> m d) -> TimestampRange -> m TimestampRange #

gmapMo :: MonadPlus m => (forall d. Data d => d -> m d) -> TimestampRange -> m TimestampRange #

Show TimestampRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Generic TimestampRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

Associated Types

type Rep TimestampRange :: Type -> Type #

ToJSON TimestampRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

FromJSON TimestampRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep TimestampRange Source # 
Instance details

Defined in Network.Google.Jobs.Types.Product

type Rep TimestampRange = D1 (MetaData "TimestampRange" "Network.Google.Jobs.Types.Product" "gogol-jobs-0.4.0-6cOfxKMo2K0CNMHYiLGR3J" False) (C1 (MetaCons "TimestampRange'" PrefixI True) (S1 (MetaSel (Just "_trStartTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime')) :*: S1 (MetaSel (Just "_trEndTime") NoSourceUnpackedness SourceStrict DecidedStrict) (Rec0 (Maybe DateTime'))))

timestampRange :: TimestampRange Source #

Creates a value of TimestampRange with the minimum fields required to make a request.

Use one of the following lenses to modify other fields as desired: