Gemini Enterprise for Customer Experience V1 API - Class Google::Cloud::Ces::V1::Blob (v0.1.0)

Reference documentation and code samples for the Gemini Enterprise for Customer Experience V1 API class Google::Cloud::Ces::V1::Blob.

Represents a blob input or output in the conversation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data

def data() -> ::String
Returns
  • (::String) — Required. Raw bytes of the blob.

#data=

def data=(value) -> ::String
Parameter
  • value (::String) — Required. Raw bytes of the blob.
Returns
  • (::String) — Required. Raw bytes of the blob.

#mime_type

def mime_type() -> ::String
Returns
  • (::String) — Required. The IANA standard MIME type of the source data.

#mime_type=

def mime_type=(value) -> ::String
Parameter
  • value (::String) — Required. The IANA standard MIME type of the source data.
Returns
  • (::String) — Required. The IANA standard MIME type of the source data.