Class: Google::Cloud::Dlp::V2::InspectDataSourceDetails

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/privacy/dlp/v2/dlp.rb

Overview

The results of an inspect DataSource job.

Defined Under Namespace

Classes: RequestedOptions, Result

Instance Attribute Summary collapse

Instance Attribute Details

#requested_options::Google::Cloud::Dlp::V2::InspectDataSourceDetails::RequestedOptions

Returns The configuration used for this job.

Returns:



1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1110

class InspectDataSourceDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Snapshot of the inspection configuration.
  # @!attribute [rw] snapshot_inspect_template
  #   @return [::Google::Cloud::Dlp::V2::InspectTemplate]
  #     If run with an InspectTemplate, a snapshot of its state at the time of
  #     this run.
  # @!attribute [rw] job_config
  #   @return [::Google::Cloud::Dlp::V2::InspectJobConfig]
  #     Inspect config.
  class RequestedOptions
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All Result fields are updated while the job is processing.
  # @!attribute [rw] processed_bytes
  #   @return [::Integer]
  #     Total size in bytes that were processed.
  # @!attribute [rw] total_estimated_bytes
  #   @return [::Integer]
  #     Estimate of the number of bytes to process.
  # @!attribute [rw] info_type_stats
  #   @return [::Array<::Google::Cloud::Dlp::V2::InfoTypeStats>]
  #     Statistics of how many instances of each info type were found during
  #     inspect job.
  # @!attribute [rw] num_rows_processed
  #   @return [::Integer]
  #     Number of rows scanned after sampling and time filtering (applicable for
  #     row based stores such as BigQuery).
  # @!attribute [rw] hybrid_stats
  #   @return [::Google::Cloud::Dlp::V2::HybridInspectStatistics]
  #     Statistics related to the processing of hybrid inspect.
  class Result
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#result::Google::Cloud::Dlp::V2::InspectDataSourceDetails::Result

Returns A summary of the outcome of this inspection job.

Returns:



1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1110

class InspectDataSourceDetails
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # Snapshot of the inspection configuration.
  # @!attribute [rw] snapshot_inspect_template
  #   @return [::Google::Cloud::Dlp::V2::InspectTemplate]
  #     If run with an InspectTemplate, a snapshot of its state at the time of
  #     this run.
  # @!attribute [rw] job_config
  #   @return [::Google::Cloud::Dlp::V2::InspectJobConfig]
  #     Inspect config.
  class RequestedOptions
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end

  # All Result fields are updated while the job is processing.
  # @!attribute [rw] processed_bytes
  #   @return [::Integer]
  #     Total size in bytes that were processed.
  # @!attribute [rw] total_estimated_bytes
  #   @return [::Integer]
  #     Estimate of the number of bytes to process.
  # @!attribute [rw] info_type_stats
  #   @return [::Array<::Google::Cloud::Dlp::V2::InfoTypeStats>]
  #     Statistics of how many instances of each info type were found during
  #     inspect job.
  # @!attribute [rw] num_rows_processed
  #   @return [::Integer]
  #     Number of rows scanned after sampling and time filtering (applicable for
  #     row based stores such as BigQuery).
  # @!attribute [rw] hybrid_stats
  #   @return [::Google::Cloud::Dlp::V2::HybridInspectStatistics]
  #     Statistics related to the processing of hybrid inspect.
  class Result
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end