Represents an Activity.
Package
@google-cloud/talent!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.talent.v4beta1.IActivity);Constructs a new Activity.
| Name | Description |
| properties |
IActivity
Properties to set |
Properties
activityDescriptionSnippet
public activityDescriptionSnippet: string;Activity activityDescriptionSnippet.
| Type | Description |
| string |
activityNameSnippet
public activityNameSnippet: string;Activity activityNameSnippet.
| Type | Description |
| string |
createDate
public createDate?: (google.type.IDate|null);Activity createDate.
| Type | Description |
| (google.type.IDate|null) |
description
public description: string;Activity description.
| Type | Description |
| string |
displayName
public displayName: string;Activity displayName.
| Type | Description |
| string |
skillsUsed
public skillsUsed: google.cloud.talent.v4beta1.ISkill[];Activity skillsUsed.
| Type | Description |
| google.cloud.talent.v4beta1.ISkill[] |
skillsUsedSnippet
public skillsUsedSnippet: string[];Activity skillsUsedSnippet.
| Type | Description |
| string[] |
teamMembers
public teamMembers: string[];Activity teamMembers.
| Type | Description |
| string[] |
updateDate
public updateDate?: (google.type.IDate|null);Activity updateDate.
| Type | Description |
| (google.type.IDate|null) |
uri
public uri: string;Activity uri.
| Type | Description |
| string |
Methods
create(properties)
public static create(properties?: google.cloud.talent.v4beta1.IActivity): google.cloud.talent.v4beta1.Activity;Creates a new Activity instance using the specified properties.
| Name | Description |
| properties |
IActivity
Properties to set |
| Type | Description |
| google.cloud.talent.v4beta1.Activity | Activity instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.talent.v4beta1.Activity;Decodes an Activity message from the specified reader or buffer.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| length |
number
Message length if known beforehand |
| Type | Description |
| google.cloud.talent.v4beta1.Activity | Activity |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.talent.v4beta1.Activity;Decodes an Activity message from the specified reader or buffer, length delimited.
| Name | Description |
| reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
| Type | Description |
| google.cloud.talent.v4beta1.Activity | Activity |
encode(message, writer)
public static encode(message: google.cloud.talent.v4beta1.IActivity, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Activity message. Does not implicitly messages.
| Name | Description |
| message |
IActivity
Activity message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.talent.v4beta1.IActivity, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified Activity message, length delimited. Does not implicitly messages.
| Name | Description |
| message |
IActivity
Activity message or plain object to encode |
| writer |
$protobuf.Writer
Writer to encode to |
| Type | Description |
| $protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.talent.v4beta1.Activity;Creates an Activity message from a plain object. Also converts values to their respective internal types.
| Name | Description |
| object |
{ [k: string]: any }
Plain object |
| Type | Description |
| google.cloud.talent.v4beta1.Activity | Activity |
toJSON()
public toJSON(): { [k: string]: any };Converts this Activity to JSON.
| Type | Description |
| { [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.talent.v4beta1.Activity, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from an Activity message. Also converts values to other types if specified.
| Name | Description |
| message |
google.cloud.talent.v4beta1.Activity
Activity |
| options |
$protobuf.IConversionOptions
Conversion options |
| Type | Description |
| { [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies an Activity message.
| Name | Description |
| message |
{ [k: string]: any }
Plain object to verify |
| Type | Description |
| (string|null) |
|