Class: Google::Cloud::DiscoveryEngine::V1::SearchResponse::Summary::Reference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/search_service.rb

Overview

Document reference.

Instance Attribute Summary collapse

Instance Attribute Details

#document::String

Returns Required. Document.name of the document. Full resource name of the referenced document, in the format projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*.

Returns:

  • (::String)

    Required. Document.name of the document. Full resource name of the referenced document, in the format projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*.



799
800
801
802
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 799

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

#title::String

Returns Title of the document.

Returns:

  • (::String)

    Title of the document.



799
800
801
802
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 799

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

#uri::String

Returns Cloud Storage or HTTP uri for the document.

Returns:

  • (::String)

    Cloud Storage or HTTP uri for the document.



799
800
801
802
# File 'proto_docs/google/cloud/discoveryengine/v1/search_service.rb', line 799

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