Class: Google::Developers::DeveloperKnowledge::V1::Answer::DocumentReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/developers/knowledge/v1/developerknowledge.rb

Overview

Represents a reference to a document.

Instance Attribute Summary collapse

Instance Attribute Details

#document_chunk::Google::Developers::DeveloperKnowledge::V1::DocumentChunk (readonly)

Returns Output only. Contains the document chunk. The document_chunk.id field is not set and will be empty.

Returns:



288
289
290
291
# File 'proto_docs/google/developers/knowledge/v1/developerknowledge.rb', line 288

class DocumentReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end