Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::Location (v0.14.0)

Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::Location.

Specifies the location of the finding.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#byte_range

defbyte_range()->::Google::Cloud::Dlp::V2::Range
Returns
  • (::Google::Cloud::Dlp::V2::Range) — 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.

#byte_range=

defbyte_range=(value)->::Google::Cloud::Dlp::V2::Range
Parameter
  • value (::Google::Cloud::Dlp::V2::Range) — 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.
Returns
  • (::Google::Cloud::Dlp::V2::Range) — 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.

#codepoint_range

defcodepoint_range()->::Google::Cloud::Dlp::V2::Range
Returns
  • (::Google::Cloud::Dlp::V2::Range) — Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.

#codepoint_range=

defcodepoint_range=(value)->::Google::Cloud::Dlp::V2::Range
Parameter
  • value (::Google::Cloud::Dlp::V2::Range) — Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.
Returns
  • (::Google::Cloud::Dlp::V2::Range) — Unicode character offsets delimiting the finding. These are relative to the finding's containing element. Provided when the content is text.

#container

defcontainer()->::Google::Cloud::Dlp::V2::Container
Returns

#container=

defcontainer=(value)->::Google::Cloud::Dlp::V2::Container
Parameter
Returns

#content_locations

defcontent_locations()->::Array<::Google::Cloud::Dlp::V2::ContentLocation>
Returns

#content_locations=

defcontent_locations=(value)->::Array<::Google::Cloud::Dlp::V2::ContentLocation>
Parameter
Returns

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.