Skip to main content

@swamp/gcp/jobs

v2026.04.23.1

Google Cloud jobs infrastructure models

Repository

https://github.com/systeminit/swamp-extensions

Labels

gcpgoogle-cloudjobscloudinfrastructure

Contents

Quality score

Verified by Swamp

How well-documented and verifiable this extension is.

100%

Grade A

  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned

Install

$ swamp extension pull @swamp/gcp/jobs

@swamp/gcp/jobs/tenantsv2026.04.23.1tenants.ts

Global Arguments

ArgumentTypeDescription
externalId?stringRequired. Client side tenant identifier, used to uniquely identify the tenant. The maximum number of allowed characters is 255.
name?stringRequired during tenant update. The resource name for a tenant. This is generated by the service when a tenant is created. The format is "projects/{project_id}/tenants/{tenant_id}", for example, "projects/foo/tenants/bar".
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a tenants
getGet a tenants
ArgumentTypeDescription
identifierstringThe name of the tenants
updateUpdate tenants attributes
deleteDelete the tenants
ArgumentTypeDescription
identifierstringThe name of the tenants
syncSync tenants state from GCP
complete_querycomplete query

Resources

state(infinite)— A Tenant resource represents a tenant in the service. A tenant is a group or ...
@swamp/gcp/jobs/tenants-companiesv2026.04.23.1tenants_companies.ts

Global Arguments

ArgumentTypeDescription
careerSiteUri?stringThe URI to employer's career site or careers page on the employer's web site, for example, \
derivedInfo?objectDerived details about the company.
displayName?stringRequired. The display name of the company, for example, "Google LLC".
eeoText?stringEqual 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.
externalId?stringRequired. Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
headquartersAddress?stringThe 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.
hiringAgency?booleanSet to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.
imageUri?stringA URI that hosts the employer's company logo.
name?stringRequired 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}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz".
size?enumThe employer's company size.
websiteUri?stringThe URI representing the company\
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a companies
getGet a companies
ArgumentTypeDescription
identifierstringThe name of the companies
updateUpdate companies attributes
deleteDelete the companies
ArgumentTypeDescription
identifierstringThe name of the companies
syncSync companies state from GCP

Resources

state(infinite)— A Company resource represents a company in the service. A company is the enti...
@swamp/gcp/jobs/tenants-jobsv2026.04.23.1tenants_jobs.ts

Global Arguments

ArgumentTypeDescription
addresses?arrayStrongly 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', and so on.) as multiple jobs with th
applicationInfo?objectApplication related details of a job posting.
company?stringRequired. The resource name of the company listing the job. The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For example, "projects/foo/tenants/bar/companies/baz".
compensationInfo?objectJob compensation details.
customAttributes?recordA 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`,
degreeTypes?arrayThe desired education degrees for the job, such as Bachelors, Masters.
department?stringThe department or functional area within the company with the open position. The maximum number of allowed characters is 255.
derivedInfo?objectDerived details about the job posting.
description?stringRequired. 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.
employmentTypes?arrayThe employment type(s) of a job, for example, full time or part time.
incentives?stringA 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.
jobBenefits?arrayThe benefits included with the job.
jobEndTime?stringThe end timestamp of the job. Typically this field is used for contracting engagements. Invalid timestamps are ignored.
jobLevel?enumThe experience level associated with the job, such as "Entry Level".
jobStartTime?stringThe start timestamp of the job in UTC time zone. Typically this field is used for contracting engagements. Invalid timestamps are ignored.
languageCode?stringThe 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](https://tools.ietf.org/html/bcp47){: 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 \
name?stringRequired 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}/tenants/{tenant_id}/jobs/{job_id}". For example, "projects/foo/tenants/bar/jobs/baz". Use of this field in job queries and API calls is preferred over the use of requisition_id since this value is unique.
postingExpireTime?stringStrongly 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 listed by the ListJobs API, but it can be retrieved with the GetJob API or updated with the UpdateJob API or deleted with the DeleteJob 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 o
postingPublishTime?stringThe timestamp this job posting was most recently published. The default value is the time the request arrives at the server. Invalid timestamps are ignored.
postingRegion?enumThe 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 isn't specified. If this field is set to PostingRegion.NATION or PostingRegion.ADMINISTRATIVE_AREA, setting job Job.addresses to the same location level as this field is strongly recommended.
processingOptions?objectOptions for job processing.
promotionValue?numberA 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.
qualifications?stringA 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.
requisitionId?stringRequired. The requisition ID, also referred to as the posting ID, is 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 isn't allowed to be created if there is another job with the same company, language_code and requisition_id. The maximum number of allowed characters is 255.
responsibilities?stringA 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.
title?stringRequired. The title of the job, such as "Software Engineer" The maximum number of allowed characters is 500.
location?stringThe location for this resource (e.g., 'us', 'us-central1', 'europe-west1')
createCreate a jobs
getGet a jobs
ArgumentTypeDescription
identifierstringThe name of the jobs
updateUpdate jobs attributes
deleteDelete the jobs
ArgumentTypeDescription
identifierstringThe name of the jobs
syncSync jobs state from GCP
batch_createbatch create
ArgumentTypeDescription
jobs?any
batch_deletebatch delete
ArgumentTypeDescription
names?any
batch_updatebatch update
ArgumentTypeDescription
jobs?any
updateMask?any
searchsearch
ArgumentTypeDescription
customRankingInfo?any
disableKeywordMatch?any
diversificationLevel?any
enableBroadening?any
histogramQueries?any
jobQuery?any
jobView?any
keywordMatchMode?any
maxPageSize?any
offset?any
orderBy?any
pageToken?any
relevanceThreshold?any
requestMetadata?any
searchMode?any
search_for_alertsearch for alert
ArgumentTypeDescription
customRankingInfo?any
disableKeywordMatch?any
diversificationLevel?any
enableBroadening?any
histogramQueries?any
jobQuery?any
jobView?any
keywordMatchMode?any
maxPageSize?any
offset?any
orderBy?any
pageToken?any
relevanceThreshold?any
requestMetadata?any
searchMode?any

Resources

state(infinite)— A Job resource represents a job posting (also referred to as a "job listing" ...