Class: Google::Cloud::DiscoveryEngine::V1::AssistantGroundedContent::TextGroundingMetadata::Reference::DocumentMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#document::String

Returns Document resource name.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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