Class: Google::Cloud::Dlp::V2::ProjectDataProfile
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Dlp::V2::ProjectDataProfile
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/google/privacy/dlp/v2/dlp.rb
 
Overview
An aggregated profile for this project, based on the resources profiled within it.
Instance Attribute Summary collapse
- 
  
    
      #data_risk_level  ⇒ ::Google::Cloud::Dlp::V2::DataRiskLevel 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data risk level of this project.
 - 
  
    
      #file_store_data_profile_count  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of file store data profiles generated for this project.
 - 
  
    
      #name  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The resource name of the profile.
 - 
  
    
      #profile_last_generated  ⇒ ::Google::Protobuf::Timestamp 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The last time the profile was generated.
 - 
  
    
      #profile_status  ⇒ ::Google::Cloud::Dlp::V2::ProfileStatus 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Success or error status of the last attempt to profile the project.
 - 
  
    
      #project_id  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Project ID or account that was profiled.
 - 
  
    
      #sensitivity_score  ⇒ ::Google::Cloud::Dlp::V2::SensitivityScore 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The sensitivity score of this project.
 - 
  
    
      #table_data_profile_count  ⇒ ::Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of table data profiles generated for this project.
 
Instance Attribute Details
#data_risk_level ⇒ ::Google::Cloud::Dlp::V2::DataRiskLevel
Returns The data risk level of this project.
      6326 6327 6328 6329  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6326 class ProjectDataProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#file_store_data_profile_count ⇒ ::Integer
Returns The number of file store data profiles generated for this project.
      6326 6327 6328 6329  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6326 class ProjectDataProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#name ⇒ ::String
Returns The resource name of the profile.
      6326 6327 6328 6329  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6326 class ProjectDataProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#profile_last_generated ⇒ ::Google::Protobuf::Timestamp
Returns The last time the profile was generated.
      6326 6327 6328 6329  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6326 class ProjectDataProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#profile_status ⇒ ::Google::Cloud::Dlp::V2::ProfileStatus
Returns Success or error status of the last attempt to profile the project.
      6326 6327 6328 6329  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6326 class ProjectDataProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#project_id ⇒ ::String
Returns Project ID or account that was profiled.
      6326 6327 6328 6329  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6326 class ProjectDataProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#sensitivity_score ⇒ ::Google::Cloud::Dlp::V2::SensitivityScore
Returns The sensitivity score of this project.
      6326 6327 6328 6329  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6326 class ProjectDataProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#table_data_profile_count ⇒ ::Integer
Returns The number of table data profiles generated for this project.
      6326 6327 6328 6329  | 
    
      # File 'proto_docs/google/privacy/dlp/v2/dlp.rb', line 6326 class ProjectDataProfile include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |