Class: Google::Cloud::DiscoveryEngine::V1::AssistantContent::Blob

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb

Overview

Inline blob.

Instance Attribute Summary collapse

Instance Attribute Details

#data::String

Returns Required. Raw bytes.

Returns:

  • (::String)

    Required. Raw bytes.



133
134
135
136
# File 'proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb', line 133

class Blob
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#mime_type::String

Returns Required. The media type (MIME type) of the generated data.

Returns:

  • (::String)

    Required. The media type (MIME type) of the generated data.



133
134
135
136
# File 'proto_docs/google/cloud/discoveryengine/v1/assist_answer.rb', line 133

class Blob
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end