Interface SdpDeidentifyResultOrBuilder (0.1.0)

public interface SdpDeidentifyResultOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getData()

public abstract DataItem getData()

De-identified data.

.google.cloud.modelarmor.v1.DataItem data = 4;

Returns
Type Description
DataItem

The data.

getDataOrBuilder()

public abstract DataItemOrBuilder getDataOrBuilder()

De-identified data.

.google.cloud.modelarmor.v1.DataItem data = 4;

Returns
Type Description
DataItemOrBuilder

getExecutionState()

public abstract FilterExecutionState getExecutionState()

Output only. Reports whether Sensitive Data Protection deidentification was successfully executed or not.

.google.cloud.modelarmor.v1.FilterExecutionState execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FilterExecutionState

The executionState.

getExecutionStateValue()

public abstract int getExecutionStateValue()

Output only. Reports whether Sensitive Data Protection deidentification was successfully executed or not.

.google.cloud.modelarmor.v1.FilterExecutionState execution_state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for executionState.

getInfoTypes(int index)

public abstract String getInfoTypes(int index)

List of Sensitive Data Protection info-types that were de-identified.

repeated string info_types = 6;

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The infoTypes at the given index.

getInfoTypesBytes(int index)

public abstract ByteString getInfoTypesBytes(int index)

List of Sensitive Data Protection info-types that were de-identified.

repeated string info_types = 6;

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the infoTypes at the given index.

getInfoTypesCount()

public abstract int getInfoTypesCount()

List of Sensitive Data Protection info-types that were de-identified.

repeated string info_types = 6;

Returns
Type Description
int

The count of infoTypes.

getInfoTypesList()

public abstract List<String> getInfoTypesList()

List of Sensitive Data Protection info-types that were de-identified.

repeated string info_types = 6;

Returns
Type Description
List<String>

A list containing the infoTypes.

getMatchState()

public abstract FilterMatchState getMatchState()

Output only. Match state for Sensitive Data Protection Deidentification. Value is MATCH_FOUND if content is de-identified.

.google.cloud.modelarmor.v1.FilterMatchState match_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
FilterMatchState

The matchState.

getMatchStateValue()

public abstract int getMatchStateValue()

Output only. Match state for Sensitive Data Protection Deidentification. Value is MATCH_FOUND if content is de-identified.

.google.cloud.modelarmor.v1.FilterMatchState match_state = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
Type Description
int

The enum numeric value on the wire for matchState.

getMessageItems(int index)

public abstract MessageItem getMessageItems(int index)

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.

repeated .google.cloud.modelarmor.v1.MessageItem message_items = 2;

Parameter
Name Description
index int
Returns
Type Description
MessageItem

getMessageItemsCount()

public abstract int getMessageItemsCount()

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.

repeated .google.cloud.modelarmor.v1.MessageItem message_items = 2;

Returns
Type Description
int

getMessageItemsList()

public abstract List<MessageItem> getMessageItemsList()

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.

repeated .google.cloud.modelarmor.v1.MessageItem message_items = 2;

Returns
Type Description
List<MessageItem>

getMessageItemsOrBuilder(int index)

public abstract MessageItemOrBuilder getMessageItemsOrBuilder(int index)

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.

repeated .google.cloud.modelarmor.v1.MessageItem message_items = 2;

Parameter
Name Description
index int
Returns
Type Description
MessageItemOrBuilder

getMessageItemsOrBuilderList()

public abstract List<? extends MessageItemOrBuilder> getMessageItemsOrBuilderList()

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.

repeated .google.cloud.modelarmor.v1.MessageItem message_items = 2;

Returns
Type Description
List<? extends com.google.cloud.modelarmor.v1.MessageItemOrBuilder>

getTransformedBytes()

public abstract long getTransformedBytes()

Total size in bytes that were transformed during deidentification.

int64 transformed_bytes = 5;

Returns
Type Description
long

The transformedBytes.

hasData()

public abstract boolean hasData()

De-identified data.

.google.cloud.modelarmor.v1.DataItem data = 4;

Returns
Type Description
boolean

Whether the data field is set.