class AccountsAppsReports extends Resource (View source)

The "reports" collection of methods.

Typical usage is:

 $checksService = new Google\Service\ChecksService(...);
 $reports = $checksService->accounts_apps_reports;

Methods

get(string $name, array $optParams = [])

Gets a report. By default, only the name and results_uri fields are returned.

listAccountsAppsReports(string $parent, array $optParams = [])

Lists reports for the specified app. By default, only the name and results_uri fields are returned. You can include other fields by listing them in the fields URL query parameter. For example, ?fields=reports(name,checks) will return the name and checks fields.

Details

GoogleChecksReportV1alphaReport get(string $name, array $optParams = [])

Gets a report. By default, only the name and results_uri fields are returned.

You can include other fields by listing them in the fields URL query parameter. For example, ?fields=name,checks will return the name and checks fields. (reports.get)

Parameters

string $name

Required. Resource name of the report. Example: accounts/123/apps/456/reports/789

array $optParams

Optional parameters.

Return Value

GoogleChecksReportV1alphaReport

Exceptions

Exception

GoogleChecksReportV1alphaListReportsResponse listAccountsAppsReports(string $parent, array $optParams = [])

Lists reports for the specified app. By default, only the name and results_uri fields are returned. You can include other fields by listing them in the fields URL query parameter. For example, ?fields=reports(name,checks) will return the name and checks fields.

(reports.listAccountsAppsReports)

Parameters

string $parent

Required. Resource name of the app. Example: accounts/123/apps/456

array $optParams

Optional parameters.

Return Value

GoogleChecksReportV1alphaListReportsResponse

Exceptions

Exception