Class: Google::Cloud::GeminiDataAnalytics::V1beta::Blob

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#data::String

Returns Required. The data represented as bytes.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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