ProjectsLocationsTableDataProfiles
class ProjectsLocationsTableDataProfiles extends Resource (View source)
The "tableDataProfiles" collection of methods.
Typical usage is:
 $dlpService = new Google\Service\DLP(...);
 $tableDataProfiles = $dlpService->projects_locations_tableDataProfiles;Methods
                    delete(string $name, array $optParams = [])
        
                                            
                
            Delete a TableDataProfile. Will not prevent the profile from being regenerated if the table is still included in a discovery configuration.
                    get(string $name, array $optParams = [])
        
                                            
                
            Gets a table data profile. (tableDataProfiles.get)
                    listProjectsLocationsTableDataProfiles(string $parent, array $optParams = [])
        
                                            
                
            Lists table data profiles for an organization.
Details
        
                            GoogleProtobufEmpty
    delete(string $name, array $optParams = [])
        
    
    Delete a TableDataProfile. Will not prevent the profile from being regenerated if the table is still included in a discovery configuration.
(tableDataProfiles.delete)
        
                            GooglePrivacyDlpV2TableDataProfile
    get(string $name, array $optParams = [])
        
    
    Gets a table data profile. (tableDataProfiles.get)
        
                            GooglePrivacyDlpV2ListTableDataProfilesResponse
    listProjectsLocationsTableDataProfiles(string $parent, array $optParams = [])
        
    
    Lists table data profiles for an organization.
(tableDataProfiles.listProjectsLocationsTableDataProfiles)