Class ProfileQuery (2.2.9)

public final class ProfileQuery extends GeneratedMessageV3 implements ProfileQueryOrBuilder

Filters to apply when performing the search query.

Protobuf type google.cloud.talent.v4beta1.ProfileQuery

Static Fields

APPLICATION_DATE_FILTERS_FIELD_NUMBER

public static final int APPLICATION_DATE_FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

APPLICATION_JOB_FILTERS_FIELD_NUMBER

public static final int APPLICATION_JOB_FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

APPLICATION_OUTCOME_NOTES_FILTERS_FIELD_NUMBER

public static final int APPLICATION_OUTCOME_NOTES_FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

AVAILABILITY_FILTERS_FIELD_NUMBER

public static final int AVAILABILITY_FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

CANDIDATE_AVAILABILITY_FILTER_FIELD_NUMBER

public static final int CANDIDATE_AVAILABILITY_FILTER_FIELD_NUMBER
Field Value
TypeDescription
int

CUSTOM_ATTRIBUTE_FILTER_FIELD_NUMBER

public static final int CUSTOM_ATTRIBUTE_FILTER_FIELD_NUMBER
Field Value
TypeDescription
int

EDUCATION_FILTERS_FIELD_NUMBER

public static final int EDUCATION_FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

EMPLOYER_FILTERS_FIELD_NUMBER

public static final int EMPLOYER_FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

HIRABLE_FILTER_FIELD_NUMBER

public static final int HIRABLE_FILTER_FIELD_NUMBER
Field Value
TypeDescription
int

JOB_TITLE_FILTERS_FIELD_NUMBER

public static final int JOB_TITLE_FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

LOCATION_FILTERS_FIELD_NUMBER

public static final int LOCATION_FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

PERSON_NAME_FILTERS_FIELD_NUMBER

public static final int PERSON_NAME_FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

QUERY_FIELD_NUMBER

public static final int QUERY_FIELD_NUMBER
Field Value
TypeDescription
int

SKILL_FILTERS_FIELD_NUMBER

public static final int SKILL_FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

TIME_FILTERS_FIELD_NUMBER

public static final int TIME_FILTERS_FIELD_NUMBER
Field Value
TypeDescription
int

WORK_EXPERIENCE_FILTER_FIELD_NUMBER

public static final int WORK_EXPERIENCE_FILTER_FIELD_NUMBER
Field Value
TypeDescription
int

Static Methods

getDefaultInstance()

public static ProfileQuery getDefaultInstance()
Returns
TypeDescription
ProfileQuery

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

newBuilder()

public static ProfileQuery.Builder newBuilder()
Returns
TypeDescription
ProfileQuery.Builder

newBuilder(ProfileQuery prototype)

public static ProfileQuery.Builder newBuilder(ProfileQuery prototype)
Parameter
NameDescription
prototypeProfileQuery
Returns
TypeDescription
ProfileQuery.Builder

parseDelimitedFrom(InputStream input)

public static ProfileQuery parseDelimitedFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProfileQuery parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
IOException

parseFrom(byte[] data)

public static ProfileQuery parseFrom(byte[] data)
Parameter
NameDescription
databyte[]
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ProfileQuery parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
databyte[]
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ProfileQuery parseFrom(ByteString data)
Parameter
NameDescription
dataByteString
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ProfileQuery parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteString
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ProfileQuery parseFrom(CodedInputStream input)
Parameter
NameDescription
inputCodedInputStream
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ProfileQuery parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
IOException

parseFrom(InputStream input)

public static ProfileQuery parseFrom(InputStream input)
Parameter
NameDescription
inputInputStream
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ProfileQuery parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
IOException

parseFrom(ByteBuffer data)

public static ProfileQuery parseFrom(ByteBuffer data)
Parameter
NameDescription
dataByteBuffer
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ProfileQuery parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
dataByteBuffer
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
ProfileQuery
Exceptions
TypeDescription
InvalidProtocolBufferException

parser()

public static Parser<ProfileQuery> parser()
Returns
TypeDescription
Parser<ProfileQuery>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getApplicationDateFilters(int index)

public ApplicationDateFilter getApplicationDateFilters(int index)

The application date filters specify application date ranges to match on.

repeated .google.cloud.talent.v4beta1.ApplicationDateFilter application_date_filters = 10;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApplicationDateFilter

getApplicationDateFiltersCount()

public int getApplicationDateFiltersCount()

The application date filters specify application date ranges to match on.

repeated .google.cloud.talent.v4beta1.ApplicationDateFilter application_date_filters = 10;

Returns
TypeDescription
int

getApplicationDateFiltersList()

public List<ApplicationDateFilter> getApplicationDateFiltersList()

The application date filters specify application date ranges to match on.

repeated .google.cloud.talent.v4beta1.ApplicationDateFilter application_date_filters = 10;

Returns
TypeDescription
List<ApplicationDateFilter>

getApplicationDateFiltersOrBuilder(int index)

public ApplicationDateFilterOrBuilder getApplicationDateFiltersOrBuilder(int index)

The application date filters specify application date ranges to match on.

repeated .google.cloud.talent.v4beta1.ApplicationDateFilter application_date_filters = 10;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApplicationDateFilterOrBuilder

getApplicationDateFiltersOrBuilderList()

public List<? extends ApplicationDateFilterOrBuilder> getApplicationDateFiltersOrBuilderList()

The application date filters specify application date ranges to match on.

repeated .google.cloud.talent.v4beta1.ApplicationDateFilter application_date_filters = 10;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.ApplicationDateFilterOrBuilder>

getApplicationJobFilters(int index)

public ApplicationJobFilter getApplicationJobFilters(int index)

The application job filters specify the job applied for in the application.

repeated .google.cloud.talent.v4beta1.ApplicationJobFilter application_job_filters = 13;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApplicationJobFilter

getApplicationJobFiltersCount()

public int getApplicationJobFiltersCount()

The application job filters specify the job applied for in the application.

repeated .google.cloud.talent.v4beta1.ApplicationJobFilter application_job_filters = 13;

Returns
TypeDescription
int

getApplicationJobFiltersList()

public List<ApplicationJobFilter> getApplicationJobFiltersList()

