Class: Google::Cloud::Talent::V4beta1::Company

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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

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".

Returns:

  • (::String)

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



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#derived_info::Google::Cloud::Talent::V4beta1::Company::DerivedInfo (readonly)

Returns Output only. Derived details about the company.

Returns:



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    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".

Returns:

  • (::String)

    Required. The display name of the company, for example, "Google LLC".



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    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.

Returns:

  • (::String)

    Equal Employment Opportunity legal disclaimer text to be associated with all jobs, and typically to be displayed in all roles.

    The maximum number of allowed characters is 500.



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    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.

Returns:

  • (::String)

    Required. Client side company identifier, used to uniquely identify the company.

    The maximum number of allowed characters is 255.



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    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.

Returns:

  • (::String)

    The street address of the company's main headquarters, which may be different from the job location. The service attempts to geolocate the provided address, and populates a more specific location wherever possible in DerivedInfo.headquarters_location.



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    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.

Returns:

  • (::Boolean)

    Set to true if it is the hiring agency that post jobs for other employers.

    Defaults to false if not provided.



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#image_uri::String

Returns A URI that hosts the employer's company logo.

Returns:

  • (::String)

    A URI that hosts the employer's company logo.



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#keyword_searchable_job_custom_attributes::Array<::String>

Deprecated.

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.

Returns:

  • (::Array<::String>)

    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.



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    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".

If tenant id is unspecified, the default tenant is used. For example, "projects/foo/companies/bar".

Returns:

  • (::String)

    Required during company update.

    The resource name for a company. This is generated by the service when a company is created.

    The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}", for example, "projects/foo/tenants/bar/companies/baz".

    If tenant id is unspecified, the default tenant is used. For example, "projects/foo/companies/bar".



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#size::Google::Cloud::Talent::V4beta1::CompanySize

Returns The employer's company size.

Returns:



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    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.

Returns:

  • (::Boolean)

    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.



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    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.

Returns:

  • (::String)

    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.



108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
# File 'proto_docs/google/cloud/talent/v4beta1/company.rb', line 108

class Company
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # 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
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end