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.
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 |
↳ aspect_type_id |
string
Required. AspectType identifier. |
↳ aspect_type |
AspectType
Required. AspectType Resource. |
↳ 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.
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 Google Cloud 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 |
AspectType|null |
hasAspectType
clearAspectType
setAspectType
Required. AspectType Resource.
Parameter | |
---|---|
Name | Description |
var |
AspectType
|
Returns | |
---|---|
Type | Description |
$this |
getValidateOnly
Optional. The service validates the request without performing any mutations. The default is false.
Returns | |
---|---|
Type | Description |
bool |
setValidateOnly
Optional. The service validates the request without performing any 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 |
aspectType |
AspectType
Required. AspectType Resource. |
aspectTypeId |
string
Required. AspectType identifier. |
Returns | |
---|---|
Type | Description |
CreateAspectTypeRequest |