The application job filters specify the job applied for in the application.

repeated .google.cloud.talent.v4beta1.ApplicationJobFilter application_job_filters = 13;

Returns
TypeDescription
List<ApplicationJobFilter>

getApplicationJobFiltersOrBuilder(int index)

public ApplicationJobFilterOrBuilder getApplicationJobFiltersOrBuilder(int index)

The application job filters specify the job applied for in the application.

repeated .google.cloud.talent.v4beta1.ApplicationJobFilter application_job_filters = 13;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApplicationJobFilterOrBuilder

getApplicationJobFiltersOrBuilderList()

public List<? extends ApplicationJobFilterOrBuilder> getApplicationJobFiltersOrBuilderList()

The application job filters specify the job applied for in the application.

repeated .google.cloud.talent.v4beta1.ApplicationJobFilter application_job_filters = 13;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.ApplicationJobFilterOrBuilder>

getApplicationOutcomeNotesFilters(int index)

public ApplicationOutcomeNotesFilter getApplicationOutcomeNotesFilters(int index)

The application outcome notes filters specify the notes for the outcome of the job application.

repeated .google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter application_outcome_notes_filters = 11;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApplicationOutcomeNotesFilter

getApplicationOutcomeNotesFiltersCount()

public int getApplicationOutcomeNotesFiltersCount()

The application outcome notes filters specify the notes for the outcome of the job application.

repeated .google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter application_outcome_notes_filters = 11;

Returns
TypeDescription
int

getApplicationOutcomeNotesFiltersList()

public List<ApplicationOutcomeNotesFilter> getApplicationOutcomeNotesFiltersList()

The application outcome notes filters specify the notes for the outcome of the job application.

repeated .google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter application_outcome_notes_filters = 11;

Returns
TypeDescription
List<ApplicationOutcomeNotesFilter>

getApplicationOutcomeNotesFiltersOrBuilder(int index)

public ApplicationOutcomeNotesFilterOrBuilder getApplicationOutcomeNotesFiltersOrBuilder(int index)

The application outcome notes filters specify the notes for the outcome of the job application.

repeated .google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter application_outcome_notes_filters = 11;

Parameter
NameDescription
indexint
Returns
TypeDescription
ApplicationOutcomeNotesFilterOrBuilder

getApplicationOutcomeNotesFiltersOrBuilderList()

public List<? extends ApplicationOutcomeNotesFilterOrBuilder> getApplicationOutcomeNotesFiltersOrBuilderList()

The application outcome notes filters specify the notes for the outcome of the job application.

repeated .google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilter application_outcome_notes_filters = 11;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.ApplicationOutcomeNotesFilterOrBuilder>

getAvailabilityFilters(int index)

public AvailabilityFilter getAvailabilityFilters(int index)

The availability filter which filters based on Profile.availability_signals. The availability filter helps a recruiter understand if a specific candidate is likely to be actively seeking new job opportunities based on an aggregated set of signals. Specifically, the intent is NOT to indicate the candidate's potential qualification / interest / close ability for a specific job. There can be at most one AvailabilityFilter per signal_type. If there are multiple AvailabilityFilter for a signal_type, an error is thrown.

repeated .google.cloud.talent.v4beta1.AvailabilityFilter availability_filters = 18;

Parameter
NameDescription
indexint
Returns
TypeDescription
AvailabilityFilter

getAvailabilityFiltersCount()

public int getAvailabilityFiltersCount()

The availability filter which filters based on Profile.availability_signals. The availability filter helps a recruiter understand if a specific candidate is likely to be actively seeking new job opportunities based on an aggregated set of signals. Specifically, the intent is NOT to indicate the candidate's potential qualification / interest / close ability for a specific job. There can be at most one AvailabilityFilter per signal_type. If there are multiple AvailabilityFilter for a signal_type, an error is thrown.

repeated .google.cloud.talent.v4beta1.AvailabilityFilter availability_filters = 18;

Returns
TypeDescription
int

getAvailabilityFiltersList()

public List<AvailabilityFilter> getAvailabilityFiltersList()

The availability filter which filters based on Profile.availability_signals. The availability filter helps a recruiter understand if a specific candidate is likely to be actively seeking new job opportunities based on an aggregated set of signals. Specifically, the intent is NOT to indicate the candidate's potential qualification / interest / close ability for a specific job. There can be at most one AvailabilityFilter per signal_type. If there are multiple AvailabilityFilter for a signal_type, an error is thrown.

repeated .google.cloud.talent.v4beta1.AvailabilityFilter availability_filters = 18;

Returns
TypeDescription
List<AvailabilityFilter>

getAvailabilityFiltersOrBuilder(int index)

public AvailabilityFilterOrBuilder getAvailabilityFiltersOrBuilder(int index)

The availability filter which filters based on Profile.availability_signals. The availability filter helps a recruiter understand if a specific candidate is likely to be actively seeking new job opportunities based on an aggregated set of signals. Specifically, the intent is NOT to indicate the candidate's potential qualification / interest / close ability for a specific job. There can be at most one AvailabilityFilter per signal_type. If there are multiple AvailabilityFilter for a signal_type, an error is thrown.

repeated .google.cloud.talent.v4beta1.AvailabilityFilter availability_filters = 18;

Parameter
NameDescription
indexint
Returns
TypeDescription
AvailabilityFilterOrBuilder

getAvailabilityFiltersOrBuilderList()

public List<? extends AvailabilityFilterOrBuilder> getAvailabilityFiltersOrBuilderList()

The availability filter which filters based on Profile.availability_signals. The availability filter helps a recruiter understand if a specific candidate is likely to be actively seeking new job opportunities based on an aggregated set of signals. Specifically, the intent is NOT to indicate the candidate's potential qualification / interest / close ability for a specific job. There can be at most one AvailabilityFilter per signal_type. If there are multiple AvailabilityFilter for a signal_type, an error is thrown.

repeated .google.cloud.talent.v4beta1.AvailabilityFilter availability_filters = 18;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.AvailabilityFilterOrBuilder>

getCandidateAvailabilityFilter()

public CandidateAvailabilityFilter getCandidateAvailabilityFilter()

