Discovery Engine v1beta API - Class SearchResponse.Types.Summary.Types.Reference (1.0.0-beta09)

public sealed class SearchResponse.Types.Summary.Types.Reference : IMessage<SearchResponse.Types.Summary.Types.Reference>, IEquatable<SearchResponse.Types.Summary.Types.Reference>, IDeepCloneable<SearchResponse.Types.Summary.Types.Reference>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class SearchResponse.Types.Summary.Types.Reference.

Document reference.

Inheritance

object > SearchResponse.Types.Summary.Types.Reference

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

Reference()

public Reference()

Reference(Reference)

public Reference(SearchResponse.Types.Summary.Types.Reference other)
Parameter
NameDescription
otherSearchResponseTypesSummaryTypesReference

Properties

Document

public string Document { get; set; }

Required. [Document.name][google.cloud.discoveryengine.v1beta.Document.name] of the document. Full resource name of the referenced document, in the format projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*.

Property Value
TypeDescription
string

Title

public string Title { get; set; }

Title of the document.

Property Value
TypeDescription
string

Uri

public string Uri { get; set; }

Cloud Storage or HTTP uri for the document.

Property Value
TypeDescription
string