class LabelsLocks extends Resource (View source)

The "locks" collection of methods.

Typical usage is:

 $drivelabelsService = new Google\Service\DriveLabels(...);
 $locks = $drivelabelsService->labels_locks;

Methods

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

Lists the LabelLocks on a Label. (locks.listLabelsLocks)

Details

GoogleAppsDriveLabelsV2ListLabelLocksResponse listLabelsLocks(string $parent, array $optParams = [])

Lists the LabelLocks on a Label. (locks.listLabelsLocks)

Parameters

string $parent

Required. Label on which Locks are applied. Format: labels/{label}

array $optParams

Optional parameters.

Return Value

GoogleAppsDriveLabelsV2ListLabelLocksResponse

Exceptions

Exception