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)
Returns Output only. The instant this report was created.
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
Returns Optional. Display name for the report.
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)
Returns Output only. The locale of this report. Locale is set from the user's locale at the time of the request. Locale can't be modified.
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
Returns Identifier. The resource name of the report.
Report resource name have the form:
networks/{network_code}/reports/{report_id}.
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
Returns Required. The report definition of the report.
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)
Returns Output only. Report ID.
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
Returns Optional. The schedule options of this report.
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)
Returns Output only. The instant this report was last modified.
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
Returns Optional. The visibility of a report.
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 |