Interface ImportDocumentsMetadata.IndividualImportStatusOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;