Reference documentation and code samples for the Data Analytics API with Gemini V1BETA API class Google::Cloud::GeminiDataAnalytics::V1beta::Blob.
A blob of data with a MIME type.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data
def data() -> ::String
Returns
- (::String) — Required. The data represented as bytes.
#data=
def data=(value) -> ::String
Parameter
- value (::String) — Required. The data represented as bytes.
Returns
- (::String) — Required. The data represented as bytes.
#mime_type
def mime_type() -> ::String
Returns
- (::String) — Required. The IANA standard MIME type of the message data.
#mime_type=
def mime_type=(value) -> ::String
Parameter
- value (::String) — Required. The IANA standard MIME type of the message data.
Returns
- (::String) — Required. The IANA standard MIME type of the message data.