Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaQueryPartDocumentReference

Represents a document reference.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaQueryPartDocumentReference
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaQueryPartDocumentReference : IDirectResponseSchema

Properties

DestinationUri

The destination uri of the reference.

Declaration
[JsonProperty("destinationUri")]
public virtual string DestinationUri { get; set; }
Property Value
Type Description
string

DisplayTitle

The display title of the reference.

Declaration
[JsonProperty("displayTitle")]
public virtual string DisplayTitle { get; set; }
Property Value
Type Description
string

DocumentName

The full resource name of the document. Format: projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}/documents/{document_id}.

Declaration
[JsonProperty("documentName")]
public virtual string DocumentName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

FileId

Output only. The file id of the document data stored in the session context files.

Declaration
[JsonProperty("fileId")]
public virtual string FileId { get; set; }
Property Value
Type Description
string

IconUri

The icon uri of the reference.

Declaration
[JsonProperty("iconUri")]
public virtual string IconUri { get; set; }
Property Value
Type Description
string

UrlForConnector

Input only. The url_for_connector of the document returned by Federated Search.

Declaration
[JsonProperty("urlForConnector")]
public virtual string UrlForConnector { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX