public interface ContentItemOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ByteString |
getData()
Content data to inspect or redact.
|
ContentItem.DataItemCase |
getDataItemCase() |
Table |
getTable()
Structured content for inspection.
|
TableOrBuilder |
getTableOrBuilder()
Structured content for inspection.
|
java.lang.String |
getType()
Type of the content, as defined in Content-Type HTTP header.
|
ByteString |
getTypeBytes()
Type of the content, as defined in Content-Type HTTP header.
|
java.lang.String |
getValue()
String data to inspect or redact.
|
ByteString |
getValueBytes()
String data to inspect or redact.
|
boolean |
hasTable()
Structured content for inspection.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
java.lang.String getType()
Type of the content, as defined in Content-Type HTTP header. Supported types are: all "text" types, octet streams, PNG images, JPEG images.
string type = 1;
ByteString getTypeBytes()
Type of the content, as defined in Content-Type HTTP header. Supported types are: all "text" types, octet streams, PNG images, JPEG images.
string type = 1;
ByteString getData()
Content data to inspect or redact.
bytes data = 2;
java.lang.String getValue()
String data to inspect or redact.
string value = 3;
ByteString getValueBytes()
String data to inspect or redact.
string value = 3;
boolean hasTable()
Structured content for inspection.
.google.privacy.dlp.v2beta2.Table table = 4;
Table getTable()
Structured content for inspection.
.google.privacy.dlp.v2beta2.Table table = 4;
TableOrBuilder getTableOrBuilder()
Structured content for inspection.
.google.privacy.dlp.v2beta2.Table table = 4;
ContentItem.DataItemCase getDataItemCase()