Google Cloud Dataplex V1 Client - Class CreateAspectTypeRequest (0.16.0)

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

Create AspectType Request

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

Namespace

Google \ Cloud \ Dataplex \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

Required. The resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

↳ aspect_type_id string

Required. AspectType identifier.

↳ aspect_type Google\Cloud\Dataplex\V1\AspectType

Required. AspectType Resource

↳ validate_only bool

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

getParent

Required. The resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

Returns
Type Description
string

setParent

Required. The resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region.

Parameter
Name Description
var string
Returns
Type Description
$this

getAspectTypeId

Required. AspectType identifier.

Returns
Type Description
string

setAspectTypeId

Required. AspectType identifier.

Parameter
Name Description
var string
Returns
Type Description
$this

getAspectType

Required. AspectType Resource

Returns
Type Description
Google\Cloud\Dataplex\V1\AspectType|null

hasAspectType

clearAspectType

setAspectType

Required. AspectType Resource

Parameter
Name Description
var Google\Cloud\Dataplex\V1\AspectType
Returns
Type Description
$this

getValidateOnly

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

The default is false.

Returns
Type Description
bool

setValidateOnly

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

The default is false.

Parameter
Name Description
var bool
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

Required. The resource name of the AspectType, of the form: projects/{project_number}/locations/{location_id} where location_id refers to a GCP region. Please see Google\Cloud\Dataplex\V1\CatalogServiceClient::locationName() for help formatting this field.

aspectType Google\Cloud\Dataplex\V1\AspectType

Required. AspectType Resource

aspectTypeId string

Required. AspectType identifier.

Returns
Type Description
Google\Cloud\Dataplex\V1\CreateAspectTypeRequest