Class: Google::Ads::AdManager::V1::MobileCarrier

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/ads/admanager/v1/mobile_carrier_messages.rb

Overview

Represents a mobile carrier.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String (readonly)

Returns Output only. The localized name of the mobile carrier.

Returns:

  • (::String)

    Output only. The localized name of the mobile carrier.



35
36
37
38
# File 'proto_docs/google/ads/admanager/v1/mobile_carrier_messages.rb', line 35

class MobileCarrier
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Identifier. The resource name of the MobileCarrier. Format: networks/{network_code}/mobileCarriers/{mobile_carrier}.

Returns:

  • (::String)

    Identifier. The resource name of the MobileCarrier. Format: networks/{network_code}/mobileCarriers/{mobile_carrier}



35
36
37
38
# File 'proto_docs/google/ads/admanager/v1/mobile_carrier_messages.rb', line 35

class MobileCarrier
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#region_code::String (readonly)

Returns Output only. The region code of the mobile carrier.

Returns:

  • (::String)

    Output only. The region code of the mobile carrier.



35
36
37
38
# File 'proto_docs/google/ads/admanager/v1/mobile_carrier_messages.rb', line 35

class MobileCarrier
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end