Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateDataTaxonomyRequest.
Create DataTaxonomy request.
Generated from protobuf message google.cloud.dataplex.v1.CreateDataTaxonomyRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the data taxonomy location, of the form: projects/{project_number}/locations/{location_id} where location_id
refers to a GCP region.
↳ data_taxonomy_id
string
Required. DataTaxonomy identifier. * Must contain only lowercase letters, numbers and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the Project.
↳ data_taxonomy
↳ validate_only
bool
Optional. Only validate the request, but do not perform mutations. The default is false.
getParent
Required. The resource name of the data taxonomy location, of the form:
projects/{project_number}/locations/{location_id}
where location_id
refers to a GCP region.
string
setParent
Required. The resource name of the data taxonomy location, of the form:
projects/{project_number}/locations/{location_id}
where location_id
refers to a GCP region.
var
string
$this
getDataTaxonomyId
Required. DataTaxonomy identifier.
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the Project.
string
setDataTaxonomyId
Required. DataTaxonomy identifier.
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the Project.
var
string
$this
getDataTaxonomy
Required. DataTaxonomy resource.
hasDataTaxonomy
clearDataTaxonomy
setDataTaxonomy
Required. DataTaxonomy resource.
$this
getValidateOnly
Optional. Only validate the request, but do not perform mutations.
The default is false.
bool
setValidateOnly
Optional. Only validate the request, but do not perform mutations.
The default is false.
var
bool
$this
static::build
parent
string
Required. The resource name of the data taxonomy location, of the form:
projects/{project_number}/locations/{location_id}
where location_id
refers to a GCP region. Please see Google\Cloud\Dataplex\V1\DataTaxonomyServiceClient::locationName()
for help formatting this field.
dataTaxonomy
dataTaxonomyId
string
Required. DataTaxonomy identifier.
- Must contain only lowercase letters, numbers and hyphens.
- Must start with a letter.
- Must be between 1-63 characters.
- Must end with a number or a letter.
- Must be unique within the Project.