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:



973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 973

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] 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:



973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
# File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 973

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] 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