Copyright | (c) 2015-2016 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Language | Haskell2010 |
- Service Configuration
- OAuth Scopes
- LatLng
- ApplicationInfo
- MatchingJob
- CompensationFilterType
- RequestMetadata
- UpdateCompanyRequest
- HistogramResultSearchType
- CommuteFilterCommuteMethod
- UpdateJobRequest
- BucketizedCount
- SearchJobsRequestDiversificationLevel
- CompensationInfo
- CreateCompanyRequest
- HistogramQuery
- CreateJobRequest
- CompletionResult
- CompensationHistogramResultType
- Location
- Empty
- ClientEvent
- CompensationHistogramRequest
- Money
- ListCompaniesResponse
- CompensationEntryType
- CommuteFilter
- BatchDeleteJobsRequest
- JobCustomAttributes
- JobEvent
- SearchJobsRequest
- HistogramQueryResultHistogram
- HistogramQueryResult
- DeviceInfoDeviceType
- CompensationEntryUnit
- CustomAttributeHistogramRequest
- ResponseMetadata
- CommuteInfo
- JobJobLevel
- CustomAttributeHistogramResult
- BucketRange
- JobVisibility
- CustomRankingInfoImportanceLevel
- NumericBucketingResult
- JobDerivedInfo
- CompanyDerivedInfo
- CompensationFilter
- JobPostingRegion
- Company
- CustomAttribute
- Job
- HistogramResults
- CompanySize
- Xgafv
- LocationFilter
- ListJobsResponse
- CommuteFilterRoadTraffic
- CompensationHistogramResult
- CompensationHistogramRequestType
- CompletionResultType
- JobQuery
- CreateClientEventRequest
- SpellingCorrection
- CompleteQueryResponse
- TimeOfDay'
- LocationLocationType
- CompensationEntry
- CompensationRange
- JobEventType
- CustomRankingInfo
- ProcessingOptions
- PostalAddress
- DeviceInfo
- NumericBucketingOption
- SearchJobsRequestSearchMode
- HistogramFacets
- LocationFilterTelecommutePreference
- ProcessingOptionsHTMLSanitization
- HistogramResult
- CustomAttributeHistogramResultStringValueHistogramResult
- ClientEventExtraInfo
- SearchJobsResponse
- SearchJobsRequestJobView
- HistogramResultValues
- TimestampRange
Synopsis
- jobsService :: ServiceConfig
- cloudPlatformScope :: Proxy '["https://www.googleapis.com/auth/cloud-platform"]
- jobsScope :: Proxy '["https://www.googleapis.com/auth/jobs"]
- data LatLng
- latLng :: LatLng
- llLatitude :: Lens' LatLng (Maybe Double)
- llLongitude :: Lens' LatLng (Maybe Double)
- data ApplicationInfo
- applicationInfo :: ApplicationInfo
- aiURIs :: Lens' ApplicationInfo [Text]
- aiEmails :: Lens' ApplicationInfo [Text]
- aiInstruction :: Lens' ApplicationInfo (Maybe Text)
- data MatchingJob
- matchingJob :: MatchingJob
- mjJobTitleSnippet :: Lens' MatchingJob (Maybe Text)
- mjJobSummary :: Lens' MatchingJob (Maybe Text)
- mjCommuteInfo :: Lens' MatchingJob (Maybe CommuteInfo)
- mjSearchTextSnippet :: Lens' MatchingJob (Maybe Text)
- mjJob :: Lens' MatchingJob (Maybe Job)
- data CompensationFilterType
- data RequestMetadata
- requestMetadata :: RequestMetadata
- rmDomain :: Lens' RequestMetadata (Maybe Text)
- rmUserId :: Lens' RequestMetadata (Maybe Text)
- rmSessionId :: Lens' RequestMetadata (Maybe Text)
- rmDeviceInfo :: Lens' RequestMetadata (Maybe DeviceInfo)
- data UpdateCompanyRequest
- updateCompanyRequest :: UpdateCompanyRequest
- ucrUpdateMask :: Lens' UpdateCompanyRequest (Maybe GFieldMask)
- ucrCompany :: Lens' UpdateCompanyRequest (Maybe Company)
- data HistogramResultSearchType
- data CommuteFilterCommuteMethod
- data UpdateJobRequest
- updateJobRequest :: UpdateJobRequest
- ujrUpdateMask :: Lens' UpdateJobRequest (Maybe GFieldMask)
- ujrJob :: Lens' UpdateJobRequest (Maybe Job)
- data BucketizedCount
- bucketizedCount :: BucketizedCount
- bcCount :: Lens' BucketizedCount (Maybe Int32)
- bcRange :: Lens' BucketizedCount (Maybe BucketRange)
- data SearchJobsRequestDiversificationLevel
- data CompensationInfo
- compensationInfo :: CompensationInfo
- ciAnnualizedTotalCompensationRange :: Lens' CompensationInfo (Maybe CompensationRange)
- ciEntries :: Lens' CompensationInfo [CompensationEntry]
- ciAnnualizedBaseCompensationRange :: Lens' CompensationInfo (Maybe CompensationRange)
- data CreateCompanyRequest
- createCompanyRequest :: CreateCompanyRequest
- ccrCompany :: Lens' CreateCompanyRequest (Maybe Company)
- data HistogramQuery
- histogramQuery :: HistogramQuery
- hqHistogramQuery :: Lens' HistogramQuery (Maybe Text)
- data CreateJobRequest
- createJobRequest :: CreateJobRequest
- cjrJob :: Lens' CreateJobRequest (Maybe Job)
- data CompletionResult
- completionResult :: CompletionResult
- crSuggestion :: Lens' CompletionResult (Maybe Text)
- crImageURI :: Lens' CompletionResult (Maybe Text)
- crType :: Lens' CompletionResult (Maybe CompletionResultType)
- data CompensationHistogramResultType
- data Location
- location :: Location
- lLatLng :: Lens' Location (Maybe LatLng)
- lLocationType :: Lens' Location (Maybe LocationLocationType)
- lPostalAddress :: Lens' Location (Maybe PostalAddress)
- lRadiusInMiles :: Lens' Location (Maybe Double)
- data Empty
- empty :: Empty
- data ClientEvent
- clientEvent :: ClientEvent
- ceRequestId :: Lens' ClientEvent (Maybe Text)
- ceExtraInfo :: Lens' ClientEvent (Maybe ClientEventExtraInfo)
- ceJobEvent :: Lens' ClientEvent (Maybe JobEvent)
- ceParentEventId :: Lens' ClientEvent (Maybe Text)
- ceCreateTime :: Lens' ClientEvent (Maybe UTCTime)
- ceEventId :: Lens' ClientEvent (Maybe Text)
- data CompensationHistogramRequest
- compensationHistogramRequest :: CompensationHistogramRequest
- chrBucketingOption :: Lens' CompensationHistogramRequest (Maybe NumericBucketingOption)
- chrType :: Lens' CompensationHistogramRequest (Maybe CompensationHistogramRequestType)
- data Money
- money :: Money
- mCurrencyCode :: Lens' Money (Maybe Text)
- mNanos :: Lens' Money (Maybe Int32)
- mUnits :: Lens' Money (Maybe Int64)
- data ListCompaniesResponse
- listCompaniesResponse :: ListCompaniesResponse
- lcrNextPageToken :: Lens' ListCompaniesResponse (Maybe Text)
- lcrCompanies :: Lens' ListCompaniesResponse [Company]
- lcrMetadata :: Lens' ListCompaniesResponse (Maybe ResponseMetadata)
- data CompensationEntryType
- data CommuteFilter
- commuteFilter :: CommuteFilter
- cfCommuteMethod :: Lens' CommuteFilter (Maybe CommuteFilterCommuteMethod)
- cfAllowImpreciseAddresses :: Lens' CommuteFilter (Maybe Bool)
- cfTravelDuration :: Lens' CommuteFilter (Maybe Scientific)
- cfStartCoordinates :: Lens' CommuteFilter (Maybe LatLng)
- cfRoadTraffic :: Lens' CommuteFilter (Maybe CommuteFilterRoadTraffic)
- cfDePartureTime :: Lens' CommuteFilter (Maybe TimeOfDay')
- data BatchDeleteJobsRequest
- batchDeleteJobsRequest :: BatchDeleteJobsRequest
- bdjrFilter :: Lens' BatchDeleteJobsRequest (Maybe Text)
- data JobCustomAttributes
- jobCustomAttributes :: HashMap Text CustomAttribute -> JobCustomAttributes
- jcaAddtional :: Lens' JobCustomAttributes (HashMap Text CustomAttribute)
- data JobEvent
- jobEvent :: JobEvent
- jeJobs :: Lens' JobEvent [Text]
- jeType :: Lens' JobEvent (Maybe JobEventType)
- data SearchJobsRequest
- searchJobsRequest :: SearchJobsRequest
- sjrRequestMetadata :: Lens' SearchJobsRequest (Maybe RequestMetadata)
- sjrJobView :: Lens' SearchJobsRequest (Maybe SearchJobsRequestJobView)
- sjrOrderBy :: Lens' SearchJobsRequest (Maybe Text)
- sjrOffSet :: Lens' SearchJobsRequest (Maybe Int32)
- sjrSearchMode :: Lens' SearchJobsRequest (Maybe SearchJobsRequestSearchMode)
- sjrDiversificationLevel :: Lens' SearchJobsRequest (Maybe SearchJobsRequestDiversificationLevel)
- sjrHistogramQueries :: Lens' SearchJobsRequest [HistogramQuery]
- sjrRequirePreciseResultSize :: Lens' SearchJobsRequest (Maybe Bool)
- sjrJobQuery :: Lens' SearchJobsRequest (Maybe JobQuery)
- sjrEnableBroadening :: Lens' SearchJobsRequest (Maybe Bool)
- sjrPageToken :: Lens' SearchJobsRequest (Maybe Text)
- sjrCustomRankingInfo :: Lens' SearchJobsRequest (Maybe CustomRankingInfo)
- sjrDisableKeywordMatch :: Lens' SearchJobsRequest (Maybe Bool)
- sjrPageSize :: Lens' SearchJobsRequest (Maybe Int32)
- sjrHistogramFacets :: Lens' SearchJobsRequest (Maybe HistogramFacets)
- data HistogramQueryResultHistogram
- histogramQueryResultHistogram :: HashMap Text Int64 -> HistogramQueryResultHistogram
- hqrhAddtional :: Lens' HistogramQueryResultHistogram (HashMap Text Int64)
- data HistogramQueryResult
- histogramQueryResult :: HistogramQueryResult
- hqrHistogramQuery :: Lens' HistogramQueryResult (Maybe Text)
- hqrHistogram :: Lens' HistogramQueryResult (Maybe HistogramQueryResultHistogram)
- data DeviceInfoDeviceType
- data CompensationEntryUnit
- data CustomAttributeHistogramRequest
- customAttributeHistogramRequest :: CustomAttributeHistogramRequest
- cahrLongValueHistogramBucketingOption :: Lens' CustomAttributeHistogramRequest (Maybe NumericBucketingOption)
- cahrKey :: Lens' CustomAttributeHistogramRequest (Maybe Text)
- cahrStringValueHistogram :: Lens' CustomAttributeHistogramRequest (Maybe Bool)
- data ResponseMetadata
- responseMetadata :: ResponseMetadata
- rmRequestId :: Lens' ResponseMetadata (Maybe Text)
- data CommuteInfo
- commuteInfo :: CommuteInfo
- ciTravelDuration :: Lens' CommuteInfo (Maybe Scientific)
- ciJobLocation :: Lens' CommuteInfo (Maybe Location)
- data JobJobLevel
- data CustomAttributeHistogramResult
- customAttributeHistogramResult :: CustomAttributeHistogramResult
- cStringValueHistogramResult :: Lens' CustomAttributeHistogramResult (Maybe CustomAttributeHistogramResultStringValueHistogramResult)
- cLongValueHistogramResult :: Lens' CustomAttributeHistogramResult (Maybe NumericBucketingResult)
- cKey :: Lens' CustomAttributeHistogramResult (Maybe Text)
- data BucketRange
- bucketRange :: BucketRange
- brTo :: Lens' BucketRange (Maybe Double)
- brFrom :: Lens' BucketRange (Maybe Double)
- data JobVisibility
- data CustomRankingInfoImportanceLevel
- data NumericBucketingResult
- numericBucketingResult :: NumericBucketingResult
- nbrMaxValue :: Lens' NumericBucketingResult (Maybe Double)
- nbrCounts :: Lens' NumericBucketingResult [BucketizedCount]
- nbrMinValue :: Lens' NumericBucketingResult (Maybe Double)
- data JobDerivedInfo
- jobDerivedInfo :: JobDerivedInfo
- jdiJobCategories :: Lens' JobDerivedInfo [Text]
- jdiLocations :: Lens' JobDerivedInfo [Location]
- data CompanyDerivedInfo
- companyDerivedInfo :: CompanyDerivedInfo
- cdiHeadquartersLocation :: Lens' CompanyDerivedInfo (Maybe Location)
- data CompensationFilter
- compensationFilter :: CompensationFilter
- cfIncludeJobsWithUnspecifiedCompensationRange :: Lens' CompensationFilter (Maybe Bool)
- cfRange :: Lens' CompensationFilter (Maybe CompensationRange)
- cfUnits :: Lens' CompensationFilter [Text]
- cfType :: Lens' CompensationFilter (Maybe CompensationFilterType)
- data JobPostingRegion
- data Company
- company :: Company
- cHiringAgency :: Lens' Company (Maybe Bool)
- cCareerSiteURI :: Lens' Company (Maybe Text)
- cEeoText :: Lens' Company (Maybe Text)
- cSize :: Lens' Company (Maybe CompanySize)
- cWebsiteURI :: Lens' Company (Maybe Text)
- cSuspended :: Lens' Company (Maybe Bool)
- cKeywordSearchableJobCustomAttributes :: Lens' Company [Text]
- cImageURI :: Lens' Company (Maybe Text)
- cHeadquartersAddress :: Lens' Company (Maybe Text)
- cName :: Lens' Company (Maybe Text)
- cDisplayName :: Lens' Company (Maybe Text)
- cExternalId :: Lens' Company (Maybe Text)
- cDerivedInfo :: Lens' Company (Maybe CompanyDerivedInfo)
- data CustomAttribute
- customAttribute :: CustomAttribute
- caLongValues :: Lens' CustomAttribute [Int64]
- caFilterable :: Lens' CustomAttribute (Maybe Bool)
- caStringValues :: Lens' CustomAttribute [Text]
- data Job
- job :: Job
- jDePartment :: Lens' Job (Maybe Text)
- jApplicationInfo :: Lens' Job (Maybe ApplicationInfo)
- jLanguageCode :: Lens' Job (Maybe Text)
- jCompensationInfo :: Lens' Job (Maybe CompensationInfo)
- jResponsibilities :: Lens' Job (Maybe Text)
- jJobStartTime :: Lens' Job (Maybe UTCTime)
- jPromotionValue :: Lens' Job (Maybe Int32)
- jCompanyName :: Lens' Job (Maybe Text)
- jAddresses :: Lens' Job [Text]
- jJobBenefits :: Lens' Job [Text]
- jVisibility :: Lens' Job (Maybe JobVisibility)
- jJobLevel :: Lens' Job (Maybe JobJobLevel)
- jPostingUpdateTime :: Lens' Job (Maybe UTCTime)
- jCustomAttributes :: Lens' Job (Maybe JobCustomAttributes)
- jPostingPublishTime :: Lens' Job (Maybe UTCTime)
- jName :: Lens' Job (Maybe Text)
- jDegreeTypes :: Lens' Job [Text]
- jQualifications :: Lens' Job (Maybe Text)
- jCompanyDisplayName :: Lens' Job (Maybe Text)
- jIncentives :: Lens' Job (Maybe Text)
- jJobEndTime :: Lens' Job (Maybe UTCTime)
- jPostingRegion :: Lens' Job (Maybe JobPostingRegion)
- jTitle :: Lens' Job (Maybe Text)
- jEmploymentTypes :: Lens' Job [Text]
- jDerivedInfo :: Lens' Job (Maybe JobDerivedInfo)
- jProcessingOptions :: Lens' Job (Maybe ProcessingOptions)
- jPostingExpireTime :: Lens' Job (Maybe UTCTime)
- jDescription :: Lens' Job (Maybe Text)
- jRequisitionId :: Lens' Job (Maybe Text)
- jPostingCreateTime :: Lens' Job (Maybe UTCTime)
- data HistogramResults
- histogramResults :: HistogramResults
- hrSimpleHistogramResults :: Lens' HistogramResults [HistogramResult]
- hrCustomAttributeHistogramResults :: Lens' HistogramResults [CustomAttributeHistogramResult]
- hrCompensationHistogramResults :: Lens' HistogramResults [CompensationHistogramResult]
- data CompanySize
- data Xgafv
- data LocationFilter
- locationFilter :: LocationFilter
- lfLatLng :: Lens' LocationFilter (Maybe LatLng)
- lfDistanceInMiles :: Lens' LocationFilter (Maybe Double)
- lfRegionCode :: Lens' LocationFilter (Maybe Text)
- lfTelecommutePreference :: Lens' LocationFilter (Maybe LocationFilterTelecommutePreference)
- lfAddress :: Lens' LocationFilter (Maybe Text)
- data ListJobsResponse
- listJobsResponse :: ListJobsResponse
- ljrNextPageToken :: Lens' ListJobsResponse (Maybe Text)
- ljrJobs :: Lens' ListJobsResponse [Job]
- ljrMetadata :: Lens' ListJobsResponse (Maybe ResponseMetadata)
- data CommuteFilterRoadTraffic
- data CompensationHistogramResult
- compensationHistogramResult :: CompensationHistogramResult
- cResult :: Lens' CompensationHistogramResult (Maybe NumericBucketingResult)
- cType :: Lens' CompensationHistogramResult (Maybe CompensationHistogramResultType)
- data CompensationHistogramRequestType
- data CompletionResultType
- data JobQuery
- jobQuery :: JobQuery
- jqLanguageCodes :: Lens' JobQuery [Text]
- jqDisableSpellCheck :: Lens' JobQuery (Maybe Bool)
- jqCustomAttributeFilter :: Lens' JobQuery (Maybe Text)
- jqCommuteFilter :: Lens' JobQuery (Maybe CommuteFilter)
- jqPublishTimeRange :: Lens' JobQuery (Maybe TimestampRange)
- jqLocationFilters :: Lens' JobQuery [LocationFilter]
- jqCompanyDisplayNames :: Lens' JobQuery [Text]
- jqJobCategories :: Lens' JobQuery [Text]
- jqCompensationFilter :: Lens' JobQuery (Maybe CompensationFilter)
- jqQuery :: Lens' JobQuery (Maybe Text)
- jqCompanyNames :: Lens' JobQuery [Text]
- jqEmploymentTypes :: Lens' JobQuery [Text]
- jqExcludedJobs :: Lens' JobQuery [Text]
- data CreateClientEventRequest
- createClientEventRequest :: CreateClientEventRequest
- ccerClientEvent :: Lens' CreateClientEventRequest (Maybe ClientEvent)
- data SpellingCorrection
- spellingCorrection :: SpellingCorrection
- scCorrected :: Lens' SpellingCorrection (Maybe Bool)
- scCorrectedText :: Lens' SpellingCorrection (Maybe Text)
- data CompleteQueryResponse
- completeQueryResponse :: CompleteQueryResponse
- cqrMetadata :: Lens' CompleteQueryResponse (Maybe ResponseMetadata)
- cqrCompletionResults :: Lens' CompleteQueryResponse [CompletionResult]
- data TimeOfDay'
- timeOfDay :: TimeOfDay'
- todNanos :: Lens' TimeOfDay' (Maybe Int32)
- todHours :: Lens' TimeOfDay' (Maybe Int32)
- todMinutes :: Lens' TimeOfDay' (Maybe Int32)
- todSeconds :: Lens' TimeOfDay' (Maybe Int32)
- data LocationLocationType
- data CompensationEntry
- compensationEntry :: CompensationEntry
- ceAmount :: Lens' CompensationEntry (Maybe Money)
- ceExpectedUnitsPerYear :: Lens' CompensationEntry (Maybe Double)
- ceRange :: Lens' CompensationEntry (Maybe CompensationRange)
- ceType :: Lens' CompensationEntry (Maybe CompensationEntryType)
- ceDescription :: Lens' CompensationEntry (Maybe Text)
- ceUnit :: Lens' CompensationEntry (Maybe CompensationEntryUnit)
- data CompensationRange
- compensationRange :: CompensationRange
- crMaxCompensation :: Lens' CompensationRange (Maybe Money)
- crMinCompensation :: Lens' CompensationRange (Maybe Money)
- data JobEventType
- = JobEventTypeUnspecified
- | Impression
- | View
- | ViewRedirect
- | ApplicationStart
- | ApplicationFinish
- | ApplicationQuickSubmission
- | ApplicationRedirect
- | ApplicationStartFromSearch
- | ApplicationRedirectFromSearch
- | ApplicationCompanySubmit
- | Bookmark
- | Notification
- | Hired
- | SentCv
- | InterviewGranted
- | NotInterested
- data CustomRankingInfo
- customRankingInfo :: CustomRankingInfo
- criImportanceLevel :: Lens' CustomRankingInfo (Maybe CustomRankingInfoImportanceLevel)
- criRankingExpression :: Lens' CustomRankingInfo (Maybe Text)
- data ProcessingOptions
- processingOptions :: ProcessingOptions
- poHTMLSanitization :: Lens' ProcessingOptions (Maybe ProcessingOptionsHTMLSanitization)
- poDisableStreetAddressResolution :: Lens' ProcessingOptions (Maybe Bool)
- data PostalAddress
- postalAddress :: PostalAddress
- paLanguageCode :: Lens' PostalAddress (Maybe Text)
- paSortingCode :: Lens' PostalAddress (Maybe Text)
- paRegionCode :: Lens' PostalAddress (Maybe Text)
- paSublocality :: Lens' PostalAddress (Maybe Text)
- paPostalCode :: Lens' PostalAddress (Maybe Text)
- paLocality :: Lens' PostalAddress (Maybe Text)
- paRecipients :: Lens' PostalAddress [Text]
- paAdministrativeArea :: Lens' PostalAddress (Maybe Text)
- paAddressLines :: Lens' PostalAddress [Text]
- paRevision :: Lens' PostalAddress (Maybe Int32)
- paOrganization :: Lens' PostalAddress (Maybe Text)
- data DeviceInfo
- deviceInfo :: DeviceInfo
- diId :: Lens' DeviceInfo (Maybe Text)
- diDeviceType :: Lens' DeviceInfo (Maybe DeviceInfoDeviceType)
- data NumericBucketingOption
- numericBucketingOption :: NumericBucketingOption
- nboBucketBounds :: Lens' NumericBucketingOption [Double]
- nboRequiresMinMax :: Lens' NumericBucketingOption (Maybe Bool)
- data SearchJobsRequestSearchMode
- data HistogramFacets
- histogramFacets :: HistogramFacets
- hfCompensationHistogramFacets :: Lens' HistogramFacets [CompensationHistogramRequest]
- hfCustomAttributeHistogramFacets :: Lens' HistogramFacets [CustomAttributeHistogramRequest]
- hfSimpleHistogramFacets :: Lens' HistogramFacets [Text]
- data LocationFilterTelecommutePreference
- data ProcessingOptionsHTMLSanitization
- data HistogramResult
- histogramResult :: HistogramResult
- hrValues :: Lens' HistogramResult (Maybe HistogramResultValues)
- hrSearchType :: Lens' HistogramResult (Maybe HistogramResultSearchType)
- data CustomAttributeHistogramResultStringValueHistogramResult
- customAttributeHistogramResultStringValueHistogramResult :: HashMap Text Int32 -> CustomAttributeHistogramResultStringValueHistogramResult
- cahrsvhrAddtional :: Lens' CustomAttributeHistogramResultStringValueHistogramResult (HashMap Text Int32)
- data ClientEventExtraInfo
- clientEventExtraInfo :: HashMap Text Text -> ClientEventExtraInfo
- ceeiAddtional :: Lens' ClientEventExtraInfo (HashMap Text Text)
- data SearchJobsResponse
- searchJobsResponse :: SearchJobsResponse
- sjrNextPageToken :: Lens' SearchJobsResponse (Maybe Text)
- sjrEstimatedTotalSize :: Lens' SearchJobsResponse (Maybe Int32)
- sjrHistogramQueryResults :: Lens' SearchJobsResponse [HistogramQueryResult]
- sjrLocationFilters :: Lens' SearchJobsResponse [Location]
- sjrMatchingJobs :: Lens' SearchJobsResponse [MatchingJob]
- sjrTotalSize :: Lens' SearchJobsResponse (Maybe Int32)
- sjrHistogramResults :: Lens' SearchJobsResponse (Maybe HistogramResults)
- sjrMetadata :: Lens' SearchJobsResponse (Maybe ResponseMetadata)
- sjrBroadenedQueryJobsCount :: Lens' SearchJobsResponse (Maybe Int32)
- sjrSpellCorrection :: Lens' SearchJobsResponse (Maybe SpellingCorrection)
- data SearchJobsRequestJobView
- data HistogramResultValues
- histogramResultValues :: HashMap Text Int32 -> HistogramResultValues
- hrvAddtional :: Lens' HistogramResultValues (HashMap Text Int32)
- data TimestampRange
- timestampRange :: TimestampRange
- trStartTime :: Lens' TimestampRange (Maybe UTCTime)
- trEndTime :: Lens' TimestampRange (Maybe UTCTime)
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
LatLng
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 # | |
Data LatLng Source # | |
Defined in Network.Google.Jobs.Types.Product 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 # | |
Generic LatLng Source # | |
ToJSON LatLng Source # | |
Defined in Network.Google.Jobs.Types.Product | |
FromJSON LatLng Source # | |
type Rep LatLng Source # | |
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))))) |
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
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
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.
FilterTypeUnspecified |
|
UnitOnly |
|
UnitAndAmount |
|
AnnualizedBaseAmount |
|
AnnualizedTotalAmount |
|
Instances
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
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
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.
SearchTypeUnspecified |
|
CompanyId |
|
EmploymentType |
|
CompanySize |
|
DatePublished |
|
EducationLevel |
|
ExperienceLevel |
|
Admin1 |
|
Country |
|
City |
|
Locale |
|
Language |
|
Category |
|
CityCoordinate |
|
Admin1Country |
|
CompanyDisplayName |
|
BaseCompensationUnit |
|
Instances
CommuteFilterCommuteMethod
data CommuteFilterCommuteMethod Source #
Required. The method of transportation for which to calculate the commute time.
CommuteMethodUnspecified |
|
Driving |
|
Transit |
|
Instances
UpdateJobRequest
data UpdateJobRequest Source #
Input only. Update job request.
See: updateJobRequest
smart constructor.
Instances
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.
BucketizedCount
data BucketizedCount Source #
Represents count of jobs within one bucket.
See: bucketizedCount
smart constructor.
Instances
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.
DiversificationLevelUnspecified |
|
Disabled |
|
Simple |
|
Instances
CompensationInfo
data CompensationInfo Source #
Job compensation details.
See: compensationInfo
smart constructor.
Instances
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
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
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
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:
CompletionResult
data CompletionResult Source #
Output only. Resource that represents completion results.
See: completionResult
smart constructor.
Instances
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.
crType :: Lens' CompletionResult (Maybe CompletionResultType) Source #
The completion topic.
CompensationHistogramResultType
data CompensationHistogramResultType Source #
Type of the request, corresponding to CompensationHistogramRequest.type.
CompensationHistogramRequestTypeUnspecified |
|
Base |
|
AnnualizedBase |
|
AnnualizedTotal |
|
Instances
Location
Output only. A resource that represents a location with full geographic information.
See: location
smart constructor.
Instances
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:
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
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 # | |
Data Empty Source # | |
Defined in Network.Google.Jobs.Types.Product 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 # 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 # | |
Generic Empty Source # | |
ToJSON Empty Source # | |
Defined in Network.Google.Jobs.Types.Product | |
FromJSON Empty Source # | |
type Rep Empty Source # | |
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
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
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
Represents an amount of money with its currency type.
See: money
smart constructor.
Instances
Eq Money Source # | |
Data Money Source # | |
Defined in Network.Google.Jobs.Types.Product 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 # 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 # | |
Generic Money Source # | |
ToJSON Money Source # | |
Defined in Network.Google.Jobs.Types.Product | |
FromJSON Money Source # | |
type Rep Money Source # | |
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)))))) |
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:
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
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.
CETCompensationTypeUnspecified |
|
CETBase |
|
CETBonus |
|
CETSigningBonus |
|
CETEquity |
|
CETProfitSharing |
|
CETCommissions |
|
CETTips |
|
CETOtherCompensationType |
|
Instances
CommuteFilter
data CommuteFilter Source #
Input only. Parameters needed for commute search.
See: commuteFilter
smart constructor.
Instances
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
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
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
An event issued when a job seeker interacts with the application that implements Cloud Talent Solution.
See: jobEvent
smart constructor.
Instances
Eq JobEvent Source # | |
Data JobEvent Source # | |
Defined in Network.Google.Jobs.Types.Product 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 # | |
Generic JobEvent Source # | |
ToJSON JobEvent Source # | |
Defined in Network.Google.Jobs.Types.Product | |
FromJSON JobEvent Source # | |
type Rep JobEvent Source # | |
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)))) |
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
searchJobsRequest :: SearchJobsRequest Source #
Creates a value of SearchJobsRequest
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
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
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
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.
DeviceTypeUnspecified |
|
Web |
|
MobileWeb |
|
Android |
|
Ios |
|
Bot |
|
Other |
|
Instances
CompensationEntryUnit
data CompensationEntryUnit Source #
Optional. Frequency of the specified amount. Default is CompensationUnit.OTHER_COMPENSATION_UNIT.
CompensationUnitUnspecified |
|
Hourly |
|
Daily |
|
Weekly |
|
Monthly |
|
Yearly |
|
OneTime |
|
OtherCompensationUnit |
|
Instances
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
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
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
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".
JobLevelUnspecified |
|
EntryLevel |
|
Experienced |
|
Manager |
|
Director |
|
Executive |
|
Instances
CustomAttributeHistogramResult
data CustomAttributeHistogramResult Source #
Output only. Custom attribute histogram result.
See: customAttributeHistogramResult
smart constructor.
Instances
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
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:
JobVisibility
data JobVisibility Source #
Optional. The visibility of the job. Defaults to Visibility.ACCOUNT_ONLY if not specified.
VisibilityUnspecified |
|
AccountOnly |
|
SharedWithGoogle |
|
SharedWithPublic |
|
Instances
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.
ImportanceLevelUnspecified |
|
None |
|
Low |
|
Mild |
|
Medium |
|
High |
|
Extreme |
|
Instances
NumericBucketingResult
data NumericBucketingResult Source #
Output only. Custom numeric bucketing result.
See: numericBucketingResult
smart constructor.
Instances
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
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
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
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.
cfType :: Lens' CompensationFilter (Maybe CompensationFilterType) Source #
Required. Type of filter.
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.
PostingRegionUnspecified |
|
AdministrativeArea |
|
NATion |
|
Telecommute |
|
Instances
Company
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
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.
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
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
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
Creates a value of Job
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
jDePartment
jApplicationInfo
jLanguageCode
jCompensationInfo
jResponsibilities
jJobStartTime
jPromotionValue
jCompanyName
jAddresses
jJobBenefits
jVisibility
jJobLevel
jPostingUpdateTime
jCustomAttributes
jPostingPublishTime
jName
jDegreeTypes
jQualifications
jCompanyDisplayName
jIncentives
jJobEndTime
jPostingRegion
jTitle
jEmploymentTypes
jDerivedInfo
jProcessingOptions
jPostingExpireTime
jDescription
jRequisitionId
jPostingCreateTime
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.
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
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.
CSCompanySizeUnspecified |
|
CSMini |
|
CSSmall |
|
CSSmedium |
|
CSMedium |
|
CSBig |
|
CSBigger |
|
CSGiant |
|
Instances
Xgafv
V1 error format.
Instances
LocationFilter
data LocationFilter Source #
Input only. Geographic region of the search.
See: locationFilter
smart constructor.
Instances
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
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.
RoadTrafficUnspecified |
|
TrafficFree |
|
BusyHour |
|
Instances
CompensationHistogramResult
data CompensationHistogramResult Source #
Output only. Compensation based histogram result.
See: compensationHistogramResult
smart constructor.
Instances
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:
cResult :: Lens' CompensationHistogramResult (Maybe NumericBucketingResult) Source #
Histogram result.
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`.
CHRTCompensationHistogramRequestTypeUnspecified |
|
CHRTBase |
|
CHRTAnnualizedBase |
|
CHRTAnnualizedTotal |
|
Instances
CompletionResultType
data CompletionResultType Source #
The completion topic.
CompletionTypeUnspecified |
|
JobTitle |
|
CompanyName |
|
Combined |
|
Instances
JobQuery
Input only. The query required to perform a search query.
See: jobQuery
smart constructor.
Instances
Creates a value of JobQuery
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
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
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
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
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
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.
LLTLocationTypeUnspecified |
|
LLTCountry |
|
LLTAdministrativeArea |
|
LLTSubAdministrativeArea |
|
LLTLocality |
|
LLTPostalCode |
|
LLTSubLocality |
|
LLTSubLocality1 |
|
LLTSubLocality2 |
|
LLTNeighborhood |
|
LLTStreetAddress |
|
Instances
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
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:
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
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).
JobEventTypeUnspecified |
|
Impression |
|
View |
|
ViewRedirect |
|
ApplicationStart |
|
ApplicationFinish |
|
ApplicationQuickSubmission |
|
ApplicationRedirect |
|
ApplicationStartFromSearch |
|
ApplicationRedirectFromSearch |
|
ApplicationCompanySubmit |
|
Bookmark |
|
Notification |
|
Hired |
|
SentCv |
|
InterviewGranted |
|
NotInterested |
|
Instances
CustomRankingInfo
data CustomRankingInfo Source #
Input only. Custom ranking information for SearchJobsRequest.
See: customRankingInfo
smart constructor.
Instances
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
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
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
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
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.
SearchModeUnspecified |
|
JobSearch |
|
FeaturedJobSearch |
|
Instances
HistogramFacets
data HistogramFacets Source #
Input only. Histogram facets to be specified in SearchJobsRequest.
See: histogramFacets
smart constructor.
Instances
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.
TelecommutePreferenceUnspecified |
|
TelecommuteExcluded |
|
TelecommuteAllowed |
|
Instances
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.
HTMLSanitizationUnspecified |
|
HTMLSanitizationDisabled |
|
SimpleFormattingOnly |
|
Instances
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
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.
hrSearchType :: Lens' HistogramResult (Maybe HistogramResultSearchType) Source #
The Histogram search filters.
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
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:
cahrsvhrAddtional :: Lens' CustomAttributeHistogramResultStringValueHistogramResult (HashMap Text Int32) Source #
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
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
searchJobsResponse :: SearchJobsResponse Source #
Creates a value of SearchJobsResponse
with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
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.
JobViewUnspecified |
|
JobViewIdOnly |
|
JobViewMinimal |
|
JobViewSmall |
|
JobViewFull |
|
Instances
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
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
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:
trStartTime :: Lens' TimestampRange (Maybe UTCTime) Source #
Begin of the period.