public static interface ImportDocumentsMetadata.IndividualImportStatusOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getInputGcsSource()
The source Cloud Storage URI of the document.
|
com.google.protobuf.ByteString |
getInputGcsSourceBytes()
The source Cloud Storage URI of the document.
|
DocumentId |
getOutputDocumentId()
The document id of imported document if it was successful, otherwise
empty.
|
DocumentIdOrBuilder |
getOutputDocumentIdOrBuilder()
The document id of imported document if it was successful, otherwise
empty.
|
com.google.rpc.Status |
getStatus()
The status of the importing of the document.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
The status of the importing of the document.
|
boolean |
hasOutputDocumentId()
The document id of imported document if it was successful, otherwise
empty.
|
boolean |
hasStatus()
The status of the importing of the document.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getInputGcsSource()
The source Cloud Storage URI of the document.
string input_gcs_source = 1;com.google.protobuf.ByteString getInputGcsSourceBytes()
The source Cloud Storage URI of the document.
string input_gcs_source = 1;boolean hasStatus()
The status of the importing of the document.
.google.rpc.Status status = 2;com.google.rpc.Status getStatus()
The status of the importing of the document.
.google.rpc.Status status = 2;com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the importing of the document.
.google.rpc.Status status = 2;boolean hasOutputDocumentId()
The document id of imported document if it was successful, otherwise empty.
.google.cloud.documentai.v1beta3.DocumentId output_document_id = 4;DocumentId getOutputDocumentId()
The document id of imported document if it was successful, otherwise empty.
.google.cloud.documentai.v1beta3.DocumentId output_document_id = 4;DocumentIdOrBuilder getOutputDocumentIdOrBuilder()
The document id of imported document if it was successful, otherwise empty.
.google.cloud.documentai.v1beta3.DocumentId output_document_id = 4;Copyright © 2024 Google LLC. All rights reserved.