Interface ContentItemOrBuilder (3.3.2)

public interface ContentItemOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getByteItem()

public abstract ByteContentItem getByteItem()

Content data to inspect or redact. Replaces type and data.

.google.privacy.dlp.v2.ByteContentItem byte_item = 5;

Returns
TypeDescription
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;

Returns
TypeDescription
ByteContentItemOrBuilder

getDataItemCase()

public abstract ContentItem.DataItemCase getDataItemCase()
Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
TableOrBuilder

getValue()

public abstract String getValue()

String data to inspect or redact.

string value = 3;

Returns
TypeDescription
String

The value.

getValueBytes()

public abstract ByteString getValueBytes()

String data to inspect or redact.

string value = 3;

Returns
TypeDescription
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;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the table field is set.

hasValue()

public abstract boolean hasValue()

String data to inspect or redact.

string value = 3;

Returns
TypeDescription
boolean

Whether the value field is set.