Class: Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata::Reference::DocumentMetadata
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata::Reference::DocumentMetadata
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb
Overview
Document metadata.
Instance Attribute Summary collapse
-
#document ⇒ ::String
Document resource name.
-
#domain ⇒ ::String
Domain name from the document URI.
-
#page_identifier ⇒ ::String
Page identifier.
-
#title ⇒ ::String
Title.
-
#uri ⇒ ::String
URI for the document.
Instance Attribute Details
#document ⇒ ::String
Returns Document resource name.
268 269 270 271 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb', line 268 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#domain ⇒ ::String
Returns Domain name from the document URI. Note that the uri
field may
contain a URL that redirects to the actual website, in which case
this will contain the domain name of the target site.
268 269 270 271 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb', line 268 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_identifier ⇒ ::String
Returns Page identifier.
268 269 270 271 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb', line 268 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#title ⇒ ::String
Returns Title.
268 269 270 271 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb', line 268 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#uri ⇒ ::String
Returns URI for the document. It may contain a URL that redirects to the actual website.
268 269 270 271 |
# File 'proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb', line 268 class DocumentMetadata include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |