Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::ImageContainmentType.
Specifies the relationship between bounding boxes for image findings.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#encloses
def encloses() -> ::Google::Cloud::Dlp::V2::Encloses-
(::Google::Cloud::Dlp::V2::Encloses) — The context finding's bounding box must fully contain the target
finding's bounding box.
Note: The following fields are mutually exclusive:
encloses,fully_inside,overlaps. If a field in that set is populated, all other fields in the set will automatically be cleared.
#encloses=
def encloses=(value) -> ::Google::Cloud::Dlp::V2::Encloses-
value (::Google::Cloud::Dlp::V2::Encloses) — The context finding's bounding box must fully contain the target
finding's bounding box.
Note: The following fields are mutually exclusive:
encloses,fully_inside,overlaps. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dlp::V2::Encloses) — The context finding's bounding box must fully contain the target
finding's bounding box.
Note: The following fields are mutually exclusive:
encloses,fully_inside,overlaps. If a field in that set is populated, all other fields in the set will automatically be cleared.
#fully_inside
def fully_inside() -> ::Google::Cloud::Dlp::V2::FullyInside-
(::Google::Cloud::Dlp::V2::FullyInside) — The context finding's bounding box must be fully inside the target
finding's bounding box.
Note: The following fields are mutually exclusive:
fully_inside,encloses,overlaps. If a field in that set is populated, all other fields in the set will automatically be cleared.
#fully_inside=
def fully_inside=(value) -> ::Google::Cloud::Dlp::V2::FullyInside-
value (::Google::Cloud::Dlp::V2::FullyInside) — The context finding's bounding box must be fully inside the target
finding's bounding box.
Note: The following fields are mutually exclusive:
fully_inside,encloses,overlaps. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dlp::V2::FullyInside) — The context finding's bounding box must be fully inside the target
finding's bounding box.
Note: The following fields are mutually exclusive:
fully_inside,encloses,overlaps. If a field in that set is populated, all other fields in the set will automatically be cleared.
#overlaps
def overlaps() -> ::Google::Cloud::Dlp::V2::Overlap-
(::Google::Cloud::Dlp::V2::Overlap) — The context finding's bounding box and the target finding's bounding box
must have a non-zero intersection.
Note: The following fields are mutually exclusive:
overlaps,encloses,fully_inside. If a field in that set is populated, all other fields in the set will automatically be cleared.
#overlaps=
def overlaps=(value) -> ::Google::Cloud::Dlp::V2::Overlap-
value (::Google::Cloud::Dlp::V2::Overlap) — The context finding's bounding box and the target finding's bounding box
must have a non-zero intersection.
Note: The following fields are mutually exclusive:
overlaps,encloses,fully_inside. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::Dlp::V2::Overlap) — The context finding's bounding box and the target finding's bounding box
must have a non-zero intersection.
Note: The following fields are mutually exclusive:
overlaps,encloses,fully_inside. If a field in that set is populated, all other fields in the set will automatically be cleared.