public interface ReidentifyContentResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getItem()
public abstract ContentItem getItem()The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
| Type | Description |
| ContentItem | The item. |
getItemOrBuilder()
public abstract ContentItemOrBuilder getItemOrBuilder()The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
| Type | Description |
| ContentItemOrBuilder |
getOverview()
public abstract TransformationOverview getOverview() An overview of the changes that were made to the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Type | Description |
| TransformationOverview | The overview. |
getOverviewOrBuilder()
public abstract TransformationOverviewOrBuilder getOverviewOrBuilder() An overview of the changes that were made to the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Type | Description |
| TransformationOverviewOrBuilder |
hasItem()
public abstract boolean hasItem()The re-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
| Type | Description |
| boolean | Whether the item field is set. |
hasOverview()
public abstract boolean hasOverview() An overview of the changes that were made to the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Type | Description |
| boolean | Whether the overview field is set. |