Class Google::Cloud::Dlp::V2::Location (v0.8.1)

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

#container=

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

#content_locations

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

#content_locations=

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