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.
Implements
IMessage<Activity>, IEquatable<Activity>, IDeepCloneable<Activity>, IBufferMessage, IMessageNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
Activity()
public Activity()
Activity(Activity)
public Activity(Activity other)
Parameter | |
---|---|
Name | Description |
other | Activity |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
String |
CreateDate
public Date CreateDate { get; set; }
The first creation date of the activity.
Property Value | |
---|---|
Type | Description |
Date |
Description
public string Description { get; set; }
Activity description.
Number of characters allowed is 100,000.
Property Value | |
---|---|
Type | Description |
String |
DisplayName
public string DisplayName { get; set; }
Activity display name.
Number of characters allowed is 100.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
RepeatedField<String> |
UpdateDate
public Date UpdateDate { get; set; }
The last update date of the activity.
Property Value | |
---|---|
Type | Description |
Date |
Uri
public string Uri { get; set; }
Activity URI.
Number of characters allowed is 4,000.
Property Value | |
---|---|
Type | Description |
String |