Interface ByteDataItemOrBuilder (0.19.0)
Stay organized with collections
Save and categorize content based on your preferences.
publicinterface ByteDataItemOrBuilderextendsMessageOrBuilderImplements
MessageOrBuilderMethods
getByteData()
publicabstractByteStringgetByteData()Required. Bytes Data
bytes byte_data = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The byteData. |
getByteDataType()
publicabstractByteDataItem.ByteItemTypegetByteDataType()Required. The type of byte data
.google.cloud.modelarmor.v1.ByteDataItem.ByteItemType byte_data_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteDataItem.ByteItemType |
The byteDataType. |
getByteDataTypeValue()
publicabstractintgetByteDataTypeValue()Required. The type of byte data
.google.cloud.modelarmor.v1.ByteDataItem.ByteItemType byte_data_type = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for byteDataType. |