Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IndexItemRequest

import type { IndexItemRequest } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";
interface IndexItemRequest {
connectorName?: string;
debugOptions?: DebugOptions;
indexItemOptions?: IndexItemOptions;
item?: Item;
mode?: "UNSPECIFIED" | "SYNCHRONOUS" | "ASYNCHRONOUS";
}

§Properties

§
connectorName?: string
[src]

The name of connector making this call. Format: datasources/{source_id}/connectors/{ID}

§
debugOptions?: DebugOptions
[src]

Common debug options.

§
indexItemOptions?: IndexItemOptions
[src]
§
item?: Item
[src]

The name of the item. Format: datasources/{source_id}/items/{item_id}

§
mode?: "UNSPECIFIED" | "SYNCHRONOUS" | "ASYNCHRONOUS"
[src]

Required. The RequestMode for this request.