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

IndexingDatasourcesItemsListOptions

import type { IndexingDatasourcesItemsListOptions } from "https://googleapis.deno.dev/v1/cloudsearch:v1.ts";

Additional options for CloudSearch#indexingDatasourcesItemsList.

interface IndexingDatasourcesItemsListOptions {
brief?: boolean;
connectorName?: string;
[debugOptions.enableDebugging]?: boolean;
pageSize?: number;
pageToken?: string;
}

§Properties

§
brief?: boolean
[src]

When set to true, the indexing system only populates the following fields: name, version, queue. metadata.hash, metadata.title, metadata.sourceRepositoryURL, metadata.objectType, metadata.createTime, metadata.updateTime, metadata.contentLanguage, metadata.mimeType, structured_data.hash, content.hash, itemType, itemStatus.code, itemStatus.processingError.code, itemStatus.repositoryError.type, If this value is false, then all the fields are populated in Item.

§
connectorName?: string
[src]

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

§
[debugOptions.enableDebugging]?: boolean
[src]

If you are asked by Google to help with debugging, set this field. Otherwise, ignore this field.

§
pageSize?: number
[src]

Maximum number of items to fetch in a request. The max value is 1000 when brief is true. The max value is 10 if brief is false. The default value is 10

§
pageToken?: string
[src]

The next_page_token value returned from a previous List request, if any.