Cloud Data Loss Prevention (DLP) V2 API - Class Google::Cloud::Dlp::V2::Location (v0.14.0)
Stay organized with collections
Save and categorize content based on your preferences.
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
- (::Google::Cloud::Dlp::V2::Container) — Information about the container where this finding occurred, if available.
#container=
defcontainer=(value)->::Google::Cloud::Dlp::V2::Container
Parameter
- value (::Google::Cloud::Dlp::V2::Container) — Information about the container where this finding occurred, if available.
Returns
- (::Google::Cloud::Dlp::V2::Container) — Information about the container where this finding occurred, if available.
#content_locations
defcontent_locations()->::Array<::Google::Cloud::Dlp::V2::ContentLocation>
Returns
- (::Array<::Google::Cloud::Dlp::V2::ContentLocation>) — List of nested objects pointing to the precise location of the finding within the file or record.
#content_locations=
defcontent_locations=(value)->::Array<::Google::Cloud::Dlp::V2::ContentLocation>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::ContentLocation>) — List of nested objects pointing to the precise location of the finding within the file or record.
Returns
- (::Array<::Google::Cloud::Dlp::V2::ContentLocation>) — List of nested objects pointing to the precise location of the finding within the file or record.