Interface ReidentifyContentResponseOrBuilder (3.5.0)

public interface ReidentifyContentResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getItem()

public abstract ContentItem getItem()

The re-identified item.

.google.privacy.dlp.v2.ContentItem item = 1;

Returns
TypeDescription
ContentItem

The item.

getItemOrBuilder()

public abstract ContentItemOrBuilder getItemOrBuilder()

The re-identified item.

.google.privacy.dlp.v2.ContentItem item = 1;

Returns
TypeDescription
ContentItemOrBuilder

getOverview()

public abstract TransformationOverview getOverview()

An overview of the changes that were made to the item.

.google.privacy.dlp.v2.TransformationOverview overview = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
TransformationOverviewOrBuilder

hasItem()

public abstract boolean hasItem()

The re-identified item.

.google.privacy.dlp.v2.ContentItem item = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the overview field is set.