public interface ContentItemOrBuilder
extends com.google.protobuf.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.
|
String |
getValue()
String data to inspect or redact.
|
com.google.protobuf.ByteString |
getValueBytes()
String data to inspect or redact.
|
boolean |
hasByteItem()
Content data to inspect or redact.
|
boolean |
hasTable()
Structured content for inspection.
|
boolean |
hasValue()
String data to inspect or redact.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasValue()
String data to inspect or redact.
string value = 3;String getValue()
String data to inspect or redact.
string value = 3;com.google.protobuf.ByteString getValueBytes()
String data to inspect or redact.
string value = 3;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;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;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;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()
Copyright © 2022 Google LLC. All rights reserved.