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

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

Activity description.

Number of characters allowed is 100,000.

Returns:

  • (String)

    Optional.

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

Activity display name.

Number of characters allowed is 100.

Returns:

  • (String)

    Optional.

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

A list of skills used in this activity.

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

A list of team members involved in this activity.

Number of characters allowed is 100.

Returns:

  • (Array<String>)

    Optional.

    A list of team members involved in this activity.

    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

#update_dateGoogle::Type::Date

Returns Optional.

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

Activity URI.

Number of characters allowed is 4,000.

Returns:

  • (String)

    Optional.

    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