public static interface BatchDeleteDocumentsMetadata.IndividualBatchDeleteStatusOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDocumentId()
public abstract DocumentId getDocumentId()The document id of the document.
.google.cloud.documentai.v1beta3.DocumentId document_id = 1;
| Returns | |
|---|---|
| Type | Description |
DocumentId |
The documentId. |
getDocumentIdOrBuilder()
public abstract DocumentIdOrBuilder getDocumentIdOrBuilder()The document id of the document.
.google.cloud.documentai.v1beta3.DocumentId document_id = 1;
| Returns | |
|---|---|
| Type | Description |
DocumentIdOrBuilder |
|
getStatus()
public abstract Status getStatus()The status of deleting the document in storage.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.Status |
The status. |
getStatusOrBuilder()
public abstract StatusOrBuilder getStatusOrBuilder()The status of deleting the document in storage.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
hasDocumentId()
public abstract boolean hasDocumentId()The document id of the document.
.google.cloud.documentai.v1beta3.DocumentId document_id = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the documentId field is set. |
hasStatus()
public abstract boolean hasStatus()The status of deleting the document in storage.
.google.rpc.Status status = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the status field is set. |