Reference documentation and code samples for the Google Ads Ad Manager V1 Client class MobileCarrier.
Represents a mobile carrier.
Generated from protobuf message google.ads.admanager.v1.MobileCarrier
Namespace
Google \ Ads \ AdManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. The resource name of the MobileCarrier
. Format: networks/{network_code}/mobileCarriers/{mobile_carrier}
↳ display_name
string
Output only. The localized name of the mobile carrier.
↳ region_code
string
Output only. The region code of the mobile carrier.
getName
Identifier. The resource name of the MobileCarrier
.
Format: networks/{network_code}/mobileCarriers/{mobile_carrier}
string
setName
Identifier. The resource name of the MobileCarrier
.
Format: networks/{network_code}/mobileCarriers/{mobile_carrier}
var
string
$this
getDisplayName
Output only. The localized name of the mobile carrier.
string
hasDisplayName
clearDisplayName
setDisplayName
Output only. The localized name of the mobile carrier.
var
string
$this
getRegionCode
Output only. The region code of the mobile carrier.
string
hasRegionCode
clearRegionCode
setRegionCode
Output only. The region code of the mobile carrier.
var
string
$this

