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, IMessageReference 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.
Implements
IMessageSearchResponseTypesSummaryTypesBlobAttachmentTypesBlob, IEquatableSearchResponseTypesSummaryTypesBlobAttachmentTypesBlob, IDeepCloneableSearchResponseTypesSummaryTypesBlobAttachmentTypesBlob, IBufferMessage, IMessageNamespace
Google.Cloud.DiscoveryEngine.V1BetaAssembly
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 |
|