Google Cloud Dataplex V1 Client - Class CreateDataScanRequest (0.5.1)

Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateDataScanRequest.

Create dataScan request.

Generated from protobuf message google.cloud.dataplex.v1.CreateDataScanRequest

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the parent location: projects/{project}/locations/{location_id} where project refers to a project_id or project_number and location_id refers to a GCP region.

↳ data_scan Google\Cloud\Dataplex\V1\DataScan

Required. DataScan resource.

↳ data_scan_id string

Required. DataScan identifier. * Must contain only lowercase letters, numbers and hyphens. * Must start with a letter. * Must end with a number or a letter. * Must be between 1-63 characters. * Must be unique within the customer project / location.

↳ validate_only bool

Optional. Only validate the request, but do not perform mutations. The default is false.

getParent

Required. The resource name of the parent location: projects/{project}/locations/{location_id} where project refers to a project_id or project_number and location_id refers to a GCP region.

Returns
TypeDescription
string

setParent

Required. The resource name of the parent location: projects/{project}/locations/{location_id} where project refers to a project_id or project_number and location_id refers to a GCP region.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDataScan

Required. DataScan resource.

Returns
TypeDescription
Google\Cloud\Dataplex\V1\DataScan|null

hasDataScan

clearDataScan

setDataScan

Required. DataScan resource.

Parameter
NameDescription
var Google\Cloud\Dataplex\V1\DataScan
Returns
TypeDescription
$this

getDataScanId

Required. DataScan identifier.

  • Must contain only lowercase letters, numbers and hyphens.
  • Must start with a letter.
  • Must end with a number or a letter.
  • Must be between 1-63 characters.
  • Must be unique within the customer project / location.
Returns
TypeDescription
string

setDataScanId

Required. DataScan identifier.

  • Must contain only lowercase letters, numbers and hyphens.
  • Must start with a letter.
  • Must end with a number or a letter.
  • Must be between 1-63 characters.
  • Must be unique within the customer project / location.
Parameter
NameDescription
var string
Returns
TypeDescription
$this

getValidateOnly

Optional. Only validate the request, but do not perform mutations.

The default is false.

Returns
TypeDescription
bool

setValidateOnly

Optional. Only validate the request, but do not perform mutations.

The default is false.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. The resource name of the parent location: projects/{project}/locations/{location_id} where project refers to a project_id or project_number and location_id refers to a GCP region. Please see Google\Cloud\Dataplex\V1\DataScanServiceClient::locationName() for help formatting this field.

dataScan Google\Cloud\Dataplex\V1\DataScan

Required. DataScan resource.

dataScanId string

Required. DataScan identifier.

  • Must contain only lowercase letters, numbers and hyphens.
  • Must start with a letter.
  • Must end with a number or a letter.
  • Must be between 1-63 characters.
  • Must be unique within the customer project / location.
Returns
TypeDescription
Google\Cloud\Dataplex\V1\CreateDataScanRequest