Class: Google::Cloud::Talent::V4::Company
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4::Company
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/talent/v4/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::V4::Company::DerivedInfo
readonly
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 ⇒ ::Boolean
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>
deprecated
Deprecated.
This field is deprecated and may be removed in the next major version update.
-
#name ⇒ ::String
Required during company update.
-
#size ⇒ ::Google::Cloud::Talent::V4::CompanySize
The employer's company size.
-
#suspended ⇒ ::Boolean
readonly
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".
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#derived_info ⇒ ::Google::Cloud::Talent::V4::Company::DerivedInfo (readonly)
Returns Output only. Derived details about the company.
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#display_name ⇒ ::String
Returns Required. The display name of the company, for example, "Google LLC".
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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.
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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.
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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.
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#hiring_agency ⇒ ::Boolean
Returns Set to true if it is the hiring agency that post jobs for other employers.
Defaults to false if not provided.
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#image_uri ⇒ ::String
Returns A URI that hosts the employer's company logo.
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#keyword_searchable_job_custom_attributes ⇒ ::Array<::String>
This field is deprecated and may be removed in the next major version update.
Returns This field is deprecated. Please set the searchability of the custom attribute in the Job.custom_attributes going forward.
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.
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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".
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#size ⇒ ::Google::Cloud::Talent::V4::CompanySize
Returns The employer's company size.
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#suspended ⇒ ::Boolean (readonly)
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.
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods 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.
105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 |
# File 'proto_docs/google/cloud/talent/v4/company.rb', line 105 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Derived details about the company. # @!attribute [rw] headquarters_location # @return [::Google::Cloud::Talent::V4::Location] # A structured headquarters location of the company, resolved from # {::Google::Cloud::Talent::V4::Company#headquarters_address Company.headquarters_address} # if provided. class DerivedInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |