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.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ name |
string
Identifier. The resource name of the |
↳ 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}
| Returns | |
|---|---|
| Type | Description |
string |
|
setName
Identifier. The resource name of the MobileCarrier.
Format: networks/{network_code}/mobileCarriers/{mobile_carrier}
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getDisplayName
Output only. The localized name of the mobile carrier.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasDisplayName
clearDisplayName
setDisplayName
Output only. The localized name of the mobile carrier.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getRegionCode
Output only. The region code of the mobile carrier.
| Returns | |
|---|---|
| Type | Description |
string |
|
hasRegionCode
clearRegionCode
setRegionCode
Output only. The region code of the mobile carrier.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|