Google Cloud Dataplex V1 Client - Class GetDataScanRequest (1.11.0) Stay organized with collections Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Dataplex V1 Client class GetDataScanRequest.
Get dataScan request.
Generated from protobuf messagegoogle.cloud.dataplex.v1.GetDataScanRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data | arrayOptional. Data for populating the Message object. |
↳ name | stringRequired. The resource name of the dataScan: |
↳ view | intOptional. Select the DataScan view to return. Defaults to |
getName
Required. The resource name of the dataScan:projects/{project}/locations/{location_id}/dataScans/{data_scan_id}whereproject refers to aproject_id orproject_number andlocation_id refers to a Google Cloud region.
| Returns | |
|---|---|
| Type | Description |
string | |
setName
Required. The resource name of the dataScan:projects/{project}/locations/{location_id}/dataScans/{data_scan_id}whereproject refers to aproject_id orproject_number andlocation_id refers to a Google Cloud region.
| Parameter | |
|---|---|
| Name | Description |
var | string |
| Returns | |
|---|---|
| Type | Description |
$this | |
getView
Optional. Select the DataScan view to return. Defaults toBASIC.
| Returns | |
|---|---|
| Type | Description |
int | Enum of typeDataScanView. |
setView
Optional. Select the DataScan view to return. Defaults toBASIC.
| Parameter | |
|---|---|
| Name | Description |
var | intEnum of typeDataScanView. |
| Returns | |
|---|---|
| Type | Description |
$this | |
static::build
| Parameter | |
|---|---|
| Name | Description |
name | stringRequired. The resource name of the dataScan: |
| Returns | |
|---|---|
| Type | Description |
GetDataScanRequest | |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-08 UTC.