public static interface BatchDeleteDocumentsMetadata.IndividualBatchDeleteStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
DocumentId |
getDocumentId()
The document id of the document.
|
DocumentIdOrBuilder |
getDocumentIdOrBuilder()
The document id of the document.
|
com.google.rpc.Status |
getStatus()
The status of deleting the document in storage.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The status of deleting the document in storage.
|
boolean |
hasDocumentId()
The document id of the document.
|
boolean |
hasStatus()
The status of deleting the document in storage.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasDocumentId()
The document id of the document.
.google.cloud.documentai.v1beta3.DocumentId document_id = 1;DocumentId getDocumentId()
The document id of the document.
.google.cloud.documentai.v1beta3.DocumentId document_id = 1;DocumentIdOrBuilder getDocumentIdOrBuilder()
The document id of the document.
.google.cloud.documentai.v1beta3.DocumentId document_id = 1;boolean hasStatus()
The status of deleting the document in storage.
.google.rpc.Status status = 2;com.google.rpc.Status getStatus()
The status of deleting the document in storage.
.google.rpc.Status status = 2;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of deleting the document in storage.
.google.rpc.Status status = 2;Copyright © 2024 Google LLC. All rights reserved.