Interface ReviewDocumentOperationMetadataOrBuilder

    • Method Detail

      • hasCommonMetadata

        boolean hasCommonMetadata()
         The basic metadata of the long-running operation.
         
        .google.cloud.documentai.v1.CommonOperationMetadata common_metadata = 5;
        Returns:
        Whether the commonMetadata field is set.
      • getCommonMetadata

        CommonOperationMetadata getCommonMetadata()
         The basic metadata of the long-running operation.
         
        .google.cloud.documentai.v1.CommonOperationMetadata common_metadata = 5;
        Returns:
        The commonMetadata.
      • getCommonMetadataOrBuilder

        CommonOperationMetadataOrBuilder getCommonMetadataOrBuilder()
         The basic metadata of the long-running operation.
         
        .google.cloud.documentai.v1.CommonOperationMetadata common_metadata = 5;
      • getQuestionId

        String getQuestionId()
         The Crowd Compute question ID.
         
        string question_id = 6;
        Returns:
        The questionId.
      • getQuestionIdBytes

        com.google.protobuf.ByteString getQuestionIdBytes()
         The Crowd Compute question ID.
         
        string question_id = 6;
        Returns:
        The bytes for questionId.