Discovery Engine V1BETA API - Class Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent::TextGroundingMetadata::Reference::DocumentMetadata (v0.28.0)

Reference documentation and code samples for the Discovery Engine V1BETA API class Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent::TextGroundingMetadata::Reference::DocumentMetadata.

Document metadata.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#document

def document() -> ::String
Returns
  • (::String) — Document resource name.

#document=

def document=(value) -> ::String
Parameter
  • value (::String) — Document resource name.
Returns
  • (::String) — Document resource name.

#domain

def domain() -> ::String
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.

#domain=

def domain=(value) -> ::String
Parameter
  • value (::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.
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.

#language

def language() -> ::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent::TextGroundingMetadata::Reference::DocumentMetadata::Language

#language=

def language=(value) -> ::Google::Cloud::DiscoveryEngine::V1beta::AssistantGroundedContent::TextGroundingMetadata::Reference::DocumentMetadata::Language

#mime_type

def mime_type() -> ::String
Returns
  • (::String) — The mime type of the document. https://www.iana.org/assignments/media-types/media-types.xhtml.

#mime_type=

def mime_type=(value) -> ::String
Parameter
  • value (::String) — The mime type of the document. https://www.iana.org/assignments/media-types/media-types.xhtml.
Returns
  • (::String) — The mime type of the document. https://www.iana.org/assignments/media-types/media-types.xhtml.

#page_identifier

def page_identifier() -> ::String
Returns
  • (::String) — Page identifier.

#page_identifier=

def page_identifier=(value) -> ::String
Parameter
  • value (::String) — Page identifier.
Returns
  • (::String) — Page identifier.

#title

def title() -> ::String
Returns
  • (::String) — Title.

#title=

def title=(value) -> ::String
Parameter
  • value (::String) — Title.
Returns
  • (::String) — Title.

#uri

def uri() -> ::String
Returns
  • (::String) — URI for the document. It may contain a URL that redirects to the actual website.

#uri=

def uri=(value) -> ::String
Parameter
  • value (::String) — 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.