public interface RecordLocationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FieldId |
getFieldId()
Field id of the field containing the finding.
|
FieldIdOrBuilder |
getFieldIdOrBuilder()
Field id of the field containing the finding.
|
RecordKey |
getRecordKey()
Key of the finding.
|
RecordKeyOrBuilder |
getRecordKeyOrBuilder()
Key of the finding.
|
TableLocation |
getTableLocation()
Location within a `ContentItem.Table`.
|
TableLocationOrBuilder |
getTableLocationOrBuilder()
Location within a `ContentItem.Table`.
|
boolean |
hasFieldId()
Field id of the field containing the finding.
|
boolean |
hasRecordKey()
Key of the finding.
|
boolean |
hasTableLocation()
Location within a `ContentItem.Table`.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasRecordKey()
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
RecordKey getRecordKey()
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
RecordKeyOrBuilder getRecordKeyOrBuilder()
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
boolean hasFieldId()
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
FieldId getFieldId()
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
FieldIdOrBuilder getFieldIdOrBuilder()
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
boolean hasTableLocation()
Location within a `ContentItem.Table`.
.google.privacy.dlp.v2.TableLocation table_location = 3;
TableLocation getTableLocation()
Location within a `ContentItem.Table`.
.google.privacy.dlp.v2.TableLocation table_location = 3;
TableLocationOrBuilder getTableLocationOrBuilder()
Location within a `ContentItem.Table`.
.google.privacy.dlp.v2.TableLocation table_location = 3;