public sealed class FileContext.Types.FileBytes : IMessage<FileContext.Types.FileBytes>, IEquatable<FileContext.Types.FileBytes>, IDeepCloneable<FileContext.Types.FileBytes>, IBufferMessage, IMessageReference documentation and code samples for the Gemini Enterprise for Customer Experience v1beta API class FileContext.Types.FileBytes.
File provided as raw bytes.
Implements
IMessageFileContextTypesFileBytes, IEquatableFileContextTypesFileBytes, IDeepCloneableFileContextTypesFileBytes, IBufferMessage, IMessageNamespace
Google.Cloud.Ces.V1BetaAssembly
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 |
|