Interface DocumentId.GCSManagedDocumentIdOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      String getCwDocId()
      Deprecated.
      google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated.
      com.google.protobuf.ByteString getCwDocIdBytes()
      Deprecated.
      google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated.
      String getGcsUri()
      Required.
      com.google.protobuf.ByteString getGcsUriBytes()
      Required.
      • 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

      • getGcsUri

        String getGcsUri()
         Required. The Cloud Storage URI where the actual document is stored.
         
        string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The gcsUri.
      • getGcsUriBytes

        com.google.protobuf.ByteString getGcsUriBytes()
         Required. The Cloud Storage URI where the actual document is stored.
         
        string gcs_uri = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The bytes for gcsUri.
      • getCwDocId

        @Deprecated
        String getCwDocId()
        Deprecated.
        google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=133
         Id of the document (indexed) managed by Content Warehouse.
         
        string cw_doc_id = 2 [deprecated = true];
        Returns:
        The cwDocId.
      • getCwDocIdBytes

        @Deprecated
        com.google.protobuf.ByteString getCwDocIdBytes()
        Deprecated.
        google.cloud.documentai.v1beta3.DocumentId.GCSManagedDocumentId.cw_doc_id is deprecated. See google/cloud/documentai/v1beta3/dataset.proto;l=133
         Id of the document (indexed) managed by Content Warehouse.
         
        string cw_doc_id = 2 [deprecated = true];
        Returns:
        The bytes for cwDocId.