Class: Google::Cloud::Talent::V4beta1::AdditionalContactInfo

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 contact information other than phone, email, URI and addresses.

Instance Attribute Summary collapse

Instance Attribute Details

#contact_id::String

Returns The contact id.

Number of characters allowed is 100.

Returns:

  • (::String)

    The contact id.

    Number of characters allowed is 100.



513
514
515
516
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 513

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

#name::String

Returns The name of the contact method.

For example, "hangout", "skype".

Number of characters allowed is 100.

Returns:

  • (::String)

    The name of the contact method.

    For example, "hangout", "skype".

    Number of characters allowed is 100.



513
514
515
516
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 513

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

#usage::Google::Cloud::Talent::V4beta1::ContactInfoUsage

Returns The usage of this contact method. For example, SCHOOL, WORK, PERSONAL.

Returns:



513
514
515
516
# File 'proto_docs/google/cloud/talent/v4beta1/profile.rb', line 513

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