Reference documentation and code samples for the Cloud Talent Solution V4beta1 API class Google::Cloud::Talent::V4beta1::Activity.
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.
Inherits
- Object
 
Extended By
- Google::Protobuf::MessageExts::ClassMethods
 
Includes
- Google::Protobuf::MessageExts
 
Methods
#activity_description_snippet
def activity_description_snippet() -> ::String- (::String) — Output only. Activity description snippet shows how the description is related to a search query. It's empty if the description isn't related to the search query.
 
#activity_name_snippet
def activity_name_snippet() -> ::String- (::String) — Output only. Activity name snippet shows how the display_name is related to a search query. It's empty if the display_name isn't related to the search query.
 
#create_date
def create_date() -> ::Google::Type::Date- (::Google::Type::Date) — The first creation date of the activity.
 
#create_date=
def create_date=(value) -> ::Google::Type::Date- value (::Google::Type::Date) — The first creation date of the activity.
 
- (::Google::Type::Date) — The first creation date of the activity.
 
#description
def description() -> ::String- 
        (::String) — Activity description.
Number of characters allowed is 100,000.
 
#description=
def description=(value) -> ::String- 
        value (::String) — Activity description.
Number of characters allowed is 100,000.
 
- 
        (::String) — Activity description.
Number of characters allowed is 100,000.
 
#display_name
def display_name() -> ::String- 
        (::String) — Activity display name.
Number of characters allowed is 100.
 
#display_name=
def display_name=(value) -> ::String- 
        value (::String) — Activity display name.
Number of characters allowed is 100.
 
- 
        (::String) — Activity display name.
Number of characters allowed is 100.
 
#skills_used
def skills_used() -> ::Array<::Google::Cloud::Talent::V4beta1::Skill>- 
        (::Array<::Google::Cloud::Talent::V4beta1::Skill>) — A list of skills used in this activity.
The limitation for max number of skills used is 50.
 
#skills_used=
def skills_used=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::Skill>- 
        value (::Array<::Google::Cloud::Talent::V4beta1::Skill>) — A list of skills used in this activity.
The limitation for max number of skills used is 50.
 
- 
        (::Array<::Google::Cloud::Talent::V4beta1::Skill>) — A list of skills used in this activity.
The limitation for max number of skills used is 50.
 
#skills_used_snippet
def skills_used_snippet() -> ::Array<::String>- (::Array<::String>) — Output only. Skill used snippet shows how the corresponding skills_used are related to a search query. It's empty if the corresponding skills_used are not related to the search query.
 
#team_members
def team_members() -> ::Array<::String>- 
        (::Array<::String>) — 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.
 
#team_members=
def team_members=(value) -> ::Array<::String>- 
        value (::Array<::String>) — 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.
 
- 
        (::Array<::String>) — 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.
 
#update_date
def update_date() -> ::Google::Type::Date- (::Google::Type::Date) — The last update date of the activity.
 
#update_date=
def update_date=(value) -> ::Google::Type::Date- value (::Google::Type::Date) — The last update date of the activity.
 
- (::Google::Type::Date) — The last update date of the activity.
 
#uri
def uri() -> ::String- 
        (::String) — Activity URI.
Number of characters allowed is 4,000.
 
#uri=
def uri=(value) -> ::String- 
        value (::String) — Activity URI.
Number of characters allowed is 4,000.
 
- 
        (::String) — Activity URI.
Number of characters allowed is 4,000.