public interface ActionDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getDeidentifyDetails()
public abstract DeidentifyDataSourceDetails getDeidentifyDetails()Outcome of a de-identification action.
.google.privacy.dlp.v2.DeidentifyDataSourceDetails deidentify_details = 1;
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetails |
The deidentifyDetails. |
getDeidentifyDetailsOrBuilder()
public abstract DeidentifyDataSourceDetailsOrBuilder getDeidentifyDetailsOrBuilder()Outcome of a de-identification action.
.google.privacy.dlp.v2.DeidentifyDataSourceDetails deidentify_details = 1;
| Returns | |
|---|---|
| Type | Description |
DeidentifyDataSourceDetailsOrBuilder |
|
getDetailsCase()
public abstract ActionDetails.DetailsCase getDetailsCase()| Returns | |
|---|---|
| Type | Description |
ActionDetails.DetailsCase |
|
hasDeidentifyDetails()
public abstract boolean hasDeidentifyDetails()Outcome of a de-identification action.
.google.privacy.dlp.v2.DeidentifyDataSourceDetails deidentify_details = 1;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the deidentifyDetails field is set. |