Reference documentation and code samples for the Google Cloud Model Armor V1beta Client class SdpDeidentifyResult.
Sensitive Data Protection Deidentification Result.
Generated from protobuf message google.cloud.modelarmor.v1beta.SdpDeidentifyResult
Namespace
Google \ Cloud \ ModelArmor \ V1betaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ execution_state
int
Output only. Reports whether Sensitive Data Protection deidentification was successfully executed or not.
↳ message_items
array< MessageItem
>
Optional messages corresponding to the result. A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.
↳ match_state
int
Output only. Match state for Sensitive Data Protection Deidentification. Value is MATCH_FOUND if content is de-identified.
↳ data
↳ transformed_bytes
int|string
Total size in bytes that were transformed during deidentification.
↳ info_types
array
List of Sensitive Data Protection info-types that were de-identified.
getExecutionState
Output only. Reports whether Sensitive Data Protection deidentification was successfully executed or not.
setExecutionState
Output only. Reports whether Sensitive Data Protection deidentification was successfully executed or not.
$this
getMessageItems
Optional messages corresponding to the result.
A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.
setMessageItems
Optional messages corresponding to the result.
A message can provide warnings or error details. For example, if execution state is skipped then this field provides related reason/explanation.
$this
getMatchState
Output only. Match state for Sensitive Data Protection Deidentification.
Value is MATCH_FOUND if content is de-identified.
setMatchState
Output only. Match state for Sensitive Data Protection Deidentification.
Value is MATCH_FOUND if content is de-identified.
$this
getData
De-identified data.
hasData
clearData
setData
De-identified data.
$this
getTransformedBytes
Total size in bytes that were transformed during deidentification.
int|string
setTransformedBytes
Total size in bytes that were transformed during deidentification.
var
int|string
$this
getInfoTypes
List of Sensitive Data Protection info-types that were de-identified.
setInfoTypes
List of Sensitive Data Protection info-types that were de-identified.
var
string[]
$this

