class MobileCarriers extends Resource (View source)

The "mobileCarriers" collection of methods.

Typical usage is:

 $dfareportingService = new Google\Service\Dfareporting(...);
 $mobileCarriers = $dfareportingService->mobileCarriers;

Methods

get(string $profileId, string $id, array $optParams = [])

Gets one mobile carrier by ID. (mobileCarriers.get)

listMobileCarriers(string $profileId, array $optParams = [])

Retrieves a list of mobile carriers. (mobileCarriers.listMobileCarriers)

Details

MobileCarrier get(string $profileId, string $id, array $optParams = [])

Gets one mobile carrier by ID. (mobileCarriers.get)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Mobile carrier ID.

array $optParams

Optional parameters.

Return Value

MobileCarrier

Exceptions

Exception

MobileCarriersListResponse listMobileCarriers(string $profileId, array $optParams = [])

Retrieves a list of mobile carriers. (mobileCarriers.listMobileCarriers)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

MobileCarriersListResponse

Exceptions

Exception