Class: Google::Cloud::DiscoveryEngine::V1::Answer::Reference::ChunkInfo::DocumentMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::Answer::Reference::ChunkInfo::DocumentMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/answer.rb
Overview
Document metadata.
Instance Attribute Summary collapse
-
#document ⇒ ::String
Document resource name.
-
#page_identifier ⇒ ::String
Page identifier.
-
#struct_data ⇒ ::Google::Protobuf::Struct
The structured JSON metadata for the document.
-
#title ⇒ ::String
Title.
-
#uri ⇒ ::String
URI for the document.
Instance Attribute Details
#document ⇒ ::String
Returns Document resource name.
182 183 184 185 |
# File 'proto_docs/google/cloud/discoveryengine/v1/answer.rb', line 182 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_identifier ⇒ ::String
Returns Page identifier.
182 183 184 185 |
# File 'proto_docs/google/cloud/discoveryengine/v1/answer.rb', line 182 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#struct_data ⇒ ::Google::Protobuf::Struct
Returns The structured JSON metadata for the document. It is populated from the struct data from the Chunk in search result.
182 183 184 185 |
# File 'proto_docs/google/cloud/discoveryengine/v1/answer.rb', line 182 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Title.
182 183 184 185 |
# File 'proto_docs/google/cloud/discoveryengine/v1/answer.rb', line 182 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI for the document.
182 183 184 185 |
# File 'proto_docs/google/cloud/discoveryengine/v1/answer.rb', line 182 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |