Class Company (0.6.2)

A Company resource represents a company in the service. A company is the entity that owns job postings, that is, the hiring entity responsible for employing applicants for the job position. .. attribute:: name

Required during company update. The resource name for a company. This is generated by the service when a company is created. The format is "projects/{project_id}/tenants/{tenan t_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz". If tenant id is unspecified, the default tenant is used. For example, "projects/foo/companies/bar".

Required. Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.

The street address of the company's main headquarters, which may be different from the job location. The service attempts to geolocate the provided address, and populates a more specific location wherever possible in [DerivedInfo.headquarte rs_location][google.cloud.talent.v4beta1.Company.DerivedInfo. headquarters_location].

Equal Employment Opportunity legal disclaimer text to be associated with all jobs, and typically to be displayed in all roles. The maximum number of allowed characters is 500.

The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".

A list of keys of filterable [Job.custom_attributes][google.c loud.talent.v4beta1.Job.custom_attributes], whose corresponding string_values are used in keyword searches. Jobs with string_values under these specified field keys are returned if any of the values match the search keyword. Custom field values with parenthesis, brackets and special symbols are not searchable as-is, and those keyword queries must be surrounded by quotes.

Output only. Indicates whether a company is flagged to be suspended from public availability by the service when job content appears suspicious, abusive, or spammy.

Inheritance

builtins.object > google.protobuf.pyext._message.CMessage > builtins.object > google.protobuf.message.Message > Company

Classes

DerivedInfo

Derived details about the company. .. attribute:: headquarters_location

A structured headquarters location of the company, resolved from [Company.headquarters_address][google.cloud.talent.v4bet a1.Company.headquarters_address] if provided.