Class: Google::Ads::AdManager::V1::Network

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#currency_code::String (readonly)

Returns Output only. Primary currency code, in ISO-4217 format.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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}.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Integer)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::Boolean)

    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.

Returns:

  • (::String)

    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