Package com.google.cloud.talent.v4
Interface JobQueryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
JobQuery
,JobQuery.Builder
public interface JobQueryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommuteFilter
getCommuteFilter()
Allows filtering jobs by commute time with different travel methods (for example, driving or public transit).CommuteFilterOrBuilder
getCommuteFilterOrBuilder()
Allows filtering jobs by commute time with different travel methods (for example, driving or public transit).String
getCompanies(int index)
This filter specifies the company entities to search against.com.google.protobuf.ByteString
getCompaniesBytes(int index)
This filter specifies the company entities to search against.int
getCompaniesCount()
This filter specifies the company entities to search against.List<String>
getCompaniesList()
This filter specifies the company entities to search against.String
getCompanyDisplayNames(int index)
This filter specifies the company [Company.display_name][google.cloud.talent.v4.Company.display_name] of the jobs to search against.com.google.protobuf.ByteString
getCompanyDisplayNamesBytes(int index)
This filter specifies the company [Company.display_name][google.cloud.talent.v4.Company.display_name] of the jobs to search against.int
getCompanyDisplayNamesCount()
This filter specifies the company [Company.display_name][google.cloud.talent.v4.Company.display_name] of the jobs to search against.List<String>
getCompanyDisplayNamesList()
This filter specifies the company [Company.display_name][google.cloud.talent.v4.Company.display_name] of the jobs to search against.CompensationFilter
getCompensationFilter()
This search filter is applied only to [Job.compensation_info][google.cloud.talent.v4.Job.compensation_info].CompensationFilterOrBuilder
getCompensationFilterOrBuilder()
This search filter is applied only to [Job.compensation_info][google.cloud.talent.v4.Job.compensation_info].String
getCustomAttributeFilter()
This filter specifies a structured syntax to match against the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] marked as `filterable`.com.google.protobuf.ByteString
getCustomAttributeFilterBytes()
This filter specifies a structured syntax to match against the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] marked as `filterable`.boolean
getDisableSpellCheck()
This flag controls the spell-check feature.EmploymentType
getEmploymentTypes(int index)
The employment type filter specifies the employment type of jobs to search against, such as [EmploymentType.FULL_TIME][google.cloud.talent.v4.EmploymentType.FULL_TIME].int
getEmploymentTypesCount()
The employment type filter specifies the employment type of jobs to search against, such as [EmploymentType.FULL_TIME][google.cloud.talent.v4.EmploymentType.FULL_TIME].List<EmploymentType>
getEmploymentTypesList()
The employment type filter specifies the employment type of jobs to search against, such as [EmploymentType.FULL_TIME][google.cloud.talent.v4.EmploymentType.FULL_TIME].int
getEmploymentTypesValue(int index)
The employment type filter specifies the employment type of jobs to search against, such as [EmploymentType.FULL_TIME][google.cloud.talent.v4.EmploymentType.FULL_TIME].List<Integer>
getEmploymentTypesValueList()
The employment type filter specifies the employment type of jobs to search against, such as [EmploymentType.FULL_TIME][google.cloud.talent.v4.EmploymentType.FULL_TIME].String
getExcludedJobs(int index)
This filter specifies a list of job names to be excluded during search.com.google.protobuf.ByteString
getExcludedJobsBytes(int index)
This filter specifies a list of job names to be excluded during search.int
getExcludedJobsCount()
This filter specifies a list of job names to be excluded during search.List<String>
getExcludedJobsList()
This filter specifies a list of job names to be excluded during search.JobCategory
getJobCategories(int index)
The category filter specifies the categories of jobs to search against.int
getJobCategoriesCount()
The category filter specifies the categories of jobs to search against.List<JobCategory>
getJobCategoriesList()
The category filter specifies the categories of jobs to search against.int
getJobCategoriesValue(int index)
The category filter specifies the categories of jobs to search against.List<Integer>
getJobCategoriesValueList()
The category filter specifies the categories of jobs to search against.String
getLanguageCodes(int index)
This filter specifies the locale of jobs to search against, for example, "en-US".com.google.protobuf.ByteString
getLanguageCodesBytes(int index)
This filter specifies the locale of jobs to search against, for example, "en-US".int
getLanguageCodesCount()
This filter specifies the locale of jobs to search against, for example, "en-US".List<String>
getLanguageCodesList()
This filter specifies the locale of jobs to search against, for example, "en-US".LocationFilter
getLocationFilters(int index)
The location filter specifies geo-regions containing the jobs to search against.int
getLocationFiltersCount()
The location filter specifies geo-regions containing the jobs to search against.List<LocationFilter>
getLocationFiltersList()
The location filter specifies geo-regions containing the jobs to search against.LocationFilterOrBuilder
getLocationFiltersOrBuilder(int index)
The location filter specifies geo-regions containing the jobs to search against.List<? extends LocationFilterOrBuilder>
getLocationFiltersOrBuilderList()
The location filter specifies geo-regions containing the jobs to search against.TimestampRange
getPublishTimeRange()
Jobs published within a range specified by this filter are searched against.TimestampRangeOrBuilder
getPublishTimeRangeOrBuilder()
Jobs published within a range specified by this filter are searched against.String
getQuery()
The query string that matches against the job title, description, and location fields.com.google.protobuf.ByteString
getQueryBytes()
The query string that matches against the job title, description, and location fields.String
getQueryLanguageCode()
The language code of [query][google.cloud.talent.v4.JobQuery.query].com.google.protobuf.ByteString
getQueryLanguageCodeBytes()
The language code of [query][google.cloud.talent.v4.JobQuery.query].boolean
hasCommuteFilter()
Allows filtering jobs by commute time with different travel methods (for example, driving or public transit).boolean
hasCompensationFilter()
This search filter is applied only to [Job.compensation_info][google.cloud.talent.v4.Job.compensation_info].boolean
hasPublishTimeRange()
Jobs published within a range specified by this filter are searched against.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getQuery
String getQuery()
The query string that matches against the job title, description, and location fields. The maximum number of allowed characters is 255.
string query = 1;
- Returns:
- The query.
-
getQueryBytes
com.google.protobuf.ByteString getQueryBytes()
The query string that matches against the job title, description, and location fields. The maximum number of allowed characters is 255.
string query = 1;
- Returns:
- The bytes for query.
-
getQueryLanguageCode
String getQueryLanguageCode()
The language code of [query][google.cloud.talent.v4.JobQuery.query]. For example, "en-US". This field helps to better interpret the query. If a value isn't specified, the query language code is automatically detected, which may not be accurate. Language code should be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47).
string query_language_code = 14;
- Returns:
- The queryLanguageCode.
-
getQueryLanguageCodeBytes
com.google.protobuf.ByteString getQueryLanguageCodeBytes()
The language code of [query][google.cloud.talent.v4.JobQuery.query]. For example, "en-US". This field helps to better interpret the query. If a value isn't specified, the query language code is automatically detected, which may not be accurate. Language code should be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47).
string query_language_code = 14;
- Returns:
- The bytes for queryLanguageCode.
-
getCompaniesList
List<String> getCompaniesList()
This filter specifies the company entities to search against. If a value isn't specified, jobs are searched for against all companies. If multiple values are specified, jobs are searched against the companies specified. The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For example, "projects/foo/tenants/bar/companies/baz". At most 20 company filters are allowed.
repeated string companies = 2;
- Returns:
- A list containing the companies.
-
getCompaniesCount
int getCompaniesCount()
This filter specifies the company entities to search against. If a value isn't specified, jobs are searched for against all companies. If multiple values are specified, jobs are searched against the companies specified. The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For example, "projects/foo/tenants/bar/companies/baz". At most 20 company filters are allowed.
repeated string companies = 2;
- Returns:
- The count of companies.
-
getCompanies
String getCompanies(int index)
This filter specifies the company entities to search against. If a value isn't specified, jobs are searched for against all companies. If multiple values are specified, jobs are searched against the companies specified. The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For example, "projects/foo/tenants/bar/companies/baz". At most 20 company filters are allowed.
repeated string companies = 2;
- Parameters:
index
- The index of the element to return.- Returns:
- The companies at the given index.
-
getCompaniesBytes
com.google.protobuf.ByteString getCompaniesBytes(int index)
This filter specifies the company entities to search against. If a value isn't specified, jobs are searched for against all companies. If multiple values are specified, jobs are searched against the companies specified. The format is "projects/{project_id}/tenants/{tenant_id}/companies/{company_id}". For example, "projects/foo/tenants/bar/companies/baz". At most 20 company filters are allowed.
repeated string companies = 2;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the companies at the given index.
-
getLocationFiltersList
List<LocationFilter> getLocationFiltersList()
The location filter specifies geo-regions containing the jobs to search against. See [LocationFilter][google.cloud.talent.v4.LocationFilter] for more information. If a location value isn't specified, jobs fitting the other search criteria are retrieved regardless of where they're located. If multiple values are specified, jobs are retrieved from any of the specified locations. If different values are specified for the [LocationFilter.distance_in_miles][google.cloud.talent.v4.LocationFilter.distance_in_miles] parameter, the maximum provided distance is used for all locations. At most 5 location filters are allowed.
repeated .google.cloud.talent.v4.LocationFilter location_filters = 3;
-
getLocationFilters
LocationFilter getLocationFilters(int index)
The location filter specifies geo-regions containing the jobs to search against. See [LocationFilter][google.cloud.talent.v4.LocationFilter] for more information. If a location value isn't specified, jobs fitting the other search criteria are retrieved regardless of where they're located. If multiple values are specified, jobs are retrieved from any of the specified locations. If different values are specified for the [LocationFilter.distance_in_miles][google.cloud.talent.v4.LocationFilter.distance_in_miles] parameter, the maximum provided distance is used for all locations. At most 5 location filters are allowed.
repeated .google.cloud.talent.v4.LocationFilter location_filters = 3;
-
getLocationFiltersCount
int getLocationFiltersCount()
The location filter specifies geo-regions containing the jobs to search against. See [LocationFilter][google.cloud.talent.v4.LocationFilter] for more information. If a location value isn't specified, jobs fitting the other search criteria are retrieved regardless of where they're located. If multiple values are specified, jobs are retrieved from any of the specified locations. If different values are specified for the [LocationFilter.distance_in_miles][google.cloud.talent.v4.LocationFilter.distance_in_miles] parameter, the maximum provided distance is used for all locations. At most 5 location filters are allowed.
repeated .google.cloud.talent.v4.LocationFilter location_filters = 3;
-
getLocationFiltersOrBuilderList
List<? extends LocationFilterOrBuilder> getLocationFiltersOrBuilderList()
The location filter specifies geo-regions containing the jobs to search against. See [LocationFilter][google.cloud.talent.v4.LocationFilter] for more information. If a location value isn't specified, jobs fitting the other search criteria are retrieved regardless of where they're located. If multiple values are specified, jobs are retrieved from any of the specified locations. If different values are specified for the [LocationFilter.distance_in_miles][google.cloud.talent.v4.LocationFilter.distance_in_miles] parameter, the maximum provided distance is used for all locations. At most 5 location filters are allowed.
repeated .google.cloud.talent.v4.LocationFilter location_filters = 3;
-
getLocationFiltersOrBuilder
LocationFilterOrBuilder getLocationFiltersOrBuilder(int index)
The location filter specifies geo-regions containing the jobs to search against. See [LocationFilter][google.cloud.talent.v4.LocationFilter] for more information. If a location value isn't specified, jobs fitting the other search criteria are retrieved regardless of where they're located. If multiple values are specified, jobs are retrieved from any of the specified locations. If different values are specified for the [LocationFilter.distance_in_miles][google.cloud.talent.v4.LocationFilter.distance_in_miles] parameter, the maximum provided distance is used for all locations. At most 5 location filters are allowed.
repeated .google.cloud.talent.v4.LocationFilter location_filters = 3;
-
getJobCategoriesList
List<JobCategory> getJobCategoriesList()
The category filter specifies the categories of jobs to search against. See [JobCategory][google.cloud.talent.v4.JobCategory] for more information. If a value isn't specified, jobs from any category are searched against. If multiple values are specified, jobs from any of the specified categories are searched against.
repeated .google.cloud.talent.v4.JobCategory job_categories = 4;
- Returns:
- A list containing the jobCategories.
-
getJobCategoriesCount
int getJobCategoriesCount()
The category filter specifies the categories of jobs to search against. See [JobCategory][google.cloud.talent.v4.JobCategory] for more information. If a value isn't specified, jobs from any category are searched against. If multiple values are specified, jobs from any of the specified categories are searched against.
repeated .google.cloud.talent.v4.JobCategory job_categories = 4;
- Returns:
- The count of jobCategories.
-
getJobCategories
JobCategory getJobCategories(int index)
The category filter specifies the categories of jobs to search against. See [JobCategory][google.cloud.talent.v4.JobCategory] for more information. If a value isn't specified, jobs from any category are searched against. If multiple values are specified, jobs from any of the specified categories are searched against.
repeated .google.cloud.talent.v4.JobCategory job_categories = 4;
- Parameters:
index
- The index of the element to return.- Returns:
- The jobCategories at the given index.
-
getJobCategoriesValueList
List<Integer> getJobCategoriesValueList()
The category filter specifies the categories of jobs to search against. See [JobCategory][google.cloud.talent.v4.JobCategory] for more information. If a value isn't specified, jobs from any category are searched against. If multiple values are specified, jobs from any of the specified categories are searched against.
repeated .google.cloud.talent.v4.JobCategory job_categories = 4;
- Returns:
- A list containing the enum numeric values on the wire for jobCategories.
-
getJobCategoriesValue
int getJobCategoriesValue(int index)
The category filter specifies the categories of jobs to search against. See [JobCategory][google.cloud.talent.v4.JobCategory] for more information. If a value isn't specified, jobs from any category are searched against. If multiple values are specified, jobs from any of the specified categories are searched against.
repeated .google.cloud.talent.v4.JobCategory job_categories = 4;
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of jobCategories at the given index.
-
hasCommuteFilter
boolean hasCommuteFilter()
Allows filtering jobs by commute time with different travel methods (for example, driving or public transit). Note: This only works when you specify a [CommuteMethod][google.cloud.talent.v4.CommuteMethod]. In this case, [location_filters][google.cloud.talent.v4.JobQuery.location_filters] is ignored. Currently we don't support sorting by commute time.
.google.cloud.talent.v4.CommuteFilter commute_filter = 5;
- Returns:
- Whether the commuteFilter field is set.
-
getCommuteFilter
CommuteFilter getCommuteFilter()
Allows filtering jobs by commute time with different travel methods (for example, driving or public transit). Note: This only works when you specify a [CommuteMethod][google.cloud.talent.v4.CommuteMethod]. In this case, [location_filters][google.cloud.talent.v4.JobQuery.location_filters] is ignored. Currently we don't support sorting by commute time.
.google.cloud.talent.v4.CommuteFilter commute_filter = 5;
- Returns:
- The commuteFilter.
-
getCommuteFilterOrBuilder
CommuteFilterOrBuilder getCommuteFilterOrBuilder()
Allows filtering jobs by commute time with different travel methods (for example, driving or public transit). Note: This only works when you specify a [CommuteMethod][google.cloud.talent.v4.CommuteMethod]. In this case, [location_filters][google.cloud.talent.v4.JobQuery.location_filters] is ignored. Currently we don't support sorting by commute time.
.google.cloud.talent.v4.CommuteFilter commute_filter = 5;
-
getCompanyDisplayNamesList
List<String> getCompanyDisplayNamesList()
This filter specifies the company [Company.display_name][google.cloud.talent.v4.Company.display_name] of the jobs to search against. The company name must match the value exactly. Alternatively, the value being searched for can be wrapped in different match operators. `SUBSTRING_MATCH([value])` The company name must contain a case insensitive substring match of the value. Using this function may increase latency. Sample Value: `SUBSTRING_MATCH(google)` `MULTI_WORD_TOKEN_MATCH([value])` The value will be treated as a multi word token and the company name must contain a case insensitive match of the value. Using this function may increase latency. Sample Value: `MULTI_WORD_TOKEN_MATCH(google)` If a value isn't specified, jobs within the search results are associated with any company. If multiple values are specified, jobs within the search results may be associated with any of the specified companies. At most 20 company display name filters are allowed.
repeated string company_display_names = 6;
- Returns:
- A list containing the companyDisplayNames.
-
getCompanyDisplayNamesCount
int getCompanyDisplayNamesCount()
This filter specifies the company [Company.display_name][google.cloud.talent.v4.Company.display_name] of the jobs to search against. The company name must match the value exactly. Alternatively, the value being searched for can be wrapped in different match operators. `SUBSTRING_MATCH([value])` The company name must contain a case insensitive substring match of the value. Using this function may increase latency. Sample Value: `SUBSTRING_MATCH(google)` `MULTI_WORD_TOKEN_MATCH([value])` The value will be treated as a multi word token and the company name must contain a case insensitive match of the value. Using this function may increase latency. Sample Value: `MULTI_WORD_TOKEN_MATCH(google)` If a value isn't specified, jobs within the search results are associated with any company. If multiple values are specified, jobs within the search results may be associated with any of the specified companies. At most 20 company display name filters are allowed.
repeated string company_display_names = 6;
- Returns:
- The count of companyDisplayNames.
-
getCompanyDisplayNames
String getCompanyDisplayNames(int index)
This filter specifies the company [Company.display_name][google.cloud.talent.v4.Company.display_name] of the jobs to search against. The company name must match the value exactly. Alternatively, the value being searched for can be wrapped in different match operators. `SUBSTRING_MATCH([value])` The company name must contain a case insensitive substring match of the value. Using this function may increase latency. Sample Value: `SUBSTRING_MATCH(google)` `MULTI_WORD_TOKEN_MATCH([value])` The value will be treated as a multi word token and the company name must contain a case insensitive match of the value. Using this function may increase latency. Sample Value: `MULTI_WORD_TOKEN_MATCH(google)` If a value isn't specified, jobs within the search results are associated with any company. If multiple values are specified, jobs within the search results may be associated with any of the specified companies. At most 20 company display name filters are allowed.
repeated string company_display_names = 6;
- Parameters:
index
- The index of the element to return.- Returns:
- The companyDisplayNames at the given index.
-
getCompanyDisplayNamesBytes
com.google.protobuf.ByteString getCompanyDisplayNamesBytes(int index)
This filter specifies the company [Company.display_name][google.cloud.talent.v4.Company.display_name] of the jobs to search against. The company name must match the value exactly. Alternatively, the value being searched for can be wrapped in different match operators. `SUBSTRING_MATCH([value])` The company name must contain a case insensitive substring match of the value. Using this function may increase latency. Sample Value: `SUBSTRING_MATCH(google)` `MULTI_WORD_TOKEN_MATCH([value])` The value will be treated as a multi word token and the company name must contain a case insensitive match of the value. Using this function may increase latency. Sample Value: `MULTI_WORD_TOKEN_MATCH(google)` If a value isn't specified, jobs within the search results are associated with any company. If multiple values are specified, jobs within the search results may be associated with any of the specified companies. At most 20 company display name filters are allowed.
repeated string company_display_names = 6;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the companyDisplayNames at the given index.
-
hasCompensationFilter
boolean hasCompensationFilter()
This search filter is applied only to [Job.compensation_info][google.cloud.talent.v4.Job.compensation_info]. For example, if the filter is specified as "Hourly job with per-hour compensation > $15", only jobs meeting these criteria are searched. If a filter isn't defined, all open jobs are searched.
.google.cloud.talent.v4.CompensationFilter compensation_filter = 7;
- Returns:
- Whether the compensationFilter field is set.
-
getCompensationFilter
CompensationFilter getCompensationFilter()
This search filter is applied only to [Job.compensation_info][google.cloud.talent.v4.Job.compensation_info]. For example, if the filter is specified as "Hourly job with per-hour compensation > $15", only jobs meeting these criteria are searched. If a filter isn't defined, all open jobs are searched.
.google.cloud.talent.v4.CompensationFilter compensation_filter = 7;
- Returns:
- The compensationFilter.
-
getCompensationFilterOrBuilder
CompensationFilterOrBuilder getCompensationFilterOrBuilder()
This search filter is applied only to [Job.compensation_info][google.cloud.talent.v4.Job.compensation_info]. For example, if the filter is specified as "Hourly job with per-hour compensation > $15", only jobs meeting these criteria are searched. If a filter isn't defined, all open jobs are searched.
.google.cloud.talent.v4.CompensationFilter compensation_filter = 7;
-
getCustomAttributeFilter
String getCustomAttributeFilter()
This filter specifies a structured syntax to match against the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] marked as `filterable`. The syntax for this expression is a subset of SQL syntax. Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is a custom field key and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Supported functions are `LOWER([field_name])` to perform a case insensitive match and `EMPTY([field_name])` to filter on the existence of a key. Boolean expressions (AND/OR/NOT) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum of 100 comparisons or functions are allowed in the expression. The expression must be < 10000 bytes in length. Sample Query: `(LOWER(driving_license)="class \"a\"" OR EMPTY(driving_license)) AND driving_years > 10`
string custom_attribute_filter = 8;
- Returns:
- The customAttributeFilter.
-
getCustomAttributeFilterBytes
com.google.protobuf.ByteString getCustomAttributeFilterBytes()
This filter specifies a structured syntax to match against the [Job.custom_attributes][google.cloud.talent.v4.Job.custom_attributes] marked as `filterable`. The syntax for this expression is a subset of SQL syntax. Supported operators are: `=`, `!=`, `<`, `<=`, `>`, and `>=` where the left of the operator is a custom field key and the right of the operator is a number or a quoted string. You must escape backslash (\\) and quote (\") characters. Supported functions are `LOWER([field_name])` to perform a case insensitive match and `EMPTY([field_name])` to filter on the existence of a key. Boolean expressions (AND/OR/NOT) are supported up to 3 levels of nesting (for example, "((A AND B AND C) OR NOT D) AND E"), a maximum of 100 comparisons or functions are allowed in the expression. The expression must be < 10000 bytes in length. Sample Query: `(LOWER(driving_license)="class \"a\"" OR EMPTY(driving_license)) AND driving_years > 10`
string custom_attribute_filter = 8;
- Returns:
- The bytes for customAttributeFilter.
-
getDisableSpellCheck
boolean getDisableSpellCheck()
This flag controls the spell-check feature. If false, the service attempts to correct a misspelled query, for example, "enginee" is corrected to "engineer". Defaults to false: a spell check is performed.
bool disable_spell_check = 9;
- Returns:
- The disableSpellCheck.
-
getEmploymentTypesList
List<EmploymentType> getEmploymentTypesList()
The employment type filter specifies the employment type of jobs to search against, such as [EmploymentType.FULL_TIME][google.cloud.talent.v4.EmploymentType.FULL_TIME]. If a value isn't specified, jobs in the search results includes any employment type. If multiple values are specified, jobs in the search results include any of the specified employment types.
repeated .google.cloud.talent.v4.EmploymentType employment_types = 10;
- Returns:
- A list containing the employmentTypes.
-
getEmploymentTypesCount
int getEmploymentTypesCount()
The employment type filter specifies the employment type of jobs to search against, such as [EmploymentType.FULL_TIME][google.cloud.talent.v4.EmploymentType.FULL_TIME]. If a value isn't specified, jobs in the search results includes any employment type. If multiple values are specified, jobs in the search results include any of the specified employment types.
repeated .google.cloud.talent.v4.EmploymentType employment_types = 10;
- Returns:
- The count of employmentTypes.
-
getEmploymentTypes
EmploymentType getEmploymentTypes(int index)
The employment type filter specifies the employment type of jobs to search against, such as [EmploymentType.FULL_TIME][google.cloud.talent.v4.EmploymentType.FULL_TIME]. If a value isn't specified, jobs in the search results includes any employment type. If multiple values are specified, jobs in the search results include any of the specified employment types.
repeated .google.cloud.talent.v4.EmploymentType employment_types = 10;
- Parameters:
index
- The index of the element to return.- Returns:
- The employmentTypes at the given index.
-
getEmploymentTypesValueList
List<Integer> getEmploymentTypesValueList()
The employment type filter specifies the employment type of jobs to search against, such as [EmploymentType.FULL_TIME][google.cloud.talent.v4.EmploymentType.FULL_TIME]. If a value isn't specified, jobs in the search results includes any employment type. If multiple values are specified, jobs in the search results include any of the specified employment types.
repeated .google.cloud.talent.v4.EmploymentType employment_types = 10;
- Returns:
- A list containing the enum numeric values on the wire for employmentTypes.
-
getEmploymentTypesValue
int getEmploymentTypesValue(int index)
The employment type filter specifies the employment type of jobs to search against, such as [EmploymentType.FULL_TIME][google.cloud.talent.v4.EmploymentType.FULL_TIME]. If a value isn't specified, jobs in the search results includes any employment type. If multiple values are specified, jobs in the search results include any of the specified employment types.
repeated .google.cloud.talent.v4.EmploymentType employment_types = 10;
- Parameters:
index
- The index of the value to return.- Returns:
- The enum numeric value on the wire of employmentTypes at the given index.
-
getLanguageCodesList
List<String> getLanguageCodesList()
This filter specifies the locale of jobs to search against, for example, "en-US". If a value isn't specified, the search results can contain jobs in any locale. Language codes should be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47). At most 10 language code filters are allowed.
repeated string language_codes = 11;
- Returns:
- A list containing the languageCodes.
-
getLanguageCodesCount
int getLanguageCodesCount()
This filter specifies the locale of jobs to search against, for example, "en-US". If a value isn't specified, the search results can contain jobs in any locale. Language codes should be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47). At most 10 language code filters are allowed.
repeated string language_codes = 11;
- Returns:
- The count of languageCodes.
-
getLanguageCodes
String getLanguageCodes(int index)
This filter specifies the locale of jobs to search against, for example, "en-US". If a value isn't specified, the search results can contain jobs in any locale. Language codes should be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47). At most 10 language code filters are allowed.
repeated string language_codes = 11;
- Parameters:
index
- The index of the element to return.- Returns:
- The languageCodes at the given index.
-
getLanguageCodesBytes
com.google.protobuf.ByteString getLanguageCodesBytes(int index)
This filter specifies the locale of jobs to search against, for example, "en-US". If a value isn't specified, the search results can contain jobs in any locale. Language codes should be in BCP-47 format, such as "en-US" or "sr-Latn". For more information, see [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47). At most 10 language code filters are allowed.
repeated string language_codes = 11;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the languageCodes at the given index.
-
hasPublishTimeRange
boolean hasPublishTimeRange()
Jobs published within a range specified by this filter are searched against.
.google.cloud.talent.v4.TimestampRange publish_time_range = 12;
- Returns:
- Whether the publishTimeRange field is set.
-
getPublishTimeRange
TimestampRange getPublishTimeRange()
Jobs published within a range specified by this filter are searched against.
.google.cloud.talent.v4.TimestampRange publish_time_range = 12;
- Returns:
- The publishTimeRange.
-
getPublishTimeRangeOrBuilder
TimestampRangeOrBuilder getPublishTimeRangeOrBuilder()
Jobs published within a range specified by this filter are searched against.
.google.cloud.talent.v4.TimestampRange publish_time_range = 12;
-
getExcludedJobsList
List<String> getExcludedJobsList()
This filter specifies a list of job names to be excluded during search. At most 400 excluded job names are allowed.
repeated string excluded_jobs = 13;
- Returns:
- A list containing the excludedJobs.
-
getExcludedJobsCount
int getExcludedJobsCount()
This filter specifies a list of job names to be excluded during search. At most 400 excluded job names are allowed.
repeated string excluded_jobs = 13;
- Returns:
- The count of excludedJobs.
-
getExcludedJobs
String getExcludedJobs(int index)
This filter specifies a list of job names to be excluded during search. At most 400 excluded job names are allowed.
repeated string excluded_jobs = 13;
- Parameters:
index
- The index of the element to return.- Returns:
- The excludedJobs at the given index.
-
getExcludedJobsBytes
com.google.protobuf.ByteString getExcludedJobsBytes(int index)
This filter specifies a list of job names to be excluded during search. At most 400 excluded job names are allowed.
repeated string excluded_jobs = 13;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the excludedJobs at the given index.
-
-