Document Identifier.
JSON representation |
---|
{ "revisionRef": { object ( |
Fields | |
---|---|
revisionRef |
Points to a specific revision of the document if set. |
Union field
|
|
gcsManagedDocId |
A document id within user-managed Cloud Storage. |
unmanagedDocId |
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 |
Fields | |
---|---|
Union field source . Specifies which revision to read. source can be only one of the following: |
|
revisionCase |
Reads the revision by the predefined case. |
revisionId |
Reads the revision given by the id. |
latestProcessorVersion |
Reads the revision generated by the processor version. The format takes the full resource name of processor version. |