@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 SwampHow well-documented and verifiable this extension is.
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
| Argument | Type | Description |
|---|---|---|
| externalId? | string | Required. Client side tenant identifier, used to uniquely identify the tenant. The maximum number of allowed characters is 255. |
| name? | string | Required 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? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
createCreate a tenants
getGet a tenants
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the tenants |
updateUpdate tenants attributes
deleteDelete the tenants
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| careerSiteUri? | string | The URI to employer's career site or careers page on the employer's web site, for example, \ |
| derivedInfo? | object | Derived details about the company. |
| displayName? | string | Required. The display name of the company, for example, "Google LLC". |
| eeoText? | string | 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. |
| externalId? | string | Required. Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255. |
| headquartersAddress? | string | 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. |
| hiringAgency? | boolean | Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided. |
| imageUri? | string | A URI that hosts the employer's company logo. |
| name? | string | 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}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz". |
| size? | enum | The employer's company size. |
| websiteUri? | string | The URI representing the company\ |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
createCreate a companies
getGet a companies
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the companies |
updateUpdate companies attributes
deleteDelete the companies
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| addresses? | array | 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', and so on.) as multiple jobs with th |
| applicationInfo? | object | Application related details of a job posting. |
| company? | string | Required. 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? | object | Job compensation details. |
| customAttributes? | record | 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`, |
| degreeTypes? | array | The desired education degrees for the job, such as Bachelors, Masters. |
| department? | string | The department or functional area within the company with the open position. The maximum number of allowed characters is 255. |
| derivedInfo? | object | Derived details about the job posting. |
| description? | string | 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. |
| employmentTypes? | array | The employment type(s) of a job, for example, full time or part time. |
| incentives? | string | 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. |
| jobBenefits? | array | The benefits included with the job. |
| jobEndTime? | string | The end timestamp of the job. Typically this field is used for contracting engagements. Invalid timestamps are ignored. |
| jobLevel? | enum | The experience level associated with the job, such as "Entry Level". |
| jobStartTime? | string | The start timestamp of the job in UTC time zone. Typically this field is used for contracting engagements. Invalid timestamps are ignored. |
| languageCode? | string | 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](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? | string | 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}/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? | string | 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 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? | string | 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. |
| postingRegion? | enum | 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 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? | object | Options for job processing. |
| promotionValue? | number | 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. |
| qualifications? | string | 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. |
| requisitionId? | string | Required. 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? | string | 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. |
| title? | string | Required. The title of the job, such as "Software Engineer" The maximum number of allowed characters is 500. |
| location? | string | The location for this resource (e.g., 'us', 'us-central1', 'europe-west1') |
createCreate a jobs
getGet a jobs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the jobs |
updateUpdate jobs attributes
deleteDelete the jobs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the jobs |
syncSync jobs state from GCP
batch_createbatch create
| Argument | Type | Description |
|---|---|---|
| jobs? | any |
batch_deletebatch delete
| Argument | Type | Description |
|---|---|---|
| names? | any |
batch_updatebatch update
| Argument | Type | Description |
|---|---|---|
| jobs? | any | |
| updateMask? | any |
searchsearch
| Argument | Type | Description |
|---|---|---|
| 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
| Argument | Type | Description |
|---|---|---|
| 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" ...
2026.04.04.164.6 KBApr 4, 2026
Google Cloud jobs infrastructure models
Release Notes
- Updated: tenants_jobs
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudjobscloudinfrastructure
2026.04.03.364.5 KBApr 3, 2026
Google Cloud jobs infrastructure models
Release Notes
- Updated: tenants, tenants_companies, tenants_jobs
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudjobscloudinfrastructure
2026.04.03.164.1 KBApr 3, 2026
Google Cloud jobs infrastructure models
Release Notes
- Updated: tenants, tenants_companies, tenants_jobs
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudjobscloudinfrastructure
2026.04.02.264.0 KBApr 2, 2026
Google Cloud jobs infrastructure models
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudjobscloudinfrastructure
2026.03.27.161.3 KBMar 27, 2026
Google Cloud jobs infrastructure models
Release Notes
- Added: tenants, tenants_companies, tenants_jobs
linux-x86_64linux-aarch64darwin-x86_64darwin-aarch64
gcpgoogle-cloudjobscloudinfrastructure