ProjectsLocationsMetadataJobs
class ProjectsLocationsMetadataJobs extends Resource (View source)
The "metadataJobs" collection of methods.
Typical usage is:
$dataplexService = new Google\Service\CloudDataplex(...);
$metadataJobs = $dataplexService->projects_locations_metadataJobs;
Methods
Cancels a metadata job.If you cancel a metadata import job that is in progress, the changes in the job might be partially applied. We recommend that you reset the state of the entry groups in your project by running another metadata job that reverts the changes from the canceled job.
Creates a metadata job. For example, use a metadata job to import Dataplex Catalog entries and aspects from a third-party system into Dataplex.
Gets a metadata job. (metadataJobs.get)
Lists metadata jobs. (metadataJobs.listProjectsLocationsMetadataJobs)
Details
DataplexEmpty
cancel(string $name, GoogleCloudDataplexV1CancelMetadataJobRequest $postBody, array $optParams = [])
Cancels a metadata job.If you cancel a metadata import job that is in progress, the changes in the job might be partially applied. We recommend that you reset the state of the entry groups in your project by running another metadata job that reverts the changes from the canceled job.
(metadataJobs.cancel)
GoogleLongrunningOperation
create(string $parent, GoogleCloudDataplexV1MetadataJob $postBody, array $optParams = [])
Creates a metadata job. For example, use a metadata job to import Dataplex Catalog entries and aspects from a third-party system into Dataplex.
(metadataJobs.create)
GoogleCloudDataplexV1MetadataJob
get(string $name, array $optParams = [])
Gets a metadata job. (metadataJobs.get)
GoogleCloudDataplexV1ListMetadataJobsResponse
listProjectsLocationsMetadataJobs(string $parent, array $optParams = [])
Lists metadata jobs. (metadataJobs.listProjectsLocationsMetadataJobs)