public interface ContentItemOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getByteItem()
public abstract ByteContentItem getByteItem() Content data to inspect or redact. Replaces type and data.
.google.privacy.dlp.v2.ByteContentItem byte_item = 5;
| Type | Description |
| ByteContentItem | The byteItem. |
getByteItemOrBuilder()
public abstract ByteContentItemOrBuilder getByteItemOrBuilder() Content data to inspect or redact. Replaces type and data.
.google.privacy.dlp.v2.ByteContentItem byte_item = 5;
| Type | Description |
| ByteContentItemOrBuilder |
getDataItemCase()
public abstract ContentItem.DataItemCase getDataItemCase()| Type | Description |
| ContentItem.DataItemCase |
getTable()
public abstract Table getTable()Structured content for inspection. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.
.google.privacy.dlp.v2.Table table = 4;
| Type | Description |
| Table | The table. |
getTableOrBuilder()
public abstract TableOrBuilder getTableOrBuilder()Structured content for inspection. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.
.google.privacy.dlp.v2.Table table = 4;
| Type | Description |
| TableOrBuilder |
getValue()
public abstract String getValue()String data to inspect or redact.
string value = 3;
| Type | Description |
| String | The value. |
getValueBytes()
public abstract ByteString getValueBytes()String data to inspect or redact.
string value = 3;
| Type | Description |
| ByteString | The bytes for value. |
hasByteItem()
public abstract boolean hasByteItem() Content data to inspect or redact. Replaces type and data.
.google.privacy.dlp.v2.ByteContentItem byte_item = 5;
| Type | Description |
| boolean | Whether the byteItem field is set. |
hasTable()
public abstract boolean hasTable()Structured content for inspection. See https://cloud.google.com/dlp/docs/inspecting-text#inspecting_a_table to learn more.
.google.privacy.dlp.v2.Table table = 4;
| Type | Description |
| boolean | Whether the table field is set. |
hasValue()
public abstract boolean hasValue()String data to inspect or redact.
string value = 3;
| Type | Description |
| boolean | Whether the value field is set. |