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

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/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_snippet::String (readonly)

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.



710
711
712
713
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 710

class Activity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#activity_name_snippet::String (readonly)

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.



710
711
712
713
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 710

class Activity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#create_date::Google::Type::Date

Returns The first creation date of the activity.

Returns:



710
711
712
713
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 710

class Activity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#description::String

Returns Activity description.

Number of characters allowed is 100,000.

Returns:

  • (::String)

    Activity description.

    Number of characters allowed is 100,000.



710
711
712
713
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 710

class Activity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#display_name::String

Returns Activity display name.

Number of characters allowed is 100.

Returns:

  • (::String)

    Activity display name.

    Number of characters allowed is 100.



710
711
712
713
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 710

class Activity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#skills_used::Array<::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:



710
711
712
713
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 710

class Activity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#skills_used_snippet::Array<::String> (readonly)

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.



710
711
712
713
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 710

class Activity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#team_members::Array<::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.



710
711
712
713
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 710

class Activity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_date::Google::Type::Date

Returns The last update date of the activity.

Returns:



710
711
712
713
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 710

class Activity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#uri::String

Returns Activity URI.

Number of characters allowed is 4,000.

Returns:

  • (::String)

    Activity URI.

    Number of characters allowed is 4,000.



710
711
712
713
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 710

class Activity
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end