Gemini Enterprise for Customer Experience v1beta API - Class FileContext.Types.FileBytes (1.0.0-beta04)

public sealed class FileContext.Types.FileBytes : IMessage<FileContext.Types.FileBytes>, IEquatable<FileContext.Types.FileBytes>, IDeepCloneable<FileContext.Types.FileBytes>, IBufferMessage, IMessage

Reference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class FileContext.Types.FileBytes.

File provided as raw bytes.

Inheritance

object > FileContext.Types.FileBytes

Namespace

Google.Cloud.Ces.V1Beta

Assembly

Google.Cloud.Ces.V1Beta.dll

Constructors

FileBytes()

public FileBytes()

FileBytes(FileBytes)

public FileBytes(FileContext.Types.FileBytes other)
Parameter
Name Description
other FileContextTypesFileBytes

Properties

Data

public ByteString Data { get; set; }

Required. Raw bytes of the file.

Property Value
Type Description
ByteString

FileName

public string FileName { get; set; }

Required. The name of the file provided as raw bytes.

Property Value
Type Description
string

MimeType

public string MimeType { get; set; }

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

Property Value
Type Description
string