Package com.google.cloud.talent.v4
Interface CompanyOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Company
,Company.Builder
public interface CompanyOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getCareerSiteUri()
The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".com.google.protobuf.ByteString
getCareerSiteUriBytes()
The URI to employer's career site or careers page on the employer's web site, for example, "https://careers.google.com".Company.DerivedInfo
getDerivedInfo()
Output only.Company.DerivedInfoOrBuilder
getDerivedInfoOrBuilder()
Output only.String
getDisplayName()
Required.com.google.protobuf.ByteString
getDisplayNameBytes()
Required.String
getEeoText()
Equal Employment Opportunity legal disclaimer text to be associated with all jobs, and typically to be displayed in all roles.com.google.protobuf.ByteString
getEeoTextBytes()
Equal Employment Opportunity legal disclaimer text to be associated with all jobs, and typically to be displayed in all roles.String
getExternalId()
Required.com.google.protobuf.ByteString
getExternalIdBytes()
Required.String
getHeadquartersAddress()
The street address of the company's main headquarters, which may be different from the job location.com.google.protobuf.ByteString
getHeadquartersAddressBytes()
The street address of the company's main headquarters, which may be different from the job location.boolean
getHiringAgency()
Set to true if it is the hiring agency that post jobs for other employers.String
getImageUri()
A URI that hosts the employer's company logo.com.google.protobuf.ByteString
getImageUriBytes()
A URI that hosts the employer's company logo.String
getKeywordSearchableJobCustomAttributes(int index)
Deprecated.google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is deprecated.com.google.protobuf.ByteString
getKeywordSearchableJobCustomAttributesBytes(int index)
Deprecated.google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is deprecated.int
getKeywordSearchableJobCustomAttributesCount()
Deprecated.google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is deprecated.List<String>
getKeywordSearchableJobCustomAttributesList()
Deprecated.google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is deprecated.String
getName()
Required during company update.com.google.protobuf.ByteString
getNameBytes()
Required during company update.CompanySize
getSize()
The employer's company size.int
getSizeValue()
The employer's company size.boolean
getSuspended()
Output only.String
getWebsiteUri()
The URI representing the company's primary web site or home page, for example, "https://www.google.com".com.google.protobuf.ByteString
getWebsiteUriBytes()
The URI representing the company's primary web site or home page, for example, "https://www.google.com".boolean
hasDerivedInfo()
Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getName
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:
- The name.
-
getNameBytes
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/foo/tenants/bar/companies/baz".
string name = 1;
- Returns:
- The bytes for name.
-
getDisplayName
String getDisplayName()
Required. The display name of the company, for example, "Google LLC".
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The displayName.
-
getDisplayNameBytes
com.google.protobuf.ByteString getDisplayNameBytes()
Required. The display name of the company, for example, "Google LLC".
string display_name = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for displayName.
-
getExternalId
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:
- The externalId.
-
getExternalIdBytes
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 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for externalId.
-
getSizeValue
int getSizeValue()
The employer's company size.
.google.cloud.talent.v4.CompanySize size = 4;
- Returns:
- The enum numeric value on the wire for size.
-
getSize
CompanySize getSize()
The employer's company size.
.google.cloud.talent.v4.CompanySize size = 4;
- Returns:
- The size.
-
getHeadquartersAddress
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][google.cloud.talent.v4.Company.DerivedInfo.headquarters_location].
string headquarters_address = 5;
- Returns:
- The headquartersAddress.
-
getHeadquartersAddressBytes
com.google.protobuf.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][google.cloud.talent.v4.Company.DerivedInfo.headquarters_location].
string headquarters_address = 5;
- Returns:
- The bytes for headquartersAddress.
-
getHiringAgency
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:
- The hiringAgency.
-
getEeoText
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:
- The eeoText.
-
getEeoTextBytes
com.google.protobuf.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:
- The bytes for eeoText.
-
getWebsiteUri
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:
- The websiteUri.
-
getWebsiteUriBytes
com.google.protobuf.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:
- The bytes for websiteUri.
-
getCareerSiteUri
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:
- The careerSiteUri.
-
getCareerSiteUriBytes
com.google.protobuf.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:
- The bytes for careerSiteUri.
-
getImageUri
String getImageUri()
A URI that hosts the employer's company logo.
string image_uri = 10;
- Returns:
- The imageUri.
-
getImageUriBytes
com.google.protobuf.ByteString getImageUriBytes()
A URI that hosts the employer's company logo.
string image_uri = 10;
- Returns:
- The bytes for imageUri.
-
getKeywordSearchableJobCustomAttributesList
@Deprecated List<String> getKeywordSearchableJobCustomAttributesList()
Deprecated.google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is deprecated. See google/cloud/talent/v4/company.proto;l=112This field is deprecated. Please set the searchability of the custom attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.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 [deprecated = true];
- Returns:
- A list containing the keywordSearchableJobCustomAttributes.
-
getKeywordSearchableJobCustomAttributesCount
@Deprecated int getKeywordSearchableJobCustomAttributesCount()
Deprecated.google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is deprecated. See google/cloud/talent/v4/company.proto;l=112This field is deprecated. Please set the searchability of the custom attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.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 [deprecated = true];
- Returns:
- The count of keywordSearchableJobCustomAttributes.
-
getKeywordSearchableJobCustomAttributes
@Deprecated String getKeywordSearchableJobCustomAttributes(int index)
Deprecated.google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is deprecated. See google/cloud/talent/v4/company.proto;l=112This field is deprecated. Please set the searchability of the custom attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.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 [deprecated = true];
- Parameters:
index
- The index of the element to return.- Returns:
- The keywordSearchableJobCustomAttributes at the given index.
-
getKeywordSearchableJobCustomAttributesBytes
@Deprecated com.google.protobuf.ByteString getKeywordSearchableJobCustomAttributesBytes(int index)
Deprecated.google.cloud.talent.v4.Company.keyword_searchable_job_custom_attributes is deprecated. See google/cloud/talent/v4/company.proto;l=112This field is deprecated. Please set the searchability of the custom attribute in the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] going forward. A list of keys of filterable [Job.custom_attributes][google.cloud.talent.v4.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 [deprecated = true];
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the keywordSearchableJobCustomAttributes at the given index.
-
hasDerivedInfo
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:
- Whether the derivedInfo field is set.
-
getDerivedInfo
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:
- The derivedInfo.
-
getDerivedInfoOrBuilder
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];
-
getSuspended
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:
- The suspended.
-
-