Class: Google::Ads::AdManager::V1::Report
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Report
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/report_messages.rb
Overview
The Report resource.
Defined Under Namespace
Modules: Visibility
Instance Attribute Summary collapse
-
#create_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#display_name ⇒ ::String
Optional.
-
#locale ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#report_definition ⇒ ::Google::Ads::AdManager::V1::ReportDefinition
Required.
-
#report_id ⇒ ::Integer
readonly
Output only.
-
#schedule_options ⇒ ::Google::Ads::AdManager::V1::ScheduleOptions
Optional.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
readonly
Output only.
-
#visibility ⇒ ::Google::Ads::AdManager::V1::Report::Visibility
Optional.
Instance Attribute Details
#create_time ⇒ ::Google::Protobuf::Timestamp (readonly)
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 55 class Report include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The visibility of a report. module Visibility # Default value. Reports with hidden visibility won't appear in the Ad # Manager UI. HIDDEN = 0 # Reports with draft visibility will appear in the Ad Manager UI only if # the user has configured the UI to show them. DRAFT = 1 # Reports with saved visibility will appear in the Ad Manager UI by # default. SAVED = 2 end end |
#display_name ⇒ ::String
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 55 class Report include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The visibility of a report. module Visibility # Default value. Reports with hidden visibility won't appear in the Ad # Manager UI. HIDDEN = 0 # Reports with draft visibility will appear in the Ad Manager UI only if # the user has configured the UI to show them. DRAFT = 1 # Reports with saved visibility will appear in the Ad Manager UI by # default. SAVED = 2 end end |
#locale ⇒ ::String (readonly)
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 55 class Report include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The visibility of a report. module Visibility # Default value. Reports with hidden visibility won't appear in the Ad # Manager UI. HIDDEN = 0 # Reports with draft visibility will appear in the Ad Manager UI only if # the user has configured the UI to show them. DRAFT = 1 # Reports with saved visibility will appear in the Ad Manager UI by # default. SAVED = 2 end end |
#name ⇒ ::String
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 55 class Report include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The visibility of a report. module Visibility # Default value. Reports with hidden visibility won't appear in the Ad # Manager UI. HIDDEN = 0 # Reports with draft visibility will appear in the Ad Manager UI only if # the user has configured the UI to show them. DRAFT = 1 # Reports with saved visibility will appear in the Ad Manager UI by # default. SAVED = 2 end end |
#report_definition ⇒ ::Google::Ads::AdManager::V1::ReportDefinition
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 55 class Report include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The visibility of a report. module Visibility # Default value. Reports with hidden visibility won't appear in the Ad # Manager UI. HIDDEN = 0 # Reports with draft visibility will appear in the Ad Manager UI only if # the user has configured the UI to show them. DRAFT = 1 # Reports with saved visibility will appear in the Ad Manager UI by # default. SAVED = 2 end end |
#report_id ⇒ ::Integer (readonly)
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 55 class Report include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The visibility of a report. module Visibility # Default value. Reports with hidden visibility won't appear in the Ad # Manager UI. HIDDEN = 0 # Reports with draft visibility will appear in the Ad Manager UI only if # the user has configured the UI to show them. DRAFT = 1 # Reports with saved visibility will appear in the Ad Manager UI by # default. SAVED = 2 end end |
#schedule_options ⇒ ::Google::Ads::AdManager::V1::ScheduleOptions
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 55 class Report include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The visibility of a report. module Visibility # Default value. Reports with hidden visibility won't appear in the Ad # Manager UI. HIDDEN = 0 # Reports with draft visibility will appear in the Ad Manager UI only if # the user has configured the UI to show them. DRAFT = 1 # Reports with saved visibility will appear in the Ad Manager UI by # default. SAVED = 2 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp (readonly)
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 55 class Report include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The visibility of a report. module Visibility # Default value. Reports with hidden visibility won't appear in the Ad # Manager UI. HIDDEN = 0 # Reports with draft visibility will appear in the Ad Manager UI only if # the user has configured the UI to show them. DRAFT = 1 # Reports with saved visibility will appear in the Ad Manager UI by # default. SAVED = 2 end end |
#visibility ⇒ ::Google::Ads::AdManager::V1::Report::Visibility
55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 |
# File 'proto_docs/google/ads/admanager/v1/report_messages.rb', line 55 class Report include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The visibility of a report. module Visibility # Default value. Reports with hidden visibility won't appear in the Ad # Manager UI. HIDDEN = 0 # Reports with draft visibility will appear in the Ad Manager UI only if # the user has configured the UI to show them. DRAFT = 1 # Reports with saved visibility will appear in the Ad Manager UI by # default. SAVED = 2 end end |