Data Analytics API with Gemini v1beta API - Class Blob (1.0.0-beta01)

public sealed class Blob : IMessage<Blob>, IEquatable<Blob>, IDeepCloneable<Blob>, IBufferMessage, IMessage

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class Blob.

A blob of data with a MIME type.

Inheritance

object > Blob

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

Blob()

public Blob()

Blob(Blob)

public Blob(Blob other)
Parameter
Name Description
other Blob

Properties

Data

public ByteString Data { get; set; }

Required. The data represented as bytes.

Property Value
Type Description
ByteString

MimeType

public string MimeType { get; set; }

Required. The IANA standard MIME type of the message data.

Property Value
Type Description
string