Class: Google::Ads::AdManager::V1::Company
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Company
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/company_messages.rb
Overview
The Company
resource.
Instance Attribute Summary collapse
-
#address ⇒ ::String
Optional.
-
#applied_labels ⇒ ::Array<::Google::Ads::AdManager::V1::AppliedLabel>
Optional.
-
#applied_teams ⇒ ::Array<::String>
Optional.
-
#comment ⇒ ::String
Optional.
-
#company_id ⇒ ::Integer
readonly
Output only.
-
#credit_status ⇒ ::Google::Ads::AdManager::V1::CompanyCreditStatusEnum::CompanyCreditStatus
Optional.
-
#display_name ⇒ ::String
Required.
-
#email ⇒ ::String
Optional.
-
#external_id ⇒ ::String
Optional.
-
#fax ⇒ ::String
Optional.
-
#name ⇒ ::String
Identifier.
-
#phone ⇒ ::String
Optional.
-
#primary_contact ⇒ ::String
Optional.
-
#third_party_company_id ⇒ ::Integer
Optional.
-
#type ⇒ ::Google::Ads::AdManager::V1::CompanyTypeEnum::CompanyType
Required.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
Instance Attribute Details
#address ⇒ ::String
Returns Optional. The address for the Company
.
This value has a maximum length of 1024 characters.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#applied_labels ⇒ ::Array<::Google::Ads::AdManager::V1::AppliedLabel>
Returns Optional. The labels that are directly applied to the Company
.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#applied_teams ⇒ ::Array<::String>
Returns Optional. The resource names of Teams that are directly associated with the
Company
. Format: "networks/{network_code}/teams/{team_id}".
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#comment ⇒ ::String
Returns Optional. Comments about the Company
.
This value has a maximum length of 1024 characters.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#company_id ⇒ ::Integer (readonly)
Returns Output only. Company
ID.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#credit_status ⇒ ::Google::Ads::AdManager::V1::CompanyCreditStatusEnum::CompanyCreditStatus
Returns Optional. The credit status of the Company
.
This attribute defaults to ACTIVE
if basic settings are enabled and
ON_HOLD
if advance settings are enabled.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The display name of the Company
.
This value has a maximum length of 127 characters.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#email ⇒ ::String
Returns Optional. The email for the Company
.
This value has a maximum length of 128 characters.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#external_id ⇒ ::String
Returns Optional. The external ID for the Company
.
This value has a maximum length of 255 characters.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#fax ⇒ ::String
Returns Optional. The fax number for the Company
.
This value has a maximum length of 63 characters.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the Company
.
Format: networks/{network_code}/companies/{company_id}
.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#phone ⇒ ::String
Returns Optional. The phone number for the Company
.
This value has a maximum length of 63 characters.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#primary_contact ⇒ ::String
Returns Optional. The resource names of primary Contact of the Company
.
Format: "networks/{network_code}/contacts/{contact_id}".
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#third_party_company_id ⇒ ::Integer
Returns Optional. The ID of the Google-recognized canonicalized form of the
Company
.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#type ⇒ ::Google::Ads::AdManager::V1::CompanyTypeEnum::CompanyType
Returns Required. The type of the Company
.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
Returns Output only. The time the Company
was last modified.
94 95 96 97 |
# File 'proto_docs/google/ads/admanager/v1/company_messages.rb', line 94 class Company include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |