public interface LocationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Range |
getByteRange()
Zero-based byte offsets within a content item.
|
RangeOrBuilder |
getByteRangeOrBuilder()
Zero-based byte offsets within a content item.
|
Range |
getCodepointRange()
Character offsets within a content item, included when content type
is a text.
|
RangeOrBuilder |
getCodepointRangeOrBuilder()
Character offsets within a content item, included when content type
is a text.
|
FieldId |
getFieldId()
Field id of the field containing the finding.
|
FieldIdOrBuilder |
getFieldIdOrBuilder()
Field id of the field containing the finding.
|
ImageLocation |
getImageBoxes(int index)
Location within an image's pixels.
|
int |
getImageBoxesCount()
Location within an image's pixels.
|
java.util.List<ImageLocation> |
getImageBoxesList()
Location within an image's pixels.
|
ImageLocationOrBuilder |
getImageBoxesOrBuilder(int index)
Location within an image's pixels.
|
java.util.List<? extends ImageLocationOrBuilder> |
getImageBoxesOrBuilderList()
Location within an image's pixels.
|
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 |
hasByteRange()
Zero-based byte offsets within a content item.
|
boolean |
hasCodepointRange()
Character offsets within a content item, included when content type
is a text.
|
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 hasByteRange()
Zero-based byte offsets within a content item.
.google.privacy.dlp.v2beta1.Range byte_range = 1;
Range getByteRange()
Zero-based byte offsets within a content item.
.google.privacy.dlp.v2beta1.Range byte_range = 1;
RangeOrBuilder getByteRangeOrBuilder()
Zero-based byte offsets within a content item.
.google.privacy.dlp.v2beta1.Range byte_range = 1;
boolean hasCodepointRange()
Character offsets within a content item, included when content type is a text. Default charset assumed to be UTF-8.
.google.privacy.dlp.v2beta1.Range codepoint_range = 2;
Range getCodepointRange()
Character offsets within a content item, included when content type is a text. Default charset assumed to be UTF-8.
.google.privacy.dlp.v2beta1.Range codepoint_range = 2;
RangeOrBuilder getCodepointRangeOrBuilder()
Character offsets within a content item, included when content type is a text. Default charset assumed to be UTF-8.
.google.privacy.dlp.v2beta1.Range codepoint_range = 2;
java.util.List<ImageLocation> getImageBoxesList()
Location within an image's pixels.
repeated .google.privacy.dlp.v2beta1.ImageLocation image_boxes = 3;
ImageLocation getImageBoxes(int index)
Location within an image's pixels.
repeated .google.privacy.dlp.v2beta1.ImageLocation image_boxes = 3;
int getImageBoxesCount()
Location within an image's pixels.
repeated .google.privacy.dlp.v2beta1.ImageLocation image_boxes = 3;
java.util.List<? extends ImageLocationOrBuilder> getImageBoxesOrBuilderList()
Location within an image's pixels.
repeated .google.privacy.dlp.v2beta1.ImageLocation image_boxes = 3;
ImageLocationOrBuilder getImageBoxesOrBuilder(int index)
Location within an image's pixels.
repeated .google.privacy.dlp.v2beta1.ImageLocation image_boxes = 3;
boolean hasRecordKey()
Key of the finding.
.google.privacy.dlp.v2beta1.RecordKey record_key = 4;
RecordKey getRecordKey()
Key of the finding.
.google.privacy.dlp.v2beta1.RecordKey record_key = 4;
RecordKeyOrBuilder getRecordKeyOrBuilder()
Key of the finding.
.google.privacy.dlp.v2beta1.RecordKey record_key = 4;
boolean hasFieldId()
Field id of the field containing the finding.
.google.privacy.dlp.v2beta1.FieldId field_id = 5;
FieldId getFieldId()
Field id of the field containing the finding.
.google.privacy.dlp.v2beta1.FieldId field_id = 5;
FieldIdOrBuilder getFieldIdOrBuilder()
Field id of the field containing the finding.
.google.privacy.dlp.v2beta1.FieldId field_id = 5;
boolean hasTableLocation()
Location within a `ContentItem.Table`.
.google.privacy.dlp.v2beta1.TableLocation table_location = 6;
TableLocation getTableLocation()
Location within a `ContentItem.Table`.
.google.privacy.dlp.v2beta1.TableLocation table_location = 6;
TableLocationOrBuilder getTableLocationOrBuilder()
Location within a `ContentItem.Table`.
.google.privacy.dlp.v2beta1.TableLocation table_location = 6;