Discovery Engine v1beta API - Class Answer.Types.BlobAttachment.Types.Blob (1.0.0-beta24)

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, IMessage

Reference documentation and code samples for the Discovery Engine v1beta API class Answer.Types.BlobAttachment.Types.Blob.

The media type and data of the blob.

Inheritance

object > Answer.Types.BlobAttachment.Types.Blob

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

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