lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.63.0 vs lib/google/apis/dlp_v2/representations.rb in google-apis-dlp_v2-0.64.0
- old
+ new
@@ -3948,9 +3948,10 @@
class Representation < Google::Apis::Core::JsonRepresentation
property :hybrid_stats, as: 'hybridStats', class: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridInspectStatistics, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2HybridInspectStatistics::Representation
collection :info_type_stats, as: 'infoTypeStats', class: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeStats, decorator: Google::Apis::DlpV2::GooglePrivacyDlpV2InfoTypeStats::Representation
+ property :num_rows_processed, :numeric_string => true, as: 'numRowsProcessed'
property :processed_bytes, :numeric_string => true, as: 'processedBytes'
property :total_estimated_bytes, :numeric_string => true, as: 'totalEstimatedBytes'
end
end