Cloud Talent Solution V4beta1 API - Class Google::Cloud::Talent::V4beta1::Activity (v0.4.6)

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
Returns
  • (::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
Returns
  • (::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
Returns

#create_date=

def create_date=(value) -> ::Google::Type::Date
Parameter
Returns

#description

def description() -> ::String
Returns
  • (::String) — Activity description.

    Number of characters allowed is 100,000.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Activity description.

    Number of characters allowed is 100,000.

Returns
  • (::String) — Activity description.

    Number of characters allowed is 100,000.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Activity display name.

    Number of characters allowed is 100.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Activity display name.

    Number of characters allowed is 100.

Returns
  • (::String) — Activity display name.

    Number of characters allowed is 100.

#skills_used

def skills_used() -> ::Array<::Google::Cloud::Talent::V4beta1::Skill>
Returns

#skills_used=

def skills_used=(value) -> ::Array<::Google::Cloud::Talent::V4beta1::Skill>
Parameter
Returns

#skills_used_snippet

def skills_used_snippet() -> ::Array<::String>
Returns
  • (::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>
Returns
  • (::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>
Parameter
  • 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.

Returns
  • (::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
Returns

#update_date=

def update_date=(value) -> ::Google::Type::Date
Parameter
Returns

#uri

def uri() -> ::String
Returns
  • (::String) — Activity URI.

    Number of characters allowed is 4,000.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — Activity URI.

    Number of characters allowed is 4,000.

Returns
  • (::String) — Activity URI.

    Number of characters allowed is 4,000.