class ConnectionTypes extends Resource (View source)

The "connectionTypes" collection of methods.

Typical usage is:

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

Methods

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

Gets one connection type by ID. (connectionTypes.get)

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

Retrieves a list of connection types. (connectionTypes.listConnectionTypes)

Details

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

Gets one connection type by ID. (connectionTypes.get)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Connection type ID.

array $optParams

Optional parameters.

Return Value

ConnectionType

Exceptions

Exception

ConnectionTypesListResponse listConnectionTypes(string $profileId, array $optParams = [])

Retrieves a list of connection types. (connectionTypes.listConnectionTypes)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

ConnectionTypesListResponse

Exceptions

Exception