Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::DataProfileFinding.
Details about a piece of potentially sensitive information that was detected when the data resource was profiled.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#data_profile_resource_name
def data_profile_resource_name() -> ::String
Returns
- (::String) — Resource name of the data profile associated with the finding.
#data_profile_resource_name=
def data_profile_resource_name=(value) -> ::String
Parameter
- value (::String) — Resource name of the data profile associated with the finding.
Returns
- (::String) — Resource name of the data profile associated with the finding.
#finding_id
def finding_id() -> ::String
Returns
- (::String) — A unique identifier for the finding.
#finding_id=
def finding_id=(value) -> ::String
Parameter
- value (::String) — A unique identifier for the finding.
Returns
- (::String) — A unique identifier for the finding.
#infotype
def infotype() -> ::Google::Cloud::Dlp::V2::InfoType
Returns
- (::Google::Cloud::Dlp::V2::InfoType) — The type of content that might have been found.
#infotype=
def infotype=(value) -> ::Google::Cloud::Dlp::V2::InfoType
Parameter
- value (::Google::Cloud::Dlp::V2::InfoType) — The type of content that might have been found.
Returns
- (::Google::Cloud::Dlp::V2::InfoType) — The type of content that might have been found.
#location
def location() -> ::Google::Cloud::Dlp::V2::DataProfileFindingLocation
Returns
- (::Google::Cloud::Dlp::V2::DataProfileFindingLocation) — Where the content was found.
#location=
def location=(value) -> ::Google::Cloud::Dlp::V2::DataProfileFindingLocation
Parameter
- value (::Google::Cloud::Dlp::V2::DataProfileFindingLocation) — Where the content was found.
Returns
- (::Google::Cloud::Dlp::V2::DataProfileFindingLocation) — Where the content was found.
#quote
def quote() -> ::String
Returns
- (::String) — The content that was found. Even if the content is not textual, it may be converted to a textual representation here. If the finding exceeds 4096 bytes in length, the quote may be omitted.
#quote=
def quote=(value) -> ::String
Parameter
- value (::String) — The content that was found. Even if the content is not textual, it may be converted to a textual representation here. If the finding exceeds 4096 bytes in length, the quote may be omitted.
Returns
- (::String) — The content that was found. Even if the content is not textual, it may be converted to a textual representation here. If the finding exceeds 4096 bytes in length, the quote may be omitted.
#quote_info
def quote_info() -> ::Google::Cloud::Dlp::V2::QuoteInfo
Returns
- (::Google::Cloud::Dlp::V2::QuoteInfo) — Contains data parsed from quotes. Currently supported infoTypes: DATE, DATE_OF_BIRTH, and TIME.
#quote_info=
def quote_info=(value) -> ::Google::Cloud::Dlp::V2::QuoteInfo
Parameter
- value (::Google::Cloud::Dlp::V2::QuoteInfo) — Contains data parsed from quotes. Currently supported infoTypes: DATE, DATE_OF_BIRTH, and TIME.
Returns
- (::Google::Cloud::Dlp::V2::QuoteInfo) — Contains data parsed from quotes. Currently supported infoTypes: DATE, DATE_OF_BIRTH, and TIME.
#resource_visibility
def resource_visibility() -> ::Google::Cloud::Dlp::V2::ResourceVisibility
Returns
- (::Google::Cloud::Dlp::V2::ResourceVisibility) — How broadly a resource has been shared.
#resource_visibility=
def resource_visibility=(value) -> ::Google::Cloud::Dlp::V2::ResourceVisibility
Parameter
- value (::Google::Cloud::Dlp::V2::ResourceVisibility) — How broadly a resource has been shared.
Returns
- (::Google::Cloud::Dlp::V2::ResourceVisibility) — How broadly a resource has been shared.
#timestamp
def timestamp() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when the finding was detected.
#timestamp=
def timestamp=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Timestamp when the finding was detected.
Returns
- (::Google::Protobuf::Timestamp) — Timestamp when the finding was detected.