REST Resource: networks.mobileCarriers
Stay organized with collections
Save and categorize content based on your preferences.
Resource: MobileCarrier
Represents a mobile carrier.
JSON representation |
{
"name": string,
"displayName": string,
"regionCode": string
} |
Fields |
name |
string
Identifier. The resource name of the MobileCarrier . Format: networks/{networkCode}/mobileCarriers/{mobile_carrier}
|
displayName |
string
Output only. The localized name of the mobile carrier.
|
regionCode |
string
Output only. The region code of the mobile carrier.
|
Methods |
|
API to retrieve a MobileCarrier object. |
|
API to retrieve a list of MobileCarrier objects. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[],[],null,["# REST Resource: networks.mobileCarriers\n\n- [Resource: MobileCarrier](#MobileCarrier)\n - [JSON representation](#MobileCarrier.SCHEMA_REPRESENTATION)\n- [Methods](#METHODS_SUMMARY)\n\nResource: MobileCarrier\n-----------------------\n\nRepresents a mobile carrier.\n\n| JSON representation |\n|-------------------------------------------------------------------------|\n| ``` { \"name\": string, \"displayName\": string, \"regionCode\": string } ``` |\n\n| Fields ||\n|---------------|---------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Identifier. The resource name of the `MobileCarrier`. Format: `networks/{networkCode}/mobileCarriers/{mobile_carrier}` |\n| `displayName` | `string` Output only. The localized name of the mobile carrier. |\n| `regionCode` | `string` Output only. The region code of the mobile carrier. |\n\n| Methods ------- ||\n|---------------------------------------------------------------------------------|----------------------------------------------------|\n| ### [get](/ad-manager/api/beta/reference/rest/v1/networks.mobileCarriers/get) | API to retrieve a `MobileCarrier` object. |\n| ### [list](/ad-manager/api/beta/reference/rest/v1/networks.mobileCarriers/list) | API to retrieve a list of `MobileCarrier` objects. |"]]