Class: Google::Ads::AdManager::V1::Network
- Inherits:
-
Object
- Object
- Google::Ads::AdManager::V1::Network
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/ads/admanager/v1/network_messages.rb
Overview
The Network resource.
Instance Attribute Summary collapse
-
#currency_code ⇒ ::String
readonly
Output only.
-
#display_name ⇒ ::String
Optional.
-
#effective_root_ad_unit ⇒ ::String
readonly
Output only.
-
#name ⇒ ::String
Identifier.
-
#network_code ⇒ ::String
readonly
Output only.
-
#network_id ⇒ ::Integer
readonly
Output only.
-
#property_code ⇒ ::String
readonly
Output only.
-
#secondary_currency_codes ⇒ ::Array<::String>
Optional.
-
#test_network ⇒ ::Boolean
readonly
Output only.
-
#time_zone ⇒ ::String
readonly
Output only.
Instance Attribute Details
#currency_code ⇒ ::String (readonly)
Returns Output only. Primary currency code, in ISO-4217 format.
60 61 62 63 |
# File 'proto_docs/google/ads/admanager/v1/network_messages.rb', line 60 class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Optional. Display name for Network.
60 61 62 63 |
# File 'proto_docs/google/ads/admanager/v1/network_messages.rb', line 60 class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#effective_root_ad_unit ⇒ ::String (readonly)
Returns Output only. Top most Ad Unit to which descendant Ad Units can be added. Format: networks/{network_code}/adUnit/{ad_unit_id}.
60 61 62 63 |
# File 'proto_docs/google/ads/admanager/v1/network_messages.rb', line 60 class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Identifier. The resource name of the Network. Format: networks/{network_code}.
60 61 62 63 |
# File 'proto_docs/google/ads/admanager/v1/network_messages.rb', line 60 class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_code ⇒ ::String (readonly)
Returns Output only. Network Code.
60 61 62 63 |
# File 'proto_docs/google/ads/admanager/v1/network_messages.rb', line 60 class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#network_id ⇒ ::Integer (readonly)
Returns Output only. Network ID.
60 61 62 63 |
# File 'proto_docs/google/ads/admanager/v1/network_messages.rb', line 60 class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#property_code ⇒ ::String (readonly)
Returns Output only. Property code.
60 61 62 63 |
# File 'proto_docs/google/ads/admanager/v1/network_messages.rb', line 60 class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#secondary_currency_codes ⇒ ::Array<::String>
Returns Optional. Currency codes that can be used as an alternative to the primary currency code for trafficking Line Items.
60 61 62 63 |
# File 'proto_docs/google/ads/admanager/v1/network_messages.rb', line 60 class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#test_network ⇒ ::Boolean (readonly)
Returns Output only. Whether this is a test network.
60 61 62 63 |
# File 'proto_docs/google/ads/admanager/v1/network_messages.rb', line 60 class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#time_zone ⇒ ::String (readonly)
Returns Output only. Time zone associated with the delivery of orders and reporting.
60 61 62 63 |
# File 'proto_docs/google/ads/admanager/v1/network_messages.rb', line 60 class Network include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |