Class: Google::Cloud::DiscoveryEngine::V1::GetDocumentRequest
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::GetDocumentRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/document_service.rb
Overview
Request message for DocumentService.GetDocument method.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Required.
Instance Attribute Details
#name ⇒ ::String
Returns Required. Full resource name of
Document, such as
projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document}
.
If the caller does not have permission to access the
Document, regardless of whether
or not it exists, a PERMISSION_DENIED
error is returned.
If the requested Document does
not exist, a NOT_FOUND
error is returned.
39 40 41 42 |
# File 'proto_docs/google/cloud/discoveryengine/v1/document_service.rb', line 39 class GetDocumentRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |