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 \ V1Methods
__construct
Constructor.
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 Google Cloud region.
↳ aspect_type_id
string
Required. AspectType identifier.
↳ aspect_type
↳ validate_only
bool
Optional. The service validates the request without performing any 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 Google Cloud region.
string
setParent
Required. The resource name of the AspectType, of the form:
projects/{project_number}/locations/{location_id}
where location_id
refers to a Google Cloud region.
var
string
$this
getAspectTypeId
Required. AspectType identifier.
string
setAspectTypeId
Required. AspectType identifier.
var
string
$this
getAspectType
Required. AspectType Resource.
hasAspectType
clearAspectType
setAspectType
Required. AspectType Resource.
$this
getValidateOnly
Optional. The service validates the request without performing any mutations. The default is false.
bool
setValidateOnly
Optional. The service validates the request without performing any mutations. The default is false.
var
bool
$this
static::build
parent
string
Required. The resource name of the AspectType, of the form:
projects/{project_number}/locations/{location_id}
where location_id
refers to a Google Cloud region. Please see CatalogServiceClient::locationName()
for help formatting this field.
aspectType
aspectTypeId
string
Required. AspectType identifier.