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