public interface CompanyOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getCareerSiteUri()
Optional.
|
com.google.protobuf.ByteString |
getCareerSiteUriBytes()
Optional.
|
Company.DerivedInfo |
getDerivedInfo()
Output only.
|
Company.DerivedInfoOrBuilder |
getDerivedInfoOrBuilder()
Output only.
|
String |
getDisplayName()
Required.
|
com.google.protobuf.ByteString |
getDisplayNameBytes()
Required.
|
String |
getEeoText()
Optional.
|
com.google.protobuf.ByteString |
getEeoTextBytes()
Optional.
|
String |
getExternalId()
Required.
|
com.google.protobuf.ByteString |
getExternalIdBytes()
Required.
|
String |
getHeadquartersAddress()
Optional.
|
com.google.protobuf.ByteString |
getHeadquartersAddressBytes()
Optional.
|
boolean |
getHiringAgency()
Optional.
|
String |
getImageUri()
Optional.
|
com.google.protobuf.ByteString |
getImageUriBytes()
Optional.
|
String |
getKeywordSearchableJobCustomAttributes(int index)
Optional.
|
com.google.protobuf.ByteString |
getKeywordSearchableJobCustomAttributesBytes(int index)
Optional.
|
int |
getKeywordSearchableJobCustomAttributesCount()
Optional.
|
List<String> |
getKeywordSearchableJobCustomAttributesList()
Optional.
|
String |
getName()
Required during company update.
|
com.google.protobuf.ByteString |
getNameBytes()
Required during company update.
|
CompanySize |
getSize()
Optional.
|
int |
getSizeValue()
Optional.
|
boolean |
getSuspended()
Output only.
|
String |
getWebsiteUri()
Optional.
|
com.google.protobuf.ByteString |
getWebsiteUriBytes()
Optional.
|
boolean |
hasDerivedInfo()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
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/api-test-project/tenants/foo/companies/bar".
Tenant id is optional and the default tenant is used if unspecified, for
example, "projects/api-test-project/companies/bar".
string name = 1;com.google.protobuf.ByteString getNameBytes()
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/api-test-project/tenants/foo/companies/bar".
Tenant id is optional and the default tenant is used if unspecified, for
example, "projects/api-test-project/companies/bar".
string name = 1;String getDisplayName()
Required. The display name of the company, for example, "Google, LLC".
string display_name = 2;com.google.protobuf.ByteString getDisplayNameBytes()
Required. The display name of the company, for example, "Google, LLC".
string display_name = 2;String getExternalId()
Required. Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
string external_id = 3;com.google.protobuf.ByteString getExternalIdBytes()
Required. Client side company identifier, used to uniquely identify the company. The maximum number of allowed characters is 255.
string external_id = 3;int getSizeValue()
Optional. The employer's company size.
.google.cloud.talent.v4beta1.CompanySize size = 4;CompanySize getSize()
Optional. The employer's company size.
.google.cloud.talent.v4beta1.CompanySize size = 4;String getHeadquartersAddress()
Optional. 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][google.cloud.talent.v4beta1.Company.DerivedInfo.headquarters_location].
string headquarters_address = 5;com.google.protobuf.ByteString getHeadquartersAddressBytes()
Optional. 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][google.cloud.talent.v4beta1.Company.DerivedInfo.headquarters_location].
string headquarters_address = 5;boolean getHiringAgency()
Optional. Set to true if it is the hiring agency that post jobs for other employers. Defaults to false if not provided.
bool hiring_agency = 6;String getEeoText()
Optional. 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.
string eeo_text = 7;com.google.protobuf.ByteString getEeoTextBytes()
Optional. 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.
string eeo_text = 7;String getWebsiteUri()
Optional. 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.
string website_uri = 8;com.google.protobuf.ByteString getWebsiteUriBytes()
Optional. 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.
string website_uri = 8;String getCareerSiteUri()
Optional. The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
string career_site_uri = 9;com.google.protobuf.ByteString getCareerSiteUriBytes()
Optional. The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".
string career_site_uri = 9;String getImageUri()
Optional. A URI that hosts the employer's company logo.
string image_uri = 10;com.google.protobuf.ByteString getImageUriBytes()
Optional. A URI that hosts the employer's company logo.
string image_uri = 10;List<String> getKeywordSearchableJobCustomAttributesList()
Optional. A list of keys of filterable [Job.custom_attributes][google.cloud.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.
repeated string keyword_searchable_job_custom_attributes = 11;int getKeywordSearchableJobCustomAttributesCount()
Optional. A list of keys of filterable [Job.custom_attributes][google.cloud.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.
repeated string keyword_searchable_job_custom_attributes = 11;String getKeywordSearchableJobCustomAttributes(int index)
Optional. A list of keys of filterable [Job.custom_attributes][google.cloud.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.
repeated string keyword_searchable_job_custom_attributes = 11;com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesBytes(int index)
Optional. A list of keys of filterable [Job.custom_attributes][google.cloud.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.
repeated string keyword_searchable_job_custom_attributes = 11;boolean hasDerivedInfo()
Output only. Derived details about the company.
.google.cloud.talent.v4beta1.Company.DerivedInfo derived_info = 12;Company.DerivedInfo getDerivedInfo()
Output only. Derived details about the company.
.google.cloud.talent.v4beta1.Company.DerivedInfo derived_info = 12;Company.DerivedInfoOrBuilder getDerivedInfoOrBuilder()
Output only. Derived details about the company.
.google.cloud.talent.v4beta1.Company.DerivedInfo derived_info = 12;boolean getSuspended()
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.
bool suspended = 13;Copyright © 2019 Google LLC. All rights reserved.