Class: Google::Cloud::Talent::V4beta1::Activity

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#activity_description_snippetString

Returns 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.

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.



716
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716

class Activity; end

#activity_name_snippetString

Returns 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.

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.



716
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716

class Activity; end

#create_dateGoogle::Type::Date

Returns The first creation date of the activity.

Returns:



716
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716

class Activity; end

#descriptionString

Returns Activity description.

Number of characters allowed is 100,000.

Returns:

  • (String)

    Activity description.

    Number of characters allowed is 100,000.



716
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716

class Activity; end

#display_nameString

Returns Activity display name.

Number of characters allowed is 100.

Returns:

  • (String)

    Activity display name.

    Number of characters allowed is 100.



716
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716

class Activity; end

#skills_usedArray<Google::Cloud::Talent::V4beta1::Skill>

Returns A list of skills used in this activity.

The limitation for max number of skills used is 50.

Returns:



716
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716

class Activity; end

#skills_used_snippetArray<String>

Returns 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.

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.



716
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716

class Activity; end

#team_membersArray<String>

Returns 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.



716
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716

class Activity; end

#update_dateGoogle::Type::Date

Returns The last update date of the activity.

Returns:



716
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716

class Activity; end

#uriString

Returns Activity URI.

Number of characters allowed is 4,000.

Returns:

  • (String)

    Activity URI.

    Number of characters allowed is 4,000.



716
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716

class Activity; end