public interface RecordLocationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getFieldId()
public abstract FieldId getFieldId()Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
| 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;
| Type | Description |
| FieldIdOrBuilder |
getRecordKey()
public abstract RecordKey getRecordKey()Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
| Type | Description |
| RecordKey | The recordKey. |
getRecordKeyOrBuilder()
public abstract RecordKeyOrBuilder getRecordKeyOrBuilder()Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
| Type | Description |
| RecordKeyOrBuilder |
getTableLocation()
public abstract TableLocation getTableLocation() Location within a ContentItem.Table.
.google.privacy.dlp.v2.TableLocation table_location = 3;
| Type | Description |
| TableLocation | The tableLocation. |
getTableLocationOrBuilder()
public abstract TableLocationOrBuilder getTableLocationOrBuilder() Location within a ContentItem.Table.
.google.privacy.dlp.v2.TableLocation table_location = 3;
| Type | Description |
| TableLocationOrBuilder |
hasFieldId()
public abstract boolean hasFieldId()Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
| 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;
| 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;
| Type | Description |
| boolean | Whether the tableLocation field is set. |