Document Identifier.
| JSON representation |
|---|
{ "revisionRef" : { object ( |
revisionRef
object (
RevisionRef
)
Points to a specific revision of the document if set.
Union field type
.
type
can be only one of the following:
gcsManagedDocId
object (
GCSManagedDocumentId
)
A document id within user-managed Cloud Storage.
unmanagedDocId
object (
UnmanagedDocumentId
)
A document id within unmanaged dataset.
GCSManagedDocumentId
Identifies a document uniquely within the scope of a dataset in the user-managed Cloud Storage option.
| JSON representation |
|---|
{ "gcsUri" : string , "cwDocId" : string } |
| Fields | |
|---|---|
gcsUri
|
Required. The Cloud Storage URI where the actual document is stored. |
cwDocId
|
Id of the document (indexed) managed by Content Warehouse. |
UnmanagedDocumentId
Identifies a document uniquely within the scope of a dataset in unmanaged option.
| JSON representation |
|---|
{ "docId" : string } |
| Fields | |
|---|---|
docId
|
Required. The id of the document. |
RevisionRef
The revision reference specifies which revision on the document to read.
| JSON representation |
|---|
{ // Union field |
source
. Specifies which revision to read. source
can be only one of the following:revisionCase
enum (
RevisionCase
)
Reads the revision by the predefined case.
revisionId
string
Reads the revision given by the id.
latestProcessorVersion
string
Reads the revision generated by the processor version. The format takes the full resource name of processor version. projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processorVersion}

