Interface RecordLocationOrBuilder (3.46.0)

public interface RecordLocationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getFieldId()

public abstract FieldId getFieldId()

Field id of the field containing the finding.

.google.privacy.dlp.v2.FieldId field_id = 2;

Returns
Type Description
FieldId

The fieldId.

getFieldIdOrBuilder()

public abstract FieldIdOrBuilder getFieldIdOrBuilder()

Field id of the field containing the finding.

.google.privacy.dlp.v2.FieldId field_id = 2;

Returns
Type Description
FieldIdOrBuilder

getRecordKey()

public abstract RecordKey getRecordKey()

Key of the finding.

.google.privacy.dlp.v2.RecordKey record_key = 1;

Returns
Type Description
RecordKey

The recordKey.

getRecordKeyOrBuilder()

public abstract RecordKeyOrBuilder getRecordKeyOrBuilder()

Key of the finding.

.google.privacy.dlp.v2.RecordKey record_key = 1;

Returns
Type Description
RecordKeyOrBuilder

getTableLocation()

public abstract TableLocation getTableLocation()

Location within a ContentItem.Table.

.google.privacy.dlp.v2.TableLocation table_location = 3;

Returns
Type Description
TableLocation

The tableLocation.

getTableLocationOrBuilder()

public abstract TableLocationOrBuilder getTableLocationOrBuilder()

Location within a ContentItem.Table.

.google.privacy.dlp.v2.TableLocation table_location = 3;

Returns
Type Description
TableLocationOrBuilder

hasFieldId()

public abstract boolean hasFieldId()

Field id of the field containing the finding.

.google.privacy.dlp.v2.FieldId field_id = 2;

Returns
Type Description
boolean

Whether the fieldId field is set.

hasRecordKey()

public abstract boolean hasRecordKey()

Key of the finding.

.google.privacy.dlp.v2.RecordKey record_key = 1;

Returns
Type Description
boolean

Whether the recordKey field is set.

hasTableLocation()

public abstract boolean hasTableLocation()

Location within a ContentItem.Table.

.google.privacy.dlp.v2.TableLocation table_location = 3;

Returns
Type Description
boolean

Whether the tableLocation field is set.