Class: Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::BlobAttachment::Blob
- Inherits:
-
Object
- Object
- Google::Cloud::DiscoveryEngine::V1beta::SearchResponse::Summary::BlobAttachment::Blob
- 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
-
#data ⇒ ::String
readonly
Output only.
-
#mime_type ⇒ ::String
readonly
Output only.
Instance Attribute Details
#data ⇒ ::String (readonly)
Returns 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.
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 |