ConnectionTypes
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)
ConnectionTypesListResponse
listConnectionTypes(string $profileId, array $optParams = [])
Retrieves a list of connection types. (connectionTypes.listConnectionTypes)