Interface ByteContentItemOrBuilder (3.7.2)

public interface ByteContentItemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getData()

public abstract ByteString getData()

Content data to inspect or redact.

bytes data = 2;

Returns
TypeDescription
ByteString

The data.

getType()

public abstract ByteContentItem.BytesType getType()

The type of data stored in the bytes string. Default will be TEXT_UTF8.

.google.privacy.dlp.v2.ByteContentItem.BytesType type = 1;

Returns
TypeDescription
ByteContentItem.BytesType

The type.

getTypeValue()

public abstract int getTypeValue()

The type of data stored in the bytes string. Default will be TEXT_UTF8.

.google.privacy.dlp.v2.ByteContentItem.BytesType type = 1;

Returns
TypeDescription
int

The enum numeric value on the wire for type.