Class: Google::Cloud::Talent::V4beta1::Company
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Company
- Defined in:
- lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb
Overview
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.
Defined Under Namespace
Classes: DerivedInfo
Instance Attribute Summary collapse
-
#career_site_uri ⇒ String
The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
-
#derived_info ⇒ Google::Cloud::Talent::V4beta1::Company::DerivedInfo
Output only.
-
#display_name ⇒ String
Required.
-
#eeo_text ⇒ String
Equal Employment Opportunity legal disclaimer text to be associated with all jobs, and typically to be displayed in all roles.
-
#external_id ⇒ String
Required.
-
#headquarters_address ⇒ String
The street address of the company's main headquarters, which may be different from the job location.
-
#hiring_agency ⇒ true, false
Set to true if it is the hiring agency that post jobs for other employers.
-
#image_uri ⇒ String
A URI that hosts the employer's company logo.
-
#keyword_searchable_job_custom_attributes ⇒ Array<String>
A list of keys of filterable Job#custom_attributes, whose corresponding
string_values
are used in keyword searches. -
#name ⇒ String
Required during company update.
-
#size ⇒ Google::Cloud::Talent::V4beta1::CompanySize
The employer's company size.
-
#suspended ⇒ true, false
Output only.
-
#website_uri ⇒ String
The URI representing the company's primary web site or home page, for example, "https://www.google.com".
Instance Attribute Details
#career_site_uri ⇒ String
Returns The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#derived_info ⇒ Google::Cloud::Talent::V4beta1::Company::DerivedInfo
Returns Output only. Derived details about the company.
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#display_name ⇒ String
Returns Required. The display name of the company, for example, "Google LLC".
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#eeo_text ⇒ String
Returns 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.
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#external_id ⇒ String
Returns Required. Client side company identifier, used to uniquely identify the company.
The maximum number of allowed characters is 255.
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#headquarters_address ⇒ String
Returns The street address of the company's main headquarters, which may be different from the job location. The service attempts to geolocate the provided address, and populates a more specific location wherever possible in DerivedInfo#headquarters_location.
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#hiring_agency ⇒ true, false
Returns Set to true if it is the hiring agency that post jobs for other employers.
Defaults to false if not provided.
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#image_uri ⇒ String
Returns A URI that hosts the employer's company logo.
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#keyword_searchable_job_custom_attributes ⇒ Array<String>
Returns A list of keys of filterable
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.
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#name ⇒ String
Returns Required during company update.
The resource name for a company. This is generated by the service when a company is created.
The format is "projects/project_id/tenants/tenant_id/companies/company_id", for example, "projects/foo/tenants/bar/companies/baz".
If tenant id is unspecified, the default tenant is used. For example, "projects/foo/companies/bar".
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#size ⇒ Google::Cloud::Talent::V4beta1::CompanySize
Returns The employer's company size.
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#suspended ⇒ true, false
Returns 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.
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |
#website_uri ⇒ String
Returns The URI representing the company's primary web site or home page, for example, "https://www.google.com".
The maximum number of allowed characters is 255.
98 99 100 101 102 103 104 105 106 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/company.rb', line 98 class Company # Derived details about the company. # @!attribute [rw] headquarters_location # @return [Google::Cloud::Talent::V4beta1::Location] # A structured headquarters location of the company, resolved from # {Google::Cloud::Talent::V4beta1::Company#headquarters_address Company#headquarters_address} # if provided. class DerivedInfo; end end |