Interface ImportDocumentsMetadata.IndividualImportStatusOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ImportDocumentsMetadata.IndividualImportStatus,ImportDocumentsMetadata.IndividualImportStatus.Builder
- Enclosing class:
- ImportDocumentsMetadata
public static interface ImportDocumentsMetadata.IndividualImportStatusOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInputGcsSource()The source Cloud Storage URI of the document.com.google.protobuf.ByteStringgetInputGcsSourceBytes()The source Cloud Storage URI of the document.DocumentIdgetOutputDocumentId()The document id of imported document if it was successful, otherwise empty.DocumentIdOrBuildergetOutputDocumentIdOrBuilder()The document id of imported document if it was successful, otherwise empty.com.google.rpc.StatusgetStatus()The status of the importing of the document.com.google.rpc.StatusOrBuildergetStatusOrBuilder()The status of the importing of the document.booleanhasOutputDocumentId()The document id of imported document if it was successful, otherwise empty.booleanhasStatus()The status of the importing of the document.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInputGcsSource
String getInputGcsSource()
The source Cloud Storage URI of the document.
string input_gcs_source = 1;- Returns:
- The inputGcsSource.
-
getInputGcsSourceBytes
com.google.protobuf.ByteString getInputGcsSourceBytes()
The source Cloud Storage URI of the document.
string input_gcs_source = 1;- Returns:
- The bytes for inputGcsSource.
-
hasStatus
boolean hasStatus()
The status of the importing of the document.
.google.rpc.Status status = 2;- Returns:
- Whether the status field is set.
-
getStatus
com.google.rpc.Status getStatus()
The status of the importing of the document.
.google.rpc.Status status = 2;- Returns:
- The status.
-
getStatusOrBuilder
com.google.rpc.StatusOrBuilder getStatusOrBuilder()
The status of the importing of the document.
.google.rpc.Status status = 2;
-
hasOutputDocumentId
boolean hasOutputDocumentId()
The document id of imported document if it was successful, otherwise empty.
.google.cloud.documentai.v1beta3.DocumentId output_document_id = 4;- Returns:
- Whether the outputDocumentId field is set.
-
getOutputDocumentId
DocumentId getOutputDocumentId()
The document id of imported document if it was successful, otherwise empty.
.google.cloud.documentai.v1beta3.DocumentId output_document_id = 4;- Returns:
- The outputDocumentId.
-
getOutputDocumentIdOrBuilder
DocumentIdOrBuilder getOutputDocumentIdOrBuilder()
The document id of imported document if it was successful, otherwise empty.
.google.cloud.documentai.v1beta3.DocumentId output_document_id = 4;
-
-