Interface RecordLocationOrBuilder (3.1.4)

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
TypeDescription
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
TypeDescription
FieldIdOrBuilder

getRecordKey()

public abstract RecordKey getRecordKey()

Key of the finding.

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

Returns
TypeDescription
RecordKey

The recordKey.

getRecordKeyOrBuilder()

public abstract RecordKeyOrBuilder getRecordKeyOrBuilder()

Key of the finding.

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

Returns
TypeDescription
RecordKeyOrBuilder

getTableLocation()

public abstract TableLocation getTableLocation()

Location within a ContentItem.Table.

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

Returns
TypeDescription
TableLocation

The tableLocation.

getTableLocationOrBuilder()

public abstract TableLocationOrBuilder getTableLocationOrBuilder()

Location within a ContentItem.Table.

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

Returns
TypeDescription
TableLocationOrBuilder

hasFieldId()

public abstract boolean hasFieldId()

Field id of the field containing the finding.

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

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the tableLocation field is set.