DebugDatasourcesItems
class DebugDatasourcesItems extends Resource (View source)
The "items" collection of methods.
Typical usage is:
$cloudsearchService = new Google\Service\CloudSearch(...);
$items = $cloudsearchService->debug_datasources_items;
Methods
Checks whether an item is accessible by specified principal. Principal must be a user; groups and domain values aren't supported. Note: This API requires an admin account to execute. (items.checkAccess)
Fetches the item whose viewUrl exactly matches that of the URL provided in the request. Note: This API requires an admin account to execute.
Details
CheckAccessResponse
checkAccess(string $name, Principal $postBody, array $optParams = [])
Checks whether an item is accessible by specified principal. Principal must be a user; groups and domain values aren't supported. Note: This API requires an admin account to execute. (items.checkAccess)
SearchItemsByViewUrlResponse
searchByViewUrl(string $name, SearchItemsByViewUrlRequest $postBody, array $optParams = [])
Fetches the item whose viewUrl exactly matches that of the URL provided in the request. Note: This API requires an admin account to execute.
(items.searchByViewUrl)