Interface ActionDetailsOrBuilder (3.45.0)

public interface ActionDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeidentifyDetails()

public abstract DeidentifyDataSourceDetails getDeidentifyDetails()

Outcome of a de-identification action.

.google.privacy.dlp.v2.DeidentifyDataSourceDetails deidentify_details = 1;

Returns
TypeDescription
DeidentifyDataSourceDetails

The deidentifyDetails.

getDeidentifyDetailsOrBuilder()

public abstract DeidentifyDataSourceDetailsOrBuilder getDeidentifyDetailsOrBuilder()

Outcome of a de-identification action.

.google.privacy.dlp.v2.DeidentifyDataSourceDetails deidentify_details = 1;

Returns
TypeDescription
DeidentifyDataSourceDetailsOrBuilder

getDetailsCase()

public abstract ActionDetails.DetailsCase getDetailsCase()
Returns
TypeDescription
ActionDetails.DetailsCase

hasDeidentifyDetails()

public abstract boolean hasDeidentifyDetails()

Outcome of a de-identification action.

.google.privacy.dlp.v2.DeidentifyDataSourceDetails deidentify_details = 1;

Returns
TypeDescription
boolean

Whether the deidentifyDetails field is set.