Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::ImageContainmentType (v1.16.0)

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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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
Returns
  • (::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
Parameter
  • 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.

Returns
  • (::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.