public sealed class ByteDataItem : IMessage<ByteDataItem>, IEquatable<ByteDataItem>, IDeepCloneable<ByteDataItem>, IBufferMessage, IMessageReference documentation and code samples for the Model Armor v1 API class ByteDataItem.
Represents Byte Data item.
Implements
IMessageByteDataItem, IEquatableByteDataItem, IDeepCloneableByteDataItem, IBufferMessage, IMessageNamespace
Google.Cloud.ModelArmor.V1Assembly
Google.Cloud.ModelArmor.V1.dll
Constructors
ByteDataItem()
public ByteDataItem()ByteDataItem(ByteDataItem)
public ByteDataItem(ByteDataItem other)| Parameter | |
|---|---|
| Name | Description |
other |
ByteDataItem |
Properties
ByteData
public ByteString ByteData { get; set; }Required. Bytes Data
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|
ByteDataType
public ByteDataItem.Types.ByteItemType ByteDataType { get; set; }Required. The type of byte data
| Property Value | |
|---|---|
| Type | Description |
ByteDataItemTypesByteItemType |
|