Deprecated. Use availability_filters instead. The candidate availability filter which filters based on availability signals. Signal 1: Number of days since most recent job application. See Availability.JobApplicationAvailabilitySignal for the details of this signal. Signal 2: Number of days since last profile update. See Availability.ProfileUpdateAvailabilitySignal for the details of this signal. The candidate availability filter helps a recruiter understand if a specific candidate is likely to be actively seeking new job opportunities based on an aggregated set of signals. Specifically, the intent is NOT to indicate the candidate's potential qualification / interest / close ability for a specific job.

.google.cloud.talent.v4beta1.CandidateAvailabilityFilter candidate_availability_filter = 16 [deprecated = true];

Returns
TypeDescription
CandidateAvailabilityFilter

The candidateAvailabilityFilter.

getCandidateAvailabilityFilterOrBuilder()

public CandidateAvailabilityFilterOrBuilder getCandidateAvailabilityFilterOrBuilder()

Deprecated. Use availability_filters instead. The candidate availability filter which filters based on availability signals. Signal 1: Number of days since most recent job application. See Availability.JobApplicationAvailabilitySignal for the details of this signal. Signal 2: Number of days since last profile update. See Availability.ProfileUpdateAvailabilitySignal for the details of this signal. The candidate availability filter helps a recruiter understand if a specific candidate is likely to be actively seeking new job opportunities based on an aggregated set of signals. Specifically, the intent is NOT to indicate the candidate's potential qualification / interest / close ability for a specific job.

.google.cloud.talent.v4beta1.CandidateAvailabilityFilter candidate_availability_filter = 16 [deprecated = true];

Returns
TypeDescription
CandidateAvailabilityFilterOrBuilder

getCustomAttributeFilter()

public String getCustomAttributeFilter()

This filter specifies a structured syntax to match against the Profile.custom_attributes that are marked as filterable. The syntax for this expression is a subset of Google SQL syntax. String custom attributes: supported operators are =, != where the left of the operator is a custom field key and the right of the operator is a string (surrounded by quotes) value. Numeric custom attributes: Supported operators are '>', '<' or '=' operators where the left of the operator is a custom field key and the right of the operator is a numeric value. Supported functions are LOWER(<field_name>) to perform 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"), and there can be a maximum of 50 comparisons/functions in the expression. The expression must be < 2000 characters in length. Sample Query: (key1 = "TEST" OR LOWER(key1)="test" OR NOT EMPTY(key1))

string custom_attribute_filter = 15;

Returns
TypeDescription
String

The customAttributeFilter.

getCustomAttributeFilterBytes()

public ByteString getCustomAttributeFilterBytes()

This filter specifies a structured syntax to match against the Profile.custom_attributes that are marked as filterable. The syntax for this expression is a subset of Google SQL syntax. String custom attributes: supported operators are =, != where the left of the operator is a custom field key and the right of the operator is a string (surrounded by quotes) value. Numeric custom attributes: Supported operators are '>', '<' or '=' operators where the left of the operator is a custom field key and the right of the operator is a numeric value. Supported functions are LOWER(<field_name>) to perform 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"), and there can be a maximum of 50 comparisons/functions in the expression. The expression must be < 2000 characters in length. Sample Query: (key1 = "TEST" OR LOWER(key1)="test" OR NOT EMPTY(key1))

string custom_attribute_filter = 15;

Returns
TypeDescription
ByteString

The bytes for customAttributeFilter.

getDefaultInstanceForType()

public ProfileQuery getDefaultInstanceForType()
Returns
TypeDescription
ProfileQuery

getEducationFilters(int index)

public EducationFilter getEducationFilters(int index)

Education filter specifies education of profiles to match on. If an education filter isn't specified, profiles with any education are retrieved. If multiple education filters are specified, profiles that match any education filters are retrieved. If EducationFilter.negated is specified, the result won't contain profiles that match the educations. For example, search for profiles with a master degree.

repeated .google.cloud.talent.v4beta1.EducationFilter education_filters = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
EducationFilter

getEducationFiltersCount()

public int getEducationFiltersCount()

Education filter specifies education of profiles to match on. If an education filter isn't specified, profiles with any education are retrieved. If multiple education filters are specified, profiles that match any education filters are retrieved. If EducationFilter.negated is specified, the result won't contain profiles that match the educations. For example, search for profiles with a master degree.

repeated .google.cloud.talent.v4beta1.EducationFilter education_filters = 5;

Returns
TypeDescription
int

getEducationFiltersList()

public List<EducationFilter> getEducationFiltersList()

Education filter specifies education of profiles to match on. If an education filter isn't specified, profiles with any education are retrieved. If multiple education filters are specified, profiles that match any education filters are retrieved. If EducationFilter.negated is specified, the result won't contain profiles that match the educations. For example, search for profiles with a master degree.

repeated .google.cloud.talent.v4beta1.EducationFilter education_filters = 5;

Returns
TypeDescription
List<EducationFilter>

getEducationFiltersOrBuilder(int index)

public EducationFilterOrBuilder getEducationFiltersOrBuilder(int index)

Education filter specifies education of profiles to match on. If an education filter isn't specified, profiles with any education are retrieved. If multiple education filters are specified, profiles that match any education filters are retrieved. If EducationFilter.negated is specified, the result won't contain profiles that match the educations. For example, search for profiles with a master degree.

repeated .google.cloud.talent.v4beta1.EducationFilter education_filters = 5;

Parameter
NameDescription
indexint
Returns
TypeDescription
EducationFilterOrBuilder

getEducationFiltersOrBuilderList()

public List<? extends EducationFilterOrBuilder> getEducationFiltersOrBuilderList()

Education filter specifies education of profiles to match on. If an education filter isn't specified, profiles with any education are retrieved. If multiple education filters are specified, profiles that match any education filters are retrieved. If EducationFilter.negated is specified, the result won't contain profiles that match the educations. For example, search for profiles with a master degree.

repeated .google.cloud.talent.v4beta1.EducationFilter education_filters = 5;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.EducationFilterOrBuilder>

getEmployerFilters(int index)

public EmployerFilter getEmployerFilters(int index)

