Class GoogleCloudDiscoveryengineV1alphaQueryPartDriveDocumentReference
Represents a Google Drive document reference.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaQueryPartDriveDocumentReference : 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/*/locations/*/collections/*/dataStores/*/branches/*/documents/*.
Declaration
[JsonProperty("documentName")]
public virtual string DocumentName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
DriveId
The Drive id of the document.
Declaration
[JsonProperty("driveId")]
public virtual string DriveId { 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 Drive 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 Drive document reference.
Declaration
[JsonProperty("iconUri")]
public virtual string IconUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |