Class: Google::Ads::AdManager::V1::Contact

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/contact_messages.rb

Overview

A contact represents a person who is affiliated with a single company. A contact can have a variety of contact information associated to it, and can be invited to view their company's orders, line items, creatives, and reports.

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns Optional. The address of the contact. This attribute has a maximum length of 1024 characters.

Returns:

  • (::String)

    Optional. The address of the contact. This attribute has a maximum length of 1024 characters.



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71

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

#cell_phone::String

Returns Optional. The cell phone number where the contact can be reached.

Returns:

  • (::String)

    Optional. The cell phone number where the contact can be reached.



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71

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

#comment::String

Returns Optional. A free-form text comment for the contact. This attribute has a maximum length of 1024 characters.

Returns:

  • (::String)

    Optional. A free-form text comment for the contact. This attribute has a maximum length of 1024 characters.



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71

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

#company::String

Returns Required. Immutable. The resource name of the Company. Format: "networks/{network_code}/companies/{company_id}".

Returns:

  • (::String)

    Required. Immutable. The resource name of the Company. Format: "networks/{network_code}/companies/{company_id}"



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71

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

#display_name::String

Returns Required. The name of the contact. This attribute has a maximum length of 127 characters.

Returns:

  • (::String)

    Required. The name of the contact. This attribute has a maximum length of 127 characters.



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71

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

#email::String

Returns Optional. The e-mail address where the contact can be reached. This attribute has a maximum length of 128 characters.

Returns:

  • (::String)

    Optional. The e-mail address where the contact can be reached. This attribute has a maximum length of 128 characters.



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71

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

#fax::String

Returns Optional. The fax number where the contact can be reached. This attribute has a maximum length of 1024 characters.

Returns:

  • (::String)

    Optional. The fax number where the contact can be reached. This attribute has a maximum length of 1024 characters.



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71

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

#name::String

Returns Identifier. The resource name of the Contact. Format: networks/{network_code}/contacts/{contact_id}.

Returns:

  • (::String)

    Identifier. The resource name of the Contact. Format: networks/{network_code}/contacts/{contact_id}



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71

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

#status::Google::Ads::AdManager::V1::ContactStatusEnum::ContactStatus (readonly)

Returns Output only. The status of the contact. This attribute is assigned by Google.

Returns:



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71

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

#title::String

Returns Optional. The job title of the contact. This attribute has a maximum length of 1024 characters.

Returns:

  • (::String)

    Optional. The job title of the contact. This attribute has a maximum length of 1024 characters.



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71

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

#work_phone::String

Returns Optional. The work phone number where the contact can be reached. This attribute has a maximum length of 1024 characters.

Returns:

  • (::String)

    Optional. The work phone number where the contact can be reached. This attribute has a maximum length of 1024 characters.



71
72
73
74
# File 'proto_docs/google/ads/admanager/v1/contact_messages.rb', line 71

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