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:
This is the default of view for [DeveloperKnowledge.SearchDocumentChunks][google.developers.knowledge.v1.DeveloperKnowledge.SearchDocumentChunks]. |
| Content | Includes the 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. |