Employer filter specifies employers of profiles to match on. If an employer filter isn't specified, profiles with any employers are retrieved. If multiple employer filters are specified, profiles with any matching employers are retrieved. If EmployerFilter.negated is specified, the result won't contain profiles that match the employers. For example, search for profiles that have working experience at "Google LLC".

repeated .google.cloud.talent.v4beta1.EmployerFilter employer_filters = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
EmployerFilter

getEmployerFiltersCount()

public int getEmployerFiltersCount()

Employer filter specifies employers of profiles to match on. If an employer filter isn't specified, profiles with any employers are retrieved. If multiple employer filters are specified, profiles with any matching employers are retrieved. If EmployerFilter.negated is specified, the result won't contain profiles that match the employers. For example, search for profiles that have working experience at "Google LLC".

repeated .google.cloud.talent.v4beta1.EmployerFilter employer_filters = 4;

Returns
TypeDescription
int

getEmployerFiltersList()

public List<EmployerFilter> getEmployerFiltersList()

Employer filter specifies employers of profiles to match on. If an employer filter isn't specified, profiles with any employers are retrieved. If multiple employer filters are specified, profiles with any matching employers are retrieved. If EmployerFilter.negated is specified, the result won't contain profiles that match the employers. For example, search for profiles that have working experience at "Google LLC".

repeated .google.cloud.talent.v4beta1.EmployerFilter employer_filters = 4;

Returns
TypeDescription
List<EmployerFilter>

getEmployerFiltersOrBuilder(int index)

public EmployerFilterOrBuilder getEmployerFiltersOrBuilder(int index)

Employer filter specifies employers of profiles to match on. If an employer filter isn't specified, profiles with any employers are retrieved. If multiple employer filters are specified, profiles with any matching employers are retrieved. If EmployerFilter.negated is specified, the result won't contain profiles that match the employers. For example, search for profiles that have working experience at "Google LLC".

repeated .google.cloud.talent.v4beta1.EmployerFilter employer_filters = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
EmployerFilterOrBuilder

getEmployerFiltersOrBuilderList()

public List<? extends EmployerFilterOrBuilder> getEmployerFiltersOrBuilderList()

Employer filter specifies employers of profiles to match on. If an employer filter isn't specified, profiles with any employers are retrieved. If multiple employer filters are specified, profiles with any matching employers are retrieved. If EmployerFilter.negated is specified, the result won't contain profiles that match the employers. For example, search for profiles that have working experience at "Google LLC".

repeated .google.cloud.talent.v4beta1.EmployerFilter employer_filters = 4;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.EmployerFilterOrBuilder>

getHirableFilter()

public BoolValue getHirableFilter()

The hirable filter specifies the profile's hirable status to match on.

.google.protobuf.BoolValue hirable_filter = 9;

Returns
TypeDescription
BoolValue

The hirableFilter.

getHirableFilterOrBuilder()

public BoolValueOrBuilder getHirableFilterOrBuilder()

The hirable filter specifies the profile's hirable status to match on.

.google.protobuf.BoolValue hirable_filter = 9;

Returns
TypeDescription
BoolValueOrBuilder

getJobTitleFilters(int index)

public JobTitleFilter getJobTitleFilters(int index)

Job title filter specifies job titles of profiles to match on. If a job title isn't specified, profiles with any titles are retrieved. If multiple values are specified, profiles are retrieved with any of the specified job titles. If JobTitleFilter.negated is specified, the result won't contain profiles with the job titles. For example, search for profiles with a job title "Product Manager".

repeated .google.cloud.talent.v4beta1.JobTitleFilter job_title_filters = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
JobTitleFilter

getJobTitleFiltersCount()

public int getJobTitleFiltersCount()

Job title filter specifies job titles of profiles to match on. If a job title isn't specified, profiles with any titles are retrieved. If multiple values are specified, profiles are retrieved with any of the specified job titles. If JobTitleFilter.negated is specified, the result won't contain profiles with the job titles. For example, search for profiles with a job title "Product Manager".

repeated .google.cloud.talent.v4beta1.JobTitleFilter job_title_filters = 3;

Returns
TypeDescription
int

getJobTitleFiltersList()

public List<JobTitleFilter> getJobTitleFiltersList()

Job title filter specifies job titles of profiles to match on. If a job title isn't specified, profiles with any titles are retrieved. If multiple values are specified, profiles are retrieved with any of the specified job titles. If JobTitleFilter.negated is specified, the result won't contain profiles with the job titles. For example, search for profiles with a job title "Product Manager".

repeated .google.cloud.talent.v4beta1.JobTitleFilter job_title_filters = 3;

Returns
TypeDescription
List<JobTitleFilter>

getJobTitleFiltersOrBuilder(int index)

public JobTitleFilterOrBuilder getJobTitleFiltersOrBuilder(int index)

Job title filter specifies job titles of profiles to match on. If a job title isn't specified, profiles with any titles are retrieved. If multiple values are specified, profiles are retrieved with any of the specified job titles. If JobTitleFilter.negated is specified, the result won't contain profiles with the job titles. For example, search for profiles with a job title "Product Manager".

repeated .google.cloud.talent.v4beta1.JobTitleFilter job_title_filters = 3;

Parameter
NameDescription
indexint
Returns
TypeDescription
JobTitleFilterOrBuilder

getJobTitleFiltersOrBuilderList()

public List<? extends JobTitleFilterOrBuilder> getJobTitleFiltersOrBuilderList()

Job title filter specifies job titles of profiles to match on. If a job title isn't specified, profiles with any titles are retrieved. If multiple values are specified, profiles are retrieved with any of the specified job titles. If JobTitleFilter.negated is specified, the result won't contain profiles with the job titles. For example, search for profiles with a job title "Product Manager".

repeated .google.cloud.talent.v4beta1.JobTitleFilter job_title_filters = 3;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.JobTitleFilterOrBuilder>

getLocationFilters(int index)

public LocationFilter getLocationFilters(int index)

