Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::BlobAttachment::Blob

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

Overview

Stores 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.



1921
1922
1923
1924
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1921

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 data.

Returns:

  • (::String)

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



1921
1922
1923
1924
# File 'proto_docs/google/cloud/discoveryengine/v1beta/search_service.rb', line 1921

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