Class: Google::Privacy::Dlp::V2beta1::InspectOperationMetadata
- Inherits:
-
Object
- Object
- Google::Privacy::Dlp::V2beta1::InspectOperationMetadata
- Defined in:
- lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb
Overview
Metadata returned within GetOperation for an inspect request.
Instance Attribute Summary collapse
-
#create_time ⇒ Google::Protobuf::Timestamp
The time which this request was started.
- #info_type_stats ⇒ Array<Google::Privacy::Dlp::V2beta1::InfoTypeStatistics>
-
#processed_bytes ⇒ Integer
Total size in bytes that were processed.
-
#request_inspect_config ⇒ Google::Privacy::Dlp::V2beta1::InspectConfig
The inspect config used to create the Operation.
-
#request_output_config ⇒ Google::Privacy::Dlp::V2beta1::OutputStorageConfig
Optional location to store findings.
-
#request_storage_config ⇒ Google::Privacy::Dlp::V2beta1::StorageConfig
The storage config used to create the Operation.
-
#total_estimated_bytes ⇒ Integer
Estimate of the number of bytes to process.
Instance Attribute Details
#create_time ⇒ Google::Protobuf::Timestamp
Returns The time which this request was started.
384 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 384 class InspectOperationMetadata; end |
#info_type_stats ⇒ Array<Google::Privacy::Dlp::V2beta1::InfoTypeStatistics>
384 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 384 class InspectOperationMetadata; end |
#processed_bytes ⇒ Integer
Returns Total size in bytes that were processed.
384 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 384 class InspectOperationMetadata; end |
#request_inspect_config ⇒ Google::Privacy::Dlp::V2beta1::InspectConfig
Returns The inspect config used to create the Operation.
384 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 384 class InspectOperationMetadata; end |
#request_output_config ⇒ Google::Privacy::Dlp::V2beta1::OutputStorageConfig
Returns Optional location to store findings.
384 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 384 class InspectOperationMetadata; end |
#request_storage_config ⇒ Google::Privacy::Dlp::V2beta1::StorageConfig
Returns The storage config used to create the Operation.
384 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 384 class InspectOperationMetadata; end |
#total_estimated_bytes ⇒ Integer
Returns Estimate of the number of bytes to process.
384 |
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 384 class InspectOperationMetadata; end |