Show / Hide Table of Contents

Enum DocumentView

Specifies which fields of the [Document][google.developers.knowledge.v1.Document] are included.

Namespace: Google.Developers.DeveloperKnowledge.V1
Assembly: Google.Developers.DeveloperKnowledge.V1.dll
Syntax
public enum DocumentView

Fields

Name Description
Basic

Includes only the basic metadata fields:

  • name
  • uri
  • data_source
  • title
  • description
  • update_time
  • view

This is the default of view for [DeveloperKnowledge.SearchDocumentChunks][google.developers.knowledge.v1.DeveloperKnowledge.SearchDocumentChunks].

Content

Includes the DOCUMENT_VIEW_BASIC fields and the content field.

This is the default of view for [DeveloperKnowledge.GetDocument][google.developers.knowledge.v1.DeveloperKnowledge.GetDocument] and [DeveloperKnowledge.BatchGetDocuments][google.developers.knowledge.v1.DeveloperKnowledge.BatchGetDocuments].

Full

Includes all [Document][google.developers.knowledge.v1.Document] fields.

Unspecified

The default / unset value. See each API method for its default value if [DocumentView][google.developers.knowledge.v1.DocumentView] is not specified.

In this article
Back to top Generated by DocFX