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

public sealed class SearchResponse.Types.Summary.Types.BlobAttachment.Types.Blob : IMessage<SearchResponse.Types.Summary.Types.BlobAttachment.Types.Blob>, IEquatable<SearchResponse.Types.Summary.Types.BlobAttachment.Types.Blob>, IDeepCloneable<SearchResponse.Types.Summary.Types.BlobAttachment.Types.Blob>, IBufferMessage, IMessage

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

Stores type and data of the blob.

Inheritance

object > SearchResponse.Types.Summary.Types.BlobAttachment.Types.Blob

Namespace

Google.Cloud.DiscoveryEngine.V1Beta

Assembly

Google.Cloud.DiscoveryEngine.V1Beta.dll

Constructors

Blob()

public Blob()

Blob(Blob)

public Blob(SearchResponse.Types.Summary.Types.BlobAttachment.Types.Blob other)
Parameter
Name Description
other SearchResponseTypesSummaryTypesBlobAttachmentTypesBlob

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

Property Value
Type Description
string