Reference documentation and code samples for the Cloud Data Loss Prevention (DLP) V2 API class Google::Cloud::Dlp::V2::InspectDataSourceDetails::Result.
All result fields mentioned below are updated while the job is processing.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#hybrid_stats
def hybrid_stats() -> ::Google::Cloud::Dlp::V2::HybridInspectStatistics
Returns
- (::Google::Cloud::Dlp::V2::HybridInspectStatistics) — Statistics related to the processing of hybrid inspect.
#hybrid_stats=
def hybrid_stats=(value) -> ::Google::Cloud::Dlp::V2::HybridInspectStatistics
Parameter
- value (::Google::Cloud::Dlp::V2::HybridInspectStatistics) — Statistics related to the processing of hybrid inspect.
Returns
- (::Google::Cloud::Dlp::V2::HybridInspectStatistics) — Statistics related to the processing of hybrid inspect.
#info_type_stats
def info_type_stats() -> ::Array<::Google::Cloud::Dlp::V2::InfoTypeStats>
Returns
- (::Array<::Google::Cloud::Dlp::V2::InfoTypeStats>) — Statistics of how many instances of each info type were found during inspect job.
#info_type_stats=
def info_type_stats=(value) -> ::Array<::Google::Cloud::Dlp::V2::InfoTypeStats>
Parameter
- value (::Array<::Google::Cloud::Dlp::V2::InfoTypeStats>) — Statistics of how many instances of each info type were found during inspect job.
Returns
- (::Array<::Google::Cloud::Dlp::V2::InfoTypeStats>) — Statistics of how many instances of each info type were found during inspect job.
#processed_bytes
def processed_bytes() -> ::Integer
Returns
- (::Integer) — Total size in bytes that were processed.
#processed_bytes=
def processed_bytes=(value) -> ::Integer
Parameter
- value (::Integer) — Total size in bytes that were processed.
Returns
- (::Integer) — Total size in bytes that were processed.
#total_estimated_bytes
def total_estimated_bytes() -> ::Integer
Returns
- (::Integer) — Estimate of the number of bytes to process.
#total_estimated_bytes=
def total_estimated_bytes=(value) -> ::Integer
Parameter
- value (::Integer) — Estimate of the number of bytes to process.
Returns
- (::Integer) — Estimate of the number of bytes to process.