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>-
(::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
namesin the request.Format:
documents/{uri_without_scheme}Example:documents/docs.cloud.google.com/storage/docs/creating-buckets
#names=
def names=(value) -> ::Array<::String>-
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
namesin the request.Format:
documents/{uri_without_scheme}Example:documents/docs.cloud.google.com/storage/docs/creating-buckets
-
(::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
namesin 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-
(::Google::Developers::DeveloperKnowledge::V1::DocumentView) — Optional. Specifies the
DocumentView of the
document. If unspecified,
DeveloperKnowledge.BatchGetDocuments
defaults to
DOCUMENT_VIEW_CONTENT.
#view=
def view=(value) -> ::Google::Developers::DeveloperKnowledge::V1::DocumentView-
value (::Google::Developers::DeveloperKnowledge::V1::DocumentView) — Optional. Specifies the
DocumentView of the
document. If unspecified,
DeveloperKnowledge.BatchGetDocuments
defaults to
DOCUMENT_VIEW_CONTENT.
-
(::Google::Developers::DeveloperKnowledge::V1::DocumentView) — Optional. Specifies the
DocumentView of the
document. If unspecified,
DeveloperKnowledge.BatchGetDocuments
defaults to
DOCUMENT_VIEW_CONTENT.