Class Activity (2.0.0-beta07)

public sealed class Activity : IMessage<Activity>, IEquatable<Activity>, IDeepCloneable<Activity>, IBufferMessage, IMessage

Resource that represents an individual or collaborative activity participated in by a candidate, for example, an open-source project, a class assignment, and so on.

Inheritance

Object > Activity

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

Activity()

public Activity()

Activity(Activity)

public Activity(Activity other)
Parameter
NameDescription
otherActivity

Properties

ActivityDescriptionSnippet

public string ActivityDescriptionSnippet { get; set; }

Output only. Activity description snippet shows how the [description][google.cloud.talent.v4beta1.Activity.description] is related to a search query. It's empty if the [description][google.cloud.talent.v4beta1.Activity.description] isn't related to the search query.

Property Value
TypeDescription
String

ActivityNameSnippet

public string ActivityNameSnippet { get; set; }

Output only. Activity name snippet shows how the [display_name][google.cloud.talent.v4beta1.Activity.display_name] is related to a search query. It's empty if the [display_name][google.cloud.talent.v4beta1.Activity.display_name] isn't related to the search query.

Property Value
TypeDescription
String

CreateDate

public Date CreateDate { get; set; }

The first creation date of the activity.

Property Value
TypeDescription
Date

Description

public string Description { get; set; }

Activity description.

Number of characters allowed is 100,000.

Property Value
TypeDescription
String

DisplayName

public string DisplayName { get; set; }

Activity display name.

Number of characters allowed is 100.

Property Value
TypeDescription
String

SkillsUsed

public RepeatedField<Skill> SkillsUsed { get; }

A list of skills used in this activity.

The limitation for max number of skills used is 50.

Property Value
TypeDescription
RepeatedField<Skill>

SkillsUsedSnippet

public RepeatedField<string> SkillsUsedSnippet { get; }

Output only. Skill used snippet shows how the corresponding [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are related to a search query. It's empty if the corresponding [skills_used][google.cloud.talent.v4beta1.Activity.skills_used] are not related to the search query.

Property Value
TypeDescription
RepeatedField<String>

TeamMembers

public RepeatedField<string> TeamMembers { get; }

A list of team members involved in this activity.

Number of characters allowed is 100.

The limitation for max number of team members is 50.

Property Value
TypeDescription
RepeatedField<String>

UpdateDate

public Date UpdateDate { get; set; }

The last update date of the activity.

Property Value
TypeDescription
Date

Uri

public string Uri { get; set; }

Activity URI.

Number of characters allowed is 4,000.

Property Value
TypeDescription
String