public interface DeidentifyContentResponseOrBuilder extends MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
ContentItem |
getItem()
The de-identified item.
|
ContentItemOrBuilder |
getItemOrBuilder()
The de-identified item.
|
TransformationOverview |
getOverview()
An overview of the changes that were made on the `item`.
|
TransformationOverviewOrBuilder |
getOverviewOrBuilder()
An overview of the changes that were made on the `item`.
|
boolean |
hasItem()
The de-identified item.
|
boolean |
hasOverview()
An overview of the changes that were made on the `item`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofisInitializedboolean hasItem()
The de-identified item.
.google.privacy.dlp.v2beta2.ContentItem item = 1;ContentItem getItem()
The de-identified item.
.google.privacy.dlp.v2beta2.ContentItem item = 1;ContentItemOrBuilder getItemOrBuilder()
The de-identified item.
.google.privacy.dlp.v2beta2.ContentItem item = 1;boolean hasOverview()
An overview of the changes that were made on the `item`.
.google.privacy.dlp.v2beta2.TransformationOverview overview = 2;TransformationOverview getOverview()
An overview of the changes that were made on the `item`.
.google.privacy.dlp.v2beta2.TransformationOverview overview = 2;TransformationOverviewOrBuilder getOverviewOrBuilder()
An overview of the changes that were made on the `item`.
.google.privacy.dlp.v2beta2.TransformationOverview overview = 2;