class DebugDatasourcesItemsUnmappedids extends Resource (View source)

The "unmappedids" collection of methods.

Typical usage is:

 $cloudsearchService = new Google\Service\CloudSearch(...);
 $unmappedids = $cloudsearchService->debug_datasources_items_unmappedids;

Methods

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

List all unmapped identities for a specific item. Note: This API requires an admin account to execute.

Details

ListUnmappedIdentitiesResponse listDebugDatasourcesItemsUnmappedids(string $parent, array $optParams = [])

List all unmapped identities for a specific item. Note: This API requires an admin account to execute.

(unmappedids.listDebugDatasourcesItemsUnmappedids)

Parameters

string $parent

The name of the item, in the following format: datasources/{source_id}/items/{ID}

array $optParams

Optional parameters.

Return Value

ListUnmappedIdentitiesResponse

Exceptions

Exception