Class: Google::Cloud::Dlp::V2::Location
- Inherits:
-
Object
- Object
- Google::Cloud::Dlp::V2::Location
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/privacy/dlp/v2/dlp.rb
Overview
Specifies the location of the finding.
Instance Attribute Summary collapse
-
#byte_range ⇒ ::Google::Cloud::Dlp::V2::Range
Zero-based byte offsets delimiting the finding.
-
#codepoint_range ⇒ ::Google::Cloud::Dlp::V2::Range
Unicode character offsets delimiting the finding.
-
#container ⇒ ::Google::Cloud::Dlp::V2::Container
Information about the container where this finding occurred, if available.
-
#content_locations ⇒ ::Array<::Google::Cloud::Dlp::V2::ContentLocation>
List of nested objects pointing to the precise location of the finding within the file or record.
Instance Attribute Details
#byte_range ⇒ ::Google::Cloud::Dlp::V2::Range
504 505 506 507 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 504 class Location include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#codepoint_range ⇒ ::Google::Cloud::Dlp::V2::Range
504 505 506 507 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 504 class Location include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#container ⇒ ::Google::Cloud::Dlp::V2::Container
504 505 506 507 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 504 class Location include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#content_locations ⇒ ::Array<::Google::Cloud::Dlp::V2::ContentLocation>
504 505 506 507 |
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 504 class Location include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |