class ChangeLogs extends Resource (View source)

The "changeLogs" collection of methods.

Typical usage is:

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

Methods

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

Gets one change log by ID. (changeLogs.get)

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

Retrieves a list of change logs. This method supports paging.

Details

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

Gets one change log by ID. (changeLogs.get)

Parameters

string $profileId

User profile ID associated with this request.

string $id

Change log ID.

array $optParams

Optional parameters.

Return Value

ChangeLog

Exceptions

Exception

ChangeLogsListResponse listChangeLogs(string $profileId, array $optParams = [])

Retrieves a list of change logs. This method supports paging.

(changeLogs.listChangeLogs)

Parameters

string $profileId

User profile ID associated with this request.

array $optParams

Optional parameters.

Return Value

ChangeLogsListResponse

Exceptions

Exception