Class: Google::Ads::AdManager::V1::RichMediaAdsCompany
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::RichMediaAdsCompany
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/rich_media_ads_company_messages.rb
Overview
Represents a Rich Media Ads Company, typically used for vendor compliance.
Instance Attribute Summary collapse
-
#company_gvl_id ⇒ ::Integer
readonly
Output only.
-
#display_name ⇒ ::String
readonly
Output only.
-
#gdpr_status ⇒ ::Google::Ads::AdManager::V1::RichMediaAdsCompanyGdprStatusEnum::RichMediaAdsCompanyGdprStatus
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#policy_url ⇒ ::String
readonly
Output only.
Instance Attribute Details
#company_gvl_id ⇒ ::Integer (readonly)
Returns Output only. The GVL ID of the Rich Media Ads Company.
42 43 44 45 |
# File 'proto_docs/google/ads/admanager/v1/rich_media_ads_company_messages.rb', line 42 class RichMediaAdsCompany include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String (readonly)
Returns Output only. The name of the Rich Media Ads Company.
42 43 44 45 |
# File 'proto_docs/google/ads/admanager/v1/rich_media_ads_company_messages.rb', line 42 class RichMediaAdsCompany include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#gdpr_status ⇒ ::Google::Ads::AdManager::V1::RichMediaAdsCompanyGdprStatusEnum::RichMediaAdsCompanyGdprStatus (readonly)
Returns Output only. The GDPR status of the Rich Media Ads Company.
42 43 44 45 |
# File 'proto_docs/google/ads/admanager/v1/rich_media_ads_company_messages.rb', line 42 class RichMediaAdsCompany include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the RichMediaAdsCompany.
Format:
networks/{network_code}/richMediaAdsCompanies/{rich_media_ads_company_id}.
42 43 44 45 |
# File 'proto_docs/google/ads/admanager/v1/rich_media_ads_company_messages.rb', line 42 class RichMediaAdsCompany include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#policy_url ⇒ ::String (readonly)
Returns Output only. The policy URL of the Rich Media Ads Company.
42 43 44 45 |
# File 'proto_docs/google/ads/admanager/v1/rich_media_ads_company_messages.rb', line 42 class RichMediaAdsCompany include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |