Show / Hide Table of Contents

Enum DocumentsResource.GetRequest.ViewEnum

Optional. Specifies the DocumentView of the document. If unspecified, DeveloperKnowledge.GetDocument defaults to DOCUMENT_VIEW_CONTENT.

Namespace: Google.Apis.DeveloperKnowledge.v1alpha
Assembly: Google.Apis.DeveloperKnowledge.v1alpha.dll
Syntax
public enum DocumentsResource.GetRequest.ViewEnum

Fields

Name Description
DOCUMENTVIEWBASIC

Includes only the basic metadata fields: - name - uri - data_source - title - description

  • update_time - view This is the default of view for DeveloperKnowledge.SearchDocumentChunks.
DOCUMENTVIEWCONTENT

Includes the DOCUMENT_VIEW_BASIC fields and the content field. This is the default of view for DeveloperKnowledge.GetDocument and DeveloperKnowledge.BatchGetDocuments.

DOCUMENTVIEWFULL

Includes all Document fields.

DOCUMENTVIEWUNSPECIFIED

The default / unset value. See each API method for its default value if DocumentView is not specified.

In this article
Back to top Generated by DocFX