public interface ByteDataItemOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getByteData()
public abstract ByteString getByteData()
Required. Bytes Data
bytes byte_data = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The byteData. |
getByteDataType()
public abstract ByteDataItem.ByteItemType getByteDataType()
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()
public abstract int getByteDataTypeValue()
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. |