The location filter specifies geo-regions containing the profiles to search against. One of LocationFilter.address or LocationFilter.lat_lng must be provided or an error is thrown. If both LocationFilter.address and LocationFilter.lat_lng are provided, an error is thrown. The following logic is used to determine which locations in the profile to filter against:

  1. All of the profile's geocoded Profile.addresses where Address.usage is PERSONAL and Address.current is true.
  2. If the above set of locations is empty, all of the profile's geocoded Profile.addresses where Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is true.
  3. If the above set of locations is empty, all of the profile's geocoded Profile.addresses where Address.usage is PERSONAL or CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is not set. This means that any profiles without any Profile.addresses that match any of the above criteria will not be included in a search with location filter. Furthermore, any Profile.addresses where Address.usage is WORK or SCHOOL or where Address.current is false are not considered for location filter. If a location filter isn't specified, profiles fitting the other search criteria are retrieved regardless of where they're located. If LocationFilter.negated is specified, the result doesn't contain profiles from that location. If LocationFilter.address is provided, the LocationType, center point (latitude and longitude), and radius are automatically detected by the Google Maps Geocoding API and included as well. If LocationFilter.address cannot be geocoded, the filter falls back to keyword search. If the detected LocationType is LocationType.SUB_ADMINISTRATIVE_AREA, LocationType.ADMINISTRATIVE_AREA, or LocationType.COUNTRY, the filter is performed against the detected location name (using exact text matching). Otherwise, the filter is performed against the detected center point and a radius of detected location radius + LocationFilter.distance_in_miles. If LocationFilter.address is provided, LocationFilter.distance_in_miles is the additional radius on top of the radius of the location geocoded from LocationFilter.address. If LocationFilter.lat_lng is provided, LocationFilter.distance_in_miles is the only radius that is used. LocationFilter.distance_in_miles is 10 by default. Note that the value of LocationFilter.distance_in_miles is 0 if it is unset, so the server does not differentiate LocationFilter.distance_in_miles that is explicitly set to 0 and LocationFilter.distance_in_miles that is not set. Which means that if LocationFilter.distance_in_miles is explicitly set to 0, the server will use the default value of LocationFilter.distance_in_miles which is 10. To work around this and effectively set LocationFilter.distance_in_miles to 0, we recommend setting LocationFilter.distance_in_miles to a very small decimal number (such as 0.00001). If LocationFilter.distance_in_miles is negative, an error is thrown.

repeated .google.cloud.talent.v4beta1.LocationFilter location_filters = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
LocationFilter

getLocationFiltersCount()

public int getLocationFiltersCount()

The location filter specifies geo-regions containing the profiles to search against. One of LocationFilter.address or LocationFilter.lat_lng must be provided or an error is thrown. If both LocationFilter.address and LocationFilter.lat_lng are provided, an error is thrown. The following logic is used to determine which locations in the profile to filter against:

  1. All of the profile's geocoded Profile.addresses where Address.usage is PERSONAL and Address.current is true.
  2. If the above set of locations is empty, all of the profile's geocoded Profile.addresses where Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is true.
  3. If the above set of locations is empty, all of the profile's geocoded Profile.addresses where Address.usage is PERSONAL or CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is not set. This means that any profiles without any Profile.addresses that match any of the above criteria will not be included in a search with location filter. Furthermore, any Profile.addresses where Address.usage is WORK or SCHOOL or where Address.current is false are not considered for location filter. If a location filter isn't specified, profiles fitting the other search criteria are retrieved regardless of where they're located. If LocationFilter.negated is specified, the result doesn't contain profiles from that location. If LocationFilter.address is provided, the LocationType, center point (latitude and longitude), and radius are automatically detected by the Google Maps Geocoding API and included as well. If LocationFilter.address cannot be geocoded, the filter falls back to keyword search. If the detected LocationType is LocationType.SUB_ADMINISTRATIVE_AREA, LocationType.ADMINISTRATIVE_AREA, or LocationType.COUNTRY, the filter is performed against the detected location name (using exact text matching). Otherwise, the filter is performed against the detected center point and a radius of detected location radius + LocationFilter.distance_in_miles. If LocationFilter.address is provided, LocationFilter.distance_in_miles is the additional radius on top of the radius of the location geocoded from LocationFilter.address. If LocationFilter.lat_lng is provided, LocationFilter.distance_in_miles is the only radius that is used. LocationFilter.distance_in_miles is 10 by default. Note that the value of LocationFilter.distance_in_miles is 0 if it is unset, so the server does not differentiate LocationFilter.distance_in_miles that is explicitly set to 0 and LocationFilter.distance_in_miles that is not set. Which means that if LocationFilter.distance_in_miles is explicitly set to 0, the server will use the default value of LocationFilter.distance_in_miles which is 10. To work around this and effectively set LocationFilter.distance_in_miles to 0, we recommend setting LocationFilter.distance_in_miles to a very small decimal number (such as 0.00001). If LocationFilter.distance_in_miles is negative, an error is thrown.

repeated .google.cloud.talent.v4beta1.LocationFilter location_filters = 2;

Returns
TypeDescription
int

getLocationFiltersList()

public List<LocationFilter> getLocationFiltersList()

The location filter specifies geo-regions containing the profiles to search against. One of LocationFilter.address or LocationFilter.lat_lng must be provided or an error is thrown. If both LocationFilter.address and LocationFilter.lat_lng are provided, an error is thrown. The following logic is used to determine which locations in the profile to filter against:

  1. All of the profile's geocoded Profile.addresses where Address.usage is PERSONAL and Address.current is true.
  2. If the above set of locations is empty, all of the profile's geocoded Profile.addresses where Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is true.
  3. If the above set of locations is empty, all of the profile's geocoded Profile.addresses where Address.usage is PERSONAL or CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is not set. This means that any profiles without any Profile.addresses that match any of the above criteria will not be included in a search with location filter. Furthermore, any Profile.addresses where Address.usage is WORK or SCHOOL or where Address.current is false are not considered for location filter. If a location filter isn't specified, profiles fitting the other search criteria are retrieved regardless of where they're located. If LocationFilter.negated is specified, the result doesn't contain profiles from that location. If LocationFilter.address is provided, the LocationType, center point (latitude and longitude), and radius are automatically detected by the Google Maps Geocoding API and included as well. If LocationFilter.address cannot be geocoded, the filter falls back to keyword search. If the detected LocationType is LocationType.SUB_ADMINISTRATIVE_AREA, LocationType.ADMINISTRATIVE_AREA, or LocationType.COUNTRY, the filter is performed against the detected location name (using exact text matching). Otherwise, the filter is performed against the detected center point and a radius of detected location radius + LocationFilter.distance_in_miles. If LocationFilter.address is provided, LocationFilter.distance_in_miles is the additional radius on top of the radius of the location geocoded from LocationFilter.address. If LocationFilter.lat_lng is provided, LocationFilter.distance_in_miles is the only radius that is used. LocationFilter.distance_in_miles is 10 by default. Note that the value of LocationFilter.distance_in_miles is 0 if it is unset, so the server does not differentiate LocationFilter.distance_in_miles that is explicitly set to 0 and LocationFilter.distance_in_miles that is not set. Which means that if LocationFilter.distance_in_miles is explicitly set to 0, the server will use the default value of LocationFilter.distance_in_miles which is 10. To work around this and effectively set LocationFilter.distance_in_miles to 0, we recommend setting LocationFilter.distance_in_miles to a very small decimal number (such as 0.00001). If LocationFilter.distance_in_miles is negative, an error is thrown.

repeated .google.cloud.talent.v4beta1.LocationFilter location_filters = 2;

Returns
TypeDescription
List<LocationFilter>

getLocationFiltersOrBuilder(int index)

public LocationFilterOrBuilder getLocationFiltersOrBuilder(int index)

The location filter specifies geo-regions containing the profiles to search against. One of LocationFilter.address or LocationFilter.lat_lng must be provided or an error is thrown. If both LocationFilter.address and LocationFilter.lat_lng are provided, an error is thrown. The following logic is used to determine which locations in the profile to filter against:

  1. All of the profile's geocoded Profile.addresses where Address.usage is PERSONAL and Address.current is true.
  2. If the above set of locations is empty, all of the profile's geocoded Profile.addresses where Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is true.
  3. If the above set of locations is empty, all of the profile's geocoded Profile.addresses where Address.usage is PERSONAL or CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is not set. This means that any profiles without any Profile.addresses that match any of the above criteria will not be included in a search with location filter. Furthermore, any Profile.addresses where Address.usage is WORK or SCHOOL or where Address.current is false are not considered for location filter. If a location filter isn't specified, profiles fitting the other search criteria are retrieved regardless of where they're located. If LocationFilter.negated is specified, the result doesn't contain profiles from that location. If LocationFilter.address is provided, the LocationType, center point (latitude and longitude), and radius are automatically detected by the Google Maps Geocoding API and included as well. If LocationFilter.address cannot be geocoded, the filter falls back to keyword search. If the detected LocationType is LocationType.SUB_ADMINISTRATIVE_AREA, LocationType.ADMINISTRATIVE_AREA, or LocationType.COUNTRY, the filter is performed against the detected location name (using exact text matching). Otherwise, the filter is performed against the detected center point and a radius of detected location radius + LocationFilter.distance_in_miles. If LocationFilter.address is provided, LocationFilter.distance_in_miles is the additional radius on top of the radius of the location geocoded from LocationFilter.address. If LocationFilter.lat_lng is provided, LocationFilter.distance_in_miles is the only radius that is used. LocationFilter.distance_in_miles is 10 by default. Note that the value of LocationFilter.distance_in_miles is 0 if it is unset, so the server does not differentiate LocationFilter.distance_in_miles that is explicitly set to 0 and LocationFilter.distance_in_miles that is not set. Which means that if LocationFilter.distance_in_miles is explicitly set to 0, the server will use the default value of LocationFilter.distance_in_miles which is 10. To work around this and effectively set LocationFilter.distance_in_miles to 0, we recommend setting LocationFilter.distance_in_miles to a very small decimal number (such as 0.00001). If LocationFilter.distance_in_miles is negative, an error is thrown.

repeated .google.cloud.talent.v4beta1.LocationFilter location_filters = 2;

Parameter
NameDescription
indexint
Returns
TypeDescription
LocationFilterOrBuilder

getLocationFiltersOrBuilderList()

public List<? extends LocationFilterOrBuilder> getLocationFiltersOrBuilderList()

The location filter specifies geo-regions containing the profiles to search against. One of LocationFilter.address or LocationFilter.lat_lng must be provided or an error is thrown. If both LocationFilter.address and LocationFilter.lat_lng are provided, an error is thrown. The following logic is used to determine which locations in the profile to filter against:

  1. All of the profile's geocoded Profile.addresses where Address.usage is PERSONAL and Address.current is true.
  2. If the above set of locations is empty, all of the profile's geocoded Profile.addresses where Address.usage is CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is true.
  3. If the above set of locations is empty, all of the profile's geocoded Profile.addresses where Address.usage is PERSONAL or CONTACT_INFO_USAGE_UNSPECIFIED and Address.current is not set. This means that any profiles without any Profile.addresses that match any of the above criteria will not be included in a search with location filter. Furthermore, any Profile.addresses where Address.usage is WORK or SCHOOL or where Address.current is false are not considered for location filter. If a location filter isn't specified, profiles fitting the other search criteria are retrieved regardless of where they're located. If LocationFilter.negated is specified, the result doesn't contain profiles from that location. If LocationFilter.address is provided, the LocationType, center point (latitude and longitude), and radius are automatically detected by the Google Maps Geocoding API and included as well. If LocationFilter.address cannot be geocoded, the filter falls back to keyword search. If the detected LocationType is LocationType.SUB_ADMINISTRATIVE_AREA, LocationType.ADMINISTRATIVE_AREA, or LocationType.COUNTRY, the filter is performed against the detected location name (using exact text matching). Otherwise, the filter is performed against the detected center point and a radius of detected location radius + LocationFilter.distance_in_miles. If LocationFilter.address is provided, LocationFilter.distance_in_miles is the additional radius on top of the radius of the location geocoded from LocationFilter.address. If LocationFilter.lat_lng is provided, LocationFilter.distance_in_miles is the only radius that is used. LocationFilter.distance_in_miles is 10 by default. Note that the value of LocationFilter.distance_in_miles is 0 if it is unset, so the server does not differentiate LocationFilter.distance_in_miles that is explicitly set to 0 and LocationFilter.distance_in_miles that is not set. Which means that if LocationFilter.distance_in_miles is explicitly set to 0, the server will use the default value of LocationFilter.distance_in_miles which is 10. To work around this and effectively set LocationFilter.distance_in_miles to 0, we recommend setting LocationFilter.distance_in_miles to a very small decimal number (such as 0.00001). If LocationFilter.distance_in_miles is negative, an error is thrown.

repeated .google.cloud.talent.v4beta1.LocationFilter location_filters = 2;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.LocationFilterOrBuilder>

getParserForType()

public Parser<ProfileQuery> getParserForType()
Returns
TypeDescription
Parser<ProfileQuery>
Overrides

getPersonNameFilters(int index)

public PersonNameFilter getPersonNameFilters(int index)

Person name filter specifies person name of profiles to match on. If multiple person name filters are specified, profiles that match any person name filters are retrieved. For example, search for profiles of candidates with name "John Smith".

repeated .google.cloud.talent.v4beta1.PersonNameFilter person_name_filters = 17;

Parameter
NameDescription
indexint
Returns
TypeDescription
PersonNameFilter

getPersonNameFiltersCount()

public int getPersonNameFiltersCount()

Person name filter specifies person name of profiles to match on. If multiple person name filters are specified, profiles that match any person name filters are retrieved. For example, search for profiles of candidates with name "John Smith".

repeated .google.cloud.talent.v4beta1.PersonNameFilter person_name_filters = 17;

Returns
TypeDescription
int

getPersonNameFiltersList()

public List<PersonNameFilter> getPersonNameFiltersList()

Person name filter specifies person name of profiles to match on. If multiple person name filters are specified, profiles that match any person name filters are retrieved. For example, search for profiles of candidates with name "John Smith".

repeated .google.cloud.talent.v4beta1.PersonNameFilter person_name_filters = 17;

Returns
TypeDescription
List<PersonNameFilter>

getPersonNameFiltersOrBuilder(int index)

public PersonNameFilterOrBuilder getPersonNameFiltersOrBuilder(int index)

Person name filter specifies person name of profiles to match on. If multiple person name filters are specified, profiles that match any person name filters are retrieved. For example, search for profiles of candidates with name "John Smith".

repeated .google.cloud.talent.v4beta1.PersonNameFilter person_name_filters = 17;

Parameter
NameDescription
indexint
Returns
TypeDescription
PersonNameFilterOrBuilder

getPersonNameFiltersOrBuilderList()

public List<? extends PersonNameFilterOrBuilder> getPersonNameFiltersOrBuilderList()

Person name filter specifies person name of profiles to match on. If multiple person name filters are specified, profiles that match any person name filters are retrieved. For example, search for profiles of candidates with name "John Smith".

repeated .google.cloud.talent.v4beta1.PersonNameFilter person_name_filters = 17;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.PersonNameFilterOrBuilder>

getQuery()

public String getQuery()

Keywords to match any text fields of profiles. For example, "software engineer in Palo Alto".

string query = 1;

Returns
TypeDescription
String

The query.

getQueryBytes()

public ByteString getQueryBytes()

Keywords to match any text fields of profiles. For example, "software engineer in Palo Alto".

string query = 1;

Returns
TypeDescription
ByteString

The bytes for query.

getSerializedSize()

public int getSerializedSize()
Returns
TypeDescription
int
Overrides

getSkillFilters(int index)

public SkillFilter getSkillFilters(int index)

Skill filter specifies skill of profiles to match on. If a skill filter isn't specified, profiles with any skills are retrieved. If multiple skill filters are specified, profiles that match any skill filters are retrieved. If SkillFilter.negated is specified, the result won't contain profiles that match the skills. For example, search for profiles that have "Java" and "Python" in skill list.

repeated .google.cloud.talent.v4beta1.SkillFilter skill_filters = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
SkillFilter

getSkillFiltersCount()

public int getSkillFiltersCount()

Skill filter specifies skill of profiles to match on. If a skill filter isn't specified, profiles with any skills are retrieved. If multiple skill filters are specified, profiles that match any skill filters are retrieved. If SkillFilter.negated is specified, the result won't contain profiles that match the skills. For example, search for profiles that have "Java" and "Python" in skill list.

repeated .google.cloud.talent.v4beta1.SkillFilter skill_filters = 6;

Returns
TypeDescription
int

getSkillFiltersList()

public List<SkillFilter> getSkillFiltersList()

Skill filter specifies skill of profiles to match on. If a skill filter isn't specified, profiles with any skills are retrieved. If multiple skill filters are specified, profiles that match any skill filters are retrieved. If SkillFilter.negated is specified, the result won't contain profiles that match the skills. For example, search for profiles that have "Java" and "Python" in skill list.

repeated .google.cloud.talent.v4beta1.SkillFilter skill_filters = 6;

Returns
TypeDescription
List<SkillFilter>

getSkillFiltersOrBuilder(int index)

public SkillFilterOrBuilder getSkillFiltersOrBuilder(int index)

Skill filter specifies skill of profiles to match on. If a skill filter isn't specified, profiles with any skills are retrieved. If multiple skill filters are specified, profiles that match any skill filters are retrieved. If SkillFilter.negated is specified, the result won't contain profiles that match the skills. For example, search for profiles that have "Java" and "Python" in skill list.

repeated .google.cloud.talent.v4beta1.SkillFilter skill_filters = 6;

Parameter
NameDescription
indexint
Returns
TypeDescription
SkillFilterOrBuilder

getSkillFiltersOrBuilderList()

public List<? extends SkillFilterOrBuilder> getSkillFiltersOrBuilderList()

Skill filter specifies skill of profiles to match on. If a skill filter isn't specified, profiles with any skills are retrieved. If multiple skill filters are specified, profiles that match any skill filters are retrieved. If SkillFilter.negated is specified, the result won't contain profiles that match the skills. For example, search for profiles that have "Java" and "Python" in skill list.

repeated .google.cloud.talent.v4beta1.SkillFilter skill_filters = 6;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.SkillFilterOrBuilder>

getTimeFilters(int index)

public TimeFilter getTimeFilters(int index)

Time filter specifies the create/update timestamp of the profiles to match on. For example, search for profiles created since "2018-1-1".

repeated .google.cloud.talent.v4beta1.TimeFilter time_filters = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
TimeFilter

getTimeFiltersCount()

public int getTimeFiltersCount()

Time filter specifies the create/update timestamp of the profiles to match on. For example, search for profiles created since "2018-1-1".

repeated .google.cloud.talent.v4beta1.TimeFilter time_filters = 8;

Returns
TypeDescription
int

getTimeFiltersList()

public List<TimeFilter> getTimeFiltersList()

Time filter specifies the create/update timestamp of the profiles to match on. For example, search for profiles created since "2018-1-1".

repeated .google.cloud.talent.v4beta1.TimeFilter time_filters = 8;

Returns
TypeDescription
List<TimeFilter>

getTimeFiltersOrBuilder(int index)

public TimeFilterOrBuilder getTimeFiltersOrBuilder(int index)

Time filter specifies the create/update timestamp of the profiles to match on. For example, search for profiles created since "2018-1-1".

repeated .google.cloud.talent.v4beta1.TimeFilter time_filters = 8;

Parameter
NameDescription
indexint
Returns
TypeDescription
TimeFilterOrBuilder

getTimeFiltersOrBuilderList()

public List<? extends TimeFilterOrBuilder> getTimeFiltersOrBuilderList()

Time filter specifies the create/update timestamp of the profiles to match on. For example, search for profiles created since "2018-1-1".

repeated .google.cloud.talent.v4beta1.TimeFilter time_filters = 8;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.TimeFilterOrBuilder>

getUnknownFields()

public final UnknownFieldSet getUnknownFields()
Returns
TypeDescription
UnknownFieldSet
Overrides

getWorkExperienceFilter(int index)

public WorkExperienceFilter getWorkExperienceFilter(int index)

Work experience filter specifies the total working experience of profiles to match on. If a work experience filter isn't specified, profiles with any professional experience are retrieved. If multiple work experience filters are specified, profiles that match any work experience filters are retrieved. For example, search for profiles with 10 years of work experience.

repeated .google.cloud.talent.v4beta1.WorkExperienceFilter work_experience_filter = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
WorkExperienceFilter

getWorkExperienceFilterCount()

public int getWorkExperienceFilterCount()

Work experience filter specifies the total working experience of profiles to match on. If a work experience filter isn't specified, profiles with any professional experience are retrieved. If multiple work experience filters are specified, profiles that match any work experience filters are retrieved. For example, search for profiles with 10 years of work experience.

repeated .google.cloud.talent.v4beta1.WorkExperienceFilter work_experience_filter = 7;

Returns
TypeDescription
int

getWorkExperienceFilterList()

public List<WorkExperienceFilter> getWorkExperienceFilterList()

Work experience filter specifies the total working experience of profiles to match on. If a work experience filter isn't specified, profiles with any professional experience are retrieved. If multiple work experience filters are specified, profiles that match any work experience filters are retrieved. For example, search for profiles with 10 years of work experience.

repeated .google.cloud.talent.v4beta1.WorkExperienceFilter work_experience_filter = 7;

Returns
TypeDescription
List<WorkExperienceFilter>

getWorkExperienceFilterOrBuilder(int index)

public WorkExperienceFilterOrBuilder getWorkExperienceFilterOrBuilder(int index)

Work experience filter specifies the total working experience of profiles to match on. If a work experience filter isn't specified, profiles with any professional experience are retrieved. If multiple work experience filters are specified, profiles that match any work experience filters are retrieved. For example, search for profiles with 10 years of work experience.

repeated .google.cloud.talent.v4beta1.WorkExperienceFilter work_experience_filter = 7;

Parameter
NameDescription
indexint
Returns
TypeDescription
WorkExperienceFilterOrBuilder

getWorkExperienceFilterOrBuilderList()

public List<? extends WorkExperienceFilterOrBuilder> getWorkExperienceFilterOrBuilderList()

Work experience filter specifies the total working experience of profiles to match on. If a work experience filter isn't specified, profiles with any professional experience are retrieved. If multiple work experience filters are specified, profiles that match any work experience filters are retrieved. For example, search for profiles with 10 years of work experience.

repeated .google.cloud.talent.v4beta1.WorkExperienceFilter work_experience_filter = 7;

Returns
TypeDescription
List<? extends com.google.cloud.talent.v4beta1.WorkExperienceFilterOrBuilder>

hasCandidateAvailabilityFilter()

public boolean hasCandidateAvailabilityFilter()

Deprecated. Use availability_filters instead. The candidate availability filter which filters based on availability signals. Signal 1: Number of days since most recent job application. See Availability.JobApplicationAvailabilitySignal for the details of this signal. Signal 2: Number of days since last profile update. See Availability.ProfileUpdateAvailabilitySignal for the details of this signal. The candidate availability filter helps a recruiter understand if a specific candidate is likely to be actively seeking new job opportunities based on an aggregated set of signals. Specifically, the intent is NOT to indicate the candidate's potential qualification / interest / close ability for a specific job.

.google.cloud.talent.v4beta1.CandidateAvailabilityFilter candidate_availability_filter = 16 [deprecated = true];

Returns
TypeDescription
boolean

Whether the candidateAvailabilityFilter field is set.

hasHirableFilter()

public boolean hasHirableFilter()

The hirable filter specifies the profile's hirable status to match on.

.google.protobuf.BoolValue hirable_filter = 9;

Returns
TypeDescription
boolean

Whether the hirableFilter field is set.

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

newBuilderForType()

public ProfileQuery.Builder newBuilderForType()
Returns
TypeDescription
ProfileQuery.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ProfileQuery.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
NameDescription
parentBuilderParent
Returns
TypeDescription
ProfileQuery.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
NameDescription
unusedUnusedPrivateParameter
Returns
TypeDescription
Object
Overrides

toBuilder()

public ProfileQuery.Builder toBuilder()
Returns
TypeDescription
ProfileQuery.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
NameDescription
outputCodedOutputStream
Overrides Exceptions
TypeDescription
IOException