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:



1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1038

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:



1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 1038

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