blob: 747130b68f061aaae9f5a418b5e5a1d828a77f8b [file] [log] [blame]
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001<html><body>
2<style>
3
4body, h1, h2, h3, div, span, p, pre, a {
5 margin: 0;
6 padding: 0;
7 border: 0;
8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
13}
14
15body {
16 font-size: 13px;
17 padding: 1em;
18}
19
20h1 {
21 font-size: 26px;
22 margin-bottom: 1em;
23}
24
25h2 {
26 font-size: 24px;
27 margin-bottom: 1em;
28}
29
30h3 {
31 font-size: 20px;
32 margin-bottom: 1em;
33 margin-top: 1em;
34}
35
36pre, code {
37 line-height: 1.5;
38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
39}
40
41pre {
42 margin-top: 0.5em;
43}
44
45h1, h2, h3, p {
46 font-family: Arial, sans serif;
47}
48
49h1, h2, h3 {
50 border-bottom: solid #CCC 1px;
51}
52
53.toc_element {
54 margin-top: 0.5em;
55}
56
57.firstline {
58 margin-left: 2 em;
59}
60
61.method {
62 margin-top: 1em;
63 border: solid 1px #CCC;
64 padding: 1em;
65 background: #EEE;
66}
67
68.details {
69 font-weight: bold;
70 font-size: 14px;
71}
72
73</style>
74
75<h1><a href="jobs_v2.html">Cloud Talent Solution API</a> . <a href="jobs_v2.companies.html">companies</a></h1>
76<h2>Instance Methods</h2>
77<p class="toc_element">
78 <code><a href="jobs_v2.companies.jobs.html">jobs()</a></code>
79</p>
80<p class="firstline">Returns the jobs Resource.</p>
81
82<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070083 <code><a href="#create">create(body=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070084<p class="firstline">Creates a new company entity.</p>
85<p class="toc_element">
86 <code><a href="#delete">delete(name, x__xgafv=None)</a></code></p>
87<p class="firstline">Deletes the specified company.</p>
88<p class="toc_element">
89 <code><a href="#get">get(name, x__xgafv=None)</a></code></p>
90<p class="firstline">Retrieves the specified company.</p>
91<p class="toc_element">
Bu Sun Kim65020912020-05-20 12:08:20 -070092 <code><a href="#list">list(mustHaveOpenJobs=None, pageToken=None, pageSize=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070093<p class="firstline">Lists all companies associated with a Cloud Talent Solution account.</p>
94<p class="toc_element">
95 <code><a href="#list_next">list_next(previous_request, previous_response)</a></code></p>
96<p class="firstline">Retrieves the next page of results.</p>
97<p class="toc_element">
Dan O'Mearadd494642020-05-01 07:42:23 -070098 <code><a href="#patch">patch(name, body=None, updateCompanyFields=None, x__xgafv=None)</a></code></p>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -070099<p class="firstline">Updates the specified company. Company names can't be updated. To update a</p>
100<h3>Method Details</h3>
101<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -0700102 <code class="details" id="create">create(body=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700103 <pre>Creates a new company entity.
104
105Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700106 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700107 The object takes the form of:
108
109{ # A Company resource represents a company in the service. A company is the
110 # entity that owns job listings, that is, the hiring entity responsible for
111 # employing applicants for the job position.
Bu Sun Kim65020912020-05-20 12:08:20 -0700112 &quot;hqLocation&quot;: &quot;A String&quot;, # Optional. The street address of the company&#x27;s main headquarters, which may be
113 # different from the job location. The service attempts
114 # to geolocate the provided address, and populates a more specific
115 # location wherever possible in structured_company_hq_location.
116 &quot;companyInfoSources&quot;: [ # Optional. Identifiers external to the application that help to further identify
117 # the employer.
118 { # A resource that represents an external Google identifier for a company,
119 # for example, a Google+ business page or a Google Maps business page.
120 # For unsupported types, use `unknown_type_id`.
121 &quot;mapsCid&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s headquarters on Google Maps,
122 # namely, the Google Maps CID (cell id).
123 &quot;freebaseMid&quot;: &quot;A String&quot;, # Optional. The Google&#x27;s Knowledge Graph value for the employer&#x27;s company.
124 &quot;unknownTypeId&quot;: &quot;A String&quot;, # Optional. A Google identifier that does not match any of the other types.
125 &quot;gplusId&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s Google+ business page.
126 },
127 ],
128 &quot;keywordSearchableCustomAttributes&quot;: [ # Optional. A list of keys of filterable Job.custom_attributes, whose
129 # corresponding `string_values` are used in keyword search. Jobs with
130 # `string_values` under these specified field keys are returned if any
131 # of the values matches the search keyword. Custom field values with
132 # parenthesis, brackets and special symbols might not be properly searchable,
133 # and those keyword queries need to be surrounded by quotes.
134 &quot;A String&quot;,
135 ],
136 &quot;suspended&quot;: True or False, # Output only. Indicates whether a company is flagged to be suspended from public
137 # availability by the service when job content appears suspicious,
138 # abusive, or spammy.
139 &quot;imageUrl&quot;: &quot;A String&quot;, # Optional. A URL that hosts the employer&#x27;s company logo. If provided,
140 # the logo image should be squared at 80x80 pixels.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700141 #
Bu Sun Kim65020912020-05-20 12:08:20 -0700142 # The url must be a Google Photos or Google Album url.
143 # Only images in these Google sub-domains are accepted.
144 &quot;distributorBillingCompanyId&quot;: &quot;A String&quot;, # Optional. The unique company identifier provided by the client to identify an
145 # employer for billing purposes. Recommended practice is to use
146 # the distributor_company_id.
147 #
148 # Defaults to same value as distributor_company_id when a value
149 # is not provided.
150 &quot;careerPageLink&quot;: &quot;A String&quot;, # Optional. The URL to employer&#x27;s career site or careers page on the employer&#x27;s web
151 # site.
152 &quot;keywordSearchableCustomFields&quot;: [ # Deprecated. Use keyword_searchable_custom_attributes instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700153 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700154 # Optional.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700155 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700156 # A list of filterable custom fields that should be used in keyword
157 # search. The jobs of this company are returned if any of these custom
158 # fields matches the search keyword. Custom field values with parenthesis,
159 # brackets and special symbols might not be properly searchable, and those
160 # keyword queries need to be surrounded by quotes.
161 42,
162 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700163 &quot;disableLocationOptimization&quot;: True or False, # Deprecated. Do not use this field.
164 #
165 # Optional.
166 #
167 # This field is no longer used. Any value set to it is ignored.
168 &quot;companySize&quot;: &quot;A String&quot;, # Optional. The employer&#x27;s company size.
169 &quot;eeoText&quot;: &quot;A String&quot;, # Optional. Equal Employment Opportunity legal disclaimer text to be
170 # associated with all jobs, and typically to be displayed in all
171 # roles.
172 #
173 # The maximum number of allowed characters is 500.
174 &quot;name&quot;: &quot;A String&quot;, # Required during company update.
175 #
176 # The resource name for a company. This is generated by the service when a
177 # company is created, for example,
178 # &quot;companies/0000aaaa-1111-bbbb-2222-cccc3333dddd&quot;.
179 &quot;distributorCompanyId&quot;: &quot;A String&quot;, # Required. A client&#x27;s company identifier, used to uniquely identify the
180 # company. If an employer has a subsidiary or sub-brand, such as &quot;Alphabet&quot;
181 # and &quot;Google&quot;, which the client wishes to use as the company displayed on
182 # the job. Best practice is to create a distinct company identifier for each
183 # distinct brand displayed.
184 #
185 # The maximum number of allowed characters is 255.
186 &quot;structuredCompanyHqLocation&quot;: { # Output only. # Output only. A structured headquarters location of the company,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700187 # resolved from hq_location if possible.
188 #
189 # A resource that represents a location with full geographic
190 # information.
Bu Sun Kim65020912020-05-20 12:08:20 -0700191 &quot;postalAddress&quot;: { # Represents a postal address, e.g. for postal delivery or payments addresses. # Postal address of the location that includes human readable information,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700192 # such as postal delivery and payments addresses. Given a postal address,
193 # a postal service can deliver items to a premises, P.O. Box, or other
194 # delivery location.
195 # Given a postal address, a postal service can deliver items to a premise, P.O.
196 # Box or similar.
197 # It is not intended to model geographical locations (roads, towns,
198 # mountains).
199 #
200 # In typical usage an address would be created via user input or from importing
201 # existing data, depending on the type of process.
202 #
203 # Advice on address input / editing:
204 # - Use an i18n-ready address widget such as
Dan O'Mearadd494642020-05-01 07:42:23 -0700205 # https://github.com/google/libaddressinput)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700206 # - Users should not be presented with UI elements for input or editing of
207 # fields outside countries where that field is used.
208 #
209 # For more guidance on how to use this schema, please see:
210 # https://support.google.com/business/answer/6397478
Bu Sun Kim65020912020-05-20 12:08:20 -0700211 &quot;organization&quot;: &quot;A String&quot;, # Optional. The name of the organization at the address.
212 &quot;regionCode&quot;: &quot;A String&quot;, # Required. CLDR region code of the country/region of the address. This
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700213 # is never inferred and it is up to the user to ensure the value is
214 # correct. See http://cldr.unicode.org/ and
215 # http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
Bu Sun Kim65020912020-05-20 12:08:20 -0700216 # for details. Example: &quot;CH&quot; for Switzerland.
217 &quot;addressLines&quot;: [ # Unstructured address lines describing the lower levels of an address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700218 #
219 # Because values in address_lines do not have type information and may
220 # sometimes contain multiple values in a single field (e.g.
Bu Sun Kim65020912020-05-20 12:08:20 -0700221 # &quot;Austin, TX&quot;), it is important that the line order is clear. The order of
222 # address lines should be &quot;envelope order&quot; for the country/region of the
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700223 # address. In places where this can vary (e.g. Japan), address_language is
Bu Sun Kim65020912020-05-20 12:08:20 -0700224 # used to make it explicit (e.g. &quot;ja&quot; for large-to-small ordering and
225 # &quot;ja-Latn&quot; or &quot;en&quot; for small-to-large). This way, the most specific line of
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700226 # an address can be selected based on the language.
227 #
228 # The minimum permitted structural representation of an address consists
229 # of a region_code with all remaining information placed in the
230 # address_lines. It would be possible to format such an address very
231 # approximately without geocoding, but no semantic reasoning could be
232 # made about any of the address components until it was at least
233 # partially resolved.
234 #
235 # Creating an address only containing a region_code and address_lines, and
236 # then geocoding is the recommended way to handle completely unstructured
237 # addresses (as opposed to guessing which parts of the address should be
238 # localities or administrative areas).
Bu Sun Kim65020912020-05-20 12:08:20 -0700239 &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700240 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700241 &quot;postalCode&quot;: &quot;A String&quot;, # Optional. Postal code of the address. Not all countries use or require
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700242 # postal codes to be present, but where they are used, they may trigger
243 # additional validation with other parts of the address (e.g. state/zip
244 # validation in the U.S.A.).
Bu Sun Kim65020912020-05-20 12:08:20 -0700245 &quot;sortingCode&quot;: &quot;A String&quot;, # Optional. Additional, country-specific, sorting code. This is not used
246 # in most regions. Where it is used, the value is either a string like
247 # &quot;CEDEX&quot;, optionally followed by a number (e.g. &quot;CEDEX 7&quot;), or just a number
248 # alone, representing the &quot;sector code&quot; (Jamaica), &quot;delivery area indicator&quot;
249 # (Malawi) or &quot;post office indicator&quot; (e.g. Côte d&#x27;Ivoire).
250 &quot;languageCode&quot;: &quot;A String&quot;, # Optional. BCP-47 language code of the contents of this address (if
251 # known). This is often the UI language of the input form or is expected
252 # to match one of the languages used in the address&#x27; country/region, or their
253 # transliterated equivalents.
254 # This can affect formatting in certain countries, but is not critical
255 # to the correctness of the data and will never affect any validation or
256 # other non-formatting related operations.
257 #
258 # If this value is not known, it should be omitted (rather than specifying a
259 # possibly incorrect default).
260 #
261 # Examples: &quot;zh-Hant&quot;, &quot;ja&quot;, &quot;ja-Latn&quot;, &quot;en&quot;.
262 &quot;recipients&quot;: [ # Optional. The recipient at the address.
263 # This field may, under certain circumstances, contain multiline information.
264 # For example, it might contain &quot;care of&quot; information.
265 &quot;A String&quot;,
266 ],
267 &quot;sublocality&quot;: &quot;A String&quot;, # Optional. Sublocality of the address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700268 # For example, this can be neighborhoods, boroughs, districts.
Bu Sun Kim65020912020-05-20 12:08:20 -0700269 &quot;revision&quot;: 42, # The schema revision of the `PostalAddress`. This must be set to 0, which is
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700270 # the latest revision.
271 #
272 # All new revisions **must** be backward compatible with old revisions.
Bu Sun Kim65020912020-05-20 12:08:20 -0700273 &quot;administrativeArea&quot;: &quot;A String&quot;, # Optional. Highest administrative subdivision which is used for postal
274 # addresses of a country or region.
275 # For example, this can be a state, a province, an oblast, or a prefecture.
276 # Specifically, for Spain this is the province and not the autonomous
277 # community (e.g. &quot;Barcelona&quot; and not &quot;Catalonia&quot;).
278 # Many countries don&#x27;t use an administrative area in postal addresses. E.g.
279 # in Switzerland this should be left unpopulated.
280 &quot;locality&quot;: &quot;A String&quot;, # Optional. Generally refers to the city/town portion of the address.
281 # Examples: US city, IT comune, UK post town.
282 # In regions of the world where localities are not well defined or do not fit
283 # into this structure well, leave locality empty and use address_lines.
284 },
285 &quot;locationType&quot;: &quot;A String&quot;, # The type of a location, which corresponds to the address lines field of
286 # PostalAddress. For example, &quot;Downtown, Atlanta, GA, USA&quot; has a type of
287 # LocationType#NEIGHBORHOOD, and &quot;Kansas City, KS, USA&quot; has a type of
288 # LocationType#LOCALITY.
289 &quot;radiusMeters&quot;: 3.14, # Radius in meters of the job location. This value is derived from the
290 # location bounding box in which a circle with the specified radius
291 # centered from LatLng coves the area associated with the job location.
292 # For example, currently, &quot;Mountain View, CA, USA&quot; has a radius of
293 # 7885.79 meters.
294 &quot;latLng&quot;: { # An object representing a latitude/longitude pair. This is expressed as a pair # An object representing a latitude/longitude pair.
295 # of doubles representing degrees latitude and degrees longitude. Unless
296 # specified otherwise, this must conform to the
297 # &lt;a href=&quot;http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf&quot;&gt;WGS84
298 # standard&lt;/a&gt;. Values must be within normalized ranges.
299 &quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
300 &quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700301 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700302 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700303 &quot;hiringAgency&quot;: True or False, # Optional. Set to true if it is the hiring agency that post jobs for other
304 # employers.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700305 #
Bu Sun Kim65020912020-05-20 12:08:20 -0700306 # Defaults to false if not provided.
307 &quot;title&quot;: &quot;A String&quot;, # Deprecated. Use display_name instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700308 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700309 # Required.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700310 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700311 # The name of the employer to be displayed with the job,
Bu Sun Kim65020912020-05-20 12:08:20 -0700312 # for example, &quot;Google, LLC.&quot;.
313 &quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the employer to be displayed with the job,
314 # for example, &quot;Google, LLC.&quot;.
315 &quot;website&quot;: &quot;A String&quot;, # Optional. The URL representing the company&#x27;s primary web site or home page,
316 # such as, &quot;www.google.com&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700317 }
318
319 x__xgafv: string, V1 error format.
320 Allowed values
321 1 - v1 error format
322 2 - v2 error format
323
324Returns:
325 An object of the form:
326
327 { # A Company resource represents a company in the service. A company is the
328 # entity that owns job listings, that is, the hiring entity responsible for
329 # employing applicants for the job position.
Bu Sun Kim65020912020-05-20 12:08:20 -0700330 &quot;hqLocation&quot;: &quot;A String&quot;, # Optional. The street address of the company&#x27;s main headquarters, which may be
331 # different from the job location. The service attempts
332 # to geolocate the provided address, and populates a more specific
333 # location wherever possible in structured_company_hq_location.
334 &quot;companyInfoSources&quot;: [ # Optional. Identifiers external to the application that help to further identify
335 # the employer.
336 { # A resource that represents an external Google identifier for a company,
337 # for example, a Google+ business page or a Google Maps business page.
338 # For unsupported types, use `unknown_type_id`.
339 &quot;mapsCid&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s headquarters on Google Maps,
340 # namely, the Google Maps CID (cell id).
341 &quot;freebaseMid&quot;: &quot;A String&quot;, # Optional. The Google&#x27;s Knowledge Graph value for the employer&#x27;s company.
342 &quot;unknownTypeId&quot;: &quot;A String&quot;, # Optional. A Google identifier that does not match any of the other types.
343 &quot;gplusId&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s Google+ business page.
344 },
345 ],
346 &quot;keywordSearchableCustomAttributes&quot;: [ # Optional. A list of keys of filterable Job.custom_attributes, whose
347 # corresponding `string_values` are used in keyword search. Jobs with
348 # `string_values` under these specified field keys are returned if any
349 # of the values matches the search keyword. Custom field values with
350 # parenthesis, brackets and special symbols might not be properly searchable,
351 # and those keyword queries need to be surrounded by quotes.
352 &quot;A String&quot;,
353 ],
354 &quot;suspended&quot;: True or False, # Output only. Indicates whether a company is flagged to be suspended from public
355 # availability by the service when job content appears suspicious,
356 # abusive, or spammy.
357 &quot;imageUrl&quot;: &quot;A String&quot;, # Optional. A URL that hosts the employer&#x27;s company logo. If provided,
358 # the logo image should be squared at 80x80 pixels.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700359 #
Bu Sun Kim65020912020-05-20 12:08:20 -0700360 # The url must be a Google Photos or Google Album url.
361 # Only images in these Google sub-domains are accepted.
362 &quot;distributorBillingCompanyId&quot;: &quot;A String&quot;, # Optional. The unique company identifier provided by the client to identify an
363 # employer for billing purposes. Recommended practice is to use
364 # the distributor_company_id.
365 #
366 # Defaults to same value as distributor_company_id when a value
367 # is not provided.
368 &quot;careerPageLink&quot;: &quot;A String&quot;, # Optional. The URL to employer&#x27;s career site or careers page on the employer&#x27;s web
369 # site.
370 &quot;keywordSearchableCustomFields&quot;: [ # Deprecated. Use keyword_searchable_custom_attributes instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700371 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700372 # Optional.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700373 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700374 # A list of filterable custom fields that should be used in keyword
375 # search. The jobs of this company are returned if any of these custom
376 # fields matches the search keyword. Custom field values with parenthesis,
377 # brackets and special symbols might not be properly searchable, and those
378 # keyword queries need to be surrounded by quotes.
379 42,
380 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700381 &quot;disableLocationOptimization&quot;: True or False, # Deprecated. Do not use this field.
382 #
383 # Optional.
384 #
385 # This field is no longer used. Any value set to it is ignored.
386 &quot;companySize&quot;: &quot;A String&quot;, # Optional. The employer&#x27;s company size.
387 &quot;eeoText&quot;: &quot;A String&quot;, # Optional. Equal Employment Opportunity legal disclaimer text to be
388 # associated with all jobs, and typically to be displayed in all
389 # roles.
390 #
391 # The maximum number of allowed characters is 500.
392 &quot;name&quot;: &quot;A String&quot;, # Required during company update.
393 #
394 # The resource name for a company. This is generated by the service when a
395 # company is created, for example,
396 # &quot;companies/0000aaaa-1111-bbbb-2222-cccc3333dddd&quot;.
397 &quot;distributorCompanyId&quot;: &quot;A String&quot;, # Required. A client&#x27;s company identifier, used to uniquely identify the
398 # company. If an employer has a subsidiary or sub-brand, such as &quot;Alphabet&quot;
399 # and &quot;Google&quot;, which the client wishes to use as the company displayed on
400 # the job. Best practice is to create a distinct company identifier for each
401 # distinct brand displayed.
402 #
403 # The maximum number of allowed characters is 255.
404 &quot;structuredCompanyHqLocation&quot;: { # Output only. # Output only. A structured headquarters location of the company,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700405 # resolved from hq_location if possible.
406 #
407 # A resource that represents a location with full geographic
408 # information.
Bu Sun Kim65020912020-05-20 12:08:20 -0700409 &quot;postalAddress&quot;: { # Represents a postal address, e.g. for postal delivery or payments addresses. # Postal address of the location that includes human readable information,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700410 # such as postal delivery and payments addresses. Given a postal address,
411 # a postal service can deliver items to a premises, P.O. Box, or other
412 # delivery location.
413 # Given a postal address, a postal service can deliver items to a premise, P.O.
414 # Box or similar.
415 # It is not intended to model geographical locations (roads, towns,
416 # mountains).
417 #
418 # In typical usage an address would be created via user input or from importing
419 # existing data, depending on the type of process.
420 #
421 # Advice on address input / editing:
422 # - Use an i18n-ready address widget such as
Dan O'Mearadd494642020-05-01 07:42:23 -0700423 # https://github.com/google/libaddressinput)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700424 # - Users should not be presented with UI elements for input or editing of
425 # fields outside countries where that field is used.
426 #
427 # For more guidance on how to use this schema, please see:
428 # https://support.google.com/business/answer/6397478
Bu Sun Kim65020912020-05-20 12:08:20 -0700429 &quot;organization&quot;: &quot;A String&quot;, # Optional. The name of the organization at the address.
430 &quot;regionCode&quot;: &quot;A String&quot;, # Required. CLDR region code of the country/region of the address. This
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700431 # is never inferred and it is up to the user to ensure the value is
432 # correct. See http://cldr.unicode.org/ and
433 # http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
Bu Sun Kim65020912020-05-20 12:08:20 -0700434 # for details. Example: &quot;CH&quot; for Switzerland.
435 &quot;addressLines&quot;: [ # Unstructured address lines describing the lower levels of an address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700436 #
437 # Because values in address_lines do not have type information and may
438 # sometimes contain multiple values in a single field (e.g.
Bu Sun Kim65020912020-05-20 12:08:20 -0700439 # &quot;Austin, TX&quot;), it is important that the line order is clear. The order of
440 # address lines should be &quot;envelope order&quot; for the country/region of the
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700441 # address. In places where this can vary (e.g. Japan), address_language is
Bu Sun Kim65020912020-05-20 12:08:20 -0700442 # used to make it explicit (e.g. &quot;ja&quot; for large-to-small ordering and
443 # &quot;ja-Latn&quot; or &quot;en&quot; for small-to-large). This way, the most specific line of
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700444 # an address can be selected based on the language.
445 #
446 # The minimum permitted structural representation of an address consists
447 # of a region_code with all remaining information placed in the
448 # address_lines. It would be possible to format such an address very
449 # approximately without geocoding, but no semantic reasoning could be
450 # made about any of the address components until it was at least
451 # partially resolved.
452 #
453 # Creating an address only containing a region_code and address_lines, and
454 # then geocoding is the recommended way to handle completely unstructured
455 # addresses (as opposed to guessing which parts of the address should be
456 # localities or administrative areas).
Bu Sun Kim65020912020-05-20 12:08:20 -0700457 &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700458 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700459 &quot;postalCode&quot;: &quot;A String&quot;, # Optional. Postal code of the address. Not all countries use or require
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700460 # postal codes to be present, but where they are used, they may trigger
461 # additional validation with other parts of the address (e.g. state/zip
462 # validation in the U.S.A.).
Bu Sun Kim65020912020-05-20 12:08:20 -0700463 &quot;sortingCode&quot;: &quot;A String&quot;, # Optional. Additional, country-specific, sorting code. This is not used
464 # in most regions. Where it is used, the value is either a string like
465 # &quot;CEDEX&quot;, optionally followed by a number (e.g. &quot;CEDEX 7&quot;), or just a number
466 # alone, representing the &quot;sector code&quot; (Jamaica), &quot;delivery area indicator&quot;
467 # (Malawi) or &quot;post office indicator&quot; (e.g. Côte d&#x27;Ivoire).
468 &quot;languageCode&quot;: &quot;A String&quot;, # Optional. BCP-47 language code of the contents of this address (if
469 # known). This is often the UI language of the input form or is expected
470 # to match one of the languages used in the address&#x27; country/region, or their
471 # transliterated equivalents.
472 # This can affect formatting in certain countries, but is not critical
473 # to the correctness of the data and will never affect any validation or
474 # other non-formatting related operations.
475 #
476 # If this value is not known, it should be omitted (rather than specifying a
477 # possibly incorrect default).
478 #
479 # Examples: &quot;zh-Hant&quot;, &quot;ja&quot;, &quot;ja-Latn&quot;, &quot;en&quot;.
480 &quot;recipients&quot;: [ # Optional. The recipient at the address.
481 # This field may, under certain circumstances, contain multiline information.
482 # For example, it might contain &quot;care of&quot; information.
483 &quot;A String&quot;,
484 ],
485 &quot;sublocality&quot;: &quot;A String&quot;, # Optional. Sublocality of the address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700486 # For example, this can be neighborhoods, boroughs, districts.
Bu Sun Kim65020912020-05-20 12:08:20 -0700487 &quot;revision&quot;: 42, # The schema revision of the `PostalAddress`. This must be set to 0, which is
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700488 # the latest revision.
489 #
490 # All new revisions **must** be backward compatible with old revisions.
Bu Sun Kim65020912020-05-20 12:08:20 -0700491 &quot;administrativeArea&quot;: &quot;A String&quot;, # Optional. Highest administrative subdivision which is used for postal
492 # addresses of a country or region.
493 # For example, this can be a state, a province, an oblast, or a prefecture.
494 # Specifically, for Spain this is the province and not the autonomous
495 # community (e.g. &quot;Barcelona&quot; and not &quot;Catalonia&quot;).
496 # Many countries don&#x27;t use an administrative area in postal addresses. E.g.
497 # in Switzerland this should be left unpopulated.
498 &quot;locality&quot;: &quot;A String&quot;, # Optional. Generally refers to the city/town portion of the address.
499 # Examples: US city, IT comune, UK post town.
500 # In regions of the world where localities are not well defined or do not fit
501 # into this structure well, leave locality empty and use address_lines.
502 },
503 &quot;locationType&quot;: &quot;A String&quot;, # The type of a location, which corresponds to the address lines field of
504 # PostalAddress. For example, &quot;Downtown, Atlanta, GA, USA&quot; has a type of
505 # LocationType#NEIGHBORHOOD, and &quot;Kansas City, KS, USA&quot; has a type of
506 # LocationType#LOCALITY.
507 &quot;radiusMeters&quot;: 3.14, # Radius in meters of the job location. This value is derived from the
508 # location bounding box in which a circle with the specified radius
509 # centered from LatLng coves the area associated with the job location.
510 # For example, currently, &quot;Mountain View, CA, USA&quot; has a radius of
511 # 7885.79 meters.
512 &quot;latLng&quot;: { # An object representing a latitude/longitude pair. This is expressed as a pair # An object representing a latitude/longitude pair.
513 # of doubles representing degrees latitude and degrees longitude. Unless
514 # specified otherwise, this must conform to the
515 # &lt;a href=&quot;http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf&quot;&gt;WGS84
516 # standard&lt;/a&gt;. Values must be within normalized ranges.
517 &quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
518 &quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700519 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700520 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700521 &quot;hiringAgency&quot;: True or False, # Optional. Set to true if it is the hiring agency that post jobs for other
522 # employers.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700523 #
Bu Sun Kim65020912020-05-20 12:08:20 -0700524 # Defaults to false if not provided.
525 &quot;title&quot;: &quot;A String&quot;, # Deprecated. Use display_name instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700526 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700527 # Required.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700528 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700529 # The name of the employer to be displayed with the job,
Bu Sun Kim65020912020-05-20 12:08:20 -0700530 # for example, &quot;Google, LLC.&quot;.
531 &quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the employer to be displayed with the job,
532 # for example, &quot;Google, LLC.&quot;.
533 &quot;website&quot;: &quot;A String&quot;, # Optional. The URL representing the company&#x27;s primary web site or home page,
534 # such as, &quot;www.google.com&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700535 }</pre>
536</div>
537
538<div class="method">
539 <code class="details" id="delete">delete(name, x__xgafv=None)</code>
540 <pre>Deletes the specified company.
541
542Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700543 name: string, Required. The resource name of the company to be deleted,
Bu Sun Kim65020912020-05-20 12:08:20 -0700544such as, &quot;companies/0000aaaa-1111-bbbb-2222-cccc3333dddd&quot;. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700545 x__xgafv: string, V1 error format.
546 Allowed values
547 1 - v1 error format
548 2 - v2 error format
549
550Returns:
551 An object of the form:
552
553 { # A generic empty message that you can re-use to avoid defining duplicated
554 # empty messages in your APIs. A typical example is to use it as the request
555 # or the response type of an API method. For instance:
556 #
557 # service Foo {
558 # rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty);
559 # }
560 #
561 # The JSON representation for `Empty` is empty JSON object `{}`.
562 }</pre>
563</div>
564
565<div class="method">
566 <code class="details" id="get">get(name, x__xgafv=None)</code>
567 <pre>Retrieves the specified company.
568
569Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700570 name: string, Required. Resource name of the company to retrieve,
Bu Sun Kim65020912020-05-20 12:08:20 -0700571such as &quot;companies/0000aaaa-1111-bbbb-2222-cccc3333dddd&quot;. (required)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700572 x__xgafv: string, V1 error format.
573 Allowed values
574 1 - v1 error format
575 2 - v2 error format
576
577Returns:
578 An object of the form:
579
580 { # A Company resource represents a company in the service. A company is the
581 # entity that owns job listings, that is, the hiring entity responsible for
582 # employing applicants for the job position.
Bu Sun Kim65020912020-05-20 12:08:20 -0700583 &quot;hqLocation&quot;: &quot;A String&quot;, # Optional. The street address of the company&#x27;s main headquarters, which may be
584 # different from the job location. The service attempts
585 # to geolocate the provided address, and populates a more specific
586 # location wherever possible in structured_company_hq_location.
587 &quot;companyInfoSources&quot;: [ # Optional. Identifiers external to the application that help to further identify
588 # the employer.
589 { # A resource that represents an external Google identifier for a company,
590 # for example, a Google+ business page or a Google Maps business page.
591 # For unsupported types, use `unknown_type_id`.
592 &quot;mapsCid&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s headquarters on Google Maps,
593 # namely, the Google Maps CID (cell id).
594 &quot;freebaseMid&quot;: &quot;A String&quot;, # Optional. The Google&#x27;s Knowledge Graph value for the employer&#x27;s company.
595 &quot;unknownTypeId&quot;: &quot;A String&quot;, # Optional. A Google identifier that does not match any of the other types.
596 &quot;gplusId&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s Google+ business page.
597 },
598 ],
599 &quot;keywordSearchableCustomAttributes&quot;: [ # Optional. A list of keys of filterable Job.custom_attributes, whose
600 # corresponding `string_values` are used in keyword search. Jobs with
601 # `string_values` under these specified field keys are returned if any
602 # of the values matches the search keyword. Custom field values with
603 # parenthesis, brackets and special symbols might not be properly searchable,
604 # and those keyword queries need to be surrounded by quotes.
605 &quot;A String&quot;,
606 ],
607 &quot;suspended&quot;: True or False, # Output only. Indicates whether a company is flagged to be suspended from public
608 # availability by the service when job content appears suspicious,
609 # abusive, or spammy.
610 &quot;imageUrl&quot;: &quot;A String&quot;, # Optional. A URL that hosts the employer&#x27;s company logo. If provided,
611 # the logo image should be squared at 80x80 pixels.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700612 #
Bu Sun Kim65020912020-05-20 12:08:20 -0700613 # The url must be a Google Photos or Google Album url.
614 # Only images in these Google sub-domains are accepted.
615 &quot;distributorBillingCompanyId&quot;: &quot;A String&quot;, # Optional. The unique company identifier provided by the client to identify an
616 # employer for billing purposes. Recommended practice is to use
617 # the distributor_company_id.
618 #
619 # Defaults to same value as distributor_company_id when a value
620 # is not provided.
621 &quot;careerPageLink&quot;: &quot;A String&quot;, # Optional. The URL to employer&#x27;s career site or careers page on the employer&#x27;s web
622 # site.
623 &quot;keywordSearchableCustomFields&quot;: [ # Deprecated. Use keyword_searchable_custom_attributes instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700624 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700625 # Optional.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700626 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700627 # A list of filterable custom fields that should be used in keyword
628 # search. The jobs of this company are returned if any of these custom
629 # fields matches the search keyword. Custom field values with parenthesis,
630 # brackets and special symbols might not be properly searchable, and those
631 # keyword queries need to be surrounded by quotes.
632 42,
633 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700634 &quot;disableLocationOptimization&quot;: True or False, # Deprecated. Do not use this field.
635 #
636 # Optional.
637 #
638 # This field is no longer used. Any value set to it is ignored.
639 &quot;companySize&quot;: &quot;A String&quot;, # Optional. The employer&#x27;s company size.
640 &quot;eeoText&quot;: &quot;A String&quot;, # Optional. Equal Employment Opportunity legal disclaimer text to be
641 # associated with all jobs, and typically to be displayed in all
642 # roles.
643 #
644 # The maximum number of allowed characters is 500.
645 &quot;name&quot;: &quot;A String&quot;, # Required during company update.
646 #
647 # The resource name for a company. This is generated by the service when a
648 # company is created, for example,
649 # &quot;companies/0000aaaa-1111-bbbb-2222-cccc3333dddd&quot;.
650 &quot;distributorCompanyId&quot;: &quot;A String&quot;, # Required. A client&#x27;s company identifier, used to uniquely identify the
651 # company. If an employer has a subsidiary or sub-brand, such as &quot;Alphabet&quot;
652 # and &quot;Google&quot;, which the client wishes to use as the company displayed on
653 # the job. Best practice is to create a distinct company identifier for each
654 # distinct brand displayed.
655 #
656 # The maximum number of allowed characters is 255.
657 &quot;structuredCompanyHqLocation&quot;: { # Output only. # Output only. A structured headquarters location of the company,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700658 # resolved from hq_location if possible.
659 #
660 # A resource that represents a location with full geographic
661 # information.
Bu Sun Kim65020912020-05-20 12:08:20 -0700662 &quot;postalAddress&quot;: { # Represents a postal address, e.g. for postal delivery or payments addresses. # Postal address of the location that includes human readable information,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700663 # such as postal delivery and payments addresses. Given a postal address,
664 # a postal service can deliver items to a premises, P.O. Box, or other
665 # delivery location.
666 # Given a postal address, a postal service can deliver items to a premise, P.O.
667 # Box or similar.
668 # It is not intended to model geographical locations (roads, towns,
669 # mountains).
670 #
671 # In typical usage an address would be created via user input or from importing
672 # existing data, depending on the type of process.
673 #
674 # Advice on address input / editing:
675 # - Use an i18n-ready address widget such as
Dan O'Mearadd494642020-05-01 07:42:23 -0700676 # https://github.com/google/libaddressinput)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700677 # - Users should not be presented with UI elements for input or editing of
678 # fields outside countries where that field is used.
679 #
680 # For more guidance on how to use this schema, please see:
681 # https://support.google.com/business/answer/6397478
Bu Sun Kim65020912020-05-20 12:08:20 -0700682 &quot;organization&quot;: &quot;A String&quot;, # Optional. The name of the organization at the address.
683 &quot;regionCode&quot;: &quot;A String&quot;, # Required. CLDR region code of the country/region of the address. This
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700684 # is never inferred and it is up to the user to ensure the value is
685 # correct. See http://cldr.unicode.org/ and
686 # http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
Bu Sun Kim65020912020-05-20 12:08:20 -0700687 # for details. Example: &quot;CH&quot; for Switzerland.
688 &quot;addressLines&quot;: [ # Unstructured address lines describing the lower levels of an address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700689 #
690 # Because values in address_lines do not have type information and may
691 # sometimes contain multiple values in a single field (e.g.
Bu Sun Kim65020912020-05-20 12:08:20 -0700692 # &quot;Austin, TX&quot;), it is important that the line order is clear. The order of
693 # address lines should be &quot;envelope order&quot; for the country/region of the
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700694 # address. In places where this can vary (e.g. Japan), address_language is
Bu Sun Kim65020912020-05-20 12:08:20 -0700695 # used to make it explicit (e.g. &quot;ja&quot; for large-to-small ordering and
696 # &quot;ja-Latn&quot; or &quot;en&quot; for small-to-large). This way, the most specific line of
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700697 # an address can be selected based on the language.
698 #
699 # The minimum permitted structural representation of an address consists
700 # of a region_code with all remaining information placed in the
701 # address_lines. It would be possible to format such an address very
702 # approximately without geocoding, but no semantic reasoning could be
703 # made about any of the address components until it was at least
704 # partially resolved.
705 #
706 # Creating an address only containing a region_code and address_lines, and
707 # then geocoding is the recommended way to handle completely unstructured
708 # addresses (as opposed to guessing which parts of the address should be
709 # localities or administrative areas).
Bu Sun Kim65020912020-05-20 12:08:20 -0700710 &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700711 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700712 &quot;postalCode&quot;: &quot;A String&quot;, # Optional. Postal code of the address. Not all countries use or require
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700713 # postal codes to be present, but where they are used, they may trigger
714 # additional validation with other parts of the address (e.g. state/zip
715 # validation in the U.S.A.).
Bu Sun Kim65020912020-05-20 12:08:20 -0700716 &quot;sortingCode&quot;: &quot;A String&quot;, # Optional. Additional, country-specific, sorting code. This is not used
717 # in most regions. Where it is used, the value is either a string like
718 # &quot;CEDEX&quot;, optionally followed by a number (e.g. &quot;CEDEX 7&quot;), or just a number
719 # alone, representing the &quot;sector code&quot; (Jamaica), &quot;delivery area indicator&quot;
720 # (Malawi) or &quot;post office indicator&quot; (e.g. Côte d&#x27;Ivoire).
721 &quot;languageCode&quot;: &quot;A String&quot;, # Optional. BCP-47 language code of the contents of this address (if
722 # known). This is often the UI language of the input form or is expected
723 # to match one of the languages used in the address&#x27; country/region, or their
724 # transliterated equivalents.
725 # This can affect formatting in certain countries, but is not critical
726 # to the correctness of the data and will never affect any validation or
727 # other non-formatting related operations.
728 #
729 # If this value is not known, it should be omitted (rather than specifying a
730 # possibly incorrect default).
731 #
732 # Examples: &quot;zh-Hant&quot;, &quot;ja&quot;, &quot;ja-Latn&quot;, &quot;en&quot;.
733 &quot;recipients&quot;: [ # Optional. The recipient at the address.
734 # This field may, under certain circumstances, contain multiline information.
735 # For example, it might contain &quot;care of&quot; information.
736 &quot;A String&quot;,
737 ],
738 &quot;sublocality&quot;: &quot;A String&quot;, # Optional. Sublocality of the address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700739 # For example, this can be neighborhoods, boroughs, districts.
Bu Sun Kim65020912020-05-20 12:08:20 -0700740 &quot;revision&quot;: 42, # The schema revision of the `PostalAddress`. This must be set to 0, which is
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700741 # the latest revision.
742 #
743 # All new revisions **must** be backward compatible with old revisions.
Bu Sun Kim65020912020-05-20 12:08:20 -0700744 &quot;administrativeArea&quot;: &quot;A String&quot;, # Optional. Highest administrative subdivision which is used for postal
745 # addresses of a country or region.
746 # For example, this can be a state, a province, an oblast, or a prefecture.
747 # Specifically, for Spain this is the province and not the autonomous
748 # community (e.g. &quot;Barcelona&quot; and not &quot;Catalonia&quot;).
749 # Many countries don&#x27;t use an administrative area in postal addresses. E.g.
750 # in Switzerland this should be left unpopulated.
751 &quot;locality&quot;: &quot;A String&quot;, # Optional. Generally refers to the city/town portion of the address.
752 # Examples: US city, IT comune, UK post town.
753 # In regions of the world where localities are not well defined or do not fit
754 # into this structure well, leave locality empty and use address_lines.
755 },
756 &quot;locationType&quot;: &quot;A String&quot;, # The type of a location, which corresponds to the address lines field of
757 # PostalAddress. For example, &quot;Downtown, Atlanta, GA, USA&quot; has a type of
758 # LocationType#NEIGHBORHOOD, and &quot;Kansas City, KS, USA&quot; has a type of
759 # LocationType#LOCALITY.
760 &quot;radiusMeters&quot;: 3.14, # Radius in meters of the job location. This value is derived from the
761 # location bounding box in which a circle with the specified radius
762 # centered from LatLng coves the area associated with the job location.
763 # For example, currently, &quot;Mountain View, CA, USA&quot; has a radius of
764 # 7885.79 meters.
765 &quot;latLng&quot;: { # An object representing a latitude/longitude pair. This is expressed as a pair # An object representing a latitude/longitude pair.
766 # of doubles representing degrees latitude and degrees longitude. Unless
767 # specified otherwise, this must conform to the
768 # &lt;a href=&quot;http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf&quot;&gt;WGS84
769 # standard&lt;/a&gt;. Values must be within normalized ranges.
770 &quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
771 &quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700772 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700773 },
Bu Sun Kim65020912020-05-20 12:08:20 -0700774 &quot;hiringAgency&quot;: True or False, # Optional. Set to true if it is the hiring agency that post jobs for other
775 # employers.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700776 #
Bu Sun Kim65020912020-05-20 12:08:20 -0700777 # Defaults to false if not provided.
778 &quot;title&quot;: &quot;A String&quot;, # Deprecated. Use display_name instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700779 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700780 # Required.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700781 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700782 # The name of the employer to be displayed with the job,
Bu Sun Kim65020912020-05-20 12:08:20 -0700783 # for example, &quot;Google, LLC.&quot;.
784 &quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the employer to be displayed with the job,
785 # for example, &quot;Google, LLC.&quot;.
786 &quot;website&quot;: &quot;A String&quot;, # Optional. The URL representing the company&#x27;s primary web site or home page,
787 # such as, &quot;www.google.com&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700788 }</pre>
789</div>
790
791<div class="method">
Bu Sun Kim65020912020-05-20 12:08:20 -0700792 <code class="details" id="list">list(mustHaveOpenJobs=None, pageToken=None, pageSize=None, x__xgafv=None)</code>
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700793 <pre>Lists all companies associated with a Cloud Talent Solution account.
794
795Args:
Dan O'Mearadd494642020-05-01 07:42:23 -0700796 mustHaveOpenJobs: boolean, Optional. Set to true if the companies request must have open jobs.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700797
798Defaults to false.
799
800If true, at most page_size of companies are fetched, among which
801only those with open jobs are returned.
Dan O'Mearadd494642020-05-01 07:42:23 -0700802 pageToken: string, Optional. The starting indicator from which to return results.
Bu Sun Kim65020912020-05-20 12:08:20 -0700803 pageSize: integer, Optional. The maximum number of companies to be returned, at most 100.
804Default is 100 if a non-positive number is provided.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700805 x__xgafv: string, V1 error format.
806 Allowed values
807 1 - v1 error format
808 2 - v2 error format
809
810Returns:
811 An object of the form:
812
813 { # Output only.
814 #
815 # The List companies response object.
Bu Sun Kim65020912020-05-20 12:08:20 -0700816 &quot;nextPageToken&quot;: &quot;A String&quot;, # A token to retrieve the next page of results.
817 &quot;companies&quot;: [ # Companies for the current client.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700818 { # A Company resource represents a company in the service. A company is the
819 # entity that owns job listings, that is, the hiring entity responsible for
820 # employing applicants for the job position.
Bu Sun Kim65020912020-05-20 12:08:20 -0700821 &quot;hqLocation&quot;: &quot;A String&quot;, # Optional. The street address of the company&#x27;s main headquarters, which may be
822 # different from the job location. The service attempts
823 # to geolocate the provided address, and populates a more specific
824 # location wherever possible in structured_company_hq_location.
825 &quot;companyInfoSources&quot;: [ # Optional. Identifiers external to the application that help to further identify
826 # the employer.
827 { # A resource that represents an external Google identifier for a company,
828 # for example, a Google+ business page or a Google Maps business page.
829 # For unsupported types, use `unknown_type_id`.
830 &quot;mapsCid&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s headquarters on Google Maps,
831 # namely, the Google Maps CID (cell id).
832 &quot;freebaseMid&quot;: &quot;A String&quot;, # Optional. The Google&#x27;s Knowledge Graph value for the employer&#x27;s company.
833 &quot;unknownTypeId&quot;: &quot;A String&quot;, # Optional. A Google identifier that does not match any of the other types.
834 &quot;gplusId&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s Google+ business page.
835 },
836 ],
837 &quot;keywordSearchableCustomAttributes&quot;: [ # Optional. A list of keys of filterable Job.custom_attributes, whose
838 # corresponding `string_values` are used in keyword search. Jobs with
839 # `string_values` under these specified field keys are returned if any
840 # of the values matches the search keyword. Custom field values with
841 # parenthesis, brackets and special symbols might not be properly searchable,
842 # and those keyword queries need to be surrounded by quotes.
843 &quot;A String&quot;,
844 ],
845 &quot;suspended&quot;: True or False, # Output only. Indicates whether a company is flagged to be suspended from public
846 # availability by the service when job content appears suspicious,
847 # abusive, or spammy.
848 &quot;imageUrl&quot;: &quot;A String&quot;, # Optional. A URL that hosts the employer&#x27;s company logo. If provided,
849 # the logo image should be squared at 80x80 pixels.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700850 #
Bu Sun Kim65020912020-05-20 12:08:20 -0700851 # The url must be a Google Photos or Google Album url.
852 # Only images in these Google sub-domains are accepted.
853 &quot;distributorBillingCompanyId&quot;: &quot;A String&quot;, # Optional. The unique company identifier provided by the client to identify an
854 # employer for billing purposes. Recommended practice is to use
855 # the distributor_company_id.
856 #
857 # Defaults to same value as distributor_company_id when a value
858 # is not provided.
859 &quot;careerPageLink&quot;: &quot;A String&quot;, # Optional. The URL to employer&#x27;s career site or careers page on the employer&#x27;s web
860 # site.
861 &quot;keywordSearchableCustomFields&quot;: [ # Deprecated. Use keyword_searchable_custom_attributes instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700862 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700863 # Optional.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700864 #
Dan O'Mearadd494642020-05-01 07:42:23 -0700865 # A list of filterable custom fields that should be used in keyword
866 # search. The jobs of this company are returned if any of these custom
867 # fields matches the search keyword. Custom field values with parenthesis,
868 # brackets and special symbols might not be properly searchable, and those
869 # keyword queries need to be surrounded by quotes.
870 42,
871 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700872 &quot;disableLocationOptimization&quot;: True or False, # Deprecated. Do not use this field.
873 #
874 # Optional.
875 #
876 # This field is no longer used. Any value set to it is ignored.
877 &quot;companySize&quot;: &quot;A String&quot;, # Optional. The employer&#x27;s company size.
878 &quot;eeoText&quot;: &quot;A String&quot;, # Optional. Equal Employment Opportunity legal disclaimer text to be
879 # associated with all jobs, and typically to be displayed in all
880 # roles.
881 #
882 # The maximum number of allowed characters is 500.
883 &quot;name&quot;: &quot;A String&quot;, # Required during company update.
884 #
885 # The resource name for a company. This is generated by the service when a
886 # company is created, for example,
887 # &quot;companies/0000aaaa-1111-bbbb-2222-cccc3333dddd&quot;.
888 &quot;distributorCompanyId&quot;: &quot;A String&quot;, # Required. A client&#x27;s company identifier, used to uniquely identify the
889 # company. If an employer has a subsidiary or sub-brand, such as &quot;Alphabet&quot;
890 # and &quot;Google&quot;, which the client wishes to use as the company displayed on
891 # the job. Best practice is to create a distinct company identifier for each
892 # distinct brand displayed.
893 #
894 # The maximum number of allowed characters is 255.
895 &quot;structuredCompanyHqLocation&quot;: { # Output only. # Output only. A structured headquarters location of the company,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700896 # resolved from hq_location if possible.
897 #
898 # A resource that represents a location with full geographic
899 # information.
Bu Sun Kim65020912020-05-20 12:08:20 -0700900 &quot;postalAddress&quot;: { # Represents a postal address, e.g. for postal delivery or payments addresses. # Postal address of the location that includes human readable information,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700901 # such as postal delivery and payments addresses. Given a postal address,
902 # a postal service can deliver items to a premises, P.O. Box, or other
903 # delivery location.
904 # Given a postal address, a postal service can deliver items to a premise, P.O.
905 # Box or similar.
906 # It is not intended to model geographical locations (roads, towns,
907 # mountains).
908 #
909 # In typical usage an address would be created via user input or from importing
910 # existing data, depending on the type of process.
911 #
912 # Advice on address input / editing:
913 # - Use an i18n-ready address widget such as
Dan O'Mearadd494642020-05-01 07:42:23 -0700914 # https://github.com/google/libaddressinput)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700915 # - Users should not be presented with UI elements for input or editing of
916 # fields outside countries where that field is used.
917 #
918 # For more guidance on how to use this schema, please see:
919 # https://support.google.com/business/answer/6397478
Bu Sun Kim65020912020-05-20 12:08:20 -0700920 &quot;organization&quot;: &quot;A String&quot;, # Optional. The name of the organization at the address.
921 &quot;regionCode&quot;: &quot;A String&quot;, # Required. CLDR region code of the country/region of the address. This
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700922 # is never inferred and it is up to the user to ensure the value is
923 # correct. See http://cldr.unicode.org/ and
924 # http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
Bu Sun Kim65020912020-05-20 12:08:20 -0700925 # for details. Example: &quot;CH&quot; for Switzerland.
926 &quot;addressLines&quot;: [ # Unstructured address lines describing the lower levels of an address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700927 #
928 # Because values in address_lines do not have type information and may
929 # sometimes contain multiple values in a single field (e.g.
Bu Sun Kim65020912020-05-20 12:08:20 -0700930 # &quot;Austin, TX&quot;), it is important that the line order is clear. The order of
931 # address lines should be &quot;envelope order&quot; for the country/region of the
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700932 # address. In places where this can vary (e.g. Japan), address_language is
Bu Sun Kim65020912020-05-20 12:08:20 -0700933 # used to make it explicit (e.g. &quot;ja&quot; for large-to-small ordering and
934 # &quot;ja-Latn&quot; or &quot;en&quot; for small-to-large). This way, the most specific line of
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700935 # an address can be selected based on the language.
936 #
937 # The minimum permitted structural representation of an address consists
938 # of a region_code with all remaining information placed in the
939 # address_lines. It would be possible to format such an address very
940 # approximately without geocoding, but no semantic reasoning could be
941 # made about any of the address components until it was at least
942 # partially resolved.
943 #
944 # Creating an address only containing a region_code and address_lines, and
945 # then geocoding is the recommended way to handle completely unstructured
946 # addresses (as opposed to guessing which parts of the address should be
947 # localities or administrative areas).
Bu Sun Kim65020912020-05-20 12:08:20 -0700948 &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700949 ],
Bu Sun Kim65020912020-05-20 12:08:20 -0700950 &quot;postalCode&quot;: &quot;A String&quot;, # Optional. Postal code of the address. Not all countries use or require
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700951 # postal codes to be present, but where they are used, they may trigger
952 # additional validation with other parts of the address (e.g. state/zip
953 # validation in the U.S.A.).
Bu Sun Kim65020912020-05-20 12:08:20 -0700954 &quot;sortingCode&quot;: &quot;A String&quot;, # Optional. Additional, country-specific, sorting code. This is not used
955 # in most regions. Where it is used, the value is either a string like
956 # &quot;CEDEX&quot;, optionally followed by a number (e.g. &quot;CEDEX 7&quot;), or just a number
957 # alone, representing the &quot;sector code&quot; (Jamaica), &quot;delivery area indicator&quot;
958 # (Malawi) or &quot;post office indicator&quot; (e.g. Côte d&#x27;Ivoire).
959 &quot;languageCode&quot;: &quot;A String&quot;, # Optional. BCP-47 language code of the contents of this address (if
960 # known). This is often the UI language of the input form or is expected
961 # to match one of the languages used in the address&#x27; country/region, or their
962 # transliterated equivalents.
963 # This can affect formatting in certain countries, but is not critical
964 # to the correctness of the data and will never affect any validation or
965 # other non-formatting related operations.
966 #
967 # If this value is not known, it should be omitted (rather than specifying a
968 # possibly incorrect default).
969 #
970 # Examples: &quot;zh-Hant&quot;, &quot;ja&quot;, &quot;ja-Latn&quot;, &quot;en&quot;.
971 &quot;recipients&quot;: [ # Optional. The recipient at the address.
972 # This field may, under certain circumstances, contain multiline information.
973 # For example, it might contain &quot;care of&quot; information.
974 &quot;A String&quot;,
975 ],
976 &quot;sublocality&quot;: &quot;A String&quot;, # Optional. Sublocality of the address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700977 # For example, this can be neighborhoods, boroughs, districts.
Bu Sun Kim65020912020-05-20 12:08:20 -0700978 &quot;revision&quot;: 42, # The schema revision of the `PostalAddress`. This must be set to 0, which is
Bu Sun Kim715bd7f2019-06-14 16:50:42 -0700979 # the latest revision.
980 #
981 # All new revisions **must** be backward compatible with old revisions.
Bu Sun Kim65020912020-05-20 12:08:20 -0700982 &quot;administrativeArea&quot;: &quot;A String&quot;, # Optional. Highest administrative subdivision which is used for postal
983 # addresses of a country or region.
984 # For example, this can be a state, a province, an oblast, or a prefecture.
985 # Specifically, for Spain this is the province and not the autonomous
986 # community (e.g. &quot;Barcelona&quot; and not &quot;Catalonia&quot;).
987 # Many countries don&#x27;t use an administrative area in postal addresses. E.g.
988 # in Switzerland this should be left unpopulated.
989 &quot;locality&quot;: &quot;A String&quot;, # Optional. Generally refers to the city/town portion of the address.
990 # Examples: US city, IT comune, UK post town.
991 # In regions of the world where localities are not well defined or do not fit
992 # into this structure well, leave locality empty and use address_lines.
993 },
994 &quot;locationType&quot;: &quot;A String&quot;, # The type of a location, which corresponds to the address lines field of
995 # PostalAddress. For example, &quot;Downtown, Atlanta, GA, USA&quot; has a type of
996 # LocationType#NEIGHBORHOOD, and &quot;Kansas City, KS, USA&quot; has a type of
997 # LocationType#LOCALITY.
998 &quot;radiusMeters&quot;: 3.14, # Radius in meters of the job location. This value is derived from the
999 # location bounding box in which a circle with the specified radius
1000 # centered from LatLng coves the area associated with the job location.
1001 # For example, currently, &quot;Mountain View, CA, USA&quot; has a radius of
1002 # 7885.79 meters.
1003 &quot;latLng&quot;: { # An object representing a latitude/longitude pair. This is expressed as a pair # An object representing a latitude/longitude pair.
1004 # of doubles representing degrees latitude and degrees longitude. Unless
1005 # specified otherwise, this must conform to the
1006 # &lt;a href=&quot;http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf&quot;&gt;WGS84
1007 # standard&lt;/a&gt;. Values must be within normalized ranges.
1008 &quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
1009 &quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001010 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001011 },
Bu Sun Kim65020912020-05-20 12:08:20 -07001012 &quot;hiringAgency&quot;: True or False, # Optional. Set to true if it is the hiring agency that post jobs for other
1013 # employers.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001014 #
Bu Sun Kim65020912020-05-20 12:08:20 -07001015 # Defaults to false if not provided.
1016 &quot;title&quot;: &quot;A String&quot;, # Deprecated. Use display_name instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001017 #
Dan O'Mearadd494642020-05-01 07:42:23 -07001018 # Required.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001019 #
Dan O'Mearadd494642020-05-01 07:42:23 -07001020 # The name of the employer to be displayed with the job,
Bu Sun Kim65020912020-05-20 12:08:20 -07001021 # for example, &quot;Google, LLC.&quot;.
1022 &quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the employer to be displayed with the job,
1023 # for example, &quot;Google, LLC.&quot;.
1024 &quot;website&quot;: &quot;A String&quot;, # Optional. The URL representing the company&#x27;s primary web site or home page,
1025 # such as, &quot;www.google.com&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001026 },
1027 ],
Bu Sun Kim65020912020-05-20 12:08:20 -07001028 &quot;metadata&quot;: { # Output only. # Additional information for the API invocation, such as the request
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001029 # tracking id.
1030 #
1031 # Additional information returned to client, such as debugging
1032 # information.
Bu Sun Kim65020912020-05-20 12:08:20 -07001033 &quot;requestId&quot;: &quot;A String&quot;, # A unique id associated with this call.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001034 # This id is logged for tracking purposes.
Bu Sun Kim65020912020-05-20 12:08:20 -07001035 &quot;mode&quot;: &quot;A String&quot;, # For search response only. Indicates the mode of a performed search.
1036 &quot;experimentIdList&quot;: [ # Identifiers for the versions of the search algorithm used during
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001037 # this API invocation if multiple algorithms are used.
1038 # The default value is empty.
1039 # For search response only.
1040 42,
1041 ],
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001042 },
1043 }</pre>
1044</div>
1045
1046<div class="method">
1047 <code class="details" id="list_next">list_next(previous_request, previous_response)</code>
1048 <pre>Retrieves the next page of results.
1049
1050Args:
1051 previous_request: The request for the previous page. (required)
1052 previous_response: The response from the request for the previous page. (required)
1053
1054Returns:
Bu Sun Kim65020912020-05-20 12:08:20 -07001055 A request object that you can call &#x27;execute()&#x27; on to request the next
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001056 page. Returns None if there are no more items in the collection.
1057 </pre>
1058</div>
1059
1060<div class="method">
Dan O'Mearadd494642020-05-01 07:42:23 -07001061 <code class="details" id="patch">patch(name, body=None, updateCompanyFields=None, x__xgafv=None)</code>
Bu Sun Kim65020912020-05-20 12:08:20 -07001062 <pre>Updates the specified company. Company names can&#x27;t be updated. To update a
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001063company name, delete the company and all jobs associated with it, and only
1064then re-create them.
1065
1066Args:
1067 name: string, Required during company update.
1068
1069The resource name for a company. This is generated by the service when a
1070company is created, for example,
Bu Sun Kim65020912020-05-20 12:08:20 -07001071&quot;companies/0000aaaa-1111-bbbb-2222-cccc3333dddd&quot;. (required)
Dan O'Mearadd494642020-05-01 07:42:23 -07001072 body: object, The request body.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001073 The object takes the form of:
1074
1075{ # A Company resource represents a company in the service. A company is the
1076 # entity that owns job listings, that is, the hiring entity responsible for
1077 # employing applicants for the job position.
Bu Sun Kim65020912020-05-20 12:08:20 -07001078 &quot;hqLocation&quot;: &quot;A String&quot;, # Optional. The street address of the company&#x27;s main headquarters, which may be
1079 # different from the job location. The service attempts
1080 # to geolocate the provided address, and populates a more specific
1081 # location wherever possible in structured_company_hq_location.
1082 &quot;companyInfoSources&quot;: [ # Optional. Identifiers external to the application that help to further identify
1083 # the employer.
1084 { # A resource that represents an external Google identifier for a company,
1085 # for example, a Google+ business page or a Google Maps business page.
1086 # For unsupported types, use `unknown_type_id`.
1087 &quot;mapsCid&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s headquarters on Google Maps,
1088 # namely, the Google Maps CID (cell id).
1089 &quot;freebaseMid&quot;: &quot;A String&quot;, # Optional. The Google&#x27;s Knowledge Graph value for the employer&#x27;s company.
1090 &quot;unknownTypeId&quot;: &quot;A String&quot;, # Optional. A Google identifier that does not match any of the other types.
1091 &quot;gplusId&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s Google+ business page.
1092 },
1093 ],
1094 &quot;keywordSearchableCustomAttributes&quot;: [ # Optional. A list of keys of filterable Job.custom_attributes, whose
1095 # corresponding `string_values` are used in keyword search. Jobs with
1096 # `string_values` under these specified field keys are returned if any
1097 # of the values matches the search keyword. Custom field values with
1098 # parenthesis, brackets and special symbols might not be properly searchable,
1099 # and those keyword queries need to be surrounded by quotes.
1100 &quot;A String&quot;,
1101 ],
1102 &quot;suspended&quot;: True or False, # Output only. Indicates whether a company is flagged to be suspended from public
1103 # availability by the service when job content appears suspicious,
1104 # abusive, or spammy.
1105 &quot;imageUrl&quot;: &quot;A String&quot;, # Optional. A URL that hosts the employer&#x27;s company logo. If provided,
1106 # the logo image should be squared at 80x80 pixels.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001107 #
Bu Sun Kim65020912020-05-20 12:08:20 -07001108 # The url must be a Google Photos or Google Album url.
1109 # Only images in these Google sub-domains are accepted.
1110 &quot;distributorBillingCompanyId&quot;: &quot;A String&quot;, # Optional. The unique company identifier provided by the client to identify an
1111 # employer for billing purposes. Recommended practice is to use
1112 # the distributor_company_id.
1113 #
1114 # Defaults to same value as distributor_company_id when a value
1115 # is not provided.
1116 &quot;careerPageLink&quot;: &quot;A String&quot;, # Optional. The URL to employer&#x27;s career site or careers page on the employer&#x27;s web
1117 # site.
1118 &quot;keywordSearchableCustomFields&quot;: [ # Deprecated. Use keyword_searchable_custom_attributes instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001119 #
Dan O'Mearadd494642020-05-01 07:42:23 -07001120 # Optional.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001121 #
Dan O'Mearadd494642020-05-01 07:42:23 -07001122 # A list of filterable custom fields that should be used in keyword
1123 # search. The jobs of this company are returned if any of these custom
1124 # fields matches the search keyword. Custom field values with parenthesis,
1125 # brackets and special symbols might not be properly searchable, and those
1126 # keyword queries need to be surrounded by quotes.
1127 42,
1128 ],
Bu Sun Kim65020912020-05-20 12:08:20 -07001129 &quot;disableLocationOptimization&quot;: True or False, # Deprecated. Do not use this field.
1130 #
1131 # Optional.
1132 #
1133 # This field is no longer used. Any value set to it is ignored.
1134 &quot;companySize&quot;: &quot;A String&quot;, # Optional. The employer&#x27;s company size.
1135 &quot;eeoText&quot;: &quot;A String&quot;, # Optional. Equal Employment Opportunity legal disclaimer text to be
1136 # associated with all jobs, and typically to be displayed in all
1137 # roles.
1138 #
1139 # The maximum number of allowed characters is 500.
1140 &quot;name&quot;: &quot;A String&quot;, # Required during company update.
1141 #
1142 # The resource name for a company. This is generated by the service when a
1143 # company is created, for example,
1144 # &quot;companies/0000aaaa-1111-bbbb-2222-cccc3333dddd&quot;.
1145 &quot;distributorCompanyId&quot;: &quot;A String&quot;, # Required. A client&#x27;s company identifier, used to uniquely identify the
1146 # company. If an employer has a subsidiary or sub-brand, such as &quot;Alphabet&quot;
1147 # and &quot;Google&quot;, which the client wishes to use as the company displayed on
1148 # the job. Best practice is to create a distinct company identifier for each
1149 # distinct brand displayed.
1150 #
1151 # The maximum number of allowed characters is 255.
1152 &quot;structuredCompanyHqLocation&quot;: { # Output only. # Output only. A structured headquarters location of the company,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001153 # resolved from hq_location if possible.
1154 #
1155 # A resource that represents a location with full geographic
1156 # information.
Bu Sun Kim65020912020-05-20 12:08:20 -07001157 &quot;postalAddress&quot;: { # Represents a postal address, e.g. for postal delivery or payments addresses. # Postal address of the location that includes human readable information,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001158 # such as postal delivery and payments addresses. Given a postal address,
1159 # a postal service can deliver items to a premises, P.O. Box, or other
1160 # delivery location.
1161 # Given a postal address, a postal service can deliver items to a premise, P.O.
1162 # Box or similar.
1163 # It is not intended to model geographical locations (roads, towns,
1164 # mountains).
1165 #
1166 # In typical usage an address would be created via user input or from importing
1167 # existing data, depending on the type of process.
1168 #
1169 # Advice on address input / editing:
1170 # - Use an i18n-ready address widget such as
Dan O'Mearadd494642020-05-01 07:42:23 -07001171 # https://github.com/google/libaddressinput)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001172 # - Users should not be presented with UI elements for input or editing of
1173 # fields outside countries where that field is used.
1174 #
1175 # For more guidance on how to use this schema, please see:
1176 # https://support.google.com/business/answer/6397478
Bu Sun Kim65020912020-05-20 12:08:20 -07001177 &quot;organization&quot;: &quot;A String&quot;, # Optional. The name of the organization at the address.
1178 &quot;regionCode&quot;: &quot;A String&quot;, # Required. CLDR region code of the country/region of the address. This
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001179 # is never inferred and it is up to the user to ensure the value is
1180 # correct. See http://cldr.unicode.org/ and
1181 # http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
Bu Sun Kim65020912020-05-20 12:08:20 -07001182 # for details. Example: &quot;CH&quot; for Switzerland.
1183 &quot;addressLines&quot;: [ # Unstructured address lines describing the lower levels of an address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001184 #
1185 # Because values in address_lines do not have type information and may
1186 # sometimes contain multiple values in a single field (e.g.
Bu Sun Kim65020912020-05-20 12:08:20 -07001187 # &quot;Austin, TX&quot;), it is important that the line order is clear. The order of
1188 # address lines should be &quot;envelope order&quot; for the country/region of the
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001189 # address. In places where this can vary (e.g. Japan), address_language is
Bu Sun Kim65020912020-05-20 12:08:20 -07001190 # used to make it explicit (e.g. &quot;ja&quot; for large-to-small ordering and
1191 # &quot;ja-Latn&quot; or &quot;en&quot; for small-to-large). This way, the most specific line of
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001192 # an address can be selected based on the language.
1193 #
1194 # The minimum permitted structural representation of an address consists
1195 # of a region_code with all remaining information placed in the
1196 # address_lines. It would be possible to format such an address very
1197 # approximately without geocoding, but no semantic reasoning could be
1198 # made about any of the address components until it was at least
1199 # partially resolved.
1200 #
1201 # Creating an address only containing a region_code and address_lines, and
1202 # then geocoding is the recommended way to handle completely unstructured
1203 # addresses (as opposed to guessing which parts of the address should be
1204 # localities or administrative areas).
Bu Sun Kim65020912020-05-20 12:08:20 -07001205 &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001206 ],
Bu Sun Kim65020912020-05-20 12:08:20 -07001207 &quot;postalCode&quot;: &quot;A String&quot;, # Optional. Postal code of the address. Not all countries use or require
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001208 # postal codes to be present, but where they are used, they may trigger
1209 # additional validation with other parts of the address (e.g. state/zip
1210 # validation in the U.S.A.).
Bu Sun Kim65020912020-05-20 12:08:20 -07001211 &quot;sortingCode&quot;: &quot;A String&quot;, # Optional. Additional, country-specific, sorting code. This is not used
1212 # in most regions. Where it is used, the value is either a string like
1213 # &quot;CEDEX&quot;, optionally followed by a number (e.g. &quot;CEDEX 7&quot;), or just a number
1214 # alone, representing the &quot;sector code&quot; (Jamaica), &quot;delivery area indicator&quot;
1215 # (Malawi) or &quot;post office indicator&quot; (e.g. Côte d&#x27;Ivoire).
1216 &quot;languageCode&quot;: &quot;A String&quot;, # Optional. BCP-47 language code of the contents of this address (if
1217 # known). This is often the UI language of the input form or is expected
1218 # to match one of the languages used in the address&#x27; country/region, or their
1219 # transliterated equivalents.
1220 # This can affect formatting in certain countries, but is not critical
1221 # to the correctness of the data and will never affect any validation or
1222 # other non-formatting related operations.
1223 #
1224 # If this value is not known, it should be omitted (rather than specifying a
1225 # possibly incorrect default).
1226 #
1227 # Examples: &quot;zh-Hant&quot;, &quot;ja&quot;, &quot;ja-Latn&quot;, &quot;en&quot;.
1228 &quot;recipients&quot;: [ # Optional. The recipient at the address.
1229 # This field may, under certain circumstances, contain multiline information.
1230 # For example, it might contain &quot;care of&quot; information.
1231 &quot;A String&quot;,
1232 ],
1233 &quot;sublocality&quot;: &quot;A String&quot;, # Optional. Sublocality of the address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001234 # For example, this can be neighborhoods, boroughs, districts.
Bu Sun Kim65020912020-05-20 12:08:20 -07001235 &quot;revision&quot;: 42, # The schema revision of the `PostalAddress`. This must be set to 0, which is
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001236 # the latest revision.
1237 #
1238 # All new revisions **must** be backward compatible with old revisions.
Bu Sun Kim65020912020-05-20 12:08:20 -07001239 &quot;administrativeArea&quot;: &quot;A String&quot;, # Optional. Highest administrative subdivision which is used for postal
1240 # addresses of a country or region.
1241 # For example, this can be a state, a province, an oblast, or a prefecture.
1242 # Specifically, for Spain this is the province and not the autonomous
1243 # community (e.g. &quot;Barcelona&quot; and not &quot;Catalonia&quot;).
1244 # Many countries don&#x27;t use an administrative area in postal addresses. E.g.
1245 # in Switzerland this should be left unpopulated.
1246 &quot;locality&quot;: &quot;A String&quot;, # Optional. Generally refers to the city/town portion of the address.
1247 # Examples: US city, IT comune, UK post town.
1248 # In regions of the world where localities are not well defined or do not fit
1249 # into this structure well, leave locality empty and use address_lines.
1250 },
1251 &quot;locationType&quot;: &quot;A String&quot;, # The type of a location, which corresponds to the address lines field of
1252 # PostalAddress. For example, &quot;Downtown, Atlanta, GA, USA&quot; has a type of
1253 # LocationType#NEIGHBORHOOD, and &quot;Kansas City, KS, USA&quot; has a type of
1254 # LocationType#LOCALITY.
1255 &quot;radiusMeters&quot;: 3.14, # Radius in meters of the job location. This value is derived from the
1256 # location bounding box in which a circle with the specified radius
1257 # centered from LatLng coves the area associated with the job location.
1258 # For example, currently, &quot;Mountain View, CA, USA&quot; has a radius of
1259 # 7885.79 meters.
1260 &quot;latLng&quot;: { # An object representing a latitude/longitude pair. This is expressed as a pair # An object representing a latitude/longitude pair.
1261 # of doubles representing degrees latitude and degrees longitude. Unless
1262 # specified otherwise, this must conform to the
1263 # &lt;a href=&quot;http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf&quot;&gt;WGS84
1264 # standard&lt;/a&gt;. Values must be within normalized ranges.
1265 &quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
1266 &quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001267 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001268 },
Bu Sun Kim65020912020-05-20 12:08:20 -07001269 &quot;hiringAgency&quot;: True or False, # Optional. Set to true if it is the hiring agency that post jobs for other
1270 # employers.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001271 #
Bu Sun Kim65020912020-05-20 12:08:20 -07001272 # Defaults to false if not provided.
1273 &quot;title&quot;: &quot;A String&quot;, # Deprecated. Use display_name instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001274 #
Dan O'Mearadd494642020-05-01 07:42:23 -07001275 # Required.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001276 #
Dan O'Mearadd494642020-05-01 07:42:23 -07001277 # The name of the employer to be displayed with the job,
Bu Sun Kim65020912020-05-20 12:08:20 -07001278 # for example, &quot;Google, LLC.&quot;.
1279 &quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the employer to be displayed with the job,
1280 # for example, &quot;Google, LLC.&quot;.
1281 &quot;website&quot;: &quot;A String&quot;, # Optional. The URL representing the company&#x27;s primary web site or home page,
1282 # such as, &quot;www.google.com&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001283 }
1284
1285 updateCompanyFields: string, Optional but strongly recommended to be provided for the best service
1286experience.
1287
1288If update_company_fields is provided, only the specified fields in
1289company are updated. Otherwise all the fields are updated.
1290
1291A field mask to specify the company fields to update. Valid values are:
1292
1293* displayName
1294* website
1295* imageUrl
1296* companySize
1297* distributorBillingCompanyId
1298* companyInfoSources
1299* careerPageLink
1300* hiringAgency
1301* hqLocation
1302* eeoText
1303* keywordSearchableCustomAttributes
1304* title (deprecated)
1305* keywordSearchableCustomFields (deprecated)
1306 x__xgafv: string, V1 error format.
1307 Allowed values
1308 1 - v1 error format
1309 2 - v2 error format
1310
1311Returns:
1312 An object of the form:
1313
1314 { # A Company resource represents a company in the service. A company is the
1315 # entity that owns job listings, that is, the hiring entity responsible for
1316 # employing applicants for the job position.
Bu Sun Kim65020912020-05-20 12:08:20 -07001317 &quot;hqLocation&quot;: &quot;A String&quot;, # Optional. The street address of the company&#x27;s main headquarters, which may be
1318 # different from the job location. The service attempts
1319 # to geolocate the provided address, and populates a more specific
1320 # location wherever possible in structured_company_hq_location.
1321 &quot;companyInfoSources&quot;: [ # Optional. Identifiers external to the application that help to further identify
1322 # the employer.
1323 { # A resource that represents an external Google identifier for a company,
1324 # for example, a Google+ business page or a Google Maps business page.
1325 # For unsupported types, use `unknown_type_id`.
1326 &quot;mapsCid&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s headquarters on Google Maps,
1327 # namely, the Google Maps CID (cell id).
1328 &quot;freebaseMid&quot;: &quot;A String&quot;, # Optional. The Google&#x27;s Knowledge Graph value for the employer&#x27;s company.
1329 &quot;unknownTypeId&quot;: &quot;A String&quot;, # Optional. A Google identifier that does not match any of the other types.
1330 &quot;gplusId&quot;: &quot;A String&quot;, # Optional. The numeric identifier for the employer&#x27;s Google+ business page.
1331 },
1332 ],
1333 &quot;keywordSearchableCustomAttributes&quot;: [ # Optional. A list of keys of filterable Job.custom_attributes, whose
1334 # corresponding `string_values` are used in keyword search. Jobs with
1335 # `string_values` under these specified field keys are returned if any
1336 # of the values matches the search keyword. Custom field values with
1337 # parenthesis, brackets and special symbols might not be properly searchable,
1338 # and those keyword queries need to be surrounded by quotes.
1339 &quot;A String&quot;,
1340 ],
1341 &quot;suspended&quot;: True or False, # Output only. Indicates whether a company is flagged to be suspended from public
1342 # availability by the service when job content appears suspicious,
1343 # abusive, or spammy.
1344 &quot;imageUrl&quot;: &quot;A String&quot;, # Optional. A URL that hosts the employer&#x27;s company logo. If provided,
1345 # the logo image should be squared at 80x80 pixels.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001346 #
Bu Sun Kim65020912020-05-20 12:08:20 -07001347 # The url must be a Google Photos or Google Album url.
1348 # Only images in these Google sub-domains are accepted.
1349 &quot;distributorBillingCompanyId&quot;: &quot;A String&quot;, # Optional. The unique company identifier provided by the client to identify an
1350 # employer for billing purposes. Recommended practice is to use
1351 # the distributor_company_id.
1352 #
1353 # Defaults to same value as distributor_company_id when a value
1354 # is not provided.
1355 &quot;careerPageLink&quot;: &quot;A String&quot;, # Optional. The URL to employer&#x27;s career site or careers page on the employer&#x27;s web
1356 # site.
1357 &quot;keywordSearchableCustomFields&quot;: [ # Deprecated. Use keyword_searchable_custom_attributes instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001358 #
Dan O'Mearadd494642020-05-01 07:42:23 -07001359 # Optional.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001360 #
Dan O'Mearadd494642020-05-01 07:42:23 -07001361 # A list of filterable custom fields that should be used in keyword
1362 # search. The jobs of this company are returned if any of these custom
1363 # fields matches the search keyword. Custom field values with parenthesis,
1364 # brackets and special symbols might not be properly searchable, and those
1365 # keyword queries need to be surrounded by quotes.
1366 42,
1367 ],
Bu Sun Kim65020912020-05-20 12:08:20 -07001368 &quot;disableLocationOptimization&quot;: True or False, # Deprecated. Do not use this field.
1369 #
1370 # Optional.
1371 #
1372 # This field is no longer used. Any value set to it is ignored.
1373 &quot;companySize&quot;: &quot;A String&quot;, # Optional. The employer&#x27;s company size.
1374 &quot;eeoText&quot;: &quot;A String&quot;, # Optional. Equal Employment Opportunity legal disclaimer text to be
1375 # associated with all jobs, and typically to be displayed in all
1376 # roles.
1377 #
1378 # The maximum number of allowed characters is 500.
1379 &quot;name&quot;: &quot;A String&quot;, # Required during company update.
1380 #
1381 # The resource name for a company. This is generated by the service when a
1382 # company is created, for example,
1383 # &quot;companies/0000aaaa-1111-bbbb-2222-cccc3333dddd&quot;.
1384 &quot;distributorCompanyId&quot;: &quot;A String&quot;, # Required. A client&#x27;s company identifier, used to uniquely identify the
1385 # company. If an employer has a subsidiary or sub-brand, such as &quot;Alphabet&quot;
1386 # and &quot;Google&quot;, which the client wishes to use as the company displayed on
1387 # the job. Best practice is to create a distinct company identifier for each
1388 # distinct brand displayed.
1389 #
1390 # The maximum number of allowed characters is 255.
1391 &quot;structuredCompanyHqLocation&quot;: { # Output only. # Output only. A structured headquarters location of the company,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001392 # resolved from hq_location if possible.
1393 #
1394 # A resource that represents a location with full geographic
1395 # information.
Bu Sun Kim65020912020-05-20 12:08:20 -07001396 &quot;postalAddress&quot;: { # Represents a postal address, e.g. for postal delivery or payments addresses. # Postal address of the location that includes human readable information,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001397 # such as postal delivery and payments addresses. Given a postal address,
1398 # a postal service can deliver items to a premises, P.O. Box, or other
1399 # delivery location.
1400 # Given a postal address, a postal service can deliver items to a premise, P.O.
1401 # Box or similar.
1402 # It is not intended to model geographical locations (roads, towns,
1403 # mountains).
1404 #
1405 # In typical usage an address would be created via user input or from importing
1406 # existing data, depending on the type of process.
1407 #
1408 # Advice on address input / editing:
1409 # - Use an i18n-ready address widget such as
Dan O'Mearadd494642020-05-01 07:42:23 -07001410 # https://github.com/google/libaddressinput)
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001411 # - Users should not be presented with UI elements for input or editing of
1412 # fields outside countries where that field is used.
1413 #
1414 # For more guidance on how to use this schema, please see:
1415 # https://support.google.com/business/answer/6397478
Bu Sun Kim65020912020-05-20 12:08:20 -07001416 &quot;organization&quot;: &quot;A String&quot;, # Optional. The name of the organization at the address.
1417 &quot;regionCode&quot;: &quot;A String&quot;, # Required. CLDR region code of the country/region of the address. This
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001418 # is never inferred and it is up to the user to ensure the value is
1419 # correct. See http://cldr.unicode.org/ and
1420 # http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
Bu Sun Kim65020912020-05-20 12:08:20 -07001421 # for details. Example: &quot;CH&quot; for Switzerland.
1422 &quot;addressLines&quot;: [ # Unstructured address lines describing the lower levels of an address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001423 #
1424 # Because values in address_lines do not have type information and may
1425 # sometimes contain multiple values in a single field (e.g.
Bu Sun Kim65020912020-05-20 12:08:20 -07001426 # &quot;Austin, TX&quot;), it is important that the line order is clear. The order of
1427 # address lines should be &quot;envelope order&quot; for the country/region of the
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001428 # address. In places where this can vary (e.g. Japan), address_language is
Bu Sun Kim65020912020-05-20 12:08:20 -07001429 # used to make it explicit (e.g. &quot;ja&quot; for large-to-small ordering and
1430 # &quot;ja-Latn&quot; or &quot;en&quot; for small-to-large). This way, the most specific line of
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001431 # an address can be selected based on the language.
1432 #
1433 # The minimum permitted structural representation of an address consists
1434 # of a region_code with all remaining information placed in the
1435 # address_lines. It would be possible to format such an address very
1436 # approximately without geocoding, but no semantic reasoning could be
1437 # made about any of the address components until it was at least
1438 # partially resolved.
1439 #
1440 # Creating an address only containing a region_code and address_lines, and
1441 # then geocoding is the recommended way to handle completely unstructured
1442 # addresses (as opposed to guessing which parts of the address should be
1443 # localities or administrative areas).
Bu Sun Kim65020912020-05-20 12:08:20 -07001444 &quot;A String&quot;,
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001445 ],
Bu Sun Kim65020912020-05-20 12:08:20 -07001446 &quot;postalCode&quot;: &quot;A String&quot;, # Optional. Postal code of the address. Not all countries use or require
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001447 # postal codes to be present, but where they are used, they may trigger
1448 # additional validation with other parts of the address (e.g. state/zip
1449 # validation in the U.S.A.).
Bu Sun Kim65020912020-05-20 12:08:20 -07001450 &quot;sortingCode&quot;: &quot;A String&quot;, # Optional. Additional, country-specific, sorting code. This is not used
1451 # in most regions. Where it is used, the value is either a string like
1452 # &quot;CEDEX&quot;, optionally followed by a number (e.g. &quot;CEDEX 7&quot;), or just a number
1453 # alone, representing the &quot;sector code&quot; (Jamaica), &quot;delivery area indicator&quot;
1454 # (Malawi) or &quot;post office indicator&quot; (e.g. Côte d&#x27;Ivoire).
1455 &quot;languageCode&quot;: &quot;A String&quot;, # Optional. BCP-47 language code of the contents of this address (if
1456 # known). This is often the UI language of the input form or is expected
1457 # to match one of the languages used in the address&#x27; country/region, or their
1458 # transliterated equivalents.
1459 # This can affect formatting in certain countries, but is not critical
1460 # to the correctness of the data and will never affect any validation or
1461 # other non-formatting related operations.
1462 #
1463 # If this value is not known, it should be omitted (rather than specifying a
1464 # possibly incorrect default).
1465 #
1466 # Examples: &quot;zh-Hant&quot;, &quot;ja&quot;, &quot;ja-Latn&quot;, &quot;en&quot;.
1467 &quot;recipients&quot;: [ # Optional. The recipient at the address.
1468 # This field may, under certain circumstances, contain multiline information.
1469 # For example, it might contain &quot;care of&quot; information.
1470 &quot;A String&quot;,
1471 ],
1472 &quot;sublocality&quot;: &quot;A String&quot;, # Optional. Sublocality of the address.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001473 # For example, this can be neighborhoods, boroughs, districts.
Bu Sun Kim65020912020-05-20 12:08:20 -07001474 &quot;revision&quot;: 42, # The schema revision of the `PostalAddress`. This must be set to 0, which is
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001475 # the latest revision.
1476 #
1477 # All new revisions **must** be backward compatible with old revisions.
Bu Sun Kim65020912020-05-20 12:08:20 -07001478 &quot;administrativeArea&quot;: &quot;A String&quot;, # Optional. Highest administrative subdivision which is used for postal
1479 # addresses of a country or region.
1480 # For example, this can be a state, a province, an oblast, or a prefecture.
1481 # Specifically, for Spain this is the province and not the autonomous
1482 # community (e.g. &quot;Barcelona&quot; and not &quot;Catalonia&quot;).
1483 # Many countries don&#x27;t use an administrative area in postal addresses. E.g.
1484 # in Switzerland this should be left unpopulated.
1485 &quot;locality&quot;: &quot;A String&quot;, # Optional. Generally refers to the city/town portion of the address.
1486 # Examples: US city, IT comune, UK post town.
1487 # In regions of the world where localities are not well defined or do not fit
1488 # into this structure well, leave locality empty and use address_lines.
1489 },
1490 &quot;locationType&quot;: &quot;A String&quot;, # The type of a location, which corresponds to the address lines field of
1491 # PostalAddress. For example, &quot;Downtown, Atlanta, GA, USA&quot; has a type of
1492 # LocationType#NEIGHBORHOOD, and &quot;Kansas City, KS, USA&quot; has a type of
1493 # LocationType#LOCALITY.
1494 &quot;radiusMeters&quot;: 3.14, # Radius in meters of the job location. This value is derived from the
1495 # location bounding box in which a circle with the specified radius
1496 # centered from LatLng coves the area associated with the job location.
1497 # For example, currently, &quot;Mountain View, CA, USA&quot; has a radius of
1498 # 7885.79 meters.
1499 &quot;latLng&quot;: { # An object representing a latitude/longitude pair. This is expressed as a pair # An object representing a latitude/longitude pair.
1500 # of doubles representing degrees latitude and degrees longitude. Unless
1501 # specified otherwise, this must conform to the
1502 # &lt;a href=&quot;http://www.unoosa.org/pdf/icg/2012/template/WGS_84.pdf&quot;&gt;WGS84
1503 # standard&lt;/a&gt;. Values must be within normalized ranges.
1504 &quot;latitude&quot;: 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
1505 &quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001506 },
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001507 },
Bu Sun Kim65020912020-05-20 12:08:20 -07001508 &quot;hiringAgency&quot;: True or False, # Optional. Set to true if it is the hiring agency that post jobs for other
1509 # employers.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001510 #
Bu Sun Kim65020912020-05-20 12:08:20 -07001511 # Defaults to false if not provided.
1512 &quot;title&quot;: &quot;A String&quot;, # Deprecated. Use display_name instead.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001513 #
Dan O'Mearadd494642020-05-01 07:42:23 -07001514 # Required.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001515 #
Dan O'Mearadd494642020-05-01 07:42:23 -07001516 # The name of the employer to be displayed with the job,
Bu Sun Kim65020912020-05-20 12:08:20 -07001517 # for example, &quot;Google, LLC.&quot;.
1518 &quot;displayName&quot;: &quot;A String&quot;, # Required. The name of the employer to be displayed with the job,
1519 # for example, &quot;Google, LLC.&quot;.
1520 &quot;website&quot;: &quot;A String&quot;, # Optional. The URL representing the company&#x27;s primary web site or home page,
1521 # such as, &quot;www.google.com&quot;.
Bu Sun Kim715bd7f2019-06-14 16:50:42 -07001522 }</pre>
1523</div>
1524
1525</body></html>