public interface ContentItemOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
ByteContentItem |
getByteItem()
Content data to inspect or redact.
|
ByteContentItemOrBuilder |
getByteItemOrBuilder()
Content data to inspect or redact.
|
ContentItem.DataItemCase |
getDataItemCase() |
Table |
getTable()
Structured content for inspection.
|
TableOrBuilder |
getTableOrBuilder()
Structured content for inspection.
|
java.lang.String |
getValue()
String data to inspect or redact.
|
ByteString |
getValueBytes()
String data to inspect or redact.
|
boolean |
hasByteItem()
Content 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 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.v2.Table table = 4;
Table getTable()
Structured content for inspection.
.google.privacy.dlp.v2.Table table = 4;
TableOrBuilder getTableOrBuilder()
Structured content for inspection.
.google.privacy.dlp.v2.Table table = 4;
boolean hasByteItem()
Content data to inspect or redact. Replaces `type` and `data`.
.google.privacy.dlp.v2.ByteContentItem byte_item = 5;
ByteContentItem getByteItem()
Content data to inspect or redact. Replaces `type` and `data`.
.google.privacy.dlp.v2.ByteContentItem byte_item = 5;
ByteContentItemOrBuilder getByteItemOrBuilder()
Content data to inspect or redact. Replaces `type` and `data`.
.google.privacy.dlp.v2.ByteContentItem byte_item = 5;
ContentItem.DataItemCase getDataItemCase()