Show / Hide Table of Contents

Class DocumentsResource.BatchGetRequest

Retrieves multiple documents, each with its full Markdown content.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<BatchGetDocumentsResponse>
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>
DocumentsResource.BatchGetRequest
Implements
IClientServiceRequest<BatchGetDocumentsResponse>
IClientServiceRequest
Inherited Members
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.Xgafv
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.AccessToken
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.Alt
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.Callback
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.Fields
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.Key
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.OauthToken
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.PrettyPrint
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.QuotaUser
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.UploadType
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.UploadProtocol
ClientServiceRequest<BatchGetDocumentsResponse>.Execute()
ClientServiceRequest<BatchGetDocumentsResponse>.ExecuteAsStream()
ClientServiceRequest<BatchGetDocumentsResponse>.ExecuteAsync()
ClientServiceRequest<BatchGetDocumentsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<BatchGetDocumentsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<BatchGetDocumentsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<BatchGetDocumentsResponse>.CreateRequest(bool?)
ClientServiceRequest<BatchGetDocumentsResponse>.GenerateRequestUri()
ClientServiceRequest<BatchGetDocumentsResponse>.GetBody()
ClientServiceRequest<BatchGetDocumentsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<BatchGetDocumentsResponse>.ETagAction
ClientServiceRequest<BatchGetDocumentsResponse>.ModifyRequest
ClientServiceRequest<BatchGetDocumentsResponse>.ValidateParameters
ClientServiceRequest<BatchGetDocumentsResponse>.ApiVersion
ClientServiceRequest<BatchGetDocumentsResponse>.RequestParameters
ClientServiceRequest<BatchGetDocumentsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DeveloperKnowledge.v1alpha
Assembly: Google.Apis.DeveloperKnowledge.v1alpha.dll
Syntax
public class DocumentsResource.BatchGetRequest : DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>, IClientServiceRequest<BatchGetDocumentsResponse>, IClientServiceRequest

Constructors

BatchGetRequest(IClientService)

Constructs a new BatchGet request.

Declaration
public BatchGetRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BatchGetDocumentsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BatchGetDocumentsResponse>.MethodName

Names

Required. The names of the documents to retrieve. A maximum of 20 documents can be retrieved in a batch. The documents are returned in the same order as the names in the request. Format: documents/{uri_without_scheme} Example: documents/docs.cloud.google.com/storage/docs/creating-buckets

Declaration
[RequestParameter("names", RequestParameterType.Query)]
public virtual Repeatable<string> Names { get; set; }
Property Value
Type Description
Repeatable<string>

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<BatchGetDocumentsResponse>.RestPath

Methods

InitParameters()

Initializes BatchGet parameter list.

Declaration
protected override void InitParameters()
Overrides
DeveloperKnowledgeBaseServiceRequest<BatchGetDocumentsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX