Class protos.google.cloud.talent.v4beta1.Application (3.5.1)

Represents an Application.

Package

@google-cloud/talent

Constructors

(constructor)(properties)

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

Constructs a new Application.

Parameter
NameDescription
properties IApplication

Properties to set

Properties

applicationDate

public applicationDate?: (google.type.IDate|null);

Application applicationDate.

company

public company: string;

Application company.

createTime

public createTime?: (google.protobuf.ITimestamp|null);

Application createTime.

externalId

public externalId: string;

Application externalId.

interviews

public interviews: google.cloud.talent.v4beta1.IInterview[];

Application interviews.

isMatch

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

Application isMatch.

job

public job: string;

Application job.

jobTitleSnippet

public jobTitleSnippet: string;

Application jobTitleSnippet.

name

public name: string;

Application name.

outcome

public outcome: (google.cloud.talent.v4beta1.Outcome|keyof typeof google.cloud.talent.v4beta1.Outcome);

Application outcome.

outcomeNotes

public outcomeNotes: string;

Application outcomeNotes.

profile

public profile: string;

Application profile.

referral

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

Application referral.

stage

public stage: (google.cloud.talent.v4beta1.Application.ApplicationStage|keyof typeof google.cloud.talent.v4beta1.Application.ApplicationStage);

Application stage.

state

public state: (google.cloud.talent.v4beta1.Application.ApplicationState|keyof typeof google.cloud.talent.v4beta1.Application.ApplicationState);

Application state.

updateTime

public updateTime?: (google.protobuf.ITimestamp|null);

Application updateTime.

Methods

create(properties)

public static create(properties?: google.cloud.talent.v4beta1.IApplication): google.cloud.talent.v4beta1.Application;

Creates a new Application instance using the specified properties.

Parameter
NameDescription
properties IApplication

Properties to set

Returns
TypeDescription
google.cloud.talent.v4beta1.Application

Application instance

decode(reader, length)

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

Decodes an Application 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.Application

Application

decodeDelimited(reader)

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

Decodes an Application 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.Application

Application

encode(message, writer)

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

Encodes the specified Application message. Does not implicitly messages.

Parameters
NameDescription
message IApplication

Application 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.IApplication, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IApplication

Application 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.Application;

Creates an Application 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.Application

Application

toJSON()

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

Converts this Application to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

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

Application

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

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

Verifies an Application 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