public static final class ImageLocation.Builder extends GeneratedMessageV3.Builder<ImageLocation.Builder> implements ImageLocationOrBuilder
Location of the finding within an image.Protobuf type
google.privacy.dlp.v2.ImageLocation
Modifier and Type | Method and Description |
---|---|
ImageLocation.Builder |
addAllBoundingBoxes(java.lang.Iterable<? extends BoundingBox> values)
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
addBoundingBoxes(BoundingBox.Builder builderForValue)
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
addBoundingBoxes(BoundingBox value)
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
addBoundingBoxes(int index,
BoundingBox.Builder builderForValue)
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
addBoundingBoxes(int index,
BoundingBox value)
Bounding boxes locating the pixels within the image containing the finding.
|
BoundingBox.Builder |
addBoundingBoxesBuilder()
Bounding boxes locating the pixels within the image containing the finding.
|
BoundingBox.Builder |
addBoundingBoxesBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
addRepeatedField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ImageLocation |
build() |
ImageLocation |
buildPartial() |
ImageLocation.Builder |
clear() |
ImageLocation.Builder |
clearBoundingBoxes()
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
clearField(Descriptors.FieldDescriptor field) |
ImageLocation.Builder |
clearOneof(Descriptors.OneofDescriptor oneof) |
ImageLocation.Builder |
clone() |
BoundingBox |
getBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
BoundingBox.Builder |
getBoundingBoxesBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
java.util.List<BoundingBox.Builder> |
getBoundingBoxesBuilderList()
Bounding boxes locating the pixels within the image containing the finding.
|
int |
getBoundingBoxesCount()
Bounding boxes locating the pixels within the image containing the finding.
|
java.util.List<BoundingBox> |
getBoundingBoxesList()
Bounding boxes locating the pixels within the image containing the finding.
|
BoundingBoxOrBuilder |
getBoundingBoxesOrBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
java.util.List<? extends BoundingBoxOrBuilder> |
getBoundingBoxesOrBuilderList()
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation |
getDefaultInstanceForType() |
static Descriptors.Descriptor |
getDescriptor() |
Descriptors.Descriptor |
getDescriptorForType() |
protected GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ImageLocation.Builder |
mergeFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
ImageLocation.Builder |
mergeFrom(ImageLocation other) |
ImageLocation.Builder |
mergeFrom(Message other) |
ImageLocation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields) |
ImageLocation.Builder |
removeBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
setBoundingBoxes(int index,
BoundingBox.Builder builderForValue)
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
setBoundingBoxes(int index,
BoundingBox value)
Bounding boxes locating the pixels within the image containing the finding.
|
ImageLocation.Builder |
setField(Descriptors.FieldDescriptor field,
java.lang.Object value) |
ImageLocation.Builder |
setRepeatedField(Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ImageLocation.Builder |
setUnknownFields(UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<ImageLocation.Builder>
public ImageLocation.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<ImageLocation.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<ImageLocation.Builder>
public ImageLocation getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public ImageLocation build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public ImageLocation buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public ImageLocation.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<ImageLocation.Builder>
public ImageLocation.Builder setField(Descriptors.FieldDescriptor field, java.lang.Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<ImageLocation.Builder>
public ImageLocation.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<ImageLocation.Builder>
public ImageLocation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<ImageLocation.Builder>
public ImageLocation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<ImageLocation.Builder>
public ImageLocation.Builder addRepeatedField(Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<ImageLocation.Builder>
public ImageLocation.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<ImageLocation.Builder>
public ImageLocation.Builder mergeFrom(ImageLocation other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<ImageLocation.Builder>
public ImageLocation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<ImageLocation.Builder>
java.io.IOException
public java.util.List<BoundingBox> getBoundingBoxesList()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
getBoundingBoxesList
in interface ImageLocationOrBuilder
public int getBoundingBoxesCount()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
getBoundingBoxesCount
in interface ImageLocationOrBuilder
public BoundingBox getBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
getBoundingBoxes
in interface ImageLocationOrBuilder
public ImageLocation.Builder setBoundingBoxes(int index, BoundingBox value)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public ImageLocation.Builder setBoundingBoxes(int index, BoundingBox.Builder builderForValue)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public ImageLocation.Builder addBoundingBoxes(BoundingBox value)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public ImageLocation.Builder addBoundingBoxes(int index, BoundingBox value)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public ImageLocation.Builder addBoundingBoxes(BoundingBox.Builder builderForValue)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public ImageLocation.Builder addBoundingBoxes(int index, BoundingBox.Builder builderForValue)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public ImageLocation.Builder addAllBoundingBoxes(java.lang.Iterable<? extends BoundingBox> values)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public ImageLocation.Builder clearBoundingBoxes()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public ImageLocation.Builder removeBoundingBoxes(int index)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public BoundingBox.Builder getBoundingBoxesBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public BoundingBoxOrBuilder getBoundingBoxesOrBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
getBoundingBoxesOrBuilder
in interface ImageLocationOrBuilder
public java.util.List<? extends BoundingBoxOrBuilder> getBoundingBoxesOrBuilderList()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
getBoundingBoxesOrBuilderList
in interface ImageLocationOrBuilder
public BoundingBox.Builder addBoundingBoxesBuilder()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public BoundingBox.Builder addBoundingBoxesBuilder(int index)
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public java.util.List<BoundingBox.Builder> getBoundingBoxesBuilderList()
Bounding boxes locating the pixels within the image containing the finding.
repeated .google.privacy.dlp.v2.BoundingBox bounding_boxes = 1;
public final ImageLocation.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<ImageLocation.Builder>
public final ImageLocation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<ImageLocation.Builder>