ProjectsLocationsDataScans
class ProjectsLocationsDataScans extends Resource (View source)
The "dataScans" collection of methods.
Typical usage is:
$dataplexService = new Google\Service\CloudDataplex(...);
$dataScans = $dataplexService->projects_locations_dataScans;
Methods
Creates a DataScan resource. (dataScans.create)
Deletes a DataScan resource. (dataScans.delete)
Generates recommended data quality rules based on the results of a data profiling scan.Use the recommendations to build rules for a data quality scan. (dataScans.generateDataQualityRules)
Gets a DataScan resource. (dataScans.get)
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (dataScans.getIamPolicy)
Lists DataScans. (dataScans.listProjectsLocationsDataScans)
Updates a DataScan resource. (dataScans.patch)
Runs an on-demand execution of a DataScan (dataScans.run)
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. (dataScans.setIamPolicy)
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking.
Details
GoogleLongrunningOperation
create(string $parent, GoogleCloudDataplexV1DataScan $postBody, array $optParams = [])
Creates a DataScan resource. (dataScans.create)
GoogleLongrunningOperation
delete(string $name, array $optParams = [])
Deletes a DataScan resource. (dataScans.delete)
GoogleCloudDataplexV1GenerateDataQualityRulesResponse
generateDataQualityRules(string $name, GoogleCloudDataplexV1GenerateDataQualityRulesRequest $postBody, array $optParams = [])
Generates recommended data quality rules based on the results of a data profiling scan.Use the recommendations to build rules for a data quality scan. (dataScans.generateDataQualityRules)
GoogleCloudDataplexV1DataScan
get(string $name, array $optParams = [])
Gets a DataScan resource. (dataScans.get)
GoogleIamV1Policy
getIamPolicy(string $resource, array $optParams = [])
Gets the access control policy for a resource. Returns an empty policy if the resource exists and does not have a policy set. (dataScans.getIamPolicy)
GoogleCloudDataplexV1ListDataScansResponse
listProjectsLocationsDataScans(string $parent, array $optParams = [])
Lists DataScans. (dataScans.listProjectsLocationsDataScans)
GoogleLongrunningOperation
patch(string $name, GoogleCloudDataplexV1DataScan $postBody, array $optParams = [])
Updates a DataScan resource. (dataScans.patch)
GoogleCloudDataplexV1RunDataScanResponse
run(string $name, GoogleCloudDataplexV1RunDataScanRequest $postBody, array $optParams = [])
Runs an on-demand execution of a DataScan (dataScans.run)
GoogleIamV1Policy
setIamPolicy(string $resource, GoogleIamV1SetIamPolicyRequest $postBody, array $optParams = [])
Sets the access control policy on the specified resource. Replaces any existing policy.Can return NOT_FOUND, INVALID_ARGUMENT, and PERMISSION_DENIED errors. (dataScans.setIamPolicy)
GoogleIamV1TestIamPermissionsResponse
testIamPermissions(string $resource, GoogleIamV1TestIamPermissionsRequest $postBody, array $optParams = [])
Returns permissions that a caller has on the specified resource. If the resource does not exist, this will return an empty set of permissions, not a NOT_FOUND error.Note: This operation is designed to be used for building permission-aware UIs and command-line tools, not for authorization checking.
This operation may "fail open" without warning. (dataScans.testIamPermissions)