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

Usage

import * as mod from "https://googleapis.deno.dev/v1/developerknowledge:v1.ts";

§Classes

DeveloperKnowledge

The Developer Knowledge API provides access to Google's developer knowledge.

GoogleAuth

§Variables

auth

§Interfaces

BatchGetDocumentsResponse

Response message for DeveloperKnowledge.BatchGetDocuments.

CredentialsClient

Defines the root interface for all clients that generate credentials for calling Google APIs. All clients should implement this interface.

Document

A Document represents a piece of content from the Developer Knowledge corpus.

DocumentChunk

A DocumentChunk represents a piece of content from a Document in the DeveloperKnowledge corpus. To fetch the entire document content, pass the parent to DeveloperKnowledge.GetDocument or DeveloperKnowledge.BatchGetDocuments.

DocumentsBatchGetOptions

Additional options for DeveloperKnowledge#documentsBatchGet.

DocumentsGetOptions

Additional options for DeveloperKnowledge#documentsGet.

DocumentsSearchDocumentChunksOptions

Additional options for DeveloperKnowledge#documentsSearchDocumentChunks.

SearchDocumentChunksResponse

Response message for DeveloperKnowledge.SearchDocumentChunks.