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

Represents an EmploymentRecord.

Package

@google-cloud/talent!

Constructors

(constructor)(properties)

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

Constructs a new EmploymentRecord.

Parameter
NameDescription
properties IEmploymentRecord

Properties to set

Properties

address

public address?: (google.cloud.talent.v4beta1.IAddress|null);

EmploymentRecord address.

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

divisionName

public divisionName: string;

EmploymentRecord divisionName.

Property Value
TypeDescription
string

employerName

public employerName: string;

EmploymentRecord employerName.

Property Value
TypeDescription
string

employerNameSnippet

public employerNameSnippet: string;

EmploymentRecord employerNameSnippet.

Property Value
TypeDescription
string

endDate

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

EmploymentRecord endDate.

Property Value
TypeDescription
(google.type.IDate|null)

isCurrent

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

EmploymentRecord isCurrent.

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

isSelfEmployed

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

EmploymentRecord isSelfEmployed.

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

isSupervisor

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

EmploymentRecord isSupervisor.

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

jobDescription

public jobDescription: string;

EmploymentRecord jobDescription.

Property Value
TypeDescription
string

jobDescriptionSnippet

public jobDescriptionSnippet: string;

EmploymentRecord jobDescriptionSnippet.

Property Value
TypeDescription
string

jobTitle

public jobTitle: string;

EmploymentRecord jobTitle.

Property Value
TypeDescription
string

jobTitleSnippet

public jobTitleSnippet: string;

EmploymentRecord jobTitleSnippet.

Property Value
TypeDescription
string

startDate

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

EmploymentRecord startDate.

Property Value
TypeDescription
(google.type.IDate|null)

Methods

create(properties)

public static create(properties?: google.cloud.talent.v4beta1.IEmploymentRecord): google.cloud.talent.v4beta1.EmploymentRecord;

Creates a new EmploymentRecord instance using the specified properties.

Parameter
NameDescription
properties IEmploymentRecord

Properties to set

Returns
TypeDescription
google.cloud.talent.v4beta1.EmploymentRecord

EmploymentRecord instance

decode(reader, length)

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

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

EmploymentRecord

decodeDelimited(reader)

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

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

EmploymentRecord

encode(message, writer)

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

Encodes the specified EmploymentRecord message. Does not implicitly messages.

Parameters
NameDescription
message IEmploymentRecord

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

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

Parameters
NameDescription
message IEmploymentRecord

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

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

EmploymentRecord

toJSON()

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

Converts this EmploymentRecord to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

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

EmploymentRecord

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 EmploymentRecord 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