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:



1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1074

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 mentioned below 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:



1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1074

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 mentioned below 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