Class GoogleCloudDiscoveryengineV1alphaQueryPartDocumentReference
Represents a document reference.
Implements
Inherited Members
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 |