Class protos.google.cloud.talent.v4beta1.ProfileQuery (3.4.1)

Represents a ProfileQuery.

Package

@google-cloud/talent!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.talent.v4beta1.IProfileQuery);

Constructs a new ProfileQuery.

Parameter
NameDescription
properties IProfileQuery

Properties to set

Properties

applicationDateFilters

public applicationDateFilters: google.cloud.talent.v4beta1.IApplicationDateFilter[];

ProfileQuery applicationDateFilters.

Property Value
TypeDescription
google.cloud.talent.v4beta1.IApplicationDateFilter[]

applicationJobFilters

public applicationJobFilters: google.cloud.talent.v4beta1.IApplicationJobFilter[];

ProfileQuery applicationJobFilters.

Property Value
TypeDescription
google.cloud.talent.v4beta1.IApplicationJobFilter[]

applicationOutcomeNotesFilters

public applicationOutcomeNotesFilters: google.cloud.talent.v4beta1.IApplicationOutcomeNotesFilter[];

ProfileQuery applicationOutcomeNotesFilters.

Property Value
TypeDescription
google.cloud.talent.v4beta1.IApplicationOutcomeNotesFilter[]

availabilityFilters

public availabilityFilters: google.cloud.talent.v4beta1.IAvailabilityFilter[];

ProfileQuery availabilityFilters.

Property Value
TypeDescription
google.cloud.talent.v4beta1.IAvailabilityFilter[]

candidateAvailabilityFilter

public candidateAvailabilityFilter?: (google.cloud.talent.v4beta1.ICandidateAvailabilityFilter|null);

ProfileQuery candidateAvailabilityFilter.

Property Value
TypeDescription
(google.cloud.talent.v4beta1.ICandidateAvailabilityFilter|null)

customAttributeFilter

public customAttributeFilter: string;

ProfileQuery customAttributeFilter.

Property Value
TypeDescription
string

educationFilters

public educationFilters: google.cloud.talent.v4beta1.IEducationFilter[];

ProfileQuery educationFilters.

Property Value
TypeDescription
google.cloud.talent.v4beta1.IEducationFilter[]

employerFilters

public employerFilters: google.cloud.talent.v4beta1.IEmployerFilter[];

ProfileQuery employerFilters.

Property Value
TypeDescription
google.cloud.talent.v4beta1.IEmployerFilter[]

hirableFilter

public hirableFilter?: (google.protobuf.IBoolValue|null);

ProfileQuery hirableFilter.

Property Value
TypeDescription
(google.protobuf.IBoolValue|null)

jobTitleFilters

public jobTitleFilters: google.cloud.talent.v4beta1.IJobTitleFilter[];

ProfileQuery jobTitleFilters.

Property Value
TypeDescription
google.cloud.talent.v4beta1.IJobTitleFilter[]

locationFilters

public locationFilters: google.cloud.talent.v4beta1.ILocationFilter[];

ProfileQuery locationFilters.

Property Value
TypeDescription
google.cloud.talent.v4beta1.ILocationFilter[]

personNameFilters

public personNameFilters: google.cloud.talent.v4beta1.IPersonNameFilter[];

ProfileQuery personNameFilters.

Property Value
TypeDescription
google.cloud.talent.v4beta1.IPersonNameFilter[]

query

public query: string;

ProfileQuery query.

Property Value
TypeDescription
string

skillFilters

public skillFilters: google.cloud.talent.v4beta1.ISkillFilter[];

ProfileQuery skillFilters.

Property Value
TypeDescription
google.cloud.talent.v4beta1.ISkillFilter[]

timeFilters

public timeFilters: google.cloud.talent.v4beta1.ITimeFilter[];

ProfileQuery timeFilters.

Property Value
TypeDescription
google.cloud.talent.v4beta1.ITimeFilter[]

workExperienceFilter

public workExperienceFilter: google.cloud.talent.v4beta1.IWorkExperienceFilter[];

ProfileQuery workExperienceFilter.

Property Value
TypeDescription
google.cloud.talent.v4beta1.IWorkExperienceFilter[]

Methods

create(properties)

public static create(properties?: google.cloud.talent.v4beta1.IProfileQuery): google.cloud.talent.v4beta1.ProfileQuery;

Creates a new ProfileQuery instance using the specified properties.

Parameter
NameDescription
properties IProfileQuery

Properties to set

Returns
TypeDescription
google.cloud.talent.v4beta1.ProfileQuery

ProfileQuery instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.talent.v4beta1.ProfileQuery;

Decodes a ProfileQuery message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.talent.v4beta1.ProfileQuery

ProfileQuery

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.talent.v4beta1.ProfileQuery;

Decodes a ProfileQuery message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.talent.v4beta1.ProfileQuery

ProfileQuery

encode(message, writer)

public static encode(message: google.cloud.talent.v4beta1.IProfileQuery, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ProfileQuery message. Does not implicitly messages.

Parameters
NameDescription
message IProfileQuery

ProfileQuery message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.talent.v4beta1.IProfileQuery, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ProfileQuery message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IProfileQuery

ProfileQuery message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.talent.v4beta1.ProfileQuery;

Creates a ProfileQuery message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.talent.v4beta1.ProfileQuery

ProfileQuery

toJSON()

public toJSON(): { [k: string]: any };

Converts this ProfileQuery to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.talent.v4beta1.ProfileQuery, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a ProfileQuery message. Also converts values to other types if specified.

Parameters
NameDescription
message google.cloud.talent.v4beta1.ProfileQuery

ProfileQuery

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a ProfileQuery message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not