Show / Hide Table of Contents

Class BatchGetDocumentsResponse

Response message for [DeveloperKnowledge.BatchGetDocuments][google.developers.knowledge.v1.DeveloperKnowledge.BatchGetDocuments].

Inheritance
object
BatchGetDocumentsResponse
Implements
IMessage<BatchGetDocumentsResponse>
IEquatable<BatchGetDocumentsResponse>
IDeepCloneable<BatchGetDocumentsResponse>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Developers.DeveloperKnowledge.V1
Assembly: Google.Developers.DeveloperKnowledge.V1.dll
Syntax
public sealed class BatchGetDocumentsResponse : IMessage<BatchGetDocumentsResponse>, IEquatable<BatchGetDocumentsResponse>, IDeepCloneable<BatchGetDocumentsResponse>, IBufferMessage, IMessage

Constructors

BatchGetDocumentsResponse()

Declaration
public BatchGetDocumentsResponse()

BatchGetDocumentsResponse(BatchGetDocumentsResponse)

Declaration
public BatchGetDocumentsResponse(BatchGetDocumentsResponse other)
Parameters
Type Name Description
BatchGetDocumentsResponse other

Properties

Documents

Contains the documents requested.

Declaration
public RepeatedField<Document> Documents { get; }
Property Value
Type Description
RepeatedField<Document>
In this article
Back to top Generated by DocFX