Interface OtherInfoTypeSummaryOrBuilder (3.6.7)

public interface OtherInfoTypeSummaryOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getInfoType()

public abstract InfoType getInfoType()

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
Type Description
InfoType

The infoType.

getInfoTypeOrBuilder()

public abstract InfoTypeOrBuilder getInfoTypeOrBuilder()

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
Type Description
InfoTypeOrBuilder

hasInfoType()

public abstract boolean hasInfoType()

The other infoType.

.google.privacy.dlp.v2.InfoType info_type = 1;

Returns
Type Description
boolean

Whether the infoType field is set.