Interface CompanyOrBuilder (2.2.9)

public interface CompanyOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCareerSiteUri()

public abstract String getCareerSiteUri()

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;

Returns
TypeDescription
String

The careerSiteUri.

getCareerSiteUriBytes()

public abstract ByteString getCareerSiteUriBytes()

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;

Returns
TypeDescription
ByteString

The bytes for careerSiteUri.

getDerivedInfo()

public abstract Company.DerivedInfo getDerivedInfo()

Output only. Derived details about the company.

.google.cloud.talent.v4.Company.DerivedInfo derived_info = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Company.DerivedInfo

The derivedInfo.

getDerivedInfoOrBuilder()

public abstract Company.DerivedInfoOrBuilder getDerivedInfoOrBuilder()

Output only. Derived details about the company.

.google.cloud.talent.v4.Company.DerivedInfo derived_info = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Company.DerivedInfoOrBuilder

getDisplayName()

public abstract String getDisplayName()

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

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

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

string display_name = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for displayName.

getEeoText()

public abstract String getEeoText()

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;

Returns
TypeDescription
String

The eeoText.

getEeoTextBytes()

public abstract ByteString getEeoTextBytes()

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;

Returns
TypeDescription
ByteString

The bytes for eeoText.

getExternalId()

public abstract 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 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The externalId.

getExternalIdBytes()

public abstract 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 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for externalId.

getHeadquartersAddress()

public abstract String getHeadquartersAddress()

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.

string headquarters_address = 5;

Returns
TypeDescription
String

The headquartersAddress.

getHeadquartersAddressBytes()

public abstract ByteString getHeadquartersAddressBytes()

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.

string headquarters_address = 5;

Returns
TypeDescription
ByteString

The bytes for headquartersAddress.

getHiringAgency()

public abstract boolean getHiringAgency()

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;

Returns
TypeDescription
boolean

The hiringAgency.

getImageUri()

public abstract String getImageUri()

A URI that hosts the employer's company logo.

string image_uri = 10;

Returns
TypeDescription
String

The imageUri.

getImageUriBytes()

public abstract ByteString getImageUriBytes()

A URI that hosts the employer's company logo.

string image_uri = 10;

Returns
TypeDescription
ByteString

The bytes for imageUri.

getKeywordSearchableJobCustomAttributes(int index)

public abstract String getKeywordSearchableJobCustomAttributes(int index)

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.

repeated string keyword_searchable_job_custom_attributes = 11;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The keywordSearchableJobCustomAttributes at the given index.

getKeywordSearchableJobCustomAttributesBytes(int index)

public abstract ByteString getKeywordSearchableJobCustomAttributesBytes(int index)

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.

repeated string keyword_searchable_job_custom_attributes = 11;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the keywordSearchableJobCustomAttributes at the given index.

getKeywordSearchableJobCustomAttributesCount()

public abstract int getKeywordSearchableJobCustomAttributesCount()

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.

repeated string keyword_searchable_job_custom_attributes = 11;

Returns
TypeDescription
int

The count of keywordSearchableJobCustomAttributes.

getKeywordSearchableJobCustomAttributesList()

public abstract List<String> getKeywordSearchableJobCustomAttributesList()

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.

repeated string keyword_searchable_job_custom_attributes = 11;

Returns
TypeDescription
List<String>

A list containing the keywordSearchableJobCustomAttributes.

getName()

public abstract String 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/foo/tenants/bar/companies/baz".

string name = 1;

Returns
TypeDescription
String

The name.

getNameBytes()

public abstract 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/foo/tenants/bar/companies/baz".

string name = 1;

Returns
TypeDescription
ByteString

The bytes for name.

getSize()

public abstract CompanySize getSize()

The employer's company size.

.google.cloud.talent.v4.CompanySize size = 4;

Returns
TypeDescription
CompanySize

The size.

getSizeValue()

public abstract int getSizeValue()

The employer's company size.

.google.cloud.talent.v4.CompanySize size = 4;

Returns
TypeDescription
int

The enum numeric value on the wire for size.

getSuspended()

public abstract 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 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

The suspended.

getWebsiteUri()

public abstract String getWebsiteUri()

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;

Returns
TypeDescription
String

The websiteUri.

getWebsiteUriBytes()

public abstract ByteString getWebsiteUriBytes()

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;

Returns
TypeDescription
ByteString

The bytes for websiteUri.

hasDerivedInfo()

public abstract boolean hasDerivedInfo()

Output only. Derived details about the company.

.google.cloud.talent.v4.Company.DerivedInfo derived_info = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the derivedInfo field is set.