public interface ByteContentItemOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getData()
public abstract ByteString getData()
Content data to inspect or redact.
bytes data = 2;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
int |
The enum numeric value on the wire for type. |