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