proto_docs/google/cloud/discoveryengine/v1beta/document.rb in google-cloud-discovery_engine-v1beta-0.2.1 vs proto_docs/google/cloud/discoveryengine/v1beta/document.rb in google-cloud-discovery_engine-v1beta-0.3.0
- old
+ new
@@ -90,11 +90,14 @@
# is 100 MB.
# @!attribute [rw] mime_type
# @return [::String]
# The MIME type of the content. Supported types:
#
- # * `application/pdf` (PDF)
+ # * `application/pdf` (PDF, only native PDFs are supported for now)
# * `text/html` (HTML)
+ # * `application/vnd.openxmlformats-officedocument.wordprocessingml.document` (DOCX)
+ # * `application/vnd.openxmlformats-officedocument.presentationml.presentation` (PPTX)
+ # * `text/plain` (TXT)
#
# See https://www.iana.org/assignments/media-types/media-types.xhtml.
class Content
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods