public interface LocationOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
Range |
getByteRange()
Zero-based byte offsets delimiting the finding.
|
RangeOrBuilder |
getByteRangeOrBuilder()
Zero-based byte offsets delimiting the finding.
|
Range |
getCodepointRange()
Unicode character offsets delimiting the finding.
|
RangeOrBuilder |
getCodepointRangeOrBuilder()
Unicode character offsets delimiting the finding.
|
FieldId |
getFieldId()
The pointer to the property or cell that contained the finding.
|
FieldIdOrBuilder |
getFieldIdOrBuilder()
The pointer to the property or cell that contained the finding.
|
ImageLocation |
getImageBoxes(int index)
The area within the image that contained the finding.
|
int |
getImageBoxesCount()
The area within the image that contained the finding.
|
java.util.List<ImageLocation> |
getImageBoxesList()
The area within the image that contained the finding.
|
ImageLocationOrBuilder |
getImageBoxesOrBuilder(int index)
The area within the image that contained the finding.
|
java.util.List<? extends ImageLocationOrBuilder> |
getImageBoxesOrBuilderList()
The area within the image that contained the finding.
|
RecordKey |
getRecordKey()
The pointer to the record in storage that contained the field the
finding was found in.
|
RecordKeyOrBuilder |
getRecordKeyOrBuilder()
The pointer to the record in storage that contained the field the
finding was found in.
|
TableLocation |
getTableLocation()
The pointer to the row of the table that contained the finding.
|
TableLocationOrBuilder |
getTableLocationOrBuilder()
The pointer to the row of the table that contained the finding.
|
boolean |
hasByteRange()
Zero-based byte offsets delimiting the finding.
|
boolean |
hasCodepointRange()
Unicode character offsets delimiting the finding.
|
boolean |
hasFieldId()
The pointer to the property or cell that contained the finding.
|
boolean |
hasRecordKey()
The pointer to the record in storage that contained the field the
finding was found in.
|
boolean |
hasTableLocation()
The pointer to the row of the table that contained the finding.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
boolean hasByteRange()
Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content. Omitted if content is an image.
.google.privacy.dlp.v2beta2.Range byte_range = 1;
Range getByteRange()
Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content. Omitted if content is an image.
.google.privacy.dlp.v2beta2.Range byte_range = 1;
RangeOrBuilder getByteRangeOrBuilder()
Zero-based byte offsets delimiting the finding. These are relative to the finding's containing element. Note that when the content is not textual, this references the UTF-8 encoded textual representation of the content. Omitted if content is an image.
.google.privacy.dlp.v2beta2.Range byte_range = 1;
boolean hasCodepointRange()
Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.
.google.privacy.dlp.v2beta2.Range codepoint_range = 2;
Range getCodepointRange()
Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.
.google.privacy.dlp.v2beta2.Range codepoint_range = 2;
RangeOrBuilder getCodepointRangeOrBuilder()
Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.
.google.privacy.dlp.v2beta2.Range codepoint_range = 2;
java.util.List<ImageLocation> getImageBoxesList()
The area within the image that contained the finding. Provided when the content is an image.
repeated .google.privacy.dlp.v2beta2.ImageLocation image_boxes = 3;
ImageLocation getImageBoxes(int index)
The area within the image that contained the finding. Provided when the content is an image.
repeated .google.privacy.dlp.v2beta2.ImageLocation image_boxes = 3;
int getImageBoxesCount()
The area within the image that contained the finding. Provided when the content is an image.
repeated .google.privacy.dlp.v2beta2.ImageLocation image_boxes = 3;
java.util.List<? extends ImageLocationOrBuilder> getImageBoxesOrBuilderList()
The area within the image that contained the finding. Provided when the content is an image.
repeated .google.privacy.dlp.v2beta2.ImageLocation image_boxes = 3;
ImageLocationOrBuilder getImageBoxesOrBuilder(int index)
The area within the image that contained the finding. Provided when the content is an image.
repeated .google.privacy.dlp.v2beta2.ImageLocation image_boxes = 3;
boolean hasRecordKey()
The pointer to the record in storage that contained the field the finding was found in. Provided when the finding's containing element is a property of a storage object.
.google.privacy.dlp.v2beta2.RecordKey record_key = 4;
RecordKey getRecordKey()
The pointer to the record in storage that contained the field the finding was found in. Provided when the finding's containing element is a property of a storage object.
.google.privacy.dlp.v2beta2.RecordKey record_key = 4;
RecordKeyOrBuilder getRecordKeyOrBuilder()
The pointer to the record in storage that contained the field the finding was found in. Provided when the finding's containing element is a property of a storage object.
.google.privacy.dlp.v2beta2.RecordKey record_key = 4;
boolean hasFieldId()
The pointer to the property or cell that contained the finding. Provided when the finding's containing element is a cell in a table or a property of storage object.
.google.privacy.dlp.v2beta2.FieldId field_id = 5;
FieldId getFieldId()
The pointer to the property or cell that contained the finding. Provided when the finding's containing element is a cell in a table or a property of storage object.
.google.privacy.dlp.v2beta2.FieldId field_id = 5;
FieldIdOrBuilder getFieldIdOrBuilder()
The pointer to the property or cell that contained the finding. Provided when the finding's containing element is a cell in a table or a property of storage object.
.google.privacy.dlp.v2beta2.FieldId field_id = 5;
boolean hasTableLocation()
The pointer to the row of the table that contained the finding. Provided when the finding's containing element is a cell of a table.
.google.privacy.dlp.v2beta2.TableLocation table_location = 6;
TableLocation getTableLocation()
The pointer to the row of the table that contained the finding. Provided when the finding's containing element is a cell of a table.
.google.privacy.dlp.v2beta2.TableLocation table_location = 6;
TableLocationOrBuilder getTableLocationOrBuilder()
The pointer to the row of the table that contained the finding. Provided when the finding's containing element is a cell of a table.
.google.privacy.dlp.v2beta2.TableLocation table_location = 6;