class Scans extends Resource (View source)

The "scans" collection of methods.

Typical usage is:

 $spannerService = new Google\Service\Spanner(...);
 $scans = $spannerService->scans;

Methods

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

Return available scans given a Database-specific resource name.

Details

ListScansResponse listScans(string $parent, array $optParams = [])

Return available scans given a Database-specific resource name.

(scans.listScans)

Parameters

string $parent

Required. The unique name of the parent resource, specific to the Database service implementing this interface.

array $optParams

Optional parameters.

Return Value

ListScansResponse

Exceptions

Exception