Class: Google::Cloud::DiscoveryEngine::V1::Answer::Reference::ChunkInfo::DocumentMetadata

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

Instance Attribute Details

#document::String

Returns Document resource name.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::Google::Protobuf::Struct)

    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.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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