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
def byte_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=
def byte_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
def codepoint_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=
def codepoint_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
def container() -> ::Google::Cloud::Dlp::V2::Container
Returns
- (::Google::Cloud::Dlp::V2::Container) — Information about the container where this finding occurred, if available.
#container=
def container=(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
def content_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=
def content_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.