Package com.google.privacy.dlp.v2
Interface RecordLocationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
RecordLocation
,RecordLocation.Builder
public interface RecordLocationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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`.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasRecordKey
boolean hasRecordKey()
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
- Returns:
- Whether the recordKey field is set.
-
getRecordKey
RecordKey getRecordKey()
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
- Returns:
- The recordKey.
-
getRecordKeyOrBuilder
RecordKeyOrBuilder getRecordKeyOrBuilder()
Key of the finding.
.google.privacy.dlp.v2.RecordKey record_key = 1;
-
hasFieldId
boolean hasFieldId()
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
- Returns:
- Whether the fieldId field is set.
-
getFieldId
FieldId getFieldId()
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
- Returns:
- The fieldId.
-
getFieldIdOrBuilder
FieldIdOrBuilder getFieldIdOrBuilder()
Field id of the field containing the finding.
.google.privacy.dlp.v2.FieldId field_id = 2;
-
hasTableLocation
boolean hasTableLocation()
Location within a `ContentItem.Table`.
.google.privacy.dlp.v2.TableLocation table_location = 3;
- Returns:
- Whether the tableLocation field is set.
-
getTableLocation
TableLocation getTableLocation()
Location within a `ContentItem.Table`.
.google.privacy.dlp.v2.TableLocation table_location = 3;
- Returns:
- The tableLocation.
-
getTableLocationOrBuilder
TableLocationOrBuilder getTableLocationOrBuilder()
Location within a `ContentItem.Table`.
.google.privacy.dlp.v2.TableLocation table_location = 3;
-
-