public interface ByteContentItemOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ByteString |
getData()
Content data to inspect or redact.
|
ByteContentItem.BytesType |
getType()
The type of data stored in the bytes string.
|
int |
getTypeValue()
The type of data stored in the bytes string.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
int getTypeValue()
The type of data stored in the bytes string. Default will be TEXT_UTF8.
.google.privacy.dlp.v2.ByteContentItem.BytesType type = 1;
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;
ByteString getData()
Content data to inspect or redact.
bytes data = 2;