public interface DeidentifyContentResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getItem()
public abstract ContentItem getItem()The de-identified item.
.google.privacy.dlp.v2.ContentItem item = 1;
| Type | Description |
| ContentItem | The item. |
getItemOrBuilder()
public abstract ContentItemOrBuilder getItemOrBuilder()The de-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 on 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 on the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Type | Description |
| TransformationOverviewOrBuilder |
hasItem()
public abstract boolean hasItem()The de-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 on the item.
.google.privacy.dlp.v2.TransformationOverview overview = 2;
| Type | Description |
| boolean | Whether the overview field is set. |