Class: Google::Cloud::DiscoveryEngine::V1::Chunk::DocumentMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Chunk::DocumentMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/chunk.rb
Overview
Document metadata contains the information of the document of the current chunk.
Instance Attribute Summary collapse
-
#struct_data ⇒ ::Google::Protobuf::Struct
Data representation.
-
#title ⇒ ::String
Title of the document.
-
#uri ⇒ ::String
Uri of the document.
Instance Attribute Details
#struct_data ⇒ ::Google::Protobuf::Struct
Returns Data representation.
The structured JSON data for the document. It should conform to the
registered Schema or an
INVALID_ARGUMENT
error is thrown.
77 78 79 80 |
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 77 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Title of the document.
77 78 79 80 |
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 77 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Uri of the document.
77 78 79 80 |
# File 'proto_docs/google/cloud/discoveryengine/v1/chunk.rb', line 77 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |