class Projects extends Resource (View source)

The "projects" collection of methods.

Typical usage is:

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

Methods

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

Gets one project by ID. (projects.get)

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

Retrieves a list of projects, possibly filtered. This method supports paging . (projects.listProjects)

Details

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

Gets one project by ID. (projects.get)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Project ID.

array $optParams

Optional parameters.

Return Value

Project

Exceptions

Exception

ProjectsListResponse listProjects(string $profileId, array $optParams = [])

Retrieves a list of projects, possibly filtered. This method supports paging . (projects.listProjects)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

ProjectsListResponse

Exceptions

Exception