Interface SdpFilterResultOrBuilder (0.1.0)

public interface SdpFilterResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDeidentifyResult()

public abstract SdpDeidentifyResult getDeidentifyResult()

Sensitive Data Protection Deidentification result if deidentification is performed.

.google.cloud.modelarmor.v1.SdpDeidentifyResult deidentify_result = 2;

Returns
Type Description
SdpDeidentifyResult

The deidentifyResult.

getDeidentifyResultOrBuilder()

public abstract SdpDeidentifyResultOrBuilder getDeidentifyResultOrBuilder()

Sensitive Data Protection Deidentification result if deidentification is performed.

.google.cloud.modelarmor.v1.SdpDeidentifyResult deidentify_result = 2;

Returns
Type Description
SdpDeidentifyResultOrBuilder

getInspectResult()

public abstract SdpInspectResult getInspectResult()

Sensitive Data Protection Inspection result if inspection is performed.

.google.cloud.modelarmor.v1.SdpInspectResult inspect_result = 1;

Returns
Type Description
SdpInspectResult

The inspectResult.

getInspectResultOrBuilder()

public abstract SdpInspectResultOrBuilder getInspectResultOrBuilder()

Sensitive Data Protection Inspection result if inspection is performed.

.google.cloud.modelarmor.v1.SdpInspectResult inspect_result = 1;

Returns
Type Description
SdpInspectResultOrBuilder

getResultCase()

public abstract SdpFilterResult.ResultCase getResultCase()
Returns
Type Description
SdpFilterResult.ResultCase

hasDeidentifyResult()

public abstract boolean hasDeidentifyResult()

Sensitive Data Protection Deidentification result if deidentification is performed.

.google.cloud.modelarmor.v1.SdpDeidentifyResult deidentify_result = 2;

Returns
Type Description
boolean

Whether the deidentifyResult field is set.

hasInspectResult()

public abstract boolean hasInspectResult()

Sensitive Data Protection Inspection result if inspection is performed.

.google.cloud.modelarmor.v1.SdpInspectResult inspect_result = 1;

Returns
Type Description
boolean

Whether the inspectResult field is set.