public sealed class Answer.Types.BlobAttachment.Types.Blob : IMessage<Answer.Types.BlobAttachment.Types.Blob>, IEquatable<Answer.Types.BlobAttachment.Types.Blob>, IDeepCloneable<Answer.Types.BlobAttachment.Types.Blob>, IBufferMessage, IMessageReference documentation and code samples for the Discovery Engine v1beta API class Answer.Types.BlobAttachment.Types.Blob.
The media type and data of the blob.
Implements
IMessageAnswerTypesBlobAttachmentTypesBlob, IEquatableAnswerTypesBlobAttachmentTypesBlob, IDeepCloneableAnswerTypesBlobAttachmentTypesBlob, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
Google.Cloud.DiscoveryEngine.V1Beta.dll
Constructors
Blob()
public Blob()Blob(Blob)
public Blob(Answer.Types.BlobAttachment.Types.Blob other)| Parameter | |
|---|---|
| Name | Description |
other |
AnswerTypesBlobAttachmentTypesBlob |
Properties
Data
public ByteString Data { get; set; }Output only. Raw bytes.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
MimeType
public string MimeType { get; set; }Output only. The media type (MIME type) of the generated or retrieved data.
| Property Value | |
|---|---|
| Type | Description |
string |
|