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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
ByteContentItemOrBuilder |
|
getDataItemCase()
public abstract ContentItem.DataItemCase getDataItemCase()| Returns | |
|---|---|
| Type | Description |
ContentItem.DataItemCase |
|
getTable()
public abstract Table getTable()Structured content for inspection. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-text#inspecting_a_table to learn more.
.google.privacy.dlp.v2.Table table = 4;
| Returns | |
|---|---|
| Type | Description |
Table |
The table. |
getTableOrBuilder()
public abstract TableOrBuilder getTableOrBuilder()Structured content for inspection. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-text#inspecting_a_table to learn more.
.google.privacy.dlp.v2.Table table = 4;
| Returns | |
|---|---|
| Type | Description |
TableOrBuilder |
|
getValue()
public abstract String getValue()String data to inspect or redact.
string value = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()String data to inspect or redact.
string value = 3;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the byteItem field is set. |
hasTable()
public abstract boolean hasTable()Structured content for inspection. See https://cloud.google.com/sensitive-data-protection/docs/inspecting-text#inspecting_a_table to learn more.
.google.privacy.dlp.v2.Table table = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the table field is set. |
hasValue()
public abstract boolean hasValue()String data to inspect or redact.
string value = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the value field is set. |