Class: Google::Cloud::DiscoveryEngine::V1beta::Answer::BlobAttachment::Blob

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

Overview

The media type and data of the blob.

Instance Attribute Summary collapse

Instance Attribute Details

#data::String (readonly)

Returns Output only. Raw bytes.

Returns:

  • (::String)

    Output only. Raw bytes.



283
284
285
286
# File 'proto_docs/google/cloud/discoveryengine/v1beta/answer.rb', line 283

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

#mime_type::String (readonly)

Returns Output only. The media type (MIME type) of the generated or retrieved data.

Returns:

  • (::String)

    Output only. The media type (MIME type) of the generated or retrieved data.



283
284
285
286
# File 'proto_docs/google/cloud/discoveryengine/v1beta/answer.rb', line 283

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