Class: Google::Cloud::DiscoveryEngine::V1beta::Chunk::DocumentMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::Chunk::DocumentMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1beta/chunk.rb
Overview
Document metadata contains the information of the document of the current chunk.
Instance Attribute Summary collapse
-
#mime_type ⇒ ::String
The mime type of the document.
-
#struct_data ⇒ ::Google::Protobuf::Struct
Data representation.
-
#title ⇒ ::String
Title of the document.
-
#uri ⇒ ::String
Uri of the document.
Instance Attribute Details
#mime_type ⇒ ::String
Returns The mime type of the document. https://www.iana.org/assignments/media-types/media-types.xhtml.
96 97 98 99 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/chunk.rb', line 96 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#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.
96 97 98 99 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/chunk.rb', line 96 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Title of the document.
96 97 98 99 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/chunk.rb', line 96 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns Uri of the document.
96 97 98 99 |
# File 'proto_docs/google/cloud/discoveryengine/v1beta/chunk.rb', line 96 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |