Class: Google::Cloud::GeminiDataAnalytics::V1beta::Blob
- Inherits:
-
Object
- Object
- Google::Cloud::GeminiDataAnalytics::V1beta::Blob
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb
Overview
A blob of data with a MIME type.
Instance Attribute Summary collapse
-
#data ⇒ ::String
Required.
-
#mime_type ⇒ ::String
Required.
Instance Attribute Details
#data ⇒ ::String
Returns Required. The data represented as bytes.
795 796 797 798 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 795 class Blob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#mime_type ⇒ ::String
Returns Required. The IANA standard MIME type of the message data.
795 796 797 798 |
# File 'proto_docs/google/cloud/geminidataanalytics/v1beta/data_chat_service.rb', line 795 class Blob include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |