Class: Google::Privacy::Dlp::V2beta1::InspectOperationMetadata

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#create_timeGoogle::Protobuf::Timestamp

Returns The time which this request was started.

Returns:



384
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 384

class InspectOperationMetadata; end

#info_type_statsArray<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_bytesInteger

Returns Total size in bytes that were processed.

Returns:

  • (Integer)

    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_configGoogle::Privacy::Dlp::V2beta1::InspectConfig

Returns The inspect config used to create the Operation.

Returns:



384
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 384

class InspectOperationMetadata; end

#request_output_configGoogle::Privacy::Dlp::V2beta1::OutputStorageConfig

Returns Optional location to store findings.

Returns:



384
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 384

class InspectOperationMetadata; end

#request_storage_configGoogle::Privacy::Dlp::V2beta1::StorageConfig

Returns The storage config used to create the Operation.

Returns:



384
# File 'lib/google/cloud/dlp/v2beta1/doc/google/privacy/dlp/v2beta1/dlp.rb', line 384

class InspectOperationMetadata; end

#total_estimated_bytesInteger

Returns Estimate of the number of bytes to process.

Returns:

  • (Integer)

    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