Show / Hide Table of Contents

Class DebugResource.DatasourcesResource.ItemsResource.UnmappedidsResource

The "unmappedids" collection of methods.

Inheritance
System.Object
DebugResource.DatasourcesResource.ItemsResource.UnmappedidsResource
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudSearch.v1
Assembly: Google.Apis.CloudSearch.v1.dll
Syntax
public class UnmappedidsResource

Constructors

UnmappedidsResource(IClientService)

Constructs a new resource.

Declaration
public UnmappedidsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List(String)

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

Declaration
public virtual DebugResource.DatasourcesResource.ItemsResource.UnmappedidsResource.ListRequest List(string parent)
Parameters
Type Name Description
System.String parent

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

Returns
Type Description
DebugResource.DatasourcesResource.ItemsResource.UnmappedidsResource.ListRequest
Back to top