Class: Google::Cloud::Talent::V4beta1::Activity
- Inherits:
-
Object
- Object
- Google::Cloud::Talent::V4beta1::Activity
- 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
-
#activity_description_snippet ⇒ String
Output only.
-
#activity_name_snippet ⇒ String
Output only.
-
#create_date ⇒ Google::Type::Date
Optional.
-
#description ⇒ String
Optional.
-
#display_name ⇒ String
Optional.
-
#skills_used ⇒ Array<Google::Cloud::Talent::V4beta1::Skill>
Optional.
-
#skills_used_snippet ⇒ Array<String>
Output only.
-
#team_members ⇒ Array<String>
Optional.
-
#update_date ⇒ Google::Type::Date
Optional.
-
#uri ⇒ String
Optional.
Instance Attribute Details
#activity_description_snippet ⇒ String
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.
716 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716 class Activity; end |
#activity_name_snippet ⇒ String
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.
716 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716 class Activity; end |
#create_date ⇒ Google::Type::Date
Returns Optional.
The first creation date of the activity.
716 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716 class Activity; end |
#description ⇒ String
Returns 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_name ⇒ String
Returns 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_used ⇒ Array<Google::Cloud::Talent::V4beta1::Skill>
Returns Optional.
A list of skills used in this activity.
716 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716 class Activity; end |
#skills_used_snippet ⇒ Array<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.
716 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716 class Activity; end |
#team_members ⇒ Array<String>
Returns 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_date ⇒ Google::Type::Date
Returns Optional.
The last update date of the activity.
716 |
# File 'lib/google/cloud/talent/v4beta1/doc/google/cloud/talent/v4beta1/profile.rb', line 716 class Activity; end |
#uri ⇒ String
Returns 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 |