Reference documentation and code samples for the Google Cloud Dataplex V1 Client class CreateMetadataJobRequest.
Create metadata job request.
Generated from protobuf message google.cloud.dataplex.v1.CreateMetadataJobRequest
Namespace
Google \ Cloud \ Dataplex \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ parent
string
Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}
↳ metadata_job
↳ metadata_job_id
string
Optional. The metadata job ID. If not provided, a unique ID is generated with the prefix metadata-job-
.
↳ validate_only
bool
Optional. The service validates the request without performing any mutations. The default is false.
getParent
Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}
string
setParent
Required. The resource name of the parent location, in the format projects/{project_id_or_number}/locations/{location_id}
var
string
$this
getMetadataJob
Required. The metadata job resource.
hasMetadataJob
clearMetadataJob
setMetadataJob
Required. The metadata job resource.
$this
getMetadataJobId
Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-
.
string
setMetadataJobId
Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-
.
var
string
$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 parent location, in the format projects/{project_id_or_number}/locations/{location_id}
Please see CatalogServiceClient::locationName()
for help formatting this field.
metadataJob
metadataJobId
string
Optional. The metadata job ID. If not provided, a unique ID is generated
with the prefix metadata-job-
.