Developer Knowledge V1 API - Class Google::Developers::DeveloperKnowledge::V1::BatchGetDocumentsRequest (v0.1.0)

Reference documentation and code samples for the Developer Knowledge V1 API class Google::Developers::DeveloperKnowledge::V1::BatchGetDocumentsRequest.

Request message for DeveloperKnowledge.BatchGetDocuments.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#names

def names() -> ::Array<::String>
Returns
  • (::Array<::String>) — Required. Specifies 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

#names=

def names=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — Required. Specifies 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

Returns
  • (::Array<::String>) — Required. Specifies 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

#view

def view() -> ::Google::Developers::DeveloperKnowledge::V1::DocumentView
Returns

#view=

def view=(value) -> ::Google::Developers::DeveloperKnowledge::V1::DocumentView
Parameter